首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >无法使用Glassfish服务器5在Intellij Idea中运行JSF/Primefaces项目

无法使用Glassfish服务器5在Intellij Idea中运行JSF/Primefaces项目
EN

Stack Overflow用户
提问于 2021-03-18 16:19:19
回答 1查看 214关注 0票数 2

我正在尝试运行一个JSF/Primefaces项目,该项目在jre更新之前就已经开始工作了。现在,我看到生成了以下错误并停止了部署:

代码语言:javascript
运行
复制
[2021-03-18 05:13:48,685] Artifact Flowchart:war exploded: Artifact is being deployed, please wait...
[2021-03-18 05:13:50,114] Artifact Flowchart:war exploded: Error during artifact deployment. See server log for details.
[2021-03-18 05:13:50,114] Artifact Flowchart:war exploded: java.io.IOException: com.sun.enterprise.admin.remote.RemoteFailureException: Error occurred during deployment: Exception while deploying the app [Flowchart_war_exploded] : A MultiException has 4 exceptions.  They are:
1. java.lang.NoClassDefFoundError: sun/security/util/CurveDB
2. java.lang.IllegalStateException: Unable to perform operation: post construct on com.sun.enterprise.security.ssl.SSLUtils
3. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of com.sun.enterprise.security.SecurityLifecycle errors were found
4. java.lang.IllegalStateException: Unable to perform operation: resolve on com.sun.enterprise.security.SecurityLifecycle
. Please see server.log for more details.

我试着查找那些错误信息,但我什么也找不到。

我的JDK是1.8.0_202,JRE是1.8.0_281。

有人能帮我解决这个问题吗?

提前谢谢你。

EN

Stack Overflow用户

发布于 2022-06-30 13:19:21

您需要检查domain.xml中映射的JDK。它基本上是说它找不到这些类的内容。它将位于JVM的第一行,您需要在这里验证glassfish配置匹配。

票数 0
EN
查看全部 1 条回答
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/66694989

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档