Hi there,
 
 
I'm getting this error every time I shut down the server:(see below)
 
I guess the reason is the service shutting down order. Module jmx-ejb-adaptor.jar is the second to the last being deployed but is also almost the last being un-deployed when shutting down the whole server. Shouldn't it be in the first round of undeployment when shutting down? I can live with this error regardless, just a reminder... 
 
 
23:00:42,923 INFO  [org.jboss.deployment.J2eeDeployer#Default] Stopping module jmx-ejb-adaptor.jar
23:00:42,933 INFO  [org.jboss.ejb.ContainerFactory] Undeploying:file:/C:/jboss/jboss-3.0.0alpha/deploy/Default/jmx-ejb-adaptor.jar
23:00:42,953 ERROR [org.jboss.ejb.ContainerFactory] handleContainerManagement
javax.management.InstanceNotFoundException: Could not find Management:jndiName=ejb/jmx/ejb/Adaptor
 at org.jboss.system.ServiceController.stop(ServiceController.java:555)
 at org.jboss.system.ServiceController.undeploy(ServiceController.java:305)
 at java.lang.reflect.Method.invoke(Native Method)
 at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
 at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
 at org.jboss.ejb.ContainerFactory.handleContainerManagement(ContainerFactory.java:707)
 at org.jboss.ejb.ContainerFactory.undeploy(ContainerFactory.java:492)
 at org.jboss.ejb.ContainerFactory.undeploy(ContainerFactory.java:316)
 at java.lang.reflect.Method.invoke(Native Method)
 at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
 at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
 at org.jboss.deployment.J2eeDeployer.stopModule(J2eeDeployer.java:703)
 at org.jboss.deployment.J2eeDeployer.stopApplication(J2eeDeployer.java:660)
 at org.jboss.deployment.J2eeDeployer.stopService(J2eeDeployer.java:400)
 at org.jboss.system.ServiceMBeanSupport.stop(ServiceMBeanSupport.java:150)
 at java.lang.reflect.Method.invoke(Native Method)
 at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
 at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
 at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:774)
 at $Proxy0.stop(Unknown Source)
 at org.jboss.system.ServiceController.stop(ServiceController.java:551)
 at org.jboss.system.ServiceController.undeploy(ServiceController.java:305)
 at org.jboss.system.ServiceController.shutdown(ServiceController.java:444)
 at java.lang.reflect.Method.invoke(Native Method)
 at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
 at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
 at org.jboss.system.Shutdown.shutdownServices(Shutdown.java:98)
 at org.jboss.system.Shutdown$1.run(Shutdown.java:63)

Reply via email to