Hi,

I am getting the following exceptions in my ActiveMQ console:

ERROR Service                        - Async error occurred:
java.lang.IllegalStateException: Cannot lookup a connection that had not
been registered: ID:om3-1128-1219997369375-0:1
java.lang.IllegalStateException: Cannot lookup a connection that had not
been registered: ID:om3-1128-1219997369375-0:1
        at
org.apache.activemq.broker.SingleTransportConnectionStateRegister.lookupConnectionState(SingleTransportConnectionStateRegister.java:113)
        at
org.apache.activemq.broker.TransportConnection.lookupConnectionState(TransportConnection.java:1313)
        at
org.apache.activemq.broker.TransportConnection.processRemoveSession(TransportConnection.java:572)
        at org.apache.activemq.command.RemoveInfo.visit(RemoveInfo.java:62)
        at
org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:281)
        at
org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:178)
        at
org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:67)
        at
org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:134)
        at
org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:138)
        at
org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:83)
        at
org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:185)
        at
org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:172)
        at java.lang.Thread.run(Thread.java:595)


I am not sure why this exception occurred. My other application is just
trying to dequeue messages from a queue and for this I'm using Mule.

If would be of great helf if anybody post any relevant information.

Thanks in advance,
Vivek
-- 
View this message in context: 
http://www.nabble.com/Exceptions-in-ActiveMQ-console-tp19221712p19221712.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to