Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.Private.CoreLib: Exception while executing function: Functions.test. System.Private.CoreLib: Result: Failure Exception: Cannot locate the method signature with the given input #123

Closed
ZYJ-SH-CN opened this issue Jun 13, 2018 · 5 comments
Assignees

Comments

@ZYJ-SH-CN
Copy link

I am trying the blobtrigger in java. Just add the-function as default, set up my configuration.
Got following error. But I have no clue why it does not work.

`018-06-13T15:10:13.681 [Error] System.Private.CoreLib: Exception while executing function: Functions.Ctblobtriggertest. System.Private.CoreLib: Result: Failure
Exception: Cannot locate the method signature with the given input
Stack: java.lang.NoSuchMethodException: Cannot locate the method signature with the given input

at com.microsoft.azure.functions.worker.broker.JavaMethodExecutor.lambda$execute$0(JavaMethodExecutor.java:49)

at java.util.Optional.orElseThrow(Optional.java:290)

at com.microsoft.azure.functions.worker.broker.JavaMethodExecutor.execute(JavaMethodExecutor.java:49)

at com.microsoft.azure.functions.worker.broker.JavaFunctionBroker.invokeMethod(JavaFunctionBroker.java:47)

at com.microsoft.azure.functions.worker.handler.InvocationRequestHandler.execute(InvocationRequestHandler.java:33)

at com.microsoft.azure.functions.worker.handler.InvocationRequestHandler.execute(InvocationRequestHandler.java:10)

at com.microsoft.azure.functions.worker.handler.MessageHandler.handle(MessageHandler.java:45)

at com.microsoft.azure.functions.worker.JavaWorkerClient$StreamingMessagePeer.lambda$onNext$0(JavaWorkerClient.java:91)

at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)

at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)

at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)

at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)

at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)

.
`

@pragnagopa pragnagopa self-assigned this Jun 13, 2018
@pragnagopa pragnagopa added this to the Active Questions milestone Jun 13, 2018
@pragnagopa
Copy link
Member

We have a breaking change as part of the latest functions release. Please see: Azure/app-service-announcements#112 and Azure/app-service-announcements-discussions#50

@ZYJ-SH-CN
Copy link
Author

great! After long time debugging, now it works!

@RishabhTayal
Copy link

@ZYJ-SH-CN What was the fix? @pragnagopa?

@MarcoCapussoAvnet
Copy link

@pragnagopa What was the fix????????????????????????

@Azure Azure locked as resolved and limited conversation to collaborators Mar 4, 2021
@pragnagopa
Copy link
Member

This is a closed issue. Please open new issue with repro steps

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants