So if this is being started from Axis2 1.5.1 client, there's a bug in the client code generation or the supporting Axis2 jars?
-----Original Message----- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, November 24, 2010 9:41 AM To: Tomcat Users List Subject: RE: Please help ... [MultiThreadedHttpConnectionManager cleanup] > From: Emerson, Christopher [mailto:cemer...@orangelake.com] > Subject: Please help ... [MultiThreadedHttpConnectionManager cleanup] > Ever since we've upgraded to Tomcat 6 4 weeks ago, I've been fighting > the following error on shutdown ... You've actually had the error all along, but it's only the recent Tomcat versions that have been detecting and reporting it. > Nov 23, 2010 4:42:18 PM org.apache.catalina.loader.WebappClassLoader > clearReferencesThreads > SEVERE: A web application appears to have started a thread named > [MultiThreadedHttpConnectionManager cleanup] but has failed to stop it. > This is very likely to create a memory leak. Your webapp has started an auxiliary thread, but not terminated it promptly. You should be using a ServletContextListener that insures any such extra threads have terminated before returning from its contextDestroyed() method. - 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 DISCLAIMER: Orange Lake Resorts does not accept legal responsibility for the contents of this message. Orange Lake Resorts reserves the right to monitor the transmission of this message and to take corrective action against any misuse or abuse of its e-mail system or other components of its network. The information contained in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution, or any action or act of forbearance taken in reliance on it, is prohibited and may be unlawful. Any views expressed in this e-mail are those of the individual sender, except where the sender has been duly authorized to specifically state the content of the e-mail on behalf of Orange Lake Resorts. The recipient should check this e-mail and any attachments for the presence of viruses. Orange Lake Resorts accepts no liability for any damage caused by any viruses transmitted by this e-mail. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org