RE: Tomcat - JMX Failure

2014-02-25 Thread rdifrango
] [ml-node+s2283324n4678330...@n4.nabble.com] Sent: Monday, February 24, 2014 8:52 PM To: Ron DiFrango Subject: Re: Tomcat - JMX Failure The exception stack indicates the ObjectName (JMX identifier) for the broker was already registered once before. Probably because useJmx was already set ea

Re: Tomcat - JMX Failure

2014-02-24 Thread artnaseef
the same problem. -- View this message in context: http://activemq.2283324.n4.nabble.com/Tomcat-JMX-Failure-tp4678285p4678330.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Tomcat - JMX Failure

2014-02-23 Thread mlus
Hi. You set listen ip address to 0.0.0.0 and use 61616 port so , your host must open 61616 port to open. If you use firewall protection application, you had better stop it. Error message says can not open 5701 port. Do you use activemq cluster ? so, host must open 5701 too. > > ur

Re: Tomcat - JMX Failure

2014-02-23 Thread rdifrango
-JMX-Failure-tp4678285p4678291.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Tomcat - JMX Failure

2014-02-23 Thread rdifrango
java:380) at org.apache.activemq.broker.jmx.AnnotatedMBean.registerMBean(AnnotatedMBean.java:72) at org.apache.activemq.broker.BrokerService.registerConnectorMBean(BrokerService.java:2033) ... 33 more -- View this message in context: http://activemq.2283324.n4.nabble.co

Re: Tomcat - JMX Failure

2014-02-23 Thread artnaseef
-dev-win-user] Address[127.0.0.1]:5701 is > SHUTTING_DOWN > ERROR ActiveMqBootstrapServiceImpl - [CorrelationId-NA] [UserId-NA] > [ApSysCd-NA] [Host-NA] [WLP-NA] [WebAnalyticsCorrelationId-NA] ActiveMQ > bootstrap issue > java.io.IOException: Transport Connector could not be registered in JM

Re: Tomcat - JMX Failure

2014-02-23 Thread artnaseef
ROR ActiveMqBootstrapServiceImpl - [CorrelationId-NA] [UserId-NA] > [ApSysCd-NA] [Host-NA] [WLP-NA] [WebAnalyticsCorrelationId-NA] ActiveMQ > bootstrap issue > java.io.IOException: Transport Connector could not be registered in JMX: > org.apache.activemq:type=Broker,brokerName=localhost,

Tomcat - JMX Failure

2014-02-23 Thread rdifrango
port Connector could not be registered in JMX: org.apache.activemq:type=Broker,brokerName=localhost,connector=clientConnectors,connectorName=openwire at org.apache.activemq.util.IOExceptionSupport.create(IOExceptionSupport.java:27) I followed this post: http://activemq.apache.org/tomcat.html A