Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 72776 invoked from network); 27 Apr 2008 08:06:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Apr 2008 08:06:50 -0000 Received: (qmail 68108 invoked by uid 500); 27 Apr 2008 08:06:39 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 68078 invoked by uid 500); 27 Apr 2008 08:06:39 -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 68067 invoked by uid 99); 27 Apr 2008 08:06:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Apr 2008 01:06:39 -0700 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [195.227.30.149] (HELO mailserver.kippdata.de) (195.227.30.149) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Apr 2008 08:05:55 +0000 Received: from [192.168.2.102] ([192.168.2.102]) by mailserver.kippdata.de (8.13.5/8.13.5) with ESMTP id m3R864rG009602 for ; Sun, 27 Apr 2008 10:06:05 +0200 (CEST) Message-ID: <481433E5.8050009@kippdata.de> Date: Sun, 27 Apr 2008 10:05:57 +0200 From: Rainer Jung User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: CPong error References: <16918132.post@talk.nabble.com> In-Reply-To: <16918132.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org darinpope schrieb: > We've been doing some reconfiguration to try to track down some issues and > with one of the changes, we are now getting a number of errors (but not all > the time) like this one: > > [8624:1188] [info] jk_ajp_common.c (840): awaited reply cpong, received 3 > instead > [8624:1188] [info] jk_ajp_common.c (1237): > (810ED18641A24B1784CF0575992D73C7) error sending request. Will try another > pooled connection > [8624:1188] [info] jk_ajp_common.c (1272): > (810ED18641A24B1784CF0575992D73C7) all endpoints are dead > [8624:1188] [info] jk_ajp_common.c (1281): > (810ED18641A24B1784CF0575992D73C7) increase the backend idle connection > timeout or the connection_pool_minsize > [8624:1188] [info] jk_ajp_common.c (2085): > (810ED18641A24B1784CF0575992D73C7) sending request to tomcat failed, > recoverable operation attempt=1 > > In all instances of the error, it always says "received 3 instead". 3 ist a JK_AJP13_SEND_BODY_CHUNK packet. We are waiting for a 9 (AJP13_CPONG_REPLY). So this is a protocol error. Very strange. Not a known problem. What's special about "one of the changes"? Can you easily reproduce, or will it happen only sporadically? > Any idea what could be causing this issue? > > Thanks, > > Darin > > OS (Tomcat and Apache): Windows 2003 Service Pack 2 > Tomcat: 5.5.25 > mod_jk: 1.2.25 > Apache: 2.2.6 (ApacheLounge version) > > workers.properties: > worker.template-worker.connection_pool_timeout=600 > worker.template-worker.connect_timeout=10000 > worker.template-worker.prepost_timeout=10000 > worker.template-worker.reply_timeout=60000 > worker.template-worker.max_reply_timeouts=3 > worker.template-worker.socket_timeout=30 > worker.template-worker.socket_keepalive=true > worker.template-worker.type=ajp13 > worker.template-worker.lbfactor=1 > worker.810ED18641A24B1784CF0575992D73C7.reference=worker.template-worker > worker.810ED18641A24B1784CF0575992D73C7.host=192.168.1.100 > worker.810ED18641A24B1784CF0575992D73C7.port=8209 > > server.xml AJP: > maxThreads="1000" connectionTimeout="600000" /> Regards, Rainer --------------------------------------------------------------------- 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