Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 64821 invoked from network); 3 Dec 2002 18:05:34 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 3 Dec 2002 18:05:34 -0000 Received: (qmail 23936 invoked by uid 97); 3 Dec 2002 18:06:15 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 23894 invoked by uid 97); 3 Dec 2002 18:06:14 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 23882 invoked by uid 98); 3 Dec 2002 18:06:13 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: Tue, 3 Dec 2002 12:05:07 -0600 (CST) From: David Mehringer To: Tomcat Users List Subject: javax.servlet.ServletException when starting In-Reply-To: <5DE7B60BFBA5D411B961000629D5225552D70C@NYCCNDX3> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have a (valid) jar file in the WEB-INF/lib directory of one of my web apps. Threre are other jar files in the same directory which seem to load fine on startup, but when loading this one, there is some error which I don't understand (snippets from trace below from the log). I'm running tomcat 4.1.12 under linux. I can elaborate more if this description isnt adequate. Thanks for any assistance. Dave 2002-12-03 11:56:42 ContextConfig[/archive] Exception processing JAR at resource path /WEB-INF/lib/huh.jar javax.servlet.ServletException: Exception processing JAR at resource path /WEB-INF/lib/huh.jar at org.apache.catalina.startup.ContextConfig.tldScanJar(ContextConfig.java:930) .... at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) ----- Root Cause ----- java.lang.IllegalArgumentException: Invalid TLD resource path /WEB-INF/lib/huh.jar at org.apache.catalina.startup.ContextConfig.tldScanJar(ContextConfig.java:898) .... 2002-12-03 11:56:42 ContextConfig[/archive]: Marking this application unavailable due to previous error(s) ... -- To unsubscribe, e-mail: For additional commands, e-mail: