Philip,
 
I had this problem with Tomcat 3.1 with Apache on AIX (there's a previous post by me with title 'Handler thread problem)> I Isolated the problem to mod_jserv. Recompiling solved it. It should be the same with mod_jk.
 
Rit
-----Original Message-----
From: Philip Chan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 29, 2000 12:47 AM
To: [EMAIL PROTECTED]
Subject: Help : HANDLER THREAD PROBLEM (Tomcat3.2b6, NT4.0, JDK1.2)

I got this error when I try this URL http://localhost:8007
Is this a known bug ?(I seem to recall seeing posting with title like HANDLER ...). Thx
I download Tomcat3.2, install it and start it as "standalone" without changing the configs.
All the servlet/jsp works. So I think everything is working but this.
 
Here is the actual output in the log
2000-11-29 12:50:44 - ContextManager: Adding context Ctx( /examples )
2000-11-29 12:50:44 - ContextManager: Adding context Ctx( /admin )
Starting tomcat. Check logs/tomcat.log for error messages
2000-11-29 12:50:44 - ContextManager: Adding context Ctx(  )
2000-11-29 12:50:44 - ContextManager: Adding context Ctx( /test )
2000-11-29 12:50:46 - PoolTcpConnector: Starting HttpConnectionHandler on 8080
2000-11-29 12:50:46 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007
 
HANDLER THREAD PROBLEM: java.io.IOException: Stream broken
java.io.IOException: Stream broken
        at org.apache.tomcat.service.connector.AJP12RequestAdapter.readNextRequest(Compiled Code)
        at org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection(Ajp12ConnectionHandler.java:147)
        at org.apache.tomcat.service.TcpWorkerThread.runIt(Compiled Code)
        at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(Compiled Code)
        at java.lang.Thread.run(Compiled Code)
2000-11-29 01:03:43 - Ctx( /examples ): IOException in: R( /examples + /jsp/index.html + null) socket write error (code=10053)

Reply via email to