ceedee666 opened a new issue, #1558:
URL: https://github.com/apache/camel-karavan/issues/1558

   ### Describe the bug
   
   I just tried to install karavan locally for testing using docker compose as 
described in the documentation. 
   
   When executing `docker compose up` I get the following error message:
   
   ```bash
   ...
   karavan   | Caused by: java.lang.UnsupportedClassVersionError: 
org/apache/camel/karavan/service/NotificationService has been compiled by a 
more recent version of the Java Runtime (class file version 65.0), this version 
of the Java Runtime only recognizes class file versions up to 61.0
   ...
   ```
   
   Using the previous version of the docker-compose file I can start the 
service without any issues. 
   
   
   
   ### Steps to reproduce the behavior
   
   1. Download the latest docker-compose.yaml
   2. Run `docker compose up`
   
   ### Variant
   
   Web Application
   
   ### Container Management (if applicable)
   
   Docker
   
   ### Operating System (if applicable)
   
   MacOS
   
   ### Version
   
   4.14.0
   
   ### Relevant log output
   
   ```shell
   kravan   | 08:06:51,876 ERROR [io.qua.run.Quarkus] Error running Quarkus: 
java.lang.ExceptionInInitializerError
   karavan   |     at 
java.base/jdk.internal.misc.Unsafe.allocateInstance(Native Method)
   karavan   |     at 
java.base/java.lang.invoke.DirectMethodHandle.allocateInstance(DirectMethodHandle.java:520)
   karavan   |     at io.quarkus.runtime.Quarkus.run(Quarkus.java:79)
   karavan   |     at io.quarkus.runtime.Quarkus.run(Quarkus.java:51)
   karavan   |     at io.quarkus.runtime.Quarkus.run(Quarkus.java:144)
   karavan   |     at io.quarkus.runner.GeneratedMain.main(Unknown Source)
   karavan   | Caused by: java.lang.RuntimeException: Failed to start quarkus
   karavan   |     at io.quarkus.runner.ApplicationImpl.<clinit>(Unknown Source)
   karavan   |     ... 6 more
   karavan   | Caused by: java.lang.UnsupportedClassVersionError: 
org/apache/camel/karavan/service/NotificationService has been compiled by a 
more recent version of the Java Runtime (class file version 65.0), this version 
of the Java Runtime only recognizes class file versions up to 61.0
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to