[ 
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.

Reply via email to