> From: Paul S [mailto:paulstadle...@hotmail.com] > Subject: Error while deploying > > SEVERE: Error deploying web application archive sample.war > java.lang.IllegalArgumentException > at > java.util.zip.ZipInputStream.getUTF8String(ZipInputStream.java:301) > at > java.util.zip.ZipInputStream.readLOC(ZipInputStream.java:247) > at > java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:74) > at java.util.jar.JarInputStream.<init>(JarInputStream.java:58) > at java.util.jar.JarInputStream.<init>(JarInputStream.java:43)
The above exception is thrown when there are invalid UTF-8 bytes in the name field of the header of what should be the META-INF/ entry in one of the jars inside your webapp. Unfortunately, you can't tell which one just from the stack trace, so you'll need to examine (and possibly recreate) all of them. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org