Re: java.lang.IllegalStateException: Timer already cancelled

2017-09-26 Thread Tim Bain
As luck would have it, I ran into an instance of this issue myself (but against 5.10.0) after we were unable to allocate a thread because we hit the OS's process (thread) limit. Several other people commented that the same thing happened to them afte

Re: java.lang.IllegalStateException: Timer already cancelled

2017-09-26 Thread sekaijin
Hi I've exactly this problem with ActiveMQ 5.10.2 server I'm running Old karaf 2.2.2 with camel 2.8.1 (like servicemix 4) the camel component compatible with this version of camel is activemq-camel 5.5.1 A+JYT -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: java.lang.IllegalStateException: Timer already cancelled

2017-05-22 Thread Tim Bain
tener.DefaultMessageListenerContaine > r$AsyncMessageListenerInvoker.run(DefaultMessageListenerContaine > r.java:960) > [spring-jms-3.1.3.RELEASE.jar:3.1.3.RELEASE] > at > java.util.concurrent.ThreadPoolExecutor.runWorker( > ThreadPoolExecutor.java:1145) > [rt.jar:1.7.0_65] >

java.lang.IllegalStateException: Timer already cancelled

2017-05-22 Thread prasadt
] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_65] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_65] Caused by: java.lang.IllegalStateException: Timer already cancelled. active MQ log java.lang.IllegalStateException: Timer

Re: Broker logs show repeated "java.lang.IllegalStateException: Timer already cancelled." lines

2015-01-27 Thread Tim Bain
ception: Unexpected error occurred: > java.lang.IllegalStateException: Timer already cancelled. > > Clients were observed to hang on startup (which we believe means they were > unable to connect to the broker) until it was rebooted, after which we > haven't seen the exception again

Broker logs show repeated "java.lang.IllegalStateException: Timer already cancelled." lines

2015-01-21 Thread Tim Bain
The other day one of our brokers running 5.10.0 spewed over 1 million of the following exceptions to the log over a 2-hour period: Transport Connection to: tcp://127.0.0.1:x failed: java.io.IOException: Unexpected error occurred: java.lang.IllegalStateException: Timer already cancelled