zbendhiba opened a new issue, #5240: URL: https://github.com/apache/camel-quarkus/issues/5240
### Bug description Test in native is failing. This needs investigation, as Quarkus 3.3 come with improvements in Opentelemetry. Log message is not clear ``` Z ERROR: Failed to start application (with profile [prod]) 2023-08-30T14:22:38.6975070Z java.lang.RuntimeException: Failed to start quarkus 2023-08-30T14:22:38.6975906Z at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source) 2023-08-30T14:22:38.6976354Z at io.quarkus.runtime.Application.start(Application.java:101) 2023-08-30T14:22:38.6976822Z at io.quarkus.runtime.ApplicationLifecycleManager.run(ApplicationLifecycleManager.java:111) 2023-08-30T14:22:38.6977258Z at io.quarkus.runtime.Quarkus.run(Quarkus.java:71) 2023-08-30T14:22:38.6977581Z at io.quarkus.runtime.Quarkus.run(Quarkus.java:44) 2023-08-30T14:22:38.6977927Z at io.quarkus.runtime.Quarkus.run(Quarkus.java:124) 2023-08-30T14:22:38.6978293Z at io.quarkus.runner.GeneratedMain.main(Unknown Source) 2023-08-30T14:22:38.6978643Z Caused by: java.lang.NullPointerException 2023-08-30T14:22:38.6979117Z at io.quarkus.runtime.configuration.ConfigRecorder.handleConfigChange(ConfigRecorder.java:44) 2023-08-30T14:22:38.6979820Z at io.quarkus.deployment.steps.ConfigGenerationBuildStep$checkForBuildTimeConfigChange1532146938.deploy_6(Unknown Source) 2023-08-30T14:22:38.6980530Z at io.quarkus.deployment.steps.ConfigGenerationBuildStep$checkForBuildTimeConfigChange1532146938.deploy(Unknown Source) 2023-08-30T14:22:38.6980959Z ... 7 more ``` -- 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]
