码迷,mamicode.com
首页 > Web开发 > 详细

weblogic抛出Platform MBeanServer异常

时间:2016-12-11 12:12:41      阅读:565      评论:0      收藏:0      [点我收藏+]

标签:war   for   ast   com   lsm   nbsp   server   following   监控   

生产环境中这两天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异常

标签:war   for   ast   com   lsm   nbsp   server   following   监控   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!