Are you consuming your own services using Axis2 Client. There was a memory leak in the client and I ended up solving my issue by implementing pooling.
From: Massimiliano Ziccardi [mailto:[email protected]] Sent: Monday, October 11, 2010 6:39 AM To: [email protected] Subject: OutOfMemoryError with axis2 Hi all. I'm using AXIS2 v1.4.1. After some hours of work, my application server gets an OutOfMemory error. Analyzing the heap dump, I can see that the org.apache.axis2.engine.AxisConfiguration is taking 270MB of memory. The heap dump says: ... 272.845.136 org/apache/axis2/engine/AxisConfiguration 272.455.272 |- java/util/Hashtable 272.455.232 |- 1522 array of [Ljava/util/Hashtable$Entry Is this a known bug? Will the latest axis version fix the problem (1.5.2) ? Thanks, Massimiliano
