Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-14901

[GSS](7.1.z) ClassLoader leak in org.jboss.el.cache.FactoryFinderCache

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 7.1.4.CR1, 7.1.4.GA
    • 7.1.2.GA
    • Undertow
    • None
    • Medium
    • Workaround Exists
    • Hide

      Add that to your ContextListener:

      @Override
      public void contextDestroyed(ServletContextEvent servletContextEvent)

      { ... org.jboss.el.cache.FactoryFinderCache.clearClassLoader( getClass().getClassLoader() ); }
      Show
      Add that to your ContextListener: @Override public void contextDestroyed(ServletContextEvent servletContextEvent) { ... org.jboss.el.cache.FactoryFinderCache.clearClassLoader( getClass().getClassLoader() ); }

    Description

      I was investigating why my class loader was leaking and after fixing all the problems within my application classes I got the leak shown in the attachment.

      This is pretty similar with WFLY-3365, not sure if I should have reopened that one o raised this one, sorry if I took the wrong decision.

      Attachments

        Issue Links

          Activity

            People

              rhn-support-ivassile Ilia Vassilev
              rhn-support-bmaxwell Brad Maxwell
              Peter Mackay Peter Mackay
              Peter Mackay Peter Mackay
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: