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.
However, it is unclear for the reason why the embedded server did not start.
java.util.concurrent.ExecutionException: org.jboss.as.cli.CommandLineException: Cannot start embedded server.
After changes in java 11 and this error can Installer inform about needed include java.ee modules.
$ /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
Add solution helper for user
Please add detection java9+ in the case embedded server can't start then show in log/dialog/cli message with run command with add '--add-modules java.se' for easy re-run installation with correct parameters. Before the Installation start.
- is related to
-
JBEAP-15283 JBoss EAP Installer with java 11 failure while start Embedded server
- Closed