> From: Kevin Mai [mailto:k...@mrecic.gov.ar] 
> Subject: Issues with Memory Leaks on Tomcat 6.0.28

> I'm getting this error on my tomcat installation: 

> SEVERE: Error listenerStart 

The above is the real problem.  (Note that you didn't give us the interesting 
part of the log, including the timestamp for the above entry and any stack 
trace that might actually tell us what the real error is.)

> Sep 23, 2010 2:29:40 PM org.apache.catalina.core.StandardContext start 
> SEVERE: Context [/Simon] startup failed due to previous errors 

The above is a result of the first problem.

> Sep 23, 2010 2:29:40 PM org.apache.catalina.loader.WebappClassLoader 
> clearThreadLocalMap 
> SEVERE: The web application [/Simon] created a ThreadLocal

The above is just telling you that Tomcat is cleaning up the mess of the 
unstartable webapp, because the webapp failed to do so itself (quite possibly 
because the listener is broken).

Fix the problem (your listener), not the symptom.

 - 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.

Reply via email to