1

I have some problem to deploy my application with Wildfly 15. I recently upgrade to Java 11, so, wildfly 15 only deploys with java 11. I have some problem when I starts, log:

How I fix it?

    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)
Kukeltje
  • 12,223
  • 4
  • 24
  • 47
Moises Coelho
  • 349
  • 1
  • 3
  • 6
  • 1
    I don't know why Wildfly is looking for the "java.se" aggregator but I assume you can workaround this by running with `--add-modules java.se`. – Alan Bateman Feb 02 '19 at 07:59
  • Yeah! It's Working, thank you, but only works when I run "standalone.bat" in wildfly/bin, when I run on eclipse , the same problem has been come, you know why ? – Moises Coelho Feb 04 '19 at 10:40
  • 1
    Alan, Im already finish! In the vm Arguments on Wildfly configurations in eclipse, I added "-add-modules java.se" and worked. Thanks for the help ! – Moises Coelho Feb 04 '19 at 15:50
  • Possible duplicate of [How to run Wildfly 14 with java 11?](https://stackoverflow.com/questions/52852192/how-to-run-wildfly-14-with-java-11) – Aaron Apr 12 '19 at 14:09

0 Answers0