<2016-9-12 下午10时22分47秒 CST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason: [Management:141266]Parsing Failure in config.xml: weblogic.management.ManagementRuntimeException: weblogic.application.ModuleException: >
(2)查找问题的解决方案【weblogic不能启动:PasswordEncrypted of JDBCDriverParamsBean问题】
找到解决方案链接如下:
Oraclemiddlewareblog.com/2012/04/25/unable-to-start-weblogic-passwordencrypted-of-serverstartmbean/
内容如下:
The Weblogic administration server is not starting and the complete error message is:
“In production mode, it’s not allowed to set a clear text value to the property: PasswordEncrypted of ServerStartMBean”
If this is occurring in Weblogic versions 10.3.1 or earlier, then it is a known bug with the administration console. The bug will cause a <password-encrypted> tag of a certain weblogic instance in your domain to be set to a null value in the config.xml. This will happen if you modify some startup arguments of that instance in the administration console. Weblogic will interpret the null value as a plain text password, which is not allowed in a production domain, thus the error in starting the server.
There is a patch that you can apply for this issue, but there are also some quick workarounds that might prove very useful if there is a time constraint for starting the administration service.
The first solution, and the one that is recommended since it is the final fix is to apply the patch delivered by Oracle for this issue:
– PKJ1 for Weblogic 10.3.1
– 6RDR for Weblogic 10.3