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

null pointer exception err when using workflows #1121

Open
sicoyle opened this issue Sep 5, 2024 · 1 comment
Open

null pointer exception err when using workflows #1121

sicoyle opened this issue Sep 5, 2024 · 1 comment
Labels
kind/bug Something isn't working

Comments

@sicoyle
Copy link

sicoyle commented Sep 5, 2024

Expected Behavior

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

Actual Behavior

We should not see this error.

Steps to Reproduce the Problem

Release Note

RELEASE NOTE:

@sicoyle sicoyle added the kind/bug Something isn't working label Sep 5, 2024
@artur-ciocanu
Copy link
Contributor

@sicoyle do you have a reproducible example that we could try to run and see the issue. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

2 participants