Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 26147 invoked from network); 7 Oct 2010 09:51:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Oct 2010 09:51:12 -0000 Received: (qmail 43224 invoked by uid 500); 7 Oct 2010 09:51:09 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 42896 invoked by uid 500); 7 Oct 2010 09:51:05 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 42883 invoked by uid 99); 7 Oct 2010 09:51:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Oct 2010 09:51:04 +0000 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: domain of kikuchi.yu@jp.fujitsu.com designates 192.51.44.37 as permitted sender) Received: from [192.51.44.37] (HELO fgwmail7.fujitsu.co.jp) (192.51.44.37) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Oct 2010 09:50:58 +0000 Received: from m3.gw.fujitsu.co.jp ([10.0.50.73]) by fgwmail7.fujitsu.co.jp (Fujitsu Gateway) with ESMTP id o979oZqF024081 for (envelope-from kikuchi.yu@jp.fujitsu.com); Thu, 7 Oct 2010 18:50:35 +0900 Received: from smail (m3 [127.0.0.1]) by outgoing.m3.gw.fujitsu.co.jp (Postfix) with ESMTP id E319445DE4E for ; Thu, 7 Oct 2010 18:50:34 +0900 (JST) Received: from s3.gw.fujitsu.co.jp (s3.gw.fujitsu.co.jp [10.0.50.93]) by m3.gw.fujitsu.co.jp (Postfix) with ESMTP id C4DDC45DE4D for ; Thu, 7 Oct 2010 18:50:34 +0900 (JST) Received: from s3.gw.fujitsu.co.jp (localhost.localdomain [127.0.0.1]) by s3.gw.fujitsu.co.jp (Postfix) with ESMTP id B128B1DB803B for ; Thu, 7 Oct 2010 18:50:34 +0900 (JST) Received: from ml21.s.css.fujitsu.com (ml21.s.css.fujitsu.com [10.49.51.41]) by s3.gw.fujitsu.co.jp (Postfix) with ESMTP id 673611DB8037 for ; Thu, 7 Oct 2010 18:50:34 +0900 (JST) Received: from ml21.css.fujitsu.com (ml21 [127.0.0.1]) by ml21.s.css.fujitsu.com (Postfix) with ESMTP id 46050DD800C for ; Thu, 7 Oct 2010 18:50:34 +0900 (JST) Received: from [127.0.0.1] (ns-dhcp213.sy.ssl.fujitsu.co.jp [10.36.238.213]) by ml21.s.css.fujitsu.com (Postfix) with ESMTP id 05331DD8009 for ; Thu, 7 Oct 2010 18:50:34 +0900 (JST) X-SecurityPolicyCheck: OK by SHieldMailChecker v1.7.1 Message-ID: <4CAD97E0.9020305@jp.fujitsu.com> Date: Thu, 07 Oct 2010 18:50:24 +0900 From: Yu Kikuchi User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4 MIME-Version: 1.0 To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Subject: [users@httpd] mod_proxy_ajp failed to connect infrequently Hello. Apache wrote such as following messages into error_log and returned HTTP 500/503 error infrequently. [error] (104)Connection reset by peer: ajp_ilink_receive() can't receive header [error] ajp_read_header: ajp_ilink_receive failed [error] (120006)APR does not understand this error code: proxy: read response failed from xxx.xxx.xxx.xxx:8009 (xxx.xxx.xxx.xxx) I have installed Apache and JBoss Application Server into the same server. I suspected mod_proxy_ajp caused the errors because JBoss hasn't logged any messages and left indications of abort. After the setting of "ping" options, the errors disappeared instead of cping/cpong retry occurrence. Exactly: --------------------------------------------------- ProxyPass ajp://xxx.xxx.xxx.xxx:8009/test ping=1 --------------------------------------------------- I examine prior occurrences, but nobody told about the cause of this phenomenon. Does anybody tell me why the errors came up? Best regards. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org