首页 > 编程知识 正文

weblogic服务器状态unknown(weblogic创建域没反应)

时间:2023-05-06 07:17:41 阅读:69298 作者:834

1、提示web-inf/applicationContext.xml文件不存在。

原因:由类加载器顺序问题引起。

请先加载项目的jar包,防止项目的jar包与weblogic的jar包冲突,以绝对路径加载,并确保在spring配置文件中运行classpath。

解决方法:

将weblogic.xml文件添加到web-inf中。 文件内容如下。

xmlns=' http://www.bea.com/ns/WebLogic/WebLogic-we B- app '

xmlns 3360 xsi=' http://www.w3.org/2001/XML架构-instance '

xsi :方案定位=' http://www.bea.com/ns/WebLogic/WebLogic-we B- app http://www.bea.com/ns/WebLogic/wew

真的

真的

真的

2、thepagedirectiveattribute ' pageencoding ' mayonlybeusedonceperjsppage

原因:

包含页面和被包含页面同时存在pageEncoding,引起了冲突。

解决方法:

(1)将静态包含变为动态包含。

)2)删除包含页面的pageEncoding声明。

3、无法访问所选的APP应用程序。

exceptioninappmergeflows ' progression

exceptioninappmergeflows ' progression

validationproblemswerefoundproblem : CVC-complex-type.2.4a : expected elements ' servlet-class @ http://Java.sun . ns/javaee ' instead of ' display-name @ http://Java.sun.com/XML/ns/javaee ' here in element servlet @ http://Java.sun . javaee : problem : CVC-complex-type.2.4a : expected elements ' servlet-class @ http://Java.sun.com/XML/ns/javaee ' instead of ' description @ http://Java.sun.com/XML/ns/javaee ' hereinelementservlet @ http://Java.sun.cava .

解决方案:

web.xml中有weblogic无法识别的标签。

错误消息中显示了display-name等关键字。

此问题是由两个标记引起的: web.xml中的display-name和description。

删除这样的标签会正常。

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。