  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | | JkCoyoteHandler Error | JkCoyoteHandler Error 2004-05-06 - By Allistair Crossley
Back Hi All,
I have been looking through our production server logs and the following error block is repeated an awful lot, like every 6 minutes or so and sometimes 6 times per minute.
06-May-2004 (See http://May-2004.ora-code.com) 14:38:50 org.apache.jk.server.JkCoyoteHandler action SEVERE: Error in action code 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.jk.common.ChannelSocket (ChannelSocket.java:489) at org.apache.jk.common.ChannelSocket (ChannelSocket.java:697) at org.apache.jk.server.JkCoyoteHandler (JkCoyoteHandler.java:487) at org.apache.coyote.Response (Response.java:226) at org.apache.coyote.Response (Response.java:348) at org.apache.jk.server.JkCoyoteHandler (JkCoyoteHandler.java:344) at org.apache.jk.common.HandlerRequest (HandlerRequest.java:415) at org.apache.jk.common.ChannelSocket (ChannelSocket.java:716) at org.apache.jk.common.ChannelSocket (ChannelSocket.java:650) at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:829) at org.apache.tomcat.util.threads.ThreadPool $ControlRunnable.run(ThreadPool .java:688) at java.lang.Thread (Thread.java:534) 06-May-2004 (See http://May-2004.ora-code.com) 14:38:50 org.apache.jk.common.HandlerRequest invoke INFO: Unknown message 0
The difficult part is that no user has reported any errors to us and I have never seen an error arise from using the system, so I am a little puzzled at where this is coming from and despite not having errors reveal themselves or being reported, I still want to get to the bottom of them and remove the cause if possible.
The system is now fairly basic:
IIS + NTLM Auth --> JK2 --> Tomcat 5.0.19 --> JNDI SQL Server port 1433 --> Content Management System port 4444
If anyone could suggest what this error may be, why I may be getting it or how I can go about getting better resolution on the root cause I would be very grateful,
Cheers, Allistair.
<FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- QAS Ltd. Developers of QuickAddress Software <a href="http://www.qas.com">www.qas.com</a> Registered in England: No 2582055 Registered in Australia: No 082 851 474 -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- </FONT>
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|
 |