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
This looks like https://issues.apache.org/jira/browse/AMQ-5251, which is fixed in 5.10.1, 5.11.0, or any later version. Tim On May 22, 2017 2:05 PM, "prasadt" wrote: > Hi, > > > we are seeing this exceptions in the activemq log. Application is trying > to > add listener and failing to add lis