1 2 Previous Next 25 Replies Latest reply on Nov 4, 2009 12:21 PM by jaikiran

    EJB3 Classloader Leak (EJBTHREE-1442)

    alrubinger

      I've moved this topic away from http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175163 as the culprit is no longer the proxy factories.

      I've found that the remaining transient failures may be linked to Ejb3JBoss5Deployment instances that are not cleaned up. Profiler image tracking these instances is attached to https://jira.jboss.org/jira/browse/EJBTHREE-1442

      What's revealed is that 2 instances of Ejb3JBoss5Deployment (with references to the CL) remain upon test completion, and are GC'd if requested by the Profiler.

      So the fun part will be to find out why.

      S,
      ALR

        1 2 Previous Next