3 Replies Latest reply on Mar 17, 2012 12:34 PM by ron_sigal

    Jboss Remoting 2.5.1 in Jboss 5.1.0GA and potential memory leak

    mravi

      Hi Guys,

       

      we use jboss 5.1.0 and default jboss-remoting that comes with it (2.5.1). We have some OutOfMemoryExceptions and the issue seems to be coming from BiSocketServerInvoker. here is the info from Eclipse MAT

       

      7,084 instances of "org.jboss.remoting.transport.bisocket.BisocketServerInvoker", loaded by "org.jboss.classloader.spi.base.BaseClassLoader @ 0x14d385a8" occupy 56,080,264 (11.62%) bytes. These instances are referenced from one instance of "java.util.TimerTask[]", loaded by "<system class loader>"

       

       

      Keywords

      java.util.TimerTask[]

      org.jboss.remoting.transport.bisocket.BisocketServerInvoker

      org.jboss.classloader.spi.base.BaseClassLoader @ 0x14d385a8

       

      7084 of those objects which does not look normal. I think this number is growing when we have our web based UI running with is written in RichFaces.

       

      Let me know if you need any more information about the environment.

       

      To me it looks like a memory leak originating in jboss-remoting. Could anyone help resolving the issue?

       

      Thanks.