Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 98734 invoked from network); 24 Oct 2003 10:15:34 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 24 Oct 2003 10:15:34 -0000 Received: (qmail 96738 invoked by uid 500); 24 Oct 2003 10:15:03 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 96616 invoked by uid 500); 24 Oct 2003 10:15:02 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 96603 invoked from network); 24 Oct 2003 10:15:02 -0000 Received: from unknown (HELO armail.arsoe-trelaze.com) (62.39.36.82) by daedalus.apache.org with SMTP; 24 Oct 2003 10:15:02 -0000 Received: from arsovir.arsoe.pl ([192.168.38.180]) by armail.arsoe-trelaze.com (8.11.0/8.11.0) with SMTP id h9OAFEL11950 for ; Fri, 24 Oct 2003 12:15:14 +0200 Received: from 192.168.38.176 by arsovir.arsoe.pl (InterScan E-Mail VirusWall NT); Fri, 24 Oct 2003 12:30:32 +0200 To: "Jakarta Commons Users List" Subject: [Collection] Tomcat deployment : IllegalArgumentExceptionfor the jar MIME-Version: 1.0 X-Mailer: Lotus Notes Release 5.0.10 March 22, 2002 Message-ID: From: Nicolas.CHALUMEAU@arsoe-trelaze.com Date: Fri, 24 Oct 2003 12:15:13 +0200 X-MIMETrack: Serialize by Router on Domino/arsoe trelaze/rie(Release 5.0.9a |January 7, 2002) at 24/10/2003 12:15:13, Serialize complete at 24/10/2003 12:15:13 Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I use commons-collections-3.0-dev and tomcat 4.1 During my application deployment I have an IllegalArgumentException when it deploy the collection jar. The error message in the log is : 2003-10-24 11:49:56 WebappLoader[/portailsynel49]: Deploy JAR /WEB-INF/lib/commons-collections-3.0-dev.jar to C:\Program Files\Apache Group\Tomcat 4.1\webapps\portailsynel49\WEB-INF\lib\commons-collections-3.0-dev.jar 2003-10-24 11:49:56 StandardHost[localhost]: ContainerBase.addChild: start: LifecycleException: start: : java.lang.IllegalArgumentException: junit,xml-apis,xerces-Extension-Name at org.apache.catalina.loader.WebappLoader.start(WebappLoader.java:678) at org.apache.catalina.core.StandardContext.start(StandardContext.java:3530) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:821) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:579) at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:257) at org.apache.catalina.core.StandardHost.install(StandardHost.java:772) at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:502) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:410) I take a look at the manifest.mf for commons-collections-3.0-dev.jar and see the "Extension-List: junit,xml-apis,xerces ..." lines. Is it a mistake of my part or a tomcat, collection problem ? I change the jar with commons-collections-2.1.jar and the deployment is ok. Nicolas --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org