Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 75094 invoked from network); 4 Jan 2007 05:54:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2007 05:54:56 -0000 Received: (qmail 37418 invoked by uid 500); 4 Jan 2007 05:55:01 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 37365 invoked by uid 500); 4 Jan 2007 05:55:01 -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 37345 invoked by uid 99); 4 Jan 2007 05:55:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 21:55:01 -0800 X-ASF-Spam-Status: No, hits=3.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,TRACKER_ID X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [61.95.162.82] (HELO Kecgate06.infosys.com) (61.95.162.82) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 21:54:50 -0800 Received: from INDHUBBHS02.ad.infosys.com ([192.168.200.82]) by Kecgate06.infosys.com with InterScan Messaging Security Suite; Thu, 04 Jan 2007 11:13:43 +0530 Received: from BLRKECMSG14.ad.infosys.com ([172.22.147.6]) by INDHUBBHS02.ad.infosys.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 4 Jan 2007 11:22:26 +0530 Received: from BLRKECMSG13.ad.infosys.com ([172.22.147.5]) by BLRKECMSG14.ad.infosys.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 4 Jan 2007 11:22:26 +0530 x-mimeole: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C72FC4.82B986A0" Subject: IllegalArgumentException Date: Thu, 4 Jan 2007 11:22:25 +0530 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: IllegalArgumentException Thread-Index: AccvxIJvLp4DjBWuSpCimsfmCKRhiQ== From: "Kamalanathan Raman" To: X-OriginalArrivalTime: 04 Jan 2007 05:52:26.0007 (UTC) FILETIME=[82EDDA70:01C72FC4] X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------_=_NextPart_001_01C72FC4.82B986A0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 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. =0D 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=3D"default/wlbxapp.ear/1167889759332/ear?J2EEApplication= =3Ddefa ult/wlbxapp.ear/1167889759332/ear,j2eeType=3DWebModule,name=3Dwlbxweb.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(ExtensionValidat or.java:372) at org.apache.catalina.util.ExtensionValidator.validateApplication(Extensio nValidator.java:183) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4033 ) at org.apache.geronimo.tomcat.GeronimoStandardContext.access$201(GeronimoSt andardContext.java:67) at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.inv oke(GeronimoStandardContext.java:337) at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(Geronim oBeforeAfterValve.java:31) at org.apache.geronimo.tomcat.GeronimoStandardContext.start(GeronimoStandar dContext.java:192) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.ja va:759) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) at org.apache.geronimo.tomcat.TomcatContainer.addContext(TomcatContainer.ja va:313) at org.apache.geronimo.tomcat.TomcatContainer$$FastClassByCGLIB$$9370b073.i nvoke() at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv oker.java:38) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j ava:122) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav a:817) at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperation Invoker.java:35) at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyM ethodInterceptor.java:96) at org.apache.geronimo.tomcat.TomcatContainer$$EnhancerByCGLIB$$647beb0c.ad dContext() at org.apache.geronimo.tomcat.TomcatWebAppContext.doStart(TomcatWebAppConte xt.java:438) at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInst ance.java:981) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GB eanInstanceState.java:267) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstance State.java:102) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBea nInstanceState.java:124) at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInst ance.java:540) at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKe rnel.java:379) at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGB eans(ConfigurationUtil.java:374) at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGB eans(ConfigurationUtil.java:411) at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(Kerne lConfigurationManager.java:187) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfig uration(SimpleConfigurationManager.java:527) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfig uration(SimpleConfigurationManager.java:508) at org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassB yCGLIB$$ce77a924.invoke() at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv oker.java:38) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j ava:122) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav a:817) at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperation Invoker.java:35) at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyM ethodInterceptor.java:96) at org.apache.geronimo.kernel.config.EditableConfigurationManager$$Enhancer ByCGLIB$$4ac69885.startConfiguration() at org.apache.geronimo.deployment.plugin.local.StartCommand.run(StartComman d.java:67) at java.lang.Thread.run(Unknown Source) org.apache.geronimo.kernel.config.LifecycleException: start of default/wlbxapp.ear/1167889759332/ear failed at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfig uration(SimpleConfigurationManager.java:544) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfig uration(SimpleConfigurationManager.java:508) at org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassB yCGLIB$$ce77a924.invoke() at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv oker.java:38) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j ava:122) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav a:817) at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperation Invoker.java:35) at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyM ethodInterceptor.java:96) at org.apache.geronimo.kernel.config.EditableConfigurationManager$$Enhancer ByCGLIB$$4ac69885.startConfiguration() at org.apache.geronimo.deployment.plugin.local.StartCommand.run(StartComman d.java:67) at java.lang.Thread.run(Unknown Source) Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: Unknown start exception at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGB eans(ConfigurationUtil.java:440) at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGB eans(ConfigurationUtil.java:411) at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(Kerne lConfigurationManager.java:187) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfig uration(SimpleConfigurationManager.java:527) ... 12 more Caused by: org.apache.geronimo.gbean.InvalidConfigurationException: Configuration default/wlbxapp.ear_wlbxweb.war/1167889759332/car failed to start due to the following reasons: The service J2EEApplication=3Ddefault/wlbxapp.ear/1167889759332/ear,j2eeType= =3DWebModule ,name=3Dwlbxweb.war did not start because the doStart method threw an exception.=0D 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(ExtensionValidat or.java:372) at org.apache.catalina.util.ExtensionValidator.validateApplication(Extensio nValidator.java:183) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4033 ) at org.apache.geronimo.tomcat.GeronimoStandardContext.access$201(GeronimoSt andardContext.java:67) at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.inv oke(GeronimoStandardContext.java:337) at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(Geronim oBeforeAfterValve.java:31) at org.apache.geronimo.tomcat.GeronimoStandardContext.start(GeronimoStandar dContext.java:192) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.ja va:759) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) at org.apache.geronimo.tomcat.TomcatContainer.addContext(TomcatContainer.ja va:313) at org.apache.geronimo.tomcat.TomcatContainer$$FastClassByCGLIB$$9370b073.i nvoke() at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv oker.java:38) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j ava:122) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav a:817) at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperation Invoker.java:35) at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyM ethodInterceptor.java:96) at org.apache.geronimo.tomcat.TomcatContainer$$EnhancerByCGLIB$$647beb0c.ad dContext() at org.apache.geronimo.tomcat.TomcatWebAppContext.doStart(TomcatWebAppConte xt.java:438) at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInst ance.java:981) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GB eanInstanceState.java:267) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstance State.java:102) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBea nInstanceState.java:124) at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInst ance.java:540) at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKe rnel.java:379) at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGB eans(ConfigurationUtil.java:374) at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGB eans(ConfigurationUtil.java:411) at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(Kerne lConfigurationManager.java:187) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfig uration(SimpleConfigurationManager.java:527) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfig uration(SimpleConfigurationManager.java:508) at org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassB yCGLIB$$ce77a924.invoke() at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv oker.java:38) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j ava:122) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav a:817) at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperation Invoker.java:35) at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyM ethodInterceptor.java:96) at org.apache.geronimo.kernel.config.EditableConfigurationManager$$Enhancer ByCGLIB$$4ac69885.startConfiguration() at org.apache.geronimo.deployment.plugin.local.StartCommand.run(StartComman d.java:67) at java.lang.Thread.run(Unknown Source) =0D =0D at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGB eans(ConfigurationUtil.java:403) ... 15 more Deployer operation failed: start of default/wlbxapp.ear/1167889759332/ear failed org.apache.geronimo.kernel.config.LifecycleException: start of default/wlbxapp.ear/1167889759332/ear failed at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfig uration(SimpleConfigurationManager.java:544) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfig uration(SimpleConfigurationManager.java:508) at org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassB yCGLIB$$ce77a924.invoke() at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv oker.java:38) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j ava:122) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav a:817) at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperation Invoker.java:35) at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyM ethodInterceptor.java:96) at org.apache.geronimo.kernel.config.EditableConfigurationManager$$Enhancer ByCGLIB$$4ac69885.startConfiguration() at org.apache.geronimo.deployment.plugin.local.StartCommand.run(StartComman d.java:67) at java.lang.Thread.run(Unknown Source) Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: Unknown start exception at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGB eans(ConfigurationUtil.java:440) at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGB eans(ConfigurationUtil.java:411) at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(Kerne lConfigurationManager.java:187) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfig uration(SimpleConfigurationManager.java:527) ... 12 more Caused by: org.apache.geronimo.gbean.InvalidConfigurationException: Configuration default/wlbxapp.ear_wlbxweb.war/1167889759332/car failed to start due to the following reasons: The service J2EEApplication=3Ddefault/wlbxapp.ear/1167889759332/ear,j2eeType= =3DWebModule ,name=3Dwlbxweb.war did not start because the doStart method threw an exception.=0D 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(ExtensionValidat or.java:372) at org.apache.catalina.util.ExtensionValidator.validateApplication(Extensio nValidator.java:183) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4033 ) at org.apache.geronimo.tomcat.GeronimoStandardContext.access$201(GeronimoSt andardContext.java:67) at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.inv oke(GeronimoStandardContext.java:337) at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(Geronim oBeforeAfterValve.java:31) at org.apache.geronimo.tomcat.GeronimoStandardContext.start(GeronimoStandar dContext.java:192) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.ja va:759) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) at org.apache.geronimo.tomcat.TomcatContainer.addContext(TomcatContainer.ja va:313) at org.apache.geronimo.tomcat.TomcatContainer$$FastClassByCGLIB$$9370b073.i nvoke() at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv oker.java:38) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j ava:122) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav a:817) at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperation Invoker.java:35) at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyM ethodInterceptor.java:96) at org.apache.geronimo.tomcat.TomcatContainer$$EnhancerByCGLIB$$647beb0c.ad dContext() at org.apache.geronimo.tomcat.TomcatWebAppContext.doStart(TomcatWebAppConte xt.java:438) at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInst ance.java:981) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GB eanInstanceState.java:267) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstance State.java:102) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBea nInstanceState.java:124) at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInst ance.java:540) at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKe rnel.java:379) at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGB eans(ConfigurationUtil.java:374) at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGB eans(ConfigurationUtil.java:411) at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(Kerne lConfigurationManager.java:187) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfig uration(SimpleConfigurationManager.java:527) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfig uration(SimpleConfigurationManager.java:508) at org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassB yCGLIB$$ce77a924.invoke() at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv oker.java:38) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j ava:122) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav a:817) at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperation Invoker.java:35) at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyM ethodInterceptor.java:96) at org.apache.geronimo.kernel.config.EditableConfigurationManager$$Enhancer ByCGLIB$$4ac69885.startConfiguration() at org.apache.geronimo.deployment.plugin.local.StartCommand.run(StartComman d.java:67) at java.lang.Thread.run(Unknown Source) =0D =0D at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGB eans(ConfigurationUtil.java:403) ... 15 more =0D **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended= solely for the use of the addressee(s). If you are not the intended= recipient, please notify the sender by e-mail and delete the original= message. Further, you are not to copy, disclose, or distribute this e-mail= or its contents to any other person and any such actions are unlawful.= This e-mail may contain viruses. Infosys has taken every reasonable= precaution to minimize this risk, but is not liable for any damage you may= sustain as a result of any virus in this e-mail. You should carry out your= own virus checks before opening the e-mail or attachment. Infosys reserves= the right to monitor and review the content of all messages sent to or= from this e-mail address. Messages sent to or from this e-mail address may= be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS*** ------_=_NextPart_001_01C72FC4.82B986A0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

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=3D"default/wlbxapp.ear/1167889759332/ear?J2EEApplication= =3Ddefault/wlbxapp.ear/1167889759332/ear,j2eeType=3DWebModule,name= =3Dwlbxweb.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.<init>(Unknown= Source)

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

      at= org.apache.catalina.util.ExtensionValidator.getManifest(<= font size=3D2 color=3Dnavy face=3D"Courier New">ExtensionValidator.java:372)

      at org.apache.catalina.util.ExtensionValidator.validateApplication(ExtensionValidator.java:183)

      at= org.apache.catalina.core.StandardContext.start(StandardContext.java:4033)

      at org.apache.geronimo.tomcat.GeronimoStandardContext.access$201(GeronimoStandardContext.java:67)

      at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke= (GeronimoStandardContext.java:337)

      at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:31)

      at= org.apache.geronimo.tomcat.GeronimoStandardContext.start(= GeronimoStandardContext.java:192)

      at= org.apache.catalina.core.ContainerBase.addChildInternal(<= font size=3D2 color=3Dnavy face=3D"Courier New">ContainerBase.java:759)

      at= org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)

      at= org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)

      at= org.apache.geronimo.tomcat.TomcatContainer.addContext(TomcatContainer.java:313)

      at org.apache.geronimo.tomcat.TomcatContainer$$FastClassByCGLIB$$9370b073.invo= ke(<generated>)

      at= net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)

      at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)

      at= org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(<= font size=3D2 color=3Dnavy face=3D"Courier New">GBeanOperation.java:122)

      at= org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)

      at= org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)

      at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(<= u>RawOperationInvoker.java:35)

      at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)

      at org.apache.geronimo.tomcat.TomcatContainer$$EnhancerByCGLIB$$647beb0c.addCo= ntext(<generated>)

      at= org.apache.geronimo.tomcat.TomcatWebAppContext.doStart(TomcatWebAppContext.java:438)

      at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:981)

      at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:267)

      at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)

      at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(= GBeanInstanceState.java:124)

      at= org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:540)

      at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:379)

      at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBean= s(ConfigurationUtil.java:374)

      at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBean= s(ConfigurationUtil.java:411)

      at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(<= /font>KernelConfigurationManager.java:187)

      at= org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfigur= ation(SimpleConfigurationManager.java:527)

      at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfigura= tion(SimpleConfigurationManager.java:508)

      at= org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByC= GLIB$$ce77a924.invoke(<generated>)

      at= net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)

      at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)

      at= org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(<= font size=3D2 color=3Dnavy face=3D"Courier New">GBeanOperation.java:122)

      at= org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)

      at= org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)

      at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(<= u>RawOperationInvoker.java:35)

      at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)

      at= org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerBy= CGLIB$$4ac69885.startConfiguration(<generated>)

      at org.apache.geronimo.deployment.plugin.local.StartCommand.run(= StartCommand.java:67)

      at java.lang.Thread.run(Unknown= Source)

org.apache.geronimo.kernel.config.LifecycleException: start of default/wlbxapp.ear/1167889759332/ear failed

      at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfigura= tion(SimpleConfigurationManager.java:544)

      at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfigura= tion(SimpleConfigurationManager.java:508)

      at org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCG= LIB$$ce77a924.invoke(<generated>)

      at= net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)

      at= org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(<= u>FastMethodInvoker.java:38)

      at= org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(<= font size=3D2 color=3Dnavy face=3D"Courier New">GBeanOperation.java:122)

      at= org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)

      at= org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)

      at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(<= u>RawOperationInvoker.java:35)

      at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)

      at org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByC= GLIB$$4ac69885.startConfiguration(<generated>)

      at org.apache.geronimo.deployment.plugin.local.StartCommand.run(= StartCommand.java:67)

      at java.lang.Thread.run(Unknown= Source)

Caused by: org.apache.geronimo.kernel.config.InvalidConfigException= : Unknown start exception

      at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBean= s(ConfigurationUtil.java:440)

      at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBean= s(ConfigurationUtil.java:411)

      at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(<= /font>KernelConfigurationManager.java:187)

      at= org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfigur= ation(SimpleConfigurationManager.java:527)

      ... 12 more

Caused by: org.apache.geronimo.gbean.InvalidConfigurationException<= /font>: Configuration default/wlbxapp.ear_wlbxweb.war/1167889759332/car failed to start due to= the following reasons:

  The service J2EEApplication=3Ddefault/wlbxapp.ear/1167889759332/ear,j2eeType= =3DWebModule,name=3Dwlbxweb.war did not start because the doStart method threw an exception.=

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.<init>(Unknown= Source)

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

      at= org.apache.catalina.util.ExtensionValidator.getManifest(<= font size=3D2 color=3Dnavy face=3D"Courier New">ExtensionValidator.java:372)

      at= org.apache.catalina.util.ExtensionValidator.validateApplication(ExtensionValidator.java:183)

      at= org.apache.catalina.core.StandardContext.start(StandardContext.java:4033)

      at org.apache.geronimo.tomcat.GeronimoStandardContext.access$201(GeronimoStandardContext.java:67)

      at= org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invok= e(GeronimoStandardContext.java:337)

      at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:31)

      at= org.apache.geronimo.tomcat.GeronimoStandardContext.start(= GeronimoStandardContext.java:192)

      at= org.apache.catalina.core.ContainerBase.addChildInternal(<= font size=3D2 color=3Dnavy face=3D"Courier New">ContainerBase.java:759)

      at= org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)

      at= org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)

      at= org.apache.geronimo.tomcat.TomcatContainer.addContext(TomcatContainer.java:313)

      at org.apache.geronimo.tomcat.TomcatContainer$$FastClassByCGLIB$$9370b073.invo= ke(<generated>)

      at= net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)

      at= org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(<= u>FastMethodInvoker.java:38)

      at= org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(<= font size=3D2 color=3Dnavy face=3D"Courier New">GBeanOperation.java:122)

      at= org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)

      at= org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)

      at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(<= u>RawOperationInvoker.java:35)

      at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)

      at org.apache.geronimo.tomcat.TomcatContainer$$EnhancerByCGLIB$$647beb0c.addCo= ntext(<generated>)

      at= org.apache.geronimo.tomcat.TomcatWebAppContext.doStart(TomcatWebAppContext.java:438)

      at= org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:981)

      at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:267)

      at= org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(<= u>GBeanInstanceState.java:102)

      at= org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:124)

      at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:540)

      at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:379)

      at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBean= s(ConfigurationUtil.java:374)

      at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBean= s(ConfigurationUtil.java:411)

      at= org.apache.geronimo.kernel.config.KernelConfigurationManager.start(= KernelConfigurationManager.java:187)

      at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfigura= tion(SimpleConfigurationManager.java:527)

      at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfigura= tion(SimpleConfigurationManager.java:508)

      at org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCG= LIB$$ce77a924.invoke(<generated>)

      at= net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)

      at= org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(<= u>FastMethodInvoker.java:38)

      at= org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(<= font size=3D2 color=3Dnavy face=3D"Courier New">GBeanOperation.java:122)

      at= org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)

      at= org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)

      at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(<= u>RawOperationInvoker.java:35)

      at= org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(<= /font>ProxyMethodInterceptor.java:96)

      at org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByC= GLIB$$4ac69885.startConfiguration(<generated>)

      at= org.apache.geronimo.deployment.plugin.local.StartCommand.run(StartCommand.java:67)

      at java.lang.Thread.run(Unknown= Source)

 

 

      at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBean= s(ConfigurationUtil.java:403)

      ... 15 more

Deployer operation failed: start of= default/wlbxapp.ear/1167889759332/ear failed

org.apache.geronimo.kernel.config.LifecycleException: start of default/wlbxapp.ear/1167889759332/ear failed

      at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfigura= tion(SimpleConfigurationManager.java:544)

      at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfigura= tion(SimpleConfigurationManager.java:508)

      at org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCG= LIB$$ce77a924.invoke(<generated>)

      at= net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)

      at= org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(<= u>FastMethodInvoker.java:38)

      at= org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(<= font size=3D2 color=3Dnavy face=3D"Courier New">GBeanOperation.java:122)

      at= org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)

      at= org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)

      at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(<= u>RawOperationInvoker.java:35)

      at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)

      at org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByC= GLIB$$4ac69885.startConfiguration(<generated>)

      at= org.apache.geronimo.deployment.plugin.local.StartCommand.run(StartCommand.java:67)

      at java.lang.Thread.run(Unknown= Source)

Caused by: org.apache.geronimo.kernel.config.InvalidConfigException= : Unknown start exception

      at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBean= s(ConfigurationUtil.java:440)

      at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBean= s(ConfigurationUtil.java:411)

      at= org.apache.geronimo.kernel.config.KernelConfigurationManager.start(= KernelConfigurationManager.java:187)

      at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfigura= tion(SimpleConfigurationManager.java:527)

      ... 12 more

Caused by: org.apache.geronimo.gbean.InvalidConfigurationException<= /font>: Configuration default/wlbxapp.ear_wlbxweb.war/1167889759332/car failed to start due to= the following reasons:

  The service J2EEApplication=3Ddefault/wlbxapp.ear/1167889759332/ear,j2eeType= =3DWebModule,name=3Dwlbxweb.war did not start because the doStart method threw an exception.=

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.<init>(Unknown= Source)

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

      at= org.apache.catalina.util.ExtensionValidator.getManifest(<= font size=3D2 color=3Dnavy face=3D"Courier New">ExtensionValidator.java:372)

      at org.apache.catalina.util.ExtensionValidator.validateApplication(ExtensionValidator.java:183)

      at= org.apache.catalina.core.StandardContext.start(StandardContext.java:4033)

      at= org.apache.geronimo.tomcat.GeronimoStandardContext.access$201(GeronimoStandardContext.java:67)

      at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke= (GeronimoStandardContext.java:337)

      at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:31)

      at= org.apache.geronimo.tomcat.GeronimoStandardContext.start(= GeronimoStandardContext.java:192)

      at= org.apache.catalina.core.ContainerBase.addChildInternal(<= font size=3D2 color=3Dnavy face=3D"Courier New">ContainerBase.java:759)

      at= org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)

      at= org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)

      at= org.apache.geronimo.tomcat.TomcatContainer.addContext(TomcatContainer.java:313)

      at org.apache.geronimo.tomcat.TomcatContainer$$FastClassByCGLIB$$9370b073.invo= ke(<generated>)

      at= net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)

      at= org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(<= u>FastMethodInvoker.java:38)

      at= org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(<= font size=3D2 color=3Dnavy face=3D"Courier New">GBeanOperation.java:122)

      at= org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)

      at= org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)

      at= org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(= RawOperationInvoker.java:35)

      at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)

      at org.apache.geronimo.tomcat.TomcatContainer$$EnhancerByCGLIB$$647beb0c.addCo= ntext(<generated>)

      at= org.apache.geronimo.tomcat.TomcatWebAppContext.doStart(TomcatWebAppContext.java:438)

      at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:981)

      at= org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:267)

      at= org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(<= u>GBeanInstanceState.java:102)

      at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(= GBeanInstanceState.java:124)

      at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:540)

      at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:379)

      at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBean= s(ConfigurationUtil.java:374)

      at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBean= s(ConfigurationUtil.java:411)

      at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(<= /font>KernelConfigurationManager.java:187)

      at= org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfigur= ation(SimpleConfigurationManager.java:527)

      at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfigura= tion(SimpleConfigurationManager.java:508)

      at= org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByC= GLIB$$ce77a924.invoke(<generated>)

      at= net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)

      at= org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(<= u>FastMethodInvoker.java:38)

      at= org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(<= font size=3D2 color=3Dnavy face=3D"Courier New">GBeanOperation.java:122)

      at= org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)

      at= org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)

      at= org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(= RawOperationInvoker.java:35)

      at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)

      at org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByC= GLIB$$4ac69885.startConfiguration(<generated>)

      at org.apache.geronimo.deployment.plugin.local.StartCommand.run(= StartCommand.java:67)

      at java.lang.Thread.run(Unknown= Source)

 

 

      at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBean= s(ConfigurationUtil.java:403)

      ... 15 more

 

****************= CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended= solely for the use of the addressee(s). If you are not the intended= recipient, please notify the sender by e-mail and delete the original= message. Further, you are not to copy, disclose, or distribute this e-mail= or its contents to any other person and any such actions are unlawful.= This e-mail may contain viruses. Infosys has taken every reasonable= precaution to minimize this risk, but is not liable for any damage you may= sustain as a result of any virus in this e-mail. You should carry out your= own virus checks before opening the e-mail or attachment. Infosys reserves= the right to monitor and review the content of all messages sent to or= from this e-mail address. Messages sent to or from this e-mail address may= be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***
------_=_NextPart_001_01C72FC4.82B986A0--