-
Bug
-
Resolution: Done
-
Blocker
-
7.2.0.CD14
When starting CLI using command wrapper on JDK 11 and starting embedded server like:
java -jar jboss-cli-client.jar embed-host-controller --jboss-home=/home/mnovak/tmp/wildfly
then following error will be logged:
[disconnected /] embed-host-controller --jboss-home=/home/mnovak/tmp/wildfly Cannot start embedded Host Controller: WFLYEMB0014: Cannot load module org.jboss.vfs from: local module loader @7fedefdd (finder: local module finder @74da1aaf (roots: /home/mnovak/tmp/wildfly/modules ,/home/mnovak/tmp/wildfly/modules/system/layers/base)): java.se
Problem is that --add-modules java.se must be added to
java --add-modules java.se -jar jboss-cli-client.jar
Based on informatin in:
https://github.com/wildfly/wildfly-core/pull/3461#pullrequestreview-146710860
https://github.com/wildfly/wildfly-core/pull/3461#issuecomment-413664623
https://github.com/wildfly/wildfly-core/pull/3461#issuecomment-413964525
this won't be fixed in must be documented in known issues.
- relates to
-
WFCORE-3962 Starting WFLY scripts with JDK 11 blows up with ModuleNotFoundException java.se
- Resolved