Hi,
 
I've been using Tomcat for quite a while now with IIS and am experiencing
some stability issues when using the two. Basically after about a 1 - 2
days, I can no longer connect into Tomcat through the isapi redirector and
the AJP13 connector. (The http connector on port 8080 works alright though).
 
When I restart Tomcat (not IIS) everything works fine again.
 
Going through some logs I've seen this strange error a few times and thought
maybe it had something todo with the stability of the two seperate
processes.
 
Nov 5, 2002 10:40:23 AM org.apache.jk.common.ChannelSocket processConnection
SEVERE: Error, closing connection
java.net.SocketException: Software caused connection abort: JVM_recv in
socket input stream rea
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:116)
        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:471)
        at
org.apache.jk.common.ChannelSocket.receive(ChannelSocket.java:409)
        at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:524)
        at
org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:638)
        at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:533)
        at java.lang.Thread.run(Thread.java:536)
Nov 5, 2002 10:41:41 AM org.apache.jk.common.ChannelSocket processConnection
WARNING: server has closed the current connection (-1)
Nov 5, 2002 10:41:41 AM org.apache.jk.common.ChannelSocket processConnection
WARNING: server has closed the current connection (-1)
 
One thing that should be noted is that in the worker.properties file I have
set the AJP13 worker cache size to 50, and in the server xml i have set the
processing threads to over 100. The worker FAQ recommends i set this to a
high value especially if when using multi threaded web servers.
 
If anyone has some IDEAs that would be good please let me know.
 
Current config - Win2K, Tomcat 4.1.12 & IIS 5.0 with latest jakarta
isapi_redirector.dll
 
 
Thanks
 
Rob
 
 
 
 
 
 


Reply via email to