Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 99571 invoked from network); 10 Dec 2008 16:31:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Dec 2008 16:31:10 -0000 Received: (qmail 94241 invoked by uid 500); 10 Dec 2008 16:31:19 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 94164 invoked by uid 500); 10 Dec 2008 16:31:19 -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 94154 invoked by uid 99); 10 Dec 2008 16:31:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2008 08:31:19 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2008 16:31:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 417A2234C2D6 for ; Wed, 10 Dec 2008 08:30:44 -0800 (PST) Message-ID: <1790878585.1228926644263.JavaMail.jira@brutus> Date: Wed, 10 Dec 2008 08:30:44 -0800 (PST) From: "Satyanarayana Murthy Godavarti (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-3870) Memory Leak using ServiceClient In-Reply-To: <1367254864.1214298165017.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-3870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655267#action_12655267 ] Satyanarayana Murthy Godavarti commented on AXIS2-3870: ------------------------------------------------------- Hi, I have downloaded AXIS2-NIGHTLY-226 from http://builder.wso2.org/browse/AXIS2-NIGHTLY-224/artifact link. I found few jar files in Lib folder with SNAPSHOT at the end of each jar file. Example axis2-kernel-SNAPSHOT.jar, axis2-adb-SNAPSHOT.jar etc. The size of these jar files are not same as Axis2 version 1.4.1 and the size is smaller. I have tested my code with Axis2 nightly build jars and I got ClassNotDefFound errors. Can you guys please help us on how to test the code using nightly build jar files. This is very urgent. Our application is getting terminated due to memory leaks in ServiceClient object. We are tracking this issue AXIS2-3870. Thanks Regards, Satya > Memory Leak using ServiceClient > ------------------------------- > > Key: AXIS2-3870 > URL: https://issues.apache.org/jira/browse/AXIS2-3870 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: kernel > Affects Versions: 1.4 > Reporter: Hans G Knudsen > Fix For: 1.4.1 > > Attachments: ClientLeak.java > > > Hi! > I think I see a leak when using ServiceClient. > In my client I intialize the ConfigurationContext once and resuse it to initialize the ServiceClient : > ServiceClient sender = new ServiceClient(configContext,null); > Calling 'cleanup()' on the ServiceClinet explicitly after the service call does not help.. > I will supply a small testcase. > /hans -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.