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 "Christopher Venantius (JIRA)" <ax...@ws.apache.org> on 2009/01/12 17:14:01 UTC

[jira] Created: (AXIS-2769) Memory Leak

Memory Leak 
------------

                 Key: AXIS-2769
                 URL: https://issues.apache.org/jira/browse/AXIS-2769
             Project: Axis
          Issue Type: Bug
          Components: Basic Architecture
    Affects Versions: 1.4
         Environment: Tested on multiple environments:  Windows OS XP, zLinux
            Reporter: Christopher Venantius
             Fix For: 1.4


Using IBM Lotus Domino 7.0.3 to consume a web service via the Axis Apache architecture.
A memory leak has been noted in the following structure:  weakHashMaps
Dangling references to weakHashMaps classes every time service.createcall is triggered.

Is there a call to clean up the references internally in the axis architecture?
Is this a noted issue and is there a resolution?
Is there a contact we can communicate with to future proceed towards a fix?

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


[jira] Commented: (AXIS-2769) Memory Leak

Posted by "David Halama (JIRA)" <ax...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS-2769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682430#action_12682430 ] 

David Halama commented on AXIS-2769:
------------------------------------

I found a similiar issue with references to HashMap holding on to objects and causes out of memory condition. I am using axis 1.4, Tomcat 5.5 and jre 1.5.

Did you ever get a resolution to your problem?

> Memory Leak 
> ------------
>
>                 Key: AXIS-2769
>                 URL: https://issues.apache.org/jira/browse/AXIS-2769
>             Project: Axis
>          Issue Type: Bug
>          Components: Basic Architecture
>    Affects Versions: 1.4
>         Environment: Tested on multiple environments:  Windows OS XP, zLinux
>            Reporter: Christopher Venantius
>             Fix For: 1.4
>
>
> Using IBM Lotus Domino 7.0.3 to consume a web service via the Axis Apache architecture.
> A memory leak has been noted in the following structure:  weakHashMaps
> Dangling references to weakHashMaps classes every time service.createcall is triggered.
> Is there a call to clean up the references internally in the axis architecture?
> Is this a noted issue and is there a resolution?
> Is there a contact we can communicate with to future proceed towards a fix?

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