Quarkus 3.8.4; Camel 4.4.2 in dev mode on local machine windows run but on linux openjdk 17 start failed....
- Dominant language
- Java
- Stars
- 302
- Forks
- 232
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 114
Description
### 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
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the failure on the Linux server with OpenJDK 17 using the *-runner.jar, first with quarkus-management and then with DefaultCamelContext. Capture the complete startup error, compare it with Quarkus dev mode on Windows, and identify a change that lets the packaged application start normally.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, linux
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100