You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Andrea Nasato (Commented) (JIRA)" <ax...@ws.apache.org> on 2012/02/08 10:35:00 UTC

[jira] [Commented] (AXIS-2842) thread is left unclosed

    [ https://issues.apache.org/jira/browse/AXIS-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203417#comment-13203417 ] 

Andrea Nasato commented on AXIS-2842:
-------------------------------------

Hi to all,

also affected is version 1.6.1 on tomcat 6.0.35 with jvm 1.6.0_30-b12 on a centos 5.7 64bit.

This is a snippet from catalina.out:

SEVERE: The web application [/axis2] created a ThreadLocal with key of type [org.apache.axiom.util.UIDGenerator$1] (value [org.apache.axiom.util.UIDGenerator$1@639d0e0b]) and a value of type [long[]] (value [[J@5c052744]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
Jan 25, 2012 12:06:45 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/axis2] created a ThreadLocal with key of type [org.apache.axiom.util.UIDGenerator$1] (value [org.apache.axiom.util.UIDGenerator$1@639d0e0b]) and a value of type [long[]] (value [[J@5655108e]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
Jan 25, 2012 12:06:45 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/axis2] created a ThreadLocal with key of type [org.jboss.security.SecurityAssociation.RunAsThreadLocalStack] (value [org.jboss.security.SecurityAssociation$RunAsThreadLocalStack@4de3e1b8]) and a value of type [java.util.ArrayList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
Jan 25, 2012 12:06:45 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/axis2] created a ThreadLocal with key of type [org.jboss.security.SecurityAssociation.RunAsThreadLocalStack] (value [org.jboss.security.SecurityAssociation$RunAsThreadLocalStack@4de3e1b8]) and a value of type [java.util.ArrayList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.

The instance of tomcat fails to shutdown and I have to kill it manually
                
> thread is left unclosed
> -----------------------
>
>                 Key: AXIS-2842
>                 URL: https://issues.apache.org/jira/browse/AXIS-2842
>             Project: Axis
>          Issue Type: Bug
>    Affects Versions: 1.4
>            Reporter: odelya holiday
>
> HI!
> I get his error message:
> Mar 14, 2011 10:08:46 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
> SEVERE: The web application [/MyProject] created a ThreadLocal with key of type [org.apache.axis.utils.XMLUtils.ThreadLocalDocumentBuilder] (value [org.apache.axis.utils.XMLUtils$ThreadLocalDocumentBuilder@82fb20]) and a value of type [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl] (value [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl@1352b95]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org