<2018-4-25 上午11时15分27秒 CST> <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 上午11时15分27秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<2018-4-25 上午11时15分27秒 CST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<2018-4-25 上午11时15分27秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
在 weblogic 的 startWebLogic.cmd
中增加一行
set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.configuration.schemaValidationEnabled=false
重启服务,无此错误。