You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Ahmad Shaik (JIRA)" <ax...@ws.apache.org> on 2009/11/17 11:10:40 UTC

[jira] Created: (AXIS-2811) Some Apache Axis related objects are not getting released in our Client Application which accesses Web Services developed in 1.3

Some Apache Axis related objects are not getting released in our Client Application which accesses Web Services developed in 1.3
--------------------------------------------------------------------------------------------------------------------------------

                 Key: AXIS-2811
                 URL: https://issues.apache.org/jira/browse/AXIS-2811
             Project: Axis
          Issue Type: Bug
         Environment: Application Server - IBM WebSphere 6
Java - JDK 1.5
OS - Solaris
Apache Axis - Axis 1 - 1.3
            Reporter: Ahmad Shaik


Hi
 
Background of the Problem:
I used Apache Axis 1 - 1.3 to create some stubs. 
Using these stubs, I had written a Web Service client to access a Web Service (which is an external web service, developed long back with Axis 1 - 1.3).
 
Tests done to re-produce the problem:
We have been doing a Load Test and while doing this we hooked JProbe on to our WAR file. 
In the JProbe snapshots captured before, during and after the processing by the WAR file, we noticed the following:
a. Objects in the package org.apache.* are not getting released. 
    Instead, even after the processing is complete by the war (i.e. on the next day too), it still shows count of the objects in the pacakge org.apache.* 
    as same as what was present after the previous nights test.
    There is no decrease in the memory utilized on the next day.
b. Objects in the package edu.emory.mathcs.backport.java.util.concurrent.* also exhibit the same behavior.
 
Can anybody please suggest a way to solve this ?
 
Regards
Ahmad

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.