On 19/01/2016 21:42, Rallavagu wrote:
> I have this long running thread. It appears to be reading but the stack
> trace does not give much of a clue. Could anyone help with where to
> start? Thanks.

Looks like an HTTP keep-alive connection waiting for the next request.

Mark


> 
> Tomcat 7.0.42 with JDK 7
> 
> "tomcat-exec-2655" daemon prio=10 tid=0x00007fc459061000 nid=0x6a58
> runnable [0x00007fc4a67e6000]
>    java.lang.Thread.State: RUNNABLE
>         at java.net.SocketInputStream.socketRead0(Native Method)
>         at java.net.SocketInputStream.read(SocketInputStream.java:152)
>         at java.net.SocketInputStream.read(SocketInputStream.java:122)
>         at
> org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:519)
> 
>         at
> org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:504)
> 
>         at
> org.apache.coyote.http11.Http11Processor.setRequestLineReadTimeout(Http11Processor.java:168)
> 
>         at
> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:991)
> 
>         at
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:620)
> 
>         at
> org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
> 
>         - locked <0x0000000799d09cb8> (a
> org.apache.tomcat.util.net.SocketWrapper)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> 
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> 
>         at
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
> 
>         at java.lang.Thread.run(Thread.java:745)
> 
>    Locked ownable synchronizers:
>         - <0x000000072eebc6c0> (a
> java.util.concurrent.ThreadPoolExecutor$Worker)
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to