gus-maurizio opened a new issue #1474:
URL: https://github.com/apache/camel-quarkus/issues/1474
Hi. I have been trying to run a simple camel-main (new in CR3) application
in java and kotlin. No luck.
Any examples or pointers highly appreciated (in java or kotlin, both better
hehehe).
`
Exception in thread "main" java.lang.RuntimeException:
java.lang.LinkageError: loader constraint violation: loader
io.quarkus.bootstrap.classloading.QuarkusClassLoader @7068f7ca wants to load
class io.quarkus.bootstrap.model.AppModel. A different class with the same name
was previously loaded by 'app'. (io.quarkus.bootstrap.model.AppModel is in
unnamed module of loader 'app')
at io.quarkus.deployment.dev.DevModeMain.start(DevModeMain.java:130)
at io.quarkus.deployment.dev.DevModeMain.main(DevModeMain.java:56)
Caused by: java.lang.LinkageError: loader constraint violation: loader
io.quarkus.bootstrap.classloading.QuarkusClassLoader @7068f7ca wants to load
class io.quarkus.bootstrap.model.AppModel. A different class with the same name
was previously loaded by 'app'. (io.quarkus.bootstrap.model.AppModel is in
unnamed module of loader 'app')
`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]