Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 65680 invoked from network); 16 Apr 2003 13:11:11 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 16 Apr 2003 13:11:11 -0000 Received: (qmail 15372 invoked by uid 97); 16 Apr 2003 13:13:05 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 15365 invoked from network); 16 Apr 2003 13:13:04 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 16 Apr 2003 13:13:04 -0000 Received: (qmail 64156 invoked by uid 500); 16 Apr 2003 13:10:50 -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 64144 invoked from network); 16 Apr 2003 13:10:50 -0000 Received: from unknown (HELO buildfp1.build-online.com) (194.223.227.240) by daedalus.apache.org with SMTP; 16 Apr 2003 13:10:50 -0000 Received: by BUILDFP1 with Internet Mail Service (5.5.2653.19) id <2Q9SHB4Y>; Wed, 16 Apr 2003 14:12:02 +0100 Message-ID: From: Euan Guttridge To: 'Tomcat Users List' Subject: RE: Problem manifest freezes tomcat Date: Wed, 16 Apr 2003 14:12:01 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N OK it looks like tomcat is stalling while trying to *download* the referenced jars (from the *-Implementation-URL) strings in the manifest. I need to re-address the question to Maven mailing list as to why these are in the manifest in the first place. Ref: http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html Thanks Euan -----Original Message----- From: Shapira, Yoav [mailto:Yoav.Shapira@mpi.com] Sent: 16 April 2003 13:20 To: Tomcat Users List Subject: RE: Problem manifest freezes tomcat Howdy, Are there any tools that validate a manifest for you? Can you load the same jar with the bad manifest into any other app servers? I don't think tomcat itself does anything special with jars, just the normal java.util.JarFile type handling. You said it hangs, but it looks like there's a Lifecycle exception coming up, which is different and much better than hanging. Do things improve if you put in a real implementation vendor ID? Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Euan Guttridge [mailto:EGuttridge@buildonline.com] >Sent: Wednesday, April 16, 2003 7:33 AM >To: 'tomcat-user@jakarta.apache.org' >Subject: Problem manifest freezes tomcat > >One of my jars, created in Maven produces the following error and >effectively freezes tomcat during startup. I traced the problem back to the >manifest file. An empty manifest file in the same jar works fine. Can >someone point me to the possible causes please. Tomcat error and manifest >below. > >Thanks, >Euan > > > [java] WebappLoader[/pol-cactus]: Deploy JAR >/WEB-INF/lib/bol-common-2.0.jar to >/home/build/Build_Folder/maven2/bol- >projectsonline/target/cactus/tomcat4x/we >bapps/pol-cactus/WEB-INF/lib/bol-common-2.0.jar > [java] StandardHost[localhost]: ContainerBase.addChild: start: : >LifecycleException: start: : java.lang.IllegalArgumentException: >cactus,commons-httpclient,aspectjrt,httpunit,bol-castor,commons- >logging,juni >t,servletapi,xml-apis,xerces,log4j,tyrex,jta,jaf,javamail,ots,ojdbc- >Extensio >n-Name > > > >Manifest-Version: 1.0 >Created-By: Apache Jakarta Maven >Built-By: build >Package: com.buildonline.common >Build-Jdk: 1.4.1_01 >Extension-Name: bol-common >Specification-Version: >Specification-Vendor: BuildOnline Limited >Specification-Title: Set of common components for BuildOnline >Implementation-Version: 2.0 >Implementation-Vendor: BuildOnline Limited >Implementation-Vendor-Id: >Extension-List: cactus,commons-httpclient,aspectjrt,httpunit,bol-casto > r,commons-logging,junit,servletapi,xml-apis,xerces,log4j,tyrex,jta,ja > f,javamail,ots,ojdbc >cactus-Extension-Name: cactus >cactus-Implementation-Version: 13-1.4.1 >cactus-Implementation-URL: http://www.ibiblio.org/maven/cactus/jars/ca > ctus-13-1.4.1.jar >commons-httpclient-Extension-Name: commons-httpclient >commons-httpclient-Implementation-Version: 2.0alpha1-20020829 >commons-httpclient-Implementation-URL: http://www.ibiblio.org/maven/co >mmons-httpclient/jars/commons-httpclient-2.0alpha1-20020829.jar >aspectjrt-Extension-Name: aspectjrt >aspectjrt-Implementation-Version: 1.0.6 >aspectjrt-Implementation-URL: http://www.ibiblio.org/maven/aspectj/jar > s/aspectjrt-1.0.6.jar >httpunit-Extension-Name: httpunit >httpunit-Implementation-Version: 1.5.1 >httpunit-Implementation-URL: http://www.ibiblio.org/maven/httpunit/jar > s/httpunit-1.5.1.jar >bol-castor-Extension-Name: bol-castor >bol-castor-Implementation-Version: bol-version-0942 >bol-castor-Implementation-URL: http://www.ibiblio.org/maven/bol-castor > /jars/bol-castor-0.9.4.2.jar >commons-logging-Extension-Name: commons-logging >commons-logging-Implementation-Version: 1.0.2 >commons-logging-Implementation-URL: http://www.ibiblio.org/maven/commo > ns-logging/jars/commons-logging-1.0.2.jar >junit-Extension-Name: junit >junit-Implementation-Version: 3.8.1 >junit-Implementation-URL: http://www.ibiblio.org/maven/junit/jars/juni > t-3.8.1.jar >servletapi-Extension-Name: servletapi >servletapi-Implementation-Version: 2.3 >servletapi-Implementation-URL: http://www.ibiblio.org/maven/servletapi > /jars/servletapi-2.3.jar >xml-apis-Extension-Name: xml-apis >xml-apis-Implementation-Version: 1.0.b2 >xml-apis-Implementation-URL: http://www.ibiblio.org/maven/xml-apis/jar > s/xml-apis-1.0.b2.jar >xerces-Extension-Name: xerces >xerces-Implementation-Version: J_1.4.0 >xerces-Implementation-URL: http://www.ibiblio.org/maven/xerces/jars/xe > rces-J_1.4.0.jar >log4j-Extension-Name: log4j >log4j-Implementation-Version: 1.2.7 >log4j-Implementation-URL: http://www.ibiblio.org/maven/log4j/jars/log4 > j-1.2.7.jar >tyrex-Extension-Name: tyrex >tyrex-Implementation-Version: 1.0 >tyrex-Implementation-URL: http://www.ibiblio.org/maven/tyrex/jars/tyre > x-1.0.jar >jta-Extension-Name: jta >jta-Implementation-Version: 1.0.1B >jta-Implementation-URL: http://www.ibiblio.org/maven/jta/jars/jta-1_0_ > 1B-classes.jar >jaf-Extension-Name: jaf >jaf-Implementation-Version: 1.0.2 >jaf-Implementation-URL: http://www.ibiblio.org/maven/jaf/jars/activati > on.jar >javamail-Extension-Name: javamail >javamail-Implementation-Version: 1.3 >javamail-Implementation-URL: http://www.ibiblio.org/maven/javamail/jar > s/mail.jar >ots-Extension-Name: ots >ots-Implementation-Version: 1.0 >ots-Implementation-URL: http://www.ibiblio.org/maven/ots/jars/ots-jts_ > 1.0.jar >ojdbc-Extension-Name: ojdbc >ojdbc-Implementation-Version: 14 >ojdbc-Implementation-URL: http://www.ibiblio.org/maven/ojdbc/jars/ojdb > c14.jar > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org