On 20/07/2011 03:55, Matthew Tyson wrote:
> Hey guys,
> 
> tomcat 7.0.19
> Java 1.6.0_22
> CentOS 5.6
> 
> I just switched the web.xml to servlet 3.0 (from a app running servlet 2.4
> previously without issue) and now I'm seeing the following error (turned on
> fine logging in the util class):
> FINE: Scanning JAR [file:/usr/java/jdk1.6.0_22/jre/lib/ext/jcharset.jar]
> from classpath
> Jul 19, 2011 10:04:40 AM org.apache.catalina.startup.HostConfig
> deployDirectory
> SEVERE: Error deploying web application directory ROOT
> org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag
> in constant pool: 60

That might be a BCEL bug or could be a corrupted JAR. Just add it to the
jarsToSkip property in catalina.properties.

Also, if you open a bugzilla issue, someone will take a closer look.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to