From users-return-214097-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Wed Jun 30 11:00:36 2010 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 38541 invoked from network); 30 Jun 2010 11:00:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jun 2010 11:00:35 -0000 Received: (qmail 95034 invoked by uid 500); 30 Jun 2010 11:00:32 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 94745 invoked by uid 500); 30 Jun 2010 11:00:28 -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 94300 invoked by uid 99); 30 Jun 2010 11:00:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 11:00:28 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [194.146.109.198] (HELO out.mail.amis.hr) (194.146.109.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 11:00:20 +0000 Received: from relay.srv.amis.hr (relay.srv.amis.hr [192.168.103.201]) by out.mail.amis.hr (Postfix) with ESMTP id 813226684F0 for ; Wed, 30 Jun 2010 12:59:29 +0200 (CEST) Received: from pps.filterd (relay [127.0.0.1]) by relay.srv.amis.hr (8.14.3/8.14.3) with SMTP id o5UAxT0S014966 for ; Wed, 30 Jun 2010 12:59:29 +0200 Received: from in.mail.amis.hr (in2.mail.srv.amis.hr [192.168.103.32]) by relay.srv.amis.hr with ESMTP id pqt0yg934-1 for ; Wed, 30 Jun 2010 12:59:29 +0200 Received: from imap.amis.hr (imap.srv.amis.hr [192.168.103.37]) by in.mail.amis.hr (Postfix) with ESMTP id 6F197230 for ; Wed, 30 Jun 2010 12:59:01 +0200 (CEST) Received: from [127.0.0.1] (mail.envox-lab.hr [195.29.227.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by imap.amis.hr (Postfix) with ESMTP id 32C4B5CB316 for ; Wed, 30 Jun 2010 12:58:54 +0200 (CEST) Message-ID: <4C2B238C.7010201@inet.hr> Date: Wed, 30 Jun 2010 12:59:24 +0200 From: =?ISO-8859-2?Q?Tomislav_Petrovi=E6?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.23) Gecko/20090812 Lightning/0.9 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Webapp reloading issue and intermittent 404 errors References: <4C28A6B2.7090605@inet.hr> <4C28A7AF.70509@inet.hr> <4C29D01E.3020108@inet.hr> <99C8B2929B39C24493377AC7A121E21F98FB700F35@USEA-EXCH8.na.uis.unisys.com> <4C2A6392.4020905@pidster.com> In-Reply-To: <4C2A6392.4020905@pidster.com> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Pid said on 29.6.2010 23:20: > On 29/06/2010 19:29, Konstantin Kolinko wrote: >> 2010/6/29 Caldarale, Charles R: >>>> From: Tomislav Petroviæ [mailto:t.petrovic@inet.hr] >>>> Subject: Re: Webapp reloading issue and intermittent 404 errors >>>> >>>> org.apache.catalina.util.RequestUtil.normalize(RequestUtil.java:131) >>> >>> IIRC, you are not the first person to report an exception at this spot in the code. (Unfortunately, I can't locate the other thread at the moment, but it was fairly recent.) >> >> That was >> https://issues.apache.org/bugzilla/show_bug.cgi?id=49488 >> >>> The code in question has been run through many test cases, inside and outside of Tomcat, and does not appear to contain any errors (although it could be slightly more efficient). > > Weird. I couldn't find that in bugzilla. Anyhow, it's Windows this > time too. > > > Tomislav: where is the Tomcat installation on the filing system, and > where are the webapps being deployed from, if not tomcat/webapps? > > What type of filing system is it? > > > Also, did you manage to get hold of the config files yet? Good news is when I put reloadable=false on context problem (both of them, intermittent 404 too) went away, so I have workaround. Bad news is server is going into production so no messing with it no more. Yes, this is same bug as one in bugzilla, don't know if what triggered is same. Here is detailed info (my first suspect is s in server.xml but this is only my guess. Tomcat is Apache Tomcat/6.0.24, running without tcnative-1.dll Java version is: 1.6 update 18 Windows version: 2003 SP2 (32 bit) NTFS file system is used, Tomcat is installed in "D:\Program Files\Apache Software Foundation\Tomcat 6.0" folder, webapp is in "D:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\some_name" folder. This is content of server.xml, I believe that all other conf files are at their default values (except for pwd in users file), feel free to ask for any other conf file. Let me know if I can provide any more info or update bugzilla (don't have acc but can open). Thanks to all for your quick responses and help. -- Tomy --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org