Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 1312 invoked from network); 4 Jan 2007 13:12:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2007 13:12:19 -0000 Received: (qmail 81985 invoked by uid 500); 4 Jan 2007 13:12:22 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 81969 invoked by uid 500); 4 Jan 2007 13:12:22 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 81958 invoked by uid 99); 4 Jan 2007 13:12:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2007 05:12:22 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of kevan.miller@gmail.com designates 66.249.82.226 as permitted sender) Received: from [66.249.82.226] (HELO wx-out-0506.google.com) (66.249.82.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2007 05:12:12 -0800 Received: by wx-out-0506.google.com with SMTP id s18so6281893wxc for ; Thu, 04 Jan 2007 05:11:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:from:subject:date:to:x-mailer; b=GNBhKTVihetPGN5X8MxOlXoA3ZuoxjqYuwGVJ8wXTNToLerfU7Wm0cYe2/2jc4omj8EUapd6PRysVqHaNKAraLmkoco6k2xUgo42BMmQR1PSE+nXd1i/GTFzhlyAGHEwjvKfQorTQLhb4uDzhxzymsrrdzkXWutce4qmdLl/3p0= Received: by 10.70.113.13 with SMTP id l13mr41029925wxc.1167916310669; Thu, 04 Jan 2007 05:11:50 -0800 (PST) Received: from ?192.168.1.100? ( [66.57.98.165]) by mx.google.com with ESMTP id i12sm30978071wxd.2007.01.04.05.11.50; Thu, 04 Jan 2007 05:11:50 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: References: Content-Type: multipart/alternative; boundary=Apple-Mail-6-630546656 Message-Id: From: Kevan Miller Subject: Re: IllegalArgumentException Date: Thu, 4 Jan 2007 08:11:47 -0500 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-6-630546656 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Jan 4, 2007, at 12:52 AM, Kamalanathan Raman wrote: > I got my EAR deployed successfully , but it is not able to start > the application , when trying to do so it is throwing this > particular exception .I have attached the stack trace . Can any one > help me out to solve this issue. > > > > 11:19:37,379 WARN [TomcatWebAppContext] TomcatWebAppContext failed > > 11:19:37,379 ERROR [GBeanInstanceState] Error while starting; GBean > is now in the FAILED state: abstractName="default/wlbxapp.ear/ > 1167889759332/ear?J2EEApplication=default/wlbxapp.ear/1167889759332/ > ear,j2eeType=WebModule,name=wlbxweb.war" > > java.lang.IllegalArgumentException > > at java.util.zip.ZipInputStream.getUTF8String(Unknown Source) > > at java.util.zip.ZipInputStream.readLOC(Unknown Source) > > at java.util.zip.ZipInputStream.getNextEntry(Unknown Source) > > at java.util.jar.JarInputStream.getNextEntry(Unknown Source) > > at java.util.jar.JarInputStream.getNextJarEntry(Unknown Source) > > at java.util.jar.JarInputStream.(Unknown Source) > > at java.util.jar.JarInputStream.(Unknown Source) > > at org.apache.catalina.util.ExtensionValidator.getManifest > (ExtensionValidator.java:372) > > at > org.apache.catalina.util.ExtensionValidator.validateApplication > (ExtensionValidator.java:183) Looks like you have a corrupted jar file in a WEB-INF/lib. Tomcat is attempting to validate the manifest and there's an invalid UTF8 character, somewhere... I'd start with running jar tvf on all your jar files... --kevan --Apple-Mail-6-630546656 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1
On Jan 4, 2007, at = 12:52 AM, Kamalanathan Raman wrote:

I got my EAR deployed successfully , but it is not able to start = the application , when trying to do so it is throwing this particular = exception .I have attached the stack trace . Can any one help me out to = solve this issue.

=A0

11:19:37,379 WARN=A0 [TomcatWebAppContext] = TomcatWebAppContext failed11:19:37,379 ERROR [GBeanInstanceState] Error while = starting; GBean is now in the FAILED state: = abstractName=3D"default/wlbxapp.ear/1167889759332/ear?J2EEApplication=3Dde= fault/wlbxapp.ear/1167889759332/ear,j2eeType=3DWebModule,name=3Dwlbxweb.wa= r"

=A0=A0=A0=A0=A0 at = java.util.zip.ZipInputStream.getUTF8String(Unknown = Source)

=A0=A0=A0=A0=A0 at = java.util.zip.ZipInputStream.readLOC(Unknown = Source)

=A0=A0=A0=A0=A0 at = java.util.zip.ZipInputStream.getNextEntry(Unknown = Source)

=A0=A0=A0=A0=A0 at = java.util.jar.JarInputStream.getNextEntry(Unknown = Source)

=A0=A0=A0=A0=A0 at = java.util.jar.JarInputStream.getNextJarEntry(Unknown = Source)

=A0=A0=A0=A0=A0 at = java.util.jar.JarInputStream.<init>(Unknown = Source)

=A0=A0=A0=A0=A0 at = java.util.jar.JarInputStream.<init>(Unknown = Source)

=A0=A0=A0=A0=A0 at = org.apache.catalina.util.ExtensionValidator.getManifest()

=A0=A0=A0=A0=A0 at = org.apache.catalina.util.ExtensionValidator.validateApplication()


Looks= like you have a corrupted jar file in a WEB-INF/lib. Tomcat is = attempting to validate the manifest and there's an invalid UTF8 = character, somewhere...

I'd start with running jar = tvf on all your jar files...

--kevan=A0

= --Apple-Mail-6-630546656--