0 Replies Latest reply on Mar 17, 2005 11:20 AM by rdellag1

    Error creating MBeanProxy using JBOSS 3.0.8 on Solaris

    rdellag1

      This is an intermittant problem on our Solaris boxes. No problems on Win. It might work every other time. If I unwind the ear and copy the EJB jar into the default/lib directory, it works every time.

      2004-10-22 13:10:09,369 ERROR [org.jboss.ejb.EjbModule] error adding container to app.
      org.jboss.util.NestedRuntimeException: Error creating MBeanProxy: :service=Webserver; - nested throwable: (javax.management.InstanceNotFoundException: :service=Webserver is not registered.)
      at org.jboss.util.jmx.MBeanProxy.(MBeanProxy.java:76)
      at org.jboss.util.jmx.MBeanProxy.create(MBeanProxy.java:280)
      at org.jboss.util.jmx.MBeanProxy.create(MBeanProxy.java:245)
      at org.jboss.ejb.EjbModule.initializeContainer(EjbModule.java:674)

      ---------------------------- jboss-service.xml ---------------------------

      <mbean code="org.jboss.web.WebService"^M
      name="jboss:service=Webserver">^M
      8083^M
      <!-- Should resources and non-EJB classes be downloadable -->^M
      true^M
      ^M
      ------------------------------------------------------------------------------------