> From: M4N - Arjan Tijms [mailto:arjan.ti...@m4n.nl]
> Subject: Occasional NoClassDefFoundError, but disappears after couple
> of restarts
> 
> The problem I have is that occasionally after I restart Tomcat, the
> startup fails with NoClassDefFoundError or ClassNotFoundException for
> every servlet listener that's being added from web.xml.

This kind of error can be caused by having the same class(es) in multiple 
locations in a given branch of the classloader tree, such as in both a webapp's 
WEB-INF/lib and in Tomcat's lib directory (or on the system classpath).  Have 
you checked that?

 - 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

Reply via email to