Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 58C4D10C65 for ; Tue, 2 Jul 2013 21:53:20 +0000 (UTC) Received: (qmail 17465 invoked by uid 500); 2 Jul 2013 21:53:20 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 17431 invoked by uid 500); 2 Jul 2013 21:53:20 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 17422 invoked by uid 99); 2 Jul 2013 21:53:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jul 2013 21:53:20 +0000 Date: Tue, 2 Jul 2013 21:53:20 +0000 (UTC) From: "Jamie goodyear (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMQ-3303) Standalone Webconsole crashes when accessing master-slave failover activeMQ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-3303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13698298#comment-13698298 ] Jamie goodyear commented on AMQ-3303: ------------------------------------- Note: https://issues.apache.org/jira/browse/AMQ-4330 -- this API call is coming back into AMQ > Standalone Webconsole crashes when accessing master-slave failover activeMQ > --------------------------------------------------------------------------- > > Key: AMQ-3303 > URL: https://issues.apache.org/jira/browse/AMQ-3303 > Project: ActiveMQ > Issue Type: Bug > Components: JMX > Affects Versions: 5.5.0 > Environment: Webconsole running on tomcat 6 on ubuntu 10.04LTS with sun jdk. > Options : webconsole.type=properties, webconsole.jms.url=failover:(tcp://activemq-1:61616,tcp://activemq-2:61616), webconsole.jms.user=xxxxxxxxxx, webconsole.jms.password=xxxxxxxxx, webconsole.jmx.url=service:jmx:rmi:///jndi/rmi://activemq-1:11099/jmxrmi,service:jmx:rmi:///jndi/rmi://activemq-2:11099/jmxrmi, webconsole.jmx.user=xxxxxxxxxxx, webconsole.jmx.password=xxxxxxxxxxxxxxxx > Reporter: Arnaud BRAND > Priority: Minor > Attachments: RemoteJMXBrokerFacade.patch > > > Null pointer exception when accessing the JSPs if the first jmx server (here activemq-1) in the jmx url is the slave. > findBrokers in RemoteJMXBrokerFacade finds the slave broker but accessing some of its attributes results in a NullPointerException. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira