Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 14532 invoked from network); 4 Jun 2009 17:56:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jun 2009 17:56:39 -0000 Received: (qmail 67081 invoked by uid 500); 4 Jun 2009 17:56:50 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 67010 invoked by uid 500); 4 Jun 2009 17:56:50 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 67001 invoked by uid 99); 4 Jun 2009 17:56:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2009 17:56:50 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of philippe.mouawad@gmail.com designates 209.85.220.218 as permitted sender) Received: from [209.85.220.218] (HELO mail-fx0-f218.google.com) (209.85.220.218) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2009 17:56:39 +0000 Received: by fxm18 with SMTP id 18so975750fxm.16 for ; Thu, 04 Jun 2009 10:56:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=pKMm7KFT+B7s56izyY1D+nkzWqkzHywJdGLi7nlPD3w=; b=vVm9im9XnmJd/cqJvE3VbjKM9sKsclbAGZS9BCcVNoQnE2JRRavmxhqAYVN2HZhOgm ZnzB4okWq6XZ0A74HMF8LCgev1OSbaqi/Fl3/uom7QGdRK/DtEEoiz1zxO5HoBSrPSzQ B3Vg4J4o57rlquZ744rdR4hioKgvYF1XBve9E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=dBf4umRQScLtqW8tQreEdD7DZDCzZ8fTlIf1fMvnpG86R5xpkWrGv8rgRjqBtgF/JP nOR39iYumQ9XKKCDepo+yak8WbwtDhUHsMHLlK8/w9nOEV11aHOti6HLwy25uUZnDYu0 CjUMPBnQICoPP8o0EaP6wUqXjD/jz/uYu0CNk= MIME-Version: 1.0 Received: by 10.86.49.16 with SMTP id w16mr2837383fgw.67.1244138178962; Thu, 04 Jun 2009 10:56:18 -0700 (PDT) In-Reply-To: <6a65f6520906041051s3314f2fesc2e05ba6e5172b5b@mail.gmail.com> References: <6a65f6520906041051s3314f2fesc2e05ba6e5172b5b@mail.gmail.com> Date: Thu, 4 Jun 2009 19:56:17 +0200 Message-ID: <21edb6260906041056t6cfda091tff36563fb40263ed@mail.gmail.com> Subject: Re: Axis2 memory leak with backport util From: Philippe Mouawad To: axis-dev@ws.apache.org Content-Type: multipart/alternative; boundary=000e0cd2458e3565b6046b897e15 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd2458e3565b6046b897e15 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hello, Which version of Axis are you using. There is a OOM correction in 1.4.1 on service client if I remember , where a reference was not release which provoked OOM in Axis2 WS Client. Send your code sample to help and indicate exact version Philippe www.ubik-ingenierie.com On Thu, Jun 4, 2009 at 7:51 PM, Jiji Sasidharan wrote: > I have an application deployed in weblogic 9.2 which make a lots of web > service calls, using Axis2 JAX-WS implementation (through Dispatch interface > with PAYLOAD mode). I am observing that the heap size is growing up over a > period of time (after making 8K service calls) and finally the JVM exit with > OutOfMemoryError. > > I took the heapdump at the time of OutOfMemoryError and found that the > following classes are using a major portion of the memory > > edu/emory/mathcs/backport/java/util/concurrent/ConcurrentHashMap > org/apache/axiom/om/impl/llom/OMTextImpl > > I am not using either edu.emory.* or org.apache.axiom.* in my app and I > believe these classes are used by axis2. > > Any idea why the instance of these objects are not getting freed up after > the service invocation? > > > Regards > Jiji > -- Cordialement. Philippe Mouawad. Ubik-Ingenierie. --000e0cd2458e3565b6046b897e15 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello,
Which version of Axis are you using.
There is a OOM correction= in 1.4.1 on service client if I remember , where a reference was not relea= se which provoked OOM in Axis2 WS Client.

Send your code sample to h= elp and indicate exact version
Philippe
www.ubik-ingenierie.= com

On Thu, Jun 4, 2009 at 7:51 PM, J= iji Sasidharan <ji= jisv@gmail.com> wrote:
I have an applica= tion deployed in weblogic 9.2 which make a lots of web service calls, using= Axis2 JAX-WS implementation (through Dispatch interface with PAYLOAD mode)= .=A0 I am observing that the heap size is growing up over a period of time = (after making 8K service calls) and finally the JVM exit with OutOfMemoryEr= ror.

I took the heapdump at the time of OutOfMemoryError and found that the = following classes are using=A0 a major portion of the memory

edu/emo= ry/mathcs/backport/java/util/concurrent/ConcurrentHashMap
org/apache/axi= om/om/impl/llom/OMTextImpl

I am not using either edu.emory.* or org.apache.axiom.* in my app and I= believe these classes are used by axis2.

Any idea why the instance = of these objects are not getting freed up after the service invocation?


Regards
Jiji



--
Cordialement.Philippe Mouawad.
Ubik-Ingenierie.
--000e0cd2458e3565b6046b897e15--