You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Furlong, Marcus E" <ma...@bankofamerica.com> on 2008/06/09 17:55:25 UTC

Axis 1.2: Finalizer Holding MessageContext

Hi,
 
I'm running Axis 1.2 (not Axis2 1.2 but the original Axis) and noticed
that some JVMs have heap sizes that grew unexplicably. I forced a heap
dump and found that the Finalizer is holding a reference to
MessageContext which is holding a reference to SAX2EventRecorder which
has object array with tons and tons of MessageElement objects in it.  Is
there anyone out there who has run into this before? Any recommendations
on how to proceede?
 
Thanks,
Marcus