[ 
https://issues.apache.org/jira/browse/AXIS2-4314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998417#comment-12998417
 ] 

Christian Brignani edited comment on AXIS2-4314 at 2/23/11 3:47 PM:
--------------------------------------------------------------------

I found the same problem in my configuration, follows some details taken from 
the application server:


    Class Name                                            | Shallow Heap | 
Retained Heap
    
-------------------------------------------------------------------------------------
    org.apache.axis2.engine.AxisConfiguration @ 0x2f64fc88|          168 |    
18,476,880
    
-------------------------------------------------------------------------------------

    in which main memory is occupied by:

    Class Name                                   | Shallow Heap | Retained Heap
    ----------------------------------------------------------------------------
    allEndpoints java.util.Hashtable @ 0x2f651290|           40 |    17,728,208
    ----------------------------------------------------------------------------

    due 376 "endpoint":

    Type|  Name | Value
    --------------------
    int | count |   376
    --------------------


Since we need to use Java 1.4, is there any possibility to fix Axis2 1.4.x ? 
Have someone tried the patch suggested by Alex?
I see there are no plans for Axis2 1.4.2, could anyone confirm this?


thanks
Christian


      was (Author: over1pixel):
    I found the same problem in my configuration, follows some details taken 
from the application server:


    Class Name                                            | Shallow Heap | 
Retained Heap
    
-------------------------------------------------------------------------------------
    org.apache.axis2.engine.AxisConfiguration @ 0x2f64fc88|          168 |    
18,476,880
    
-------------------------------------------------------------------------------------

    nel quale la maggior parte della memoria è occupata da:

    Class Name                                   | Shallow Heap | Retained Heap
    ----------------------------------------------------------------------------
    allEndpoints java.util.Hashtable @ 0x2f651290|           40 |    17,728,208
    ----------------------------------------------------------------------------

    poiché ci sono ben 376 "endpoint":

    Type|  Name | Value
    --------------------
    int | count |   376
    --------------------


Since we need to use Java 1.4, is there any possibility to fix Axis2 1.4.x ? 
Have someone tried the patch suggested by Alex?
I see there are no plans for Axis2 1.4.2, could anyone confirm this?


thanks
Christian

  
> service references are not completely removed in AxisConfiguration
> ------------------------------------------------------------------
>
>                 Key: AXIS2-4314
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4314
>             Project: Axis2
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.3, 1.4, 1.4.1, 1.5
>            Reporter: Alexis Midon
>            Assignee: Deepal Jayasinghe
>         Attachments: AXIS2-3870+4314.patch.txt
>
>
> I reopen issue AXIS2-3870, because the fix is half baked. It does a proper 
> clean-up job for AxisConfiguration#removeServiceGroup but omits 
> AxisConfiguration#removeService.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to