You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2013/10/17 15:30:43 UTC

[jira] [Resolved] (AMQ-3303) Standalone Webconsole crashes when accessing master-slave failover activeMQ

     [ https://issues.apache.org/jira/browse/AMQ-3303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully resolved AMQ-3303.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 5.9.0

unit test that validates the fix in https://git-wip-us.apache.org/repos/asf?p=activemq.git;a=commit;h=f5dd1256

> 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
>             Fix For: 5.9.0
>
>         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 was sent by Atlassian JIRA
(v6.1#6144)