https://issues.apache.org/bugzilla/show_bug.cgi?id=57173

--- Comment #6 from Violeta Georgieva <violet...@apache.org> ---
I can reproduce the issue:


SEVERE: Unable to process Jar entry [ch/qos/logback/core/status/Status.class]
from Jar
[jar:jndi:/localhost/no-manifest/WEB-INF/lib/com.springsource.ch.qos.logback.core-0.9.18.jar!/]
for annotations
java.io.EOFException
    at
org.apache.tomcat.util.bcel.classfile.FastDataInputStream.readInt(FastDataInputStream.java:145)
    at
org.apache.tomcat.util.bcel.classfile.ClassParser.readID(ClassParser.java:200)


Setup:
- tomcat 7.0.56 with default settings
- only unpackWARs is set to false

      <Host name="localhost"  appBase="webapps"
            unpackWARs="false" autoDeploy="true">


If unpackWARs is set to true there are no problems.

The problem does not appear in 7.0.55 and appear in 7.0.56 and tc7.0.x.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to