Boa tarde, estou com um problema em produção, já pesquisei e não achei solução pro meu problema, não sei se o assunto é exatamente nessa seção do fórum, mas vamos lá:
tem uma aplicação rodando num tomcat (em média 80 sessões apenas). De um tempo pra cá, vem travando o servidor, e tendo de fazer o restart do tomcat, para que consigam usar a aplicação novamente.
o erro que ocorre é o seguinte:
Oct 13, 2011 8:50:35 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/minhaApp] appears to have started a thread named [AWT-Windows] but has failed to stop it. This is very likely to create a memory leak.
Oct 13, 2011 8:50:35 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/minhaApp] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@1af63cb]) and a value of type [net.sf.jasperreports.engine.export.legacy.BorderOffset$1] (value [net.sf.jasperreports.engine.export.legacy.BorderOffset$1@1c0c309]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
Oct 13, 2011 8:50:35 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/minhaApp] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@1af63cb]) and a value of type [net.sf.jasperreports.engine.export.legacy.BorderOffset$1] (value [net.sf.jasperreports.engine.export.legacy.BorderOffset$1@1c0c309]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
Oct 13, 2011 8:50:35 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/minhaApp] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@1af63cb]) and a value of type [net.sf.jasperreports.engine.export.legacy.BorderOffset$1] (value [net.sf.jasperreports.engine.export.legacy.BorderOffset$1@1c0c309]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
Oct 13, 2011 8:50:36 AM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-9090
pensei na possibilidade de por acaso varias maquinas estarem requisitando o mesmo relatório ao mesmo tempo, mas não sei se seria exatamente isso…
venho então recorrer a vocês, ver se alguem já passou por isso ou se sabem como sanar esse problema.
Agradeço desde já.