简体   繁体   English

Weblogic 12.2.1 应用服务器 JDK 11 支持

[英]Weblogic 12.2.1 Application server JDK 11 support

Summary of the problem:问题总结:

Creating a new domain in Weblogic 12.2.1 server with Oracle JDK 11 fails使用 Oracle JDK 11 在 Weblogic 12.2.1 服务器中创建新域失败

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.由于 JDK 8 已经结束生命周期,我们已经升级了基于 java servlet 的 web 应用程序以使用 JDK 11 进行编译。尝试在 Z8F72E28063C30C7468FB6AF49F4653F 中部署它工作正常。

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 中部署相同的战争,当我们尝试使用 Oracle JDK 11 在 Weblogic 12.2.1 服务器中创建一个新域时,它失败并出现以下错误。

Weblogic Error while creating new domain创建新域时出现 Weblogic 错误

Thank you for any help.感谢您的任何帮助。

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 12c 不支持也不在 Java >= 9 下运行。您必须等待 2020 年的下一个主要版本。请查看认证矩阵了解详细信息。

WebLogic Server 14c (14.1.1.0.0) supports JDK 11. WebLogic Server 14c (14.1.1.0.0) 支持 JDK 11。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM