Hi, This exception is first of all not fatal, and secondly usually indicates a client closed the browser (and therefore the output sink, from Tomcat's perspective) while Tomcat is still writing output to it. You can STFA for more details if you'd like.
IF your Tomcat really is crashing, it's not due to a single error like this. It might be your network is messed up, causing many of these errors. Or something else is wrong, and this is the more likely case. Try Tomcat-Standalone first for testing. Yoav Shapira http://www.yoavshapira.com >-----Original Message----- >From: Barath Kumar [mailto:[EMAIL PROTECTED] >Sent: Wednesday, November 17, 2004 4:57 AM >To: [EMAIL PROTECTED] >Subject: Tomcat crashing > >Hi, > >I am using Tomcat 4.1.27. Intially tomcat was working well. But after >sometime it was not able to process requests and it gets crashed. >Following is the error in catalina logs: > >2004-11-10 09:53:33 Ajp13Processor[8009][3] process: invoke >java.net.SocketException: Connection reset by peer: socket write error > at java.net.SocketOutputStream.socketWrite0(Native Method) > at >java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92) > at java.net.SocketOutputStream.write(SocketOutputStream.java:136) > 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:534) > >Any idea of what is causing this. > >PS : I have connected Apache and Tomcat server using mod_jk connector >and I forward all the jsp requests from apache to tomcat. > >Regards, >Barath Kumar > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
