]
James Perkins commented on WFLY-10937:
--------------------------------------
I'm not sure what could be causing it then. It seems to work for and really with
WildFly 15 the argument should be automatically added.
Starting WFLY scripts with JDK 11 blows up with
ModuleNotFoundException java.se
-------------------------------------------------------------------------------
Key: WFLY-10937
URL:
https://issues.jboss.org/browse/WFLY-10937
Project: WildFly
Issue Type: Bug
Components: Scripts
Reporter: Marek Kopecký
Assignee: Richard Opalka
Priority: Blocker
Labels: Java11, blocker-WF14, jdk11
Fix For: 15.0.0.Beta1, 15.0.0.Final
Attachments: appclient.conf.bat
Starting WFLY scripts with JDK 11 blows up with ModuleNotFoundException java.se
*Affected scripts*
* appclient
* jdr
* wsconsume
* wsprovide
*Example of logs*
{noformat}
[mkopecky@dhcp-10-40-4-197 bin]$ ./jdr.sh
org.jboss.modules.ModuleNotFoundException: java.se
at org.jboss.modules.Module.addPaths(Module.java:1266)
at org.jboss.modules.Module.link(Module.java:1622)
at org.jboss.modules.Module.relinkIfNecessary(Module.java:1650)
at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:296)
at org.jboss.modules.Main.main(Main.java:437)
[mkopecky@dhcp-10-40-4-197 bin]$
{noformat}