Hi

I have an install of Apache 1.3.26 talking over mod_jk (4.0.4) to Tomcat
4.0.4 on Solaris 8.

All seems to work fine for a while (a couple of days perhaps) - but after a
while I get a lot of broken pipe errors in catalina_out.xxx.txt.  I
previously thought these were due to a missmatch between the number of
tomcat processors (maxProcessors) and the number of Apache clients, but this
doesn't seem to be the case.  The errors are as below.

2002-09-23 00:19:30 Ajp13Processor[8009][3] process: invoke
java.io.IOException: Broken pipe
        at java.net.SocketOutputStream.socketWrite(Native Method)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:91)
        at org.apache.ajp.Ajp13.send(Ajp13.java:525)
        at org.apache.ajp.RequestHandler.finish(RequestHandler.java:495)
        at org.apache.ajp.Ajp13.finish(Ajp13.java:395)
        at
org.apache.ajp.tomcat4.Ajp13Response.finishResponse(Ajp13Response.java:196)
        at
org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:464)
        at
org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:551)
        at java.lang.Thread.run(Thread.java:479)

2002-09-23 00:48:51 Ajp13Processor[8009][11] process: invoke
java.io.IOException: Broken pipe
        at java.net.SocketOutputStream.socketWrite(Native Method)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:91)
        at org.apache.ajp.Ajp13.send(Ajp13.java:525)
        at org.apache.ajp.RequestHandler.finish(RequestHandler.java:495)
        at org.apache.ajp.Ajp13.finish(Ajp13.java:395)
        at
org.apache.ajp.tomcat4.Ajp13Response.finishResponse(Ajp13Response.java:196)
        at
org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:464)
        at
org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:551)
        at java.lang.Thread.run(Thread.java:479)


Eventually I get the error (lots of times):

2002-09-23 10:02:05 Ajp13Connector[8009] No processor available, rejecting
this connection

Which is fairly serious as nobody can see the site at this point.
At this point direct connections to Tomcat (via its HTTP connector on port
8080) don't get a response either.

If anyone has any experience/info regarding this I would love to hear it.

Thanks,

                Anthony.


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**********************************************************************


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

Reply via email to