From users-return-167205-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Tue Aug 07 08:24:04 2007 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 20186 invoked from network); 7 Aug 2007 08:24:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Aug 2007 08:24:03 -0000 Received: (qmail 14132 invoked by uid 500); 7 Aug 2007 08:23:53 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 13200 invoked by uid 500); 7 Aug 2007 08:23:50 -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 13189 invoked by uid 99); 7 Aug 2007 08:23:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2007 01:23:50 -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.246] (HELO datura.kippdata.de) (195.227.30.246) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2007 08:23:43 +0000 Received: from [195.227.30.148] (larix [195.227.30.148]) by datura.kippdata.de (8.13.5/8.13.5) with ESMTP id l778NLAk025009 for ; Tue, 7 Aug 2007 10:23:22 +0200 (CEST) Message-ID: <46B82BF9.9000903@kippdata.de> Date: Tue, 07 Aug 2007 10:23:21 +0200 From: Rainer Jung User-Agent: Thunderbird 1.5.0.8 (X11/20061110) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: mod_jk seems to be giving up with no errors References: <9a91ae1d0708061447j4ec5d25es90f2c1abd64c6582@mail.gmail.com> In-Reply-To: <9a91ae1d0708061447j4ec5d25es90f2c1abd64c6582@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Charlie, I don't know what your platform is. Version 1.2.14 is pretty outdated, we are close to 1.2.25. If it is urgent I would suggest you update to 1.2.23 (1.2.24 had to be withdrawn), it it can wait a few days, you could also use 1.2.25 which should be available in a few days. Independant of the version, you should read about timeouts in the new docs page http://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html The problem you describe is not an FAQ or well-known problem. If you can reproduce the problem so easily, you could enable mod_jk log level debug (or even trace) so we can see, what the last actions of mod_jk were. Please also use netstat, to look at your Apache-Tomcat connections (nnumber and state). Regards, Rainer Charlie Williams wrote: > I have a server setup with Apache 2.0.55 and Tomcat 5.0.28 > > I am trying to use mod_jk 1.2.14 to communicate between the two > > in my httpd.conf file I have the virtual host file setup as follows > > > servername www.blah.com > jkmount /server1/* worker1 > > ... > for each server > > then in my workers.properties file > > worker.list=worker1, worker2, worker3 > worker.worker1.type=ajp13 > worker.worker1.host=localhost > worker.worker1.port=8001 > ... > > with different ports for each worker > > then in my server.xml file in the tomcat conf I have > enableLookups="false" redirectPort="8443" debug="0" > protocol="AJP/1.3" /> > > this all works fine until i start/stop tomcat and apache a few times, then > suddenly tomcat stops getting forwarded requests. the mod_jk log has no > errors in it, and tomcats catalina.out file is completely empty ( assuming I > clear all logs after each restart ). > > I noticed that it seems to happen more often when I am restarting apache but > nothing else. > > I used httpd -k stop to stop apache > shutdown.sh to stop tomcat instances > > Is there a known bug? Something I am doing that could be causing a > persistent problem? The only way I have to fix the problem is to reboot the > computer. Any help is much appreciated. > > -Charlie --------------------------------------------------------------------- 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