You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Michael Heinen (JIRA)" <de...@myfaces.apache.org> on 2011/05/26 17:04:47 UTC

[jira] [Created] (MYFACES-3158) Memory Leak related to ThreadLocal with org.apache.myfaces.el.convert.VariableResolverToELResolver

Memory Leak related to ThreadLocal with org.apache.myfaces.el.convert.VariableResolverToELResolver
--------------------------------------------------------------------------------------------------

                 Key: MYFACES-3158
                 URL: https://issues.apache.org/jira/browse/MYFACES-3158
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 1.2.10
         Environment: Tomcat 6.0.32, Facelets, Tomahawk, Richfaces
            Reporter: Michael Heinen
            Priority: Critical


After updating to MyFaces 1.2.10 I still see following error in Tomcat log after stopping my web app:

26.05.2011 12:33:54 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SCHWERWIEGEND: The web application [/fliti] created a ThreadLocal with key of type [org.apache.myfaces.el.convert.VariableResolverToELResolver$1] (value [org.apache.myfaces.el.convert.VariableResolverToELResolver$1@5c3bb813]) and a value of type [java.util.HashSet] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.

I thought this was solved with bug  MYFACES-3001"Memory Leak in MyFaces 1.2 related to RuntimeConfig ThreadLocal"
but apparently only the issue with org.apache.myfaces.config.RuntimeConfig has been fixed.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (MYFACES-3158) Memory Leak related to ThreadLocal with org.apache.myfaces.el.convert.VariableResolverToELResolver

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-3158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved MYFACES-3158.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.11-SNAPSHOT
         Assignee: Leonardo Uribe

committed solution and sync branch with 2.0 code to make maintain easier

> Memory Leak related to ThreadLocal with org.apache.myfaces.el.convert.VariableResolverToELResolver
> --------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-3158
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3158
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 1.2.10
>         Environment: Tomcat 6.0.32, Facelets, Tomahawk, Richfaces
>            Reporter: Michael Heinen
>            Assignee: Leonardo Uribe
>            Priority: Critical
>             Fix For: 1.2.11-SNAPSHOT
>
>
> After updating to MyFaces 1.2.10 I still see following error in Tomcat log after stopping my web app:
> 26.05.2011 12:33:54 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
> SCHWERWIEGEND: The web application [/fliti] created a ThreadLocal with key of type [org.apache.myfaces.el.convert.VariableResolverToELResolver$1] (value [org.apache.myfaces.el.convert.VariableResolverToELResolver$1@5c3bb813]) and a value of type [java.util.HashSet] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
> I thought this was solved with bug  MYFACES-3001"Memory Leak in MyFaces 1.2 related to RuntimeConfig ThreadLocal"
> but apparently only the issue with org.apache.myfaces.config.RuntimeConfig has been fixed.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira