<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Hi Paulo,</div><div><br></div><div>I haven’t seen it in biocache but I have in other projects. &nbsp;Google Guice for example has this issue.</div><div><br></div><div>We use Guice at GBIF and if we repeatedly deploy using (e.g.) Tomcat manager we hit issues - it’s a memory leak. &nbsp;If you plan to do a lot of undeploy / deploys, this will cause an issue, but if not you can safely ignore it.</div><div>If you don’t want to ignore it I think it looks like that is coming from Log4J so you might need to explore the logging configuration and if you can disable the appender completely and use a different one, or be very sure it is stopped on application undeploy (in which case you can ignore the warning).</div><div><br></div><div><a href="http://stackoverflow.com/questions/10716332/tomcat-thread-local-memory-leak">http://stackoverflow.com/questions/10716332/tomcat-thread-local-memory-leak</a></div><div><br></div><div>I hope this helps,</div><div>Tim</div><div><br></div><br><div><div>On 06 May 2014, at 14:06, Paulo André &lt;<a href="mailto:pfilipak@gmail.com">pfilipak@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div><div>Hi<br></div><div><br>We've deployed biocache-service (svn version 4428) on tomcat 6. But biocache-service does not enable for request.<br>We're seen a issue on log (catalina.out):<br><br>SEVERE: The web application [/biocache-service] appears to have started a thread named [AsyncAppender-Dispatcher-Thread-3] but has failed to stop it. This is very likely to create a memory leak.<br>
<br>Have you ever had this issue?<br><br></div>BR<br></div>Paulo<br></div>
_______________________________________________<br>Ala-portal mailing list<br><a href="mailto:Ala-portal@lists.gbif.org">Ala-portal@lists.gbif.org</a><br>http://lists.gbif.org/mailman/listinfo/ala-portal<br></blockquote></div><br></body></html>