首页 > Web开发 > 详细

weblogic抛出Platform MBeanServer异常

时间:2016-12-11 12:09:40      阅读:766      评论:0      收藏:0      [点我收藏+]

生产环境中这两天weblogic集群节点隔断时间会挂掉,经过排查发现是前两天开启java监控,参数不完整导出,再启动脚本中加入参数即可解决该问题:JAVA_OPTIONS="${JAVA_OPTIONS} -Djavax.management.builder.initial=weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder"

 

异常信息:<Dec 11, 2016 10:26:00 AM CST> <Warning> <Management> <BEA-141277> <The JMX MBean PlatformMBeanServerUsed attribute is true, but the Platform MBeanServer was created without the hooks for the WLS security infrastructure. The Platform MBeanServer will NOT be used and Platform MBeans will NOT be available via the WLS Runtime or Domain Runtime MBeanServers. This can occur if you have defined Platform MBeanServer system properties or JVM options (-Dcom.sun.management.jmxremote or JRockit -XManagement).

To allow the Platform MBeanServer to be used, you must either remove the system properties/JVM options or start WLS with the following system property:
-Djavax.management.builder.initial=weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder
If you want to eliminate this log error and do not need Platform MBeans to be available via WLS, then set the PlatformMBeanUsed attribute in the JMXMBean to false.>

weblogic抛出Platform MBeanServer异常

原文:http://www.cnblogs.com/gongfuxiaomaintuan/p/6159203.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!