Weblogic 12.1.3 startup issue with Openjdk 11.
Pandit (EXT), Vijay
vijay.pandit.ext at siemens.com
Thu Aug 29 06:22:37 UTC 2019
Hi All,
I am using weblogic server 12.1.3 and openjdk 11.
I want to start weblogic server using openjdk 11 and made configurations changes in weblogic to point to openjdk 11 and also updated environment variable. But, after starting server I am getting below message in console :
starting weblogic with Java version:
openjdk version "11" 2018-09-25
OpenJDK Runtime Environment 18.9 (build 11+28)
OpenJDK 64-Bit Server VM 18.9 (build 11+28, mixed mode)
Starting WLS with line:
C:\PROGRA~1\Java\jdk11x64\bin\java -server -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=256m -Dweblogic.Name=scfserver -Djava.security.auth.login.config=D:\apps\wls12130\user_projects\domains\scf43\jaas.config -Djava.security.policy=D:\apps\wls12130\wlserver\server\lib\weblogic.policy -Xverify:none -Djava.endorsed.dirs=C:\PROGRA~1\Java\jdk11x64\lib\endorsed;D:\apps\wls12130\oracle_common\modules\endorsed -Xverify:none -Djava.endorsed.dirs=C:\PROGRA~1\Java\jdk11x64\lib\endorsed;D:\apps\wls12130\oracle_common\modules\endorsed -Xverify:none -Djava.endorsed.dirs=C:\PROGRA~1\Java\jdk11x64\lib\endorsed;D:\apps\wls12130\oracle_common\modules\endorsed -da -Dwls.home=D:\apps\wls12130\wlserver\server -Dweblogic.home=D:\apps\wls12130\wlserver\server -Djava.awt.headless=true weblogic.Server
OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
-Djava.endorsed.dirs=C:\PROGRA~1\Java\jdk11x64\lib\endorsed;D:\apps\wls12130\oracle_common\modules\endorsed is not supported. Endorsed standards and standalone APIs
in modular form will be supported via the concept of upgradeable modules.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Could you please help me out in this.
I tried with below solution, but it didn't work :
1: Removed -Djava.endorsed.dirs option from web logic configuration files.
Thanks
Vijay Pandit
More information about the discuss
mailing list