-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
7.13.0
-
None
Hi,
I've encountered the issue described here: https://forum.camunda.org/t/jobexecutorhealthindicator-health-check-failed-java-lang-nullpointerexception-null/16312
java.lang.NullPointerException: null
at java.base/java.util.HashSet.<init>(HashSet.java:119) ~[na:na]
at org.camunda.bpm.spring.boot.starter.actuator.JobExecutorHealthIndicator$Details.<init>(JobExecutorHealthIndicator.java:65) ~[camunda-bpm-spring-boot-starter-7.13.0.jar:7.13.0]
The cause seems to be that SpringJobExecutor gets injected into:
however we are using the DefaultJobExecutor in our process engine.
Reproducer code: https://github.com/andrejs-j/camunda-bpm-examples/pull/1/files
This is the controller panel for Smart Panels app
- is related to
-
CAM-12028 Improve documentation on how to provide a custom engine config in Spring Boot
- Closed