We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm running a java workflow app and seeing a NullPointerException.
== APP - order-workflow == 2024-09-04 18:58:39.903 INFO 51431 --- [nio-5002-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' == APP - order-workflow == 2024-09-04 18:58:39.903 INFO 51431 --- [nio-5002-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' == APP - order-workflow == 2024-09-04 18:58:39.904 INFO 51431 --- [nio-5002-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms == APP - order-workflow == 2024-09-04 18:58:48.012 WARN 51431 --- [ Thread-1] com.microsoft.durabletask : The orchestrator failed with an unhandled exception: java.lang.NullPointerException: Cannot invoke "com.microsoft.durabletask.TaskOrchestrationFactory.create()" because "factory" is null
We should not see this error.
RELEASE NOTE:
The text was updated successfully, but these errors were encountered:
@sicoyle do you have a reproducible example that we could try to run and see the issue. Thank you!
Sorry, something went wrong.
@sicoyle sorry to ping you again, do you have a reproducible example that we could try. Thank you 🙇 .
CC: @cicoyle @artursouza
Not reproducible atm, closing until it's reproducible.
No branches or pull requests
Expected Behavior
I'm running a java workflow app and seeing a NullPointerException.
Actual Behavior
We should not see this error.
Steps to Reproduce the Problem
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: