1 Reply Latest reply on Dec 11, 2002 10:35 PM by adrian.brock

    TimerMBean

    miro

      I have MBean based on TimerMBean. Somewhere I read, that I have to put following line into jboss-service.xml
      <mbean code="javax.management.timer.Timer" name="DefaultDomain:service=timer"/>
      In jmx-console of jboss it is as running, but in log is following:
      11:55:35,168 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:
      <none>
      Incompletely deployed packages:
      <none>
      MBeans waiting for classes:
      <none>
      MBeans waiting for other MBeans:
      [ObjectName: DefaultDomain:service=timer
      state: CREATED
      I Depend On:
      Depends On Me: ]
      What with it?
      Thanx.

        • 1. Re: TimerMBean

          Are you sure you have spelt the code attribute
          correctly?

          Look in server/default/log/server.log for a previous
          error.

          Regards,
          Adrian