Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 62525 invoked from network); 25 Apr 2006 06:32:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Apr 2006 06:32:19 -0000 Received: (qmail 32256 invoked by uid 500); 25 Apr 2006 06:32:17 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 32206 invoked by uid 500); 25 Apr 2006 06:32:17 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 32195 invoked by uid 99); 25 Apr 2006 06:32:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 23:32:17 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 23:32:16 -0700 Received: from brutus (localhost.localdomain [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EDFCB7142BB for ; Tue, 25 Apr 2006 06:31:06 +0000 (GMT) Message-ID: <15463449.1145946666971.JavaMail.jira@brutus> Date: Tue, 25 Apr 2006 06:31:06 +0000 (GMT+00:00) From: "Matt Hogstrom (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-1307) JMX connector doesn't shut down cleanly In-Reply-To: <184232203.1133983388598.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-1307?page=all ] Matt Hogstrom closed GERONIMO-1307: ----------------------------------- Resolution: Fixed Can't recreate > JMX connector doesn't shut down cleanly > --------------------------------------- > > Key: GERONIMO-1307 > URL: http://issues.apache.org/jira/browse/GERONIMO-1307 > Project: Geronimo > Type: Bug > Security: public(Regular issues) > Components: deployment, eclipse-plugin, gbuild, general, installer, JVM-compatibility, kernel, mail, management, naming, OpenEJB, sample apps, security > Versions: 1.0 > Reporter: David Jencks > Assignee: Matt Hogstrom > Priority: Blocker > Fix For: 1.2 > > 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