DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15612>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15612

Tomcat4.1.18's JK2 connector occurs SocketTimeoutException

           Summary: Tomcat4.1.18's JK2 connector occurs
                    SocketTimeoutException
           Product: Tomcat 4
           Version: 4.1.8
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connector:Coyote JK 2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I'm not sure this is a bug or not, but...
Tomcat4.1.18's JK2 connector logs "connection timeout reached"
on the stderr.log with each request from mod_jk as follows:
  2002/12/23 2:47:40 org.apache.jk.common.ChannelSocket processConnection
  INFO: connection timeout reached
(I use binary distribution of mod_jk-1.3.27.dll with Apache1.3.27)

I put a log code in the org.apache.jk.common.ChannelSocket#processConnection(),
then I got a following StackTrace:
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:526)
        at org.apache.jk.common.ChannelSocket.receive(ChannelSocket.java:464)
        at org.apache.jk.common.ChannelSocket.processConnection
(ChannelSocket.java:579)
        at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:707)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
(ThreadPool.java:530)
        at java.lang.Thread.run(Thread.java:536)

Is it a problem or not?

Thank you for developing Tomcat!
Yoshi@Japan.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to