[jboss-jira] [JBoss JIRA] (AS7-6776) Memory leak with ServletContainerInitializer

Stan Silvert (JIRA) jira-events at lists.jboss.org
Fri Mar 22 09:40:41 EDT 2013


Stan Silvert created AS7-6776:
---------------------------------

             Summary: Memory leak with ServletContainerInitializer
                 Key: AS7-6776
                 URL: https://issues.jboss.org/browse/AS7-6776
             Project: Application Server 7
          Issue Type: Feature Request
          Components: Web
    Affects Versions: 8.0.0.Alpha1
            Reporter: Stan Silvert
            Assignee: Remy Maucherat


ServletContainerInitializers are not cleaned up on undeploy.  This causes a memory leak.

I'm attaching a couple of maven projects to reproduce the problem.  The first project creates a jar with and SCI that allocates 50MB.  The second project is a plain war that packages the SCI's jar.

Redeploy the WAR several times and you will get an OOME.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list