While trying to install JBoss EAP 7.2.0.Beta with java 11 processing after performing advanced configuration failed.
In both mode, console and GUI.
java.util.concurrent.ExecutionException: org.jboss.as.cli.CommandLineException: Cannot start embedded server
Only if add options in a run parameter to include java.se modules, then Processing finish successfully.
$ /var/jdks/jdk-11_24/bin/java --add-modules java.se -Duser.home=/tmp/2018-08-20 -jar jboss-eap-7.2.0.Beta-installer.jar
- is related to
-
WFCORE-3962 Starting WFLY scripts with JDK 11 blows up with ModuleNotFoundException java.se
- Resolved
-
JBEAP-14990 EAP Installer warns about an illegal reflective access operation in JDK10-11
- Closed
- relates to
-
JBEAP-15284 JBoss EAP Installer too concise errors logging of the embedded server
- Closed