Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 97116 invoked from network); 5 Aug 2008 21:53:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Aug 2008 21:53:03 -0000 Received: (qmail 53559 invoked by uid 500); 5 Aug 2008 21:53:01 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 53419 invoked by uid 500); 5 Aug 2008 21:53:01 -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 53408 invoked by uid 99); 5 Aug 2008 21:53:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2008 14:53:00 -0700 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=NORMAL_HTTP_TO_IP,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.221.128.22] (HELO mailfilter.semaphore.com) (209.221.128.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2008 21:52:03 +0000 X-IronPort-AV: E=Sophos;i="4.31,312,1215414000"; d="scan'208";a="60795" Received: from exchange00.semaphore.com ([63.249.3.89]) by mailfilter.semaphore.com with ESMTP; 05 Aug 2008 14:51:29 -0700 Received: from exchange00.semaphore.lan ([192.168.109.70]) by exchange00.semaphore.lan ([192.168.109.70]) with mapi; Tue, 5 Aug 2008 14:51:29 -0700 From: Dylan Vanderhoof To: "'users@activemq.apache.org'" Date: Tue, 5 Aug 2008 14:51:28 -0700 Subject: activemq-admin failing on snapshot Thread-Topic: activemq-admin failing on snapshot Thread-Index: Acj3RWpv3SH0GdJ7RhKUjY+g15RO8A== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org This is bizarre. I have 3 servers running 5.2.0-SNAPSHOT from today. Their configuration is identical other than the broker name and broker URLs= in the activemq.xml file. On two on them activemq-admin works flawlessly, on the 3rd, it sits there f= or 5+ minutes before returning a connection timed out for an IP address tha= t's the external network transport the others brokers connect to, but that = should have nothing to do with JMX. iptables shows only 1099 traffic to localhost, nothing to that IP. In addition, it takes some 5 minutes to start the ManagementContext connect= or, which is completely at odds with what the other servers are doing. (St= artup scroll pasted below with ip/host information masked) Has anybody run into a slow starting and/or non-responsive JMX connector be= fore? The localhost:8161/admin webapp works just fine, but I'm not able to= use activemq-admin at all. -D llarian@cerberus /var/log $ sudo cat /usr/local/activemq/data/activemq.log 2008-08-05 13:46:12,665 [main ] INFO BrokerService = - Using Persistence Adapter: AMQPersistenceAdapter(/usr/local/activemq/= data) 2008-08-05 13:46:12,671 [main ] INFO AMQPersistenceAdapter = - AMQStore starting using directory: /usr/local/activemq/data 2008-08-05 13:46:12,696 [main ] INFO KahaStore = - Kaha Store using data directory /usr/local/activemq/data/kr-store/sta= te 2008-08-05 13:46:12,722 [main ] INFO AMQPersistenceAdapter = - Active data files: [] 2008-08-05 13:46:12,799 [main ] INFO BrokerService = - ActiveMQ 5.2-SNAPSHOT JMS Message Broker (llarian) is starting 2008-08-05 13:46:12,799 [main ] INFO BrokerService = - For help or more information please see: http://activemq.apache.org/ 2008-08-05 13:46:12,944 [main ] INFO KahaStore = - Kaha Store using data directory /usr/local/activemq/data/kr-store/dat= a 2008-08-05 13:46:12,961 [main ] INFO TransportServerThreadSuppor= t - Listening for connections at: stomp://example.net:61613 2008-08-05 13:46:12,961 [main ] INFO TransportConnector = - Connector stomp Started 2008-08-05 13:46:12,963 [main ] INFO TransportServerThreadSuppor= t - Listening for connections at: tcp://1.2.3.4:61616 2008-08-05 13:46:12,963 [main ] INFO TransportConnector = - Connector tcp://1.2.3.4:61616 Started 2008-08-05 13:46:12,964 [main ] INFO DiscoveryNetworkConnector = - Establishing network connection between from vm://llarian to tcp://ne= tresponse-test.semaphore.com:61616 2008-08-05 13:46:12,984 [main ] INFO TransportConnector = - Connector vm://llarian Started 2008-08-05 13:46:13,010 [main ] INFO NetworkConnector = - Network Connector nr-test Started 2008-08-05 13:46:13,010 [main ] INFO BrokerService = - ActiveMQ JMS Message Broker (llarian, ID:cerberus-41952-1217969172813= -0:0) started 2008-08-05 13:46:13,049 [Worker@6aadae91] INFO DemandForwardingBridge = - Network connection between vm://llarian#0 and tcp://netresponse-test.= semaphore.com/209.221.128.8:61616(netresponse-test) has been established. 2008-08-05 13:46:13,127 [main ] INFO log = - Logging to org.slf4j.impl.JCLLoggerAdapter(org.mortbay.log) via org.m= ortbay.log.Slf4jLog 2008-08-05 13:46:13,132 [main ] INFO log = - jetty-6.1.9 2008-08-05 13:46:13,525 [main ] INFO WebConsoleStarter = - ActiveMQ WebConsole initialized. 2008-08-05 13:46:13,597 [main ] INFO /admin = - Initializing Spring FrameworkServlet 'dispatcher' 2008-08-05 13:46:13,651 [main ] INFO log = - ActiveMQ Console at http://0.0.0.0:8161/admin 2008-08-05 13:46:13,658 [main ] INFO log = - Started SelectChannelConnector@0.0.0.0:8161 2008-08-05 13:49:21,814 [JMX connector ] INFO ManagementContext = - JMX consoles can connect to service:jmx:rmi:///jndi/rmi://localhost:1= 099/jmxrmi