Menu

JAMonAPI on JBoss 4.3?

2015-02-07
2015-02-07
  • Roland Kool

    Roland Kool - 2015-02-07

    Hi,

    When I try to deploy JAMonAPI on JBoss 4.3 EAP it throws this error:
    (main:) Exception sending context initialized event to listener instance of class com.jamonapi.distributed.JamonServletContextListener
    java.lang.RuntimeException: javax.management.NotCompliantMBeanException: Class does not expose a management interface: java.lang.Object
    at com.jamonapi.jmx.JmxUtils.registerMbeans(JmxUtils.java:106)
    at com.jamonapi.jmx.JmxUtils.registerMbeans(JmxUtils.java:87)
    at com.jamonapi.distributed.JamonServletContextListener.addJmxBeans(JamonServletContextListener.java:42)
    at com.jamonapi.distributed.JamonServletContextListener.contextInitialized(JamonServletContextListener.java:29)

    I do have this property set:
    -Djboss.platform.mbeanserver=true

    However, I do not have any remote jmx enabled.

    Any idea?

     

Log in to post a comment.