我是靠谱客的博主 称心小鸭子,最近开发中收集的这篇文章主要介绍一个MBean异常NotCompliantMBeanException,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

javax.management.NotCompliantMBeanException: MBean class com.kooe.spidercom.factory.ControlCenter does not implement DynamicMBean, neither follows the Standard MBean conventions (javax.management.NotCompliantMBeanException: Class com.kooe.spidercom.factory.ControlCenter is not a JMX compliant Standard MBean) nor the MXBean conventions (javax.management.NotCompliantMBeanException: com.kooe.spidercom.factory.ControlCenter: Class com.kooe.spidercom.factory.ControlCenter is not a JMX compliant MXBean)

    at com.sun.jmx.mbeanserver.Introspector.checkCompliance(Introspector.java:160)

    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.createMBean(DefaultMBeanServerInterceptor.java:287)

    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.createMBean(DefaultMBeanServerInterceptor.java:199)

    at com.sun.jmx.mbeanserver.JmxMBeanServer.createMBean(JmxMBeanServer.java:286)

    at com.kooe.spidercom.rmi.BDBServer.registMBean(BDBServer.java:31)

    at com.kooe.spidercom.rmi.BDBServer.main(BDBServer.java:44)

 

原因

      这是一个很低级的错误,

         用来监控ControlCenter的标准MBean名称不对,正确的为:ControlCenterMBean

注:标准MBean名称必需是在要监控的类名后面加上“MBean, 且要监控的类和MBean接口必需在同一包下,即MyBean的名字写错了

转载于:https://www.cnblogs.com/esten/archive/2012/03/31/2427404.html

最后

以上就是称心小鸭子为你收集整理的一个MBean异常NotCompliantMBeanException的全部内容,希望文章能够帮你解决一个MBean异常NotCompliantMBeanException所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(39)

评论列表共有 0 条评论

立即
投稿
返回
顶部