Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 11829 invoked from network); 11 Dec 2002 15:14:43 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 11 Dec 2002 15:14:43 -0000 Received: (qmail 11106 invoked by uid 97); 11 Dec 2002 15:15:45 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 11089 invoked by uid 97); 11 Dec 2002 15:15:44 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 11077 invoked by uid 98); 11 Dec 2002 15:15:44 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) From: "Luca Ventura" To: "tomcat-dev" Subject: What do these errors mean? Date: Wed, 11 Dec 2002 16:13:43 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello everybody! I have installed Tomcat 4.1.12 as Servlet Container and IIS as Web Server in my Windows 2000 machine. I use the ISAPI filter to redirect requests from IIS to Tomcat: in particular I use the JK connector "isapi_redirector.dll" you can find at: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0 /bin/win32/ After some time IIS and Tomcat working I have read Tomcat's log files to check that all works properly and I have seen these strange errors: In "iis_redir.log": //this is the log file for the ISAPI filter "isapi_redirector.dll". [Mon Dec 02 09:47:03 2002] [jk_uri_worker_map.c (586)]: In jk_uri_worker_map_t::map_uri_to_worker, found a security fraud in '/www.myserver.com/myurl/tmp/mainbody.jsp.htm' In "catalina_log.2002-12-02.txt": //this is the log file ( 2nd december 2002) for the Tomcat's Cataline engine. It is in /logs folder of Tomcat. 2002-12-02 13:11:32 Ajp13Processor[8009][6] 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:126) at org.apache.ajp.Ajp13.send(Ajp13.java:525) at org.apache.ajp.RequestHandler.finish(RequestHandler.java:501) 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:536) WHAT DO THESE TWO ERRORS MEAN? HOW CAN AVOID THEM? The strange thing is that when the second error occurs Tomcat suspends itself and it doesn't accept requests any more: so I must restart the service.... WHY? :-( I hope someone can help me. Thanks everybody in advance! Luca -- To unsubscribe, e-mail: For additional commands, e-mail: