We have a product that is running fine with JBoss 4.2.2/java 7
.
We are now moving to JDK 11. simply added java 11 in the classpath and tried starting the server.
Encountered below error
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
-Djava.endorsed.dirs=C:\PathBuilder\GE\EMEA\vp\jboss\lib\endorsed is not supported. Endorsed standards and standalone APIs in modular form will be supported via the concept of upgradeable modules.
removed below configurations from run.bat and started the server again
-XX:MaxPermSize=128m
"-Djava.endorsed.dirs=%JBOSS_ENDORSED_DIRS%"
now getting below error and which is
interrupting the ear deployment Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: org.omg.CORBA.Object
Is Java 4.2.2
compatible with JDK 11
or we need to update JBoss
to 7.2 or latest versions?
can someone help with this or provide related links?