You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by David Oxley <da...@staffplanner.co.uk> on 2002/11/19 12:08:41 UTC

Exception with 4.1.15

I have just tried our app with 4.1.15 and get the following exception. Is
this already known about or do you need more info. It works fine with
4.1.12.

 

19-Nov-2002 10:52:54 org.apache.jk.common.ChannelSocket processConnection

SEVERE: Error, closing connection

java.net.SocketTimeoutException: Read timed out

        at java.net.SocketInputStream.socketRead0(Native Method)

        at java.net.SocketInputStream.read(SocketInputStream.java:129)

        at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)

        at java.io.BufferedInputStream.read1(BufferedInputStream.java:222)

        at java.io.BufferedInputStream.read(BufferedInputStream.java:277)

        at org.apache.jk.common.ChannelSocket.read(ChannelSocket.java:487)

        at
org.apache.jk.common.ChannelSocket.receive(ChannelSocket.java:425)

        at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:540)

        at
org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:654)

        at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:533)

        at java.lang.Thread.run(Thread.java:536)

 

Dave