What indicates that the exception you quoted is related to the web console? Nothing about that stack trace jumps out at me as being related.
On May 3, 2017 10:48 PM, "srinivas.indali" <srini.ind...@gmail.com> wrote: > Hi All, > > We are upgrading Activemq 5.9 to 5.14.4, messages are getting processed but > web console is not getting up. below exceptions are throwing. can any one > please help on this. > > 2017-05-04 00:32:21,714 | WARN | Async error occurred: | > org.apache.activemq.broker.TransportConnection.Service | ActiveMQ NIO > Worker > 2 > java.lang.IllegalStateException: Cannot remove session from connection > that > had not been registered: ID:dl360x4399-1-40758-1493870865627-1:1 > at > org.apache.activemq.broker.TransportConnection.processRemoveSession( > TransportConnection.java:672) > at org.apache.activemq.command.RemoveInfo.visit(RemoveInfo. > java:74) > at > org.apache.activemq.broker.TransportConnection.service( > TransportConnection.java:291) > at > org.apache.activemq.broker.TransportConnection$1. > onCommand(TransportConnection.java:145) > at > org.apache.activemq.transport.MutexTransport.onCommand( > MutexTransport.java:50) > at > org.apache.activemq.transport.WireFormatNegotiator.onCommand( > WireFormatNegotiator.java:113) > at > org.apache.activemq.transport.AbstractInactivityMonitor.onCommand( > AbstractInactivityMonitor.java:270) > at > org.apache.activemq.transport.TransportSupport.doConsume( > TransportSupport.java:83) > at > org.apache.activemq.transport.nio.NIOTransport.serviceRead( > NIOTransport.java:138) > at > org.apache.activemq.transport.nio.NIOTransport$1.onSelect( > NIOTransport.java:69) > at > org.apache.activemq.transport.nio.SelectorSelection. > onSelect(SelectorSelection.java:94) > at > org.apache.activemq.transport.nio.SelectorWorker$1.run( > SelectorWorker.java:119) > at > java.util.concurrent.ThreadPoolExecutor.runWorker( > ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run( > ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:744) > > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/Activemq-web-console-is-not-getting-up-tp4725580.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >