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

[Quarkus 3.3.0] Micrometer native integration test application throws NPE on startup #5109

Closed
jamesnetherton opened this issue Jul 21, 2023 · 0 comments

Comments

@jamesnetherton
Copy link
Contributor

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
@jamesnetherton jamesnetherton added the bug Something isn't working label Jul 21, 2023
@jamesnetherton jamesnetherton self-assigned this Jul 21, 2023
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Jul 21, 2023
@github-actions github-actions bot added this to the 3.0.0-RC2 milestone Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant