Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 98088 invoked from network); 9 Jun 2009 13:15:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jun 2009 13:15:10 -0000 Received: (qmail 38320 invoked by uid 500); 9 Jun 2009 13:15:21 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 38238 invoked by uid 500); 9 Jun 2009 13:15:21 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 38227 invoked by uid 99); 9 Jun 2009 13:15:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 13:15:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of knst.kolinko@gmail.com designates 209.85.220.223 as permitted sender) Received: from [209.85.220.223] (HELO mail-fx0-f223.google.com) (209.85.220.223) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 13:15:11 +0000 Received: by fxm23 with SMTP id 23so3888363fxm.0 for ; Tue, 09 Jun 2009 06:14:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=qFKyUv3rxf+owuj5fIgZKl6QpYsmz1ctriawUVr06Lc=; b=LN+sAsqCk9Mp1kRB8RIUIzYf4aKyhV2gEAVyADuPEGN3QA9VDodqvjZjbgFWxTdrFa ZFPDFHgj/tzh41ItApETvC/NZUs+2K5RTtXZlkj3jtbx9WYRok1UstffuUKq/fvF7A5p XYYD79rODdCc6en+TgjwOo1qAwRYq17iQwBts= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=rBnryoO8vAuPPVUCyT3HoPKb9TXqpq70K1nsTEwIEXNdZazHOwVeq2blp88Di2p69B BvCaYYvZLAVDgwOnKRr46Rri0rV4RLPgDkgBCSyYZl/EBRNyA0O3nX/JGhatWN8E6exT k4Ygz0MfZVv9IzulMhE2ExCHCGSZ0kpZ7wOMY= MIME-Version: 1.0 Received: by 10.103.241.5 with SMTP id t5mr44481mur.123.1244553291336; Tue, 09 Jun 2009 06:14:51 -0700 (PDT) Date: Tue, 9 Jun 2009 17:14:51 +0400 Message-ID: <427155180906090614i78ea0834yc07457c3f323f89@mail.gmail.com> Subject: 5.5.x branch cannot run From: Konstantin Kolinko To: Tomcat Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I built TC 5.5 distributive from current tc5.5.x, and it is broken: The tester app, that is run during building a release, returns status 400 for all requests, e.g. FAIL [GET /index.jsp HTTP/1.0] Expected status=200, got status=400 and the build/build/catalina.out contains: SEVERE: Error deploying configuration descriptor admin.xml java.lang.NoClassDefFoundError: org/apache/catalina/util/RequestUtil at org.apache.naming.resources.FileDirContext.normalize(FileDirContext.java:777) at org.apache.naming.resources.FileDirContext.file(FileDirContext.java:820) at org.apache.naming.resources.FileDirContext.listBindings(FileDirContext.java:333) at org.apache.naming.resources.ProxyDirContext.listBindings(ProxyDirContext.java:516) at org.apache.catalina.util.ExtensionValidator.validateApplication(ExtensionValidator.java:175) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4073) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544) at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:626) at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:553) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:488) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1150) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022) at org.apache.catalina.core.StandardHost.start(StandardHost.java:736) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:448) at org.apache.catalina.core.StandardServer.start(StandardServer.java:700) at org.apache.catalina.startup.Catalina.start(Catalina.java:552) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433) etc. for all the other web applications. The RequestUtil is compiled and is present in /server/lib/catalina.jar, but FileDirContext class is in /common/lib/naming-resources.jar and does not see it. PS: When we fix this, the expected result from tester app is two FAIL'ures. It is how it was a week ago. The two failures do not show up if you will call run-tester target without calling clean-tester before it. That is, if those JSP pages are already compiled and Tomcat was restarted after their compilation. I suppose that 4.1 will have the same problem. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org