Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-9666

ClassLoader leak in org.jboss.el.cache.FactoryFinderCache (Wildfly 11)

XMLWordPrintable

    • 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() ); }
    • Medium

      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.

            sdouglas1@redhat.com Stuart Douglas
            brunojcm Bruno Medeiros (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: