So I was receiving the out of Buffer errors and the census was for me to
upgrade to Tomcat 3.2.3, which I did. So far so good, no Buffer errors as of
yet. I do have two new issues now:
1. I'm receiving this error often:
$2001-08-21 15:56:29 - ContextManager: SocketException reading request,
ignored - java.net.SocketException: Connection refused: Connection refused
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at
org.apache.tomcat.service.http.HttpRequestAdapter.doRead(HttpRequestAdapter.
java:115)
at
org.apache.tomcat.core.BufferedServletInputStream.doRead(BufferedServletInpu
tStream.java:106)
at
org.apache.tomcat.core.BufferedServletInputStream.read(BufferedServletInputS
tream.java:128)
at
javax.servlet.ServletInputStream.readLine(ServletInputStream.java:138)
at
org.apache.tomcat.service.http.HttpRequestAdapter.readNextRequest(HttpReques
tAdapter.java:129)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:198)
at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
at java.lang.Thread.run(Unknown Source)
2. When I try to shutdown Tomcat with tomcat.sh it never dies and I end up
having to use the kill command.
Here is the environment:
HP-UX 11.00
JDK 1.3
Tomcat 3.2.3
Any and all replies are welcomed
Thanks in advance,
Dan