kesslerd opened a new issue, #7565:
URL: https://github.com/apache/camel-quarkus/issues/7565

   ### Bug description
   
   After updating Quarkus to 3.25.0 I receive the following error in my Unit 
Tests
   
   ```
   Error starting CamelContext (camel-1) due to exception thrown: Cannot invoke 
"org.apache.camel.spi.ManagementNameStrategy.getName()" because the return 
value of "org.apache.camel.CamelContext.getManagementNameStrategy()" is null: 
java.lang.NullPointerException: Cannot invoke 
"org.apache.camel.spi.ManagementNameStrategy.getName()" because the return 
value of "org.apache.camel.CamelContext.getManagementNameStrategy()" is null
           at 
org.apache.camel.management.JmxManagementLifecycleStrategy.onContextStarting(JmxManagementLifecycleStrategy.java:187)
           at 
org.apache.camel.impl.engine.AbstractCamelContext.doStartCamel(AbstractCamelContext.java:2861)
           at 
org.apache.camel.impl.engine.AbstractCamelContext.doStartContext(AbstractCamelContext.java:2595)
           at 
org.apache.camel.impl.engine.AbstractCamelContext.doStart(AbstractCamelContext.java:2550)
           at 
org.apache.camel.support.service.BaseService.start(BaseService.java:123)
           at 
org.apache.camel.impl.engine.AbstractCamelContext.start(AbstractCamelContext.java:2146)
           at 
org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:211)
           at org.apache.camel.quarkus.main.CamelMain.doStart(CamelMain.java:68)
           at 
org.apache.camel.support.service.BaseService.start(BaseService.java:123)
           at 
org.apache.camel.quarkus.main.CamelMain.startEngine(CamelMain.java:110)
           at 
org.apache.camel.quarkus.main.CamelMainRuntime.start(CamelMainRuntime.java:49)
           at 
org.apache.camel.quarkus.core.CamelBootstrapRecorder.start(CamelBootstrapRecorder.java:53)
           at 
io.quarkus.runner.recorded.CamelBootstrapProcessor$boot173480958.deploy_0(Unknown
 Source)
           at 
io.quarkus.runner.recorded.CamelBootstrapProcessor$boot173480958.deploy(Unknown 
Source)
           at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
           at io.quarkus.runtime.Application.start(Application.java:101)
           at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
           at java.base/java.lang.reflect.Method.invoke(Method.java:580)
           at 
io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:344)
           at 
io.quarkus.test.junit.QuarkusTestExtension.doJavaStart(QuarkusTestExtension.java:233)
           at 
io.quarkus.test.junit.QuarkusTestExtension.ensureStarted(QuarkusTestExtension.java:642)
           at 
io.quarkus.test.junit.QuarkusTestExtension.beforeAll(QuarkusTestExtension.java:687)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to