Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
4.2.0
-
None
-
None
-
None
Description
Due to the missing module corba in JDK 10 (tested with the serverjre-10.0.1_linux-x64), karaf cannot be started.
Here is the error message:
{{apache-karaf-minimal-4.2.0$ bin/karaf }}
Error occurred during initialization of boot layer
java.lang.module.FindException: Module java.corba not found
Removing "java.corba" from the line "--add-modules java.xml.ws.annotation,java.corba,java.transaction,java.xml.bind,java.xml.ws" in bin/karaf fixed the above error.
Attachments
Issue Links
- duplicates
-
KARAF-5764 ensure we can build and run Karaf master with JDK11
- Resolved