| Author |
Message |
|
|
Post subject: Error deploying web application archive java.lang.IllegalArg
Posted: Sep 07, 2008 - 05:07 PM
|
|
Joined: Sep 07, 2008
Posts: 3
|
|
I am stuck trying to solve the following error (catalina log)
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.<init>(Unknown Source)
at java.util.jar.JarInputStream.<init>(Unknown Source)
at org.apache.catalina.util.ExtensionValidator.getManifest(ExtensionValidator.java:373)
at org.apache.catalina.util.ExtensionValidator.validateApplication(ExtensionValidator.java:184)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4064)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:831)
at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:720)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1217)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:293)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1306)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1570)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1579)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1559)
at java.lang.Thread.run(Unknown Source)
At first I thought this was an issue with the .war file - and then with the JDK version - but I think I have ruled these out and now suspect something in the IDE |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Error deploying web application archive java.lang.Illega
Posted: Sep 08, 2008 - 11:44 AM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 5657
|
|
Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
If you create a new MyEclipse Web Project and try deploying it without adding any code to it, does it deploy without errors? |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: RE: Error deploying web application archive java.lang.Illega
Posted: Sep 09, 2008 - 03:16 PM
|
|
Joined: Sep 07, 2008
Posts: 3
|
|
*** Date:
Tuesday, September 9, 2008 10:15:12 PM CST
** System properties:
OS=WindowsVista
OS version=6.0
Java version=1.5.0_11
*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.5.1 GA
Build id: 6.5.1-GA-20080715
*** Eclipse details:
MyEclipse Enterprise Workbench
Version: 6.5.1 GA
Build id: 6.5.1-GA-20080715
Eclipse Project SDK
Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
Build id: M20080221-1800
Eclipse Platform
Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
Build id: M20080221-1800
Eclipse Java Development Tools
Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
Build id: M20080221-1800
Eclipse Graphical Editing Framework
Version: 3.3.2.v20080129
Build id: 20080221-1602
Eclipse RCP
Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
Build id: M20080221-1800
Eclipse Plug-in Development Environment
Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
Build id: M20080221-1800
Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Users\jamessta\AppData\Local\Pulse\Software\MyEclipse 6.5\eclipse.exe
-name
Eclipse
--launcher.library
C:\Users\jamessta\AppData\Local\Pulse\Software\MyEclipse 6.5\../../Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118\eclipse_1023.dll
-startup
C:\Users\jamessta\AppData\Local\Pulse\Software\MyEclipse 6.5\../../Common\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-configuration
../../../../../../configuration
-clean
-configuration
C:\Users\jamessta\AppData\Local\Pulse\Software\MyEclipse 6.5\configuration
-vm
C:\Users\jamessta\AppData\Local\Pulse\Common\binary\com.sun.java.jre.win32.x86_1.5.0.011\bin\client\jvm.dll |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Error deploying web application archive java.lang.Illega
Posted: Sep 09, 2008 - 03:21 PM
|
|
Joined: Sep 07, 2008
Posts: 3
|
|
I have the IDE running on Ubuntu (Hardy) as well - and get the same error (using JDK5);
Simple new Web Project deploys just fine. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Error deploying web application archive java.lang.Illega
Posted: Sep 09, 2008 - 07:56 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 5657
|
|
| Can you give me some information about the project that you are trying to deploy. Was it created using MyEclipse ? What capabilities are added to your project? |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|