You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/07/21 06:23:22 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue, #5109: [Quarkus 3.3.0] Micrometer native integration test application throws NPE on startup

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

   ### Bug description
   
   ```
   ERROR [io.qua.run.Application] (main) Failed to start application (with profile [prod]): java.lang.RuntimeException: Failed to start quarkus
    	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
    	at io.quarkus.runtime.Application.start(Application.java:101)
    	at io.quarkus.runtime.ApplicationLifecycleManager.run(ApplicationLifecycleManager.java:111)
    	at io.quarkus.runtime.Quarkus.run(Quarkus.java:71)
    	at io.quarkus.runtime.Quarkus.run(Quarkus.java:44)
    	at io.quarkus.runtime.Quarkus.run(Quarkus.java:124)
    	at io.quarkus.runner.GeneratedMain.main(Unknown Source)
   Caused by: java.lang.NullPointerException
    	at io.quarkus.micrometer.runtime.MicrometerRecorder.configureRegistries(MicrometerRecorder.java:99)
    	at io.quarkus.deployment.steps.MicrometerProcessor$configureRegistry477897979.deploy_0(Unknown Source)
    	at io.quarkus.deployment.steps.MicrometerProcessor$configureRegistry477897979.deploy(Unknown Source)
    	... 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: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton closed issue #5109: [Quarkus 3.3.0] Micrometer native integration test application throws NPE on startup

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #5109: [Quarkus 3.3.0] Micrometer native integration test application throws NPE on startup
URL: https://github.com/apache/camel-quarkus/issues/5109


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org