You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Andrea Manca <ma...@link.it> on 2006/04/19 16:00:44 UTC

unknow error

Does anyone knows what the following errors means?

WARN  ManagedTransportConnection     - Failed to unregister mbean:
org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection=ID_test9.sede-pisa.link.it-45081-1145452047942-2_164
WARN  ManagedTransportConnection     - Failed to unregister mbean:
org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection=ID_test9.sede-pisa.link.it-45081-1145452047942-2_160
WARN  ManagedTransportConnection     - Failed to unregister mbean:
org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection=ID_test9.sede-pisa.link.it-45081-1145452047942-2_80
WARN  ManagedTransportConnection     - Failed to unregister mbean:
org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection=ID_test9.sede-pisa.link.it-45081-1145452047942-2_159
WARN  ManagedTransportConnection     - Failed to unregister mbean:
org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection=ID_test9.sede-pisa.link.it-45081-1145452047942-2_76
WARN  ManagedTransportConnection     - Failed to unregister mbean:
org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection=ID_test9.sede-pisa.link.it-45081-1145452047942-2_290

I'm testing an application deployed on jboss 4.0.3SP1 that send and
receive messages to a broker in another JVM.

Thanks in advance
-- 
Andrea Manca <ma...@link.it>
Link.it s.r.l.


Re: unknow error

Posted by Rob Davies <ra...@gmail.com>.
this looks familiar - though I'm sure it was fixed for RC3 - is that  
the version you are using ?

cheers,

Rob

On 19 Apr 2006, at 15:00, Andrea Manca wrote:

> Does anyone knows what the following errors means?
>
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection 
> =ID_test9.sede-pisa.link.it-45081-1145452047942-2_164
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection 
> =ID_test9.sede-pisa.link.it-45081-1145452047942-2_160
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection 
> =ID_test9.sede-pisa.link.it-45081-1145452047942-2_80
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection 
> =ID_test9.sede-pisa.link.it-45081-1145452047942-2_159
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection 
> =ID_test9.sede-pisa.link.it-45081-1145452047942-2_76
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection 
> =ID_test9.sede-pisa.link.it-45081-1145452047942-2_290
>
> I'm testing an application deployed on jboss 4.0.3SP1 that send and
> receive messages to a broker in another JVM.
>
> Thanks in advance
> -- 
> Andrea Manca <ma...@link.it>
> Link.it s.r.l.
>


Re: unknow error

Posted by Andrea Manca <ma...@link.it>.
Il giorno gio, 20-04-2006 alle 05:52 +0100, Rob Davies ha scritto:
> this occurs because we were erroneously trying to deregister some  
> mbeans more than once - though I suspect that your not using the   
> activemq-RC3 ?

In fact i'm already on RC2.
I'll try RC3 today, thanks for your response.

-- 
Andrea Manca <ma...@link.it>
Link.it s.r.l.


Re: unknow error

Posted by Rob Davies <ra...@gmail.com>.
this occurs because we were erroneously trying to deregister some  
mbeans more than once - though I suspect that your not using the   
activemq-RC3 ?


On 19 Apr 2006, at 15:00, Andrea Manca wrote:

> Does anyone knows what the following errors means?
>
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection 
> =ID_test9.sede-pisa.link.it-45081-1145452047942-2_164
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection 
> =ID_test9.sede-pisa.link.it-45081-1145452047942-2_160
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection 
> =ID_test9.sede-pisa.link.it-45081-1145452047942-2_80
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection 
> =ID_test9.sede-pisa.link.it-45081-1145452047942-2_159
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection 
> =ID_test9.sede-pisa.link.it-45081-1145452047942-2_76
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection 
> =ID_test9.sede-pisa.link.it-45081-1145452047942-2_290
>
> I'm testing an application deployed on jboss 4.0.3SP1 that send and
> receive messages to a broker in another JVM.
>
> Thanks in advance
> -- 
> Andrea Manca <ma...@link.it>
> Link.it s.r.l.
>


Re: unknow error

Posted by James Strachan <ja...@gmail.com>.
It means that the MBeans for the connections to the broker could not
be unregistered from JMX. Amo not sure why this is happening though.

On 4/19/06, Andrea Manca <ma...@link.it> wrote:
> Does anyone knows what the following errors means?
>
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection=ID_test9.sede-pisa.link.it-45081-1145452047942-2_164
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection=ID_test9.sede-pisa.link.it-45081-1145452047942-2_160
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection=ID_test9.sede-pisa.link.it-45081-1145452047942-2_80
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection=ID_test9.sede-pisa.link.it-45081-1145452047942-2_159
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection=ID_test9.sede-pisa.link.it-45081-1145452047942-2_76
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.activemq:BrokerName=Test9_Broker,Type=Connection,Connection=ID_test9.sede-pisa.link.it-45081-1145452047942-2_290
>
> I'm testing an application deployed on jboss 4.0.3SP1 that send and
> receive messages to a broker in another JVM.
>
> Thanks in advance
> --
> Andrea Manca <ma...@link.it>
> Link.it s.r.l.
>
>


--

James
-------
http://radio.weblogs.com/0112098/