> From: Elias Kopsiaftis [mailto:yemi...@gmail.com] 
> Subject: tomcat randomly undeploys and redeploys the applications

> I deploy the application, then in the log file catalina.out i get many 
> messages from WebappClassLoader clearReferencesThreads saying threads 
> appear to have started but have failed to stop

This is an indication that your webapp is not managing its threads properly.

> then finally, Ill get a message from HostConfig checkResources that 
> says its undeploying the context, and then it redeploys.

This is sometimes caused by incorrect timestamps on the bits of the webapp that 
Tomcat monitors, or an incorrect clock setting on the system Tomcat is running 
on.  The mismatch makes it appear that the webapp is being updated continuously.

If you want anything more than speculation, you'll need to provide real 
information: Tomcat version, JRE version, platform, server.xml (with comments 
removed), context.xml for the webapp, etc.

 - 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