JMX connector doesn't shut down cleanly
---------------------------------------
Key: GERONIMO-1307
URL: http://issues.apache.org/jira/browse/GERONIMO-1307
Project: Geronimo
Type: Bug
Components: mail, deployment, management, general, OpenEJB, security, kernel,
naming, installer, eclipse-plugin, JVM-compatibility, sample apps, gbuild
Versions: 1.0
Reporter: David Jencks
Priority: Blocker
Fix For: 1.0
In the last day or two this stack trace has shown up on server shutdown:
10:58:04,204 ERROR [GBeanInstance] Problem in doStop of
geronimo.server:J2EEApplication=null,J2EEModule=geronimo/j2ee-security/1.0-SNAPSHOT/car,J2EEServer=geronimo,j2eeType=GBean,name=JMXService
java.io.IOException: javax.naming.CommunicationException [Root exception is
java.rmi.NoSuchObjectException: no such object in table]
at mx4j.remote.resolver.rmi.Resolver.unbindServer(Resolver.java:279)
at
javax.management.remote.rmi.RMIConnectorServer.stop(RMIConnectorServer.java:172)
at
org.apache.geronimo.jmxremoting.JMXConnector.doStop(JMXConnector.java:127)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.destroyInstance(GBeanInstance.java:1079)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(GBeanInstanceState.java:395)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:200)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
at
org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
at
org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:192)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:545)
at
org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:213)
at
org.apache.geronimo.kernel.config.ConfigurationManagerImpl$ShutdownHook.run(ConfigurationManagerImpl.java:277)
at
org.apache.geronimo.kernel.basic.BasicKernel.notifyShutdownHooks(BasicKernel.java:406)
at
org.apache.geronimo.kernel.basic.BasicKernel.shutdown(BasicKernel.java:383)
at org.apache.geronimo.system.main.Daemon$1.run(Daemon.java:272)
I think it appeared about the time Aaron changed the URI format for the jmx
deployer connection, but they might or might not be connected.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira