On 09/03/2011 17:00, Mathew Samuel wrote:
> Hi,
> 
> Just trying to use Tomcat 7.0.10. I see the following in the relevant 
> catalina.err file:
> 
> WARNING: Failed to process JAR 
> [jar:file:/usr/java/jre1.6.0_24/lib/tools.jar!/null] for TLD files
> java.util.zip.ZipException: error in opening zip file

At a guess, you have tools.jar on the class path so Tomcat is trying to
scan it. A couple of things strike me as odd about that:
 - tools.jar shouldn't be on the class path - how did it get there?
 - if it were it should be skipped - why wasn't it skipped?

What is the full stack trace of that exception?

> I can get around this by renaming some random zip file as tools.jar and 
> placing it there but I suppose what I was wondering is if this is an already 
> reported Tomcat bug with 7.0.10?

Whether or not it is a bug depends on the answers to the questions above.

Mark

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

Reply via email to