Re: After upgrading from Tomee 7.1.3 to 8.0.3, began receiving ConcurrentAccessTimeoutException

2020-10-06 Thread Jonathan Gallimore
Can we start by looking at a thread dump (jstack) taken at the point where you've encountered the exception? That will hopefully show where your stateless bean instances are being used. We may need to debug why they aren't being returned to the pool if it looks like there is a leak (although I

Re: After upgrading from Tomee 7.1.3 to 8.0.3, began receiving ConcurrentAccessTimeoutException

2020-10-06 Thread Kean Erickson
Hello, So I've doubled maxSize to 40 and I'm still seeing the same problem of timeouts encountered while waiting for an available stateless bean, which was never an issue until tomee 8 was introduced. Is there any known consideration with tomee 8 vs. 7 that the number of available instances in a