weblogic Schema validation schemaValidationEnabled=false 启动报错解决

日志分析

<2018-4-25 上午111527CST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason: [Management:141245]Schema Validation Error in D:\weblogicNew\your-domain\config\config.xml see log for details. Schema validation can be disabled by starting the server with the command line option: -Dweblogic.configuration.schemaValidationEnabled=false> 
<2018-4-25 上午111527CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED> 
<2018-4-25 上午111527CST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down> 
<2018-4-25 上午111527CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN> 

解决方法

在 weblogic 的 startWebLogic.cmd中增加一行

set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.configuration.schemaValidationEnabled=false 

重启服务,无此错误。

猜你喜欢

转载自blog.csdn.net/uniquewonderq/article/details/80077091
今日推荐