[
https://issues.apache.org/jira/browse/AMQ-5386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14605219#comment-14605219
]
Felix Ehm commented on AMQ-5386:
--------------------------------
HI, did you check with the latest 5.11.1. We ran into the same, and it after
upgrade we didn't see it again.
Felix
> ActiveMQ 5.9.1 jar logging 'Failed to Unregister MBean[s]' of in-memory broker
> ------------------------------------------------------------------------------
>
> Key: AMQ-5386
> URL: https://issues.apache.org/jira/browse/AMQ-5386
> Project: ActiveMQ
> Issue Type: Bug
> Components: JMX
> Affects Versions: 5.8.0, 5.9.1
> Environment: java 7, Spring 3.1.2, Resin 4.0.37, Ubuntu 12.04.4 LTS
> (GNU/Linux 3.10.9-031009-generic x86_64)
> Reporter: Duc Dang
> Labels: jmx
>
> We're getting a ton of these in our container logs after upgrading from the
> ActiveMQ 5.5 jar to 5.9.1:
> [2014-10-06 20:48:15.877] {ActiveMQ VMTransport: vm://vmBroker#25-36} WARNING
> org.apache.activemq.broker.jmx.ManagedRegionBroker Failed to unregister MBean
> org.apache.activemq:type=Broker,brokerName=vmBroker,destinationType=Queue,destinationName=vm-messages,endpoint=Producer,clientId=ID_localhost-50898-1412639900515-4_13,producerId=ID_localhost-50898-1412639900515-5_13_50704_1
> [2014-10-06 20:48:15.948] {ActiveMQ VMTransport: vm://vmBroker#25-36}
> WARNING org.apache.activemq.broker.jmx.ManagedRegionBroker Failed to
> unregister MBean
> org.apache.activemq:type=Broker,brokerName=vmBroker,destinationType=Queue,destinationName=vm-messages,endpoint=Producer,clientId=ID_localhost-50898-1412639900515-4_13,producerId=ID_localhost-50898-1412639900515-5_13_50705_1
> [2014-10-06 20:48:15.949] {ActiveMQ VMTransport: vm://vmBroker#25-36}
> WARNING org.apache.activemq.broker.jmx.ManagedRegionBroker Failed to
> unregister MBean
> org.apache.activemq:type=Broker,brokerName=vmBroker,destinationType=Queue,destinationName=vm-messages,endpoint=Producer,clientId=ID_localhost-50898-1412639900515-4_13,producerId=ID_localhost-50898-1412639900515-5_13_50706_1
> [2014-10-06 20:48:15.995] {ActiveMQ VMTransport: vm://vmBroker#25-36}
> WARNING org.apache.activemq.broker.jmx.ManagedRegionBroker Failed to
> unregister MBean
> org.apache.activemq:type=Broker,brokerName=vmBroker,destinationType=Queue,destinationName=vm-messages,endpoint=Producer,clientId=ID_localhost-50898-1412639900515-4_13,producerId=ID_localhost-50898-1412639900515-5_13_50707_1
> [2014-10-06 20:48:16.668] {ActiveMQ VMTransport: vm://vmBroker#25-36}
> WARNING org.apache.activemq.broker.jmx.ManagedRegionBroker Failed to
> unregister MBean
> org.apache.activemq:type=Broker,brokerName=vmBroker,destinationType=Queue,destinationName=vm-messages,endpoint=Producer,clientId=ID_localhost-50898-1412639900515-4_13,producerId=ID_localhost-50898-1412639900515-5_13_50717_1
> [2014-10-06 20:48:17.586] {ActiveMQ VMTransport: vm://vmBroker#25-33}
> WARNING org.apache.activemq.broker.jmx.ManagedRegionBroker Failed to
> unregister MBean
> org.apache.activemq:type=Broker,brokerName=vmBroker,destinationType=Queue,destinationName=vm-messages,endpoint=Producer,clientId=ID_localhost-50898-1412639900515-4_13,producerId=ID_localhost-50898-1412639900515-5_13_50735_1
> [2014-10-06 20:48:17.596] {ActiveMQ VMTransport: vm://vmBroker#25-33}
> WARNING org.apache.activemq.broker.jmx.ManagedRegionBroker Failed to
> unregister MBean
> org.apache.activemq:type=Broker,brokerName=vmBroker,destinationType=Queue,destinationName=vm-messages,endpoint=Producer,clientId=ID_localhost-50898-1412639900515-4_13,producerId=ID_localhost-50898-1412639900515-5_13_50736_1
> [2014-10-06 20:48:17.766] {ActiveMQ VMTransport: vm://vmBroker#25-33}
> WARNING org.apache.activemq.broker.jmx.ManagedRegionBroker Failed to
> unregister MBean
> org.apache.activemq:type=Broker,brokerName=vmBroker,destinationType=Queue,destinationName=vm-messages,endpoint=Producer,clientId=ID_localhost-50898-1412639900515-4_13,producerId=ID_localhost-50898-1412639900515-5_13_50739_1>
> Our ActiveMQ in-memory broker configuration:
> <bean id="global-jms.vm.connection.factory"
> class="org.apache.activemq.ActiveMQConnectionFactory"
> depends-on="global-jms.vm.broker">
> <property name="brokerURL" value="vm://vmBroker"/>
> </bean>
> <bean id="global-jms.vm.broker"
> class="org.apache.activemq.broker.BrokerService">
> <property name="useJmx" value="true"/>
> <property name="persistent" value="false"/>
> <property name="brokerName" value="vmBroker" />
> </bean>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)