Re: Tomcat 8.5.12 Not Responding

2017-03-22 Thread Mark Thomas
On 22/03/17 16:20, Igal @ Lucee.org wrote: > Looks like all the threads are waiting on the same lock? > > parking to wait for <0x0006c09932f8> (a > java.util.concurrent.locks.ReentrantLock$NonfairSync) Agreed. But I don't see anything holding that lock. That looks like a JVM bug to me. Mark

Re: Tomcat 8.5.12 Not Responding

2017-03-22 Thread Igal @ Lucee.org
Looks like all the threads are waiting on the same lock? parking to wait for <0x0006c09932f8> (a java.util.concurrent.locks.ReentrantLock$NonfairSync) Igal Sapir Lucee Core Developer Lucee.org On 3/22/2017 8:50 AM, Igal @ Lucee.org wrote: I am running an application

Re: Tomcat 8.5.12 Not Responding

2017-03-22 Thread Igal @ Lucee.org
Hi Violeta, On 3/22/2017 9:20 AM, Violeta Georgieva wrote: Please provide information for your Connector configuration (server.xml) The only connector that is in use is the http connector: connectionTimeout="2" /> All the others are commented out. Igal ---

Re: Tomcat 8.5.12 Not Responding

2017-03-22 Thread Violeta Georgieva
Hi, 2017-03-22 17:50 GMT+02:00 Igal @ Lucee.org : > > I am running an application on Tomcat 8.5.12 on Windows 2008R2 64bit with Server JRE 1.8.0u121. Right now the process is still running but no requests are being processed, or take a very long time to process. Please provide information for you

Tomcat 8.5.12 Not Responding

2017-03-22 Thread Igal @ Lucee.org
I am running an application on Tomcat 8.5.12 on Windows 2008R2 64bit with Server JRE 1.8.0u121. Right now the process is still running but no requests are being processed, or take a very long time to process. For example, I created a simple test.html file with one line of html and it took seve