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

Hudson commented on AXIS2-5673:
-------------------------------

FAILURE: Integrated in axis2-1.6 #356 (See 
[https://builds.apache.org/job/axis2-1.6/356/])
AXIS2-5673: Merge r1631608 to the 1.6 branch. (veithen: rev 1689074)
* /axis/axis2/java/core/branches/1_6
* 
/axis/axis2/java/core/branches/1_6/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java


> AxisAdminServlet initialization causes a memory leak
> ----------------------------------------------------
>
>                 Key: AXIS2-5673
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5673
>             Project: Axis2
>          Issue Type: Bug
>          Components: admin console
>    Affects Versions: 1.6.2
>            Reporter: Francisco Salvador
>            Priority: Minor
>             Fix For: 1.7.0
>
>         Attachments: AXIS2-5673.patch
>
>
> After initialization of the AxisServlet, the initialization of the 
> AxisAdminServlet associates to the ConfigurationContext (Shared amongs 
> AxisServlets) a new ListenerManager overriding the existing one. 
> The Listermanager.stop() method is never called on the old one so the system 
> shutdown hook is never removed causing the object to be skipped form the 
> garbage collection.
> This causes a memory leak and the following OutOfMemoryError: PermGen after 
> the axis2 application is reloaded several times. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to