Hi, Do you have a modified broker config or the standard one shipped with ServiceMix 4.4.0? Try setting trace on the broker JMX stuff so we can get a bit more info (on the ServiceMix console):
log:set TRACE org.apache.activemq.broker.jmx Cheers, Jon On Wed, Aug 1, 2012 at 5:35 AM, anton_dak <[email protected]> wrote: > Hi all, > > we are running our camel application in ServiceMix 4.4.0 with several OSGI > bundles which are connected by ActiveMQ queues. Everything works well but > several times a day I see the following log entry: > > 09:18:15,758 | WARN | /127.0.0.1:61616 | FailoverTransport > | > 50 - org.apache.activemq.activemq-core - 5.5.1 | Transport > (localhost/127.0.0.1:61616) failed to tcp://localhost:61616 , attempting > to > automatically reconnect due to: java.io.EOFException > 09:18:15,765 | INFO | iveMQ Task-18022 | FailoverTransport > | > 50 - org.apache.activemq.activemq-core - 5.5.1 | Successfully reconnected > to > tcp://localhost:61616 > 09:18:15,766 | INFO | /127.0.0.1:37464 | Transport > | > 50 - org.apache.activemq.activemq-core - 5.5.1 | Transport failed: > java.io.EOFException > 09:18:18,766 | WARN | iveMQ Task-18022 | ManagedTransportConnection > | > 50 - org.apache.activemq.activemq-core - 5.5.1 | Failed to register MBean: > > org.apache.activemq:BrokerName=default,Type=Connection,ConnectorName=openwire,ViewType=address,Name=/127.0.0.1_37465 > 09:18:18,767 | INFO | iveMQ Task-18023 | FailoverTransport > | > 50 - org.apache.activemq.activemq-core - 5.5.1 | Successfully connected to > tcp://localhost:61616 > > The camel routes are working but when this failure occurs we have a delay > of > round about three seconds. After a lot of google search I'am not sure what > the cause of this problem is. > > best regards > > > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/SMX-4-4-0-Failed-to-register-MBean-org-apache-activemq-BrokerName-tp5714039.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > -- Cheers, Jon --------------- FuseSource Email: [email protected] Web: fusesource.com Twitter: jon_anstey Blog: http://janstey.blogspot.com Author of Camel in Action: http://manning.com/ibsen
