Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 56697 invoked from network); 8 Dec 2005 06:31:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Dec 2005 06:31:44 -0000 Received: (qmail 98066 invoked by uid 500); 8 Dec 2005 06:31:36 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 98018 invoked by uid 500); 8 Dec 2005 06:31:36 -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 98006 invoked by uid 99); 8 Dec 2005 06:31:36 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2005 22:31:31 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 1A03718C for ; Thu, 8 Dec 2005 07:31:10 +0100 (CET) Message-ID: <305368707.1134023470104.JavaMail.jira@ajax.apache.org> Date: Thu, 8 Dec 2005 07:31:10 +0100 (CET) From: "Dain Sundstrom (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Assigned: (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 ] Dain Sundstrom reassigned GERONIMO-1307: ---------------------------------------- Assign To: Matt Hogstrom > 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 > Assignee: Matt Hogstrom > 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