Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 88985 invoked from network); 26 Jun 2008 16:42:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2008 16:42:27 -0000 Received: (qmail 8349 invoked by uid 500); 26 Jun 2008 16:42:13 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 8318 invoked by uid 500); 26 Jun 2008 16:42:13 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 8285 invoked by uid 99); 26 Jun 2008 16:42:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 09:42:13 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [72.22.94.67] (HELO virtual.halosg.com) (72.22.94.67) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 16:41:23 +0000 Received: (qmail 15484 invoked from network); 26 Jun 2008 11:40:40 -0500 Received: from localhost (HELO ?127.0.0.1?) (127.0.0.1) by localhost with SMTP; 26 Jun 2008 11:40:40 -0500 Message-ID: <4863C6F5.4040301@hanik.com> Date: Thu, 26 Jun 2008 11:42:29 -0500 From: Filip Hanik - Dev Lists User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: java.net.SocketException: Broken pipe? References: <486353B9.9020402@inbox-online.com> In-Reply-To: <486353B9.9020402@inbox-online.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org this would be the web server shutting down the connection, if you are using mod_jk, look at your mod_jk logs (or post them) together with your workers.properties settings Filip Milan Cvejic wrote: > Hello, i am getting weird warning... this is a part from log file... > This warning is happening over and over... What can cause it? > > Jun 26, 2008 10:28:24 AM org.apache.jk.common.ChannelSocket > processConnection > WARNING: processCallbacks status 2 > Jun 26, 2008 10:28:59 AM org.apache.jk.core.MsgContext action > WARNING: Error sending end packet > java.net.SocketException: Broken pipe > 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.send(ChannelSocket.java:531) > at org.apache.jk.common.JkInputStream.endMessage(JkInputStream.java:121) > at org.apache.jk.core.MsgContext.action(MsgContext.java:301) > at org.apache.coyote.Response.action(Response.java:183) > at org.apache.coyote.Response.finish(Response.java:305) > at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:195) > at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283) > at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767) > at > org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697) > > at > org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889) > > at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690) > > at java.lang.Thread.run(Thread.java:619) > > > Thanks for any suggestion... > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org