marteloudini opened a new issue, #6151: URL: https://github.com/apache/camel-quarkus/issues/6151
### Bug description Hey, we are developing quarkus camel services, we are currently under quarkus 3.8.4, and we are deploying on a linux server with openjdk 17 64bit. (not native mode) when we add the quarkus-management dependency, or in the code we make a declaration "DefaultCamelContext context = new DefaultCamelContext()", the application starts normally in Local with the Quarkus:dev command, but as soon as we deploy the *-runner.jar on linux server, it doesn't start. it just says ERROR start failed... when remove this dependency or DefaultCamelContext... the app start normaly.... Do you have an idea ? Thanks in advance -- 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-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org