> From: Bjørn T Johansen [mailto:b...@havleik.no] 
> Subject: Parallel deployment and failed to stop a thread.

> The web application [##000002] appears to have started a thread named 
> [Mojarra-WebResourceMonitor-1-thread-1] but has failed to stop it.

> Is this a problem with Tomcat 8.0.14 or JSF 2.2.8?

No, it's a problem with your web application, as the message states.

> What can I do to prevent this?

Fix your webapp to stop any and all threads it creates.  Given that the thread 
is from Mojarra, you will likely have to consult their documentation to 
determine how to properly shut down the monitor.

 - 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