I was trouble shooting a transport failure error message in my client, and had turned up the ActiveMQ log to DEBUG. I happened to see the following message logged at debug in the ActiveMQ log, although I was not able to reproduce the exception I was seeing in my client during this same test run. Is this something I need to worry about? It only happened over a few minute period during a several hour test run, and didn't happen again. Any ideas what could cause it?
2007-07-19 12:46:49,201 [ception Handler] DEBUG Transport - Transport failed: java.io.IOException: The transport is not running. java.io.IOException: The transport is not running. at org.apache.activemq.transport.TransportSupport.checkStarted(TransportSupport.java:103) at org.apache.activemq.transport.tcp.TcpTransport.oneway(TcpTransport.java:117) at org.apache.activemq.transport.InactivityMonitor.oneway(InactivityMonitor.java:141) at org.apache.activemq.transport.TransportFilter.oneway(TransportFilter.java:80) at org.apache.activemq.transport.WireFormatNegotiator.oneway(WireFormatNegotiator.java:93) at org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:43) at org.apache.activemq.broker.TransportConnection.dispatch(TransportConnection.java:1051) at org.apache.activemq.broker.TransportConnection.processDispatch(TransportConnection.java:772) at org.apache.activemq.broker.TransportConnection.dispatchSync(TransportConnection.java:749) at org.apache.activemq.broker.region.TopicSubscription.dispatch(TopicSubscription.java:362) at org.apache.activemq.broker.region.TopicSubscription.add(TopicSubscription.java:83) at org.apache.activemq.broker.region.policy.StrictOrderDispatchPolicy.dispatch(StrictOrderDispatchPolicy.java:50) at org.apache.activemq.broker.region.Topic.dispatch(Topic.java:413) at org.apache.activemq.broker.region.Topic.send(Topic.java:260) at org.apache.activemq.broker.region.AbstractRegion.send(AbstractRegion.java:292) at org.apache.activemq.broker.region.RegionBroker.send(RegionBroker.java:380) at org.apache.activemq.broker.TransactionBroker.send(TransactionBroker.java:193) at org.apache.activemq.broker.BrokerFilter.send(BrokerFilter.java:126) at org.apache.activemq.broker.CompositeDestinationBroker.send(CompositeDestinationBroker.java:98) at org.apache.activemq.broker.BrokerFilter.send(BrokerFilter.java:126) at org.apache.activemq.broker.BrokerFilter.send(BrokerFilter.java:126) at org.apache.activemq.security.AuthorizationBroker.send(AuthorizationBroker.java:157) at org.apache.activemq.broker.MutableBrokerFilter.send(MutableBrokerFilter.java:136) at org.apache.activemq.broker.TransportConnection.processMessage(TransportConnection.java:480) at org.apache.activemq.command.ActiveMQMessage.visit(ActiveMQMessage.java:604) at org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:284) at org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:177) at org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:65) at org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:133) at org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:122) at org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:84) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:137) at java.lang.Thread.run(Thread.java:595) -- View this message in context: http://www.nabble.com/Transport-exception-in-ActiveMQ-4.1.0-logs-at-debug-level-tf4114513s2354.html#a11700400 Sent from the ActiveMQ - User mailing list archive at Nabble.com.