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

Closed
sicoyle opened this issue Sep 5, 2024 · 3 comments
Closed

null pointer exception err when using workflows #1121

sicoyle opened this issue Sep 5, 2024 · 3 comments
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:

@artur-ciocanu
Copy link
Contributor

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

@artur-ciocanu
Copy link
Contributor

@sicoyle sorry to ping you again, do you have a reproducible example that we could try. Thank you 🙇 .

CC: @cicoyle @artursouza

@cicoyle
Copy link
Contributor

cicoyle commented Oct 4, 2024

Not reproducible atm, closing until it's reproducible.

@cicoyle cicoyle closed this as completed Oct 4, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in v1.15 Release Tracking Board Oct 4, 2024
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: Done
Development

No branches or pull requests

3 participants