You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2015/07/06 23:11:04 UTC

[jira] [Closed] (AMQ-5386) ActiveMQ 5.9.1 jar logging 'Failed to Unregister MBean[s]' of in-memory broker

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

Timothy Bish closed AMQ-5386.
-----------------------------
    Resolution: Incomplete

Since this issue lacks a test case or any further information from the reporter it is being closed as incomplete.  Try a new version and see if you still experience this issue.  

> 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)