Return-Path: Delivered-To: apmail-roller-user-archive@www.apache.org Received: (qmail 40168 invoked from network); 2 Mar 2011 09:07:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Mar 2011 09:07:18 -0000 Received: (qmail 52934 invoked by uid 500); 2 Mar 2011 09:07:18 -0000 Delivered-To: apmail-roller-user-archive@roller.apache.org Received: (qmail 51976 invoked by uid 500); 2 Mar 2011 09:07:14 -0000 Mailing-List: contact user-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@roller.apache.org Delivered-To: mailing list user@roller.apache.org Received: (qmail 51955 invoked by uid 99); 2 Mar 2011 09:07:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2011 09:07:12 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.213.50] (HELO mail-yw0-f50.google.com) (209.85.213.50) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2011 09:07:05 +0000 Received: by ywa8 with SMTP id 8so1930433ywa.9 for ; Wed, 02 Mar 2011 01:06:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.151.125.10 with SMTP id c10mr4718432ybn.378.1299056804112; Wed, 02 Mar 2011 01:06:44 -0800 (PST) Received: by 10.151.50.6 with HTTP; Wed, 2 Mar 2011 01:06:44 -0800 (PST) In-Reply-To: References: Date: Wed, 2 Mar 2011 11:06:44 +0200 Message-ID: Subject: Re: Error Deploying RC4 on Tomcat From: David Ghedini To: user@roller.apache.org Cc: Dave Content-Type: multipart/alternative; boundary=001e680f1c085a2dae049d7c3bc7 X-Virus-Checked: Checked by ClamAV on apache.org --001e680f1c085a2dae049d7c3bc7 Content-Type: text/plain; charset=ISO-8859-1 Hi - Thanks for that. I was able to get the existing file installed (tomcat 7.0.8) by exploding the war and then re-packing it. I'll try the new one when it's up. Thanks, David On Wed, Mar 2, 2011 at 4:50 AM, Dave wrote: > I am able to reproduce that problem with Tomcat 7.0.4 and I have a fix > that works, at least for me. > > I'll send another note once I've got new Tomcat builds ready for you to > try. > > Thanks, > - Dave > > > > On Mon, Feb 28, 2011 at 8:23 AM, David Ghedini > wrote: > > I've tried both the zip and tar. > > > > Both get: > > > > SEVERE: Error deploying web application archive roller.war > > java.lang.IllegalArgumentException: The archive > > [jar:file:/usr/share/apache-tomcat-7.0.8/webapps/roller.war!/] is > malformed > > and will be ignored: an entry contains an illegal path [./] > > > > > > > > > > > > INFO: Deploying web application archive roller.war > > Feb 28, 2011 4:19:19 PM org.apache.catalina.startup.HostConfig deployWAR > > SEVERE: Error deploying web application archive roller.war > > java.lang.IllegalArgumentException: The archive > > [jar:file:/usr/share/apache-tomcat-7.0.8/webapps/roller.war!/] is > malformed > > and will be ignored: an entry contains an illegal path [./] > > at org.apache.catalina.startup.ExpandWar.expand(ExpandWar.java:121) > > at > > > org.apache.catalina.startup.ContextConfig.fixDocBase(ContextConfig.java:714) > > at > > org.apache.catalina.startup.ContextConfig.init(ContextConfig.java:837) > > at > > > org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:335) > > at > > > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119) > > at > > > org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:89) > > at > > org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:343) > > at > > org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:323) > > at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107) > > at > org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:136) > > at > > > org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:812) > > at > > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:787) > > at > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:607) > > at > org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:925) > > at > > org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:723) > > at > > org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470) > > at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1343) > > at > > > org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:294) > > at > > > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119) > > at > > > org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:89) > > at > > > org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1235) > > at > > > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1393) > > at > > > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1403) > > at > > > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1382) > > at java.lang.Thread.run(Thread.java:662) > > > > -- > > Kind regards, > > > > David > > > -- Kind regards, David Ghedini --001e680f1c085a2dae049d7c3bc7--