Weblogic 12.2.1 Application server JDK 11 support - weblogic

Creating a new domain in Weblogic 12.2.1 server with Oracle JDK 11 fails
What we have tried:
As JDK 8 is already in End of life,
We have upgraded our java servlet based web application to compile with JDK 11.
Tried to deploy in Tomcat 9, it is working fine.
To deploy the same war in WebLogic, When we try to create a new domain in Weblogic 12.2.1 server with Oracle JDK 11, it fails with the below error.
Weblogic Error while creating new domain

WebLogic Server 12c does not support and does not run under Java >= 9. You will have to wait for next major release in 2020.
Check the Certification Matrix for details.

WebLogic Server 14c (14.1.1.0.0) supports JDK 11.
WebLogic Server 12.2.1.4 supports Oracle JDK 8 and Oracle JDK 11

Related

Is jboss 4.2.2 GA compatible with java 11?

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?
JBoss 4.2 is a very old and outdated version and it only tested with JDK 1.5 and 1.6 version. If you are upgrading your JDK to 11 then you should update the JBoss to 7.3 version which is the latest available GA release from Red Hat.
You can download the jdk files of older versions like jdk6 and then replace JAVA path in the jboss run file from "set JAVA=%JAVA_HOME%\bin\java" to
"set JAVA=C:\Users\jdk1.6.0_45\bin\java"
Of course it's better to upgrade to a higher JBoss version... But in case that's not possible, you can avoid the ClassNotFoundException for org.omg.CORBA.Object by placing rt.jar from Java 8 in your JBoss-libs folder.
With this configuration you can run older JBoss versions with Java 11.

which version of payara or glassfish should I use with jdk 14?

Which version of payara or glassfish should I use with jdk 14?
I've already tried glassfish 5.1.0 and payara 5.201.
Both server support Jdk 11. There isn't clear information available about Jdk 14 yet.
Payara
Offical Reference
With much excitement from users, JDK 11 support has been in technical preview since 5.192.
Glassfish
Official Reference
GlassFish 6.0.0 will support JDK 11+. Support for JDK 8 is not a goal for GlassFish 6.0.0

Cannot install weblogic

I am trying to install weblogic on one of my local environment.
But when trying to install the weblogic application, it said java.exe or javaw.exe has stopped working
and the program crashes. Any idea on how to fix above issue?
Below is the java path in Weblogic folder
C:\bea\jdk131_14\bin
Thanks
Weblogic server does not support Java 13.
You must use Java 8 (or 7) with WebLogic server 12c.

Tomcat7 - creation of jvm failed Windows 10

I installed tomcat 7 with Java 11.
When I try to start the tomcat service it crush.
I get an error the creation of jvm failed.
Tomcat 7 is not compatible with Java 11.
I downgraded the Java to 8, now it's working.

Jboss 7.1.1 startup throws Unable to read the logging config

I am using JBoss7.1.1.Final with jdk 1.8.0_20. When i run standalone. it throws error as
"Unable to read the logging configuration from 'file:/c/jboss-as-7.1.1.Final/jbos s-as-7.1.1.Final/standalone/configuration/logging.properties' (java.io.FileNotFo undException: \c\jboss-as-7.1.1.Final\jboss-as-7.1.1.Final\standalone\configurat ion\logging.properties (The system cannot find the path specified))"
JBoss AS 7.1.1.Final does not work with Java 8 https://developer.jboss.org/message/926279#926279.
If you're required to use Java 8 I'd suggest using the JBoss AS 7 predecessor WildFly. Starting with WildFly 10 Java 8 is a requirement.
You can start using OpenJDK 1.8 from JbossAS 7.4.1, Oracle and IBM from JBoss AS 7.3.3 https://access.redhat.com/articles/111663