Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0E7BE1043D for ; Thu, 15 Aug 2013 17:03:47 +0000 (UTC) Received: (qmail 67534 invoked by uid 500); 15 Aug 2013 17:03:26 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 63251 invoked by uid 500); 15 Aug 2013 17:02:58 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 61494 invoked by uid 99); 15 Aug 2013 17:02:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Aug 2013 17:02:51 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of akuntamukkala@gmail.com does not designate 216.139.250.139 as permitted sender) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Aug 2013 17:02:46 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VA0vw-0000xj-O4 for users@activemq.apache.org; Thu, 15 Aug 2013 10:02:00 -0700 Date: Thu, 15 Aug 2013 10:01:45 -0700 (PDT) From: Ashwini Kuntamukkala To: users@activemq.apache.org Message-ID: <1376586105646-4670430.post@n4.nabble.com> In-Reply-To: <1376586105724-2346444.post@n4.nabble.com> References: <1376586105726-2346442.post@n4.nabble.com> <1376586105724-2346444.post@n4.nabble.com> Subject: Re: JMX Connector problems MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Here is the stacktrace DEBUG | Reason for failed jmx connector start | org.ap ache.activemq.broker.jmx.ManagementContext | JMX connector java.io.IOException: Cannot bind to URL [rmi://localhost:1099/jmxrmi]: javax.nam ing.NameAlreadyBoundException: jmxrmi [Root exception is java.rmi.AlreadyBoundEx ception: jmxrmi] at javax.management.remote.rmi.RMIConnectorServer.newIOException(RMIConn ectorServer.java:818) at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServ er.java:431) at org.apache.activemq.broker.jmx.ManagementContext$1.run(ManagementCont ext.java:131) Caused by: javax.naming.NameAlreadyBoundException: jmxrmi [Root exception is jav a.rmi.AlreadyBoundException: jmxrmi] at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:1 39) at com.sun.jndi.toolkit.url.GenericURLContext.bind(GenericURLContext.jav a:226) at javax.naming.InitialContext.bind(InitialContext.java:417) at javax.management.remote.rmi.RMIConnectorServer.bind(RMIConnectorServe r.java:639) at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServ er.java:426) ... 1 more Caused by: java.rmi.AlreadyBoundException: jmxrmi at sun.rmi.registry.RegistryImpl.bind(RegistryImpl.java:131) at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source) at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:390 ) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:248) at sun.rmi.transport.Transport$1.run(Transport.java:159) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:155) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:5 35) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTranspor t.java:790) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport .java:649) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec utor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor .java:908) at java.lang.Thread.run(Thread.java:662) at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Stream RemoteCall.java:273) at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java: 251) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:377) at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source) at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:1 37) ... 5 more -- View this message in context: http://activemq.2283324.n4.nabble.com/JMX-Connector-problems-tp2346442p4670430.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.