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 "Michele Mazzucco (JIRA)" <ji...@apache.org> on 2008/04/11 15:26:05 UTC

[jira] Updated: (AXIS2-3732) ListenerManager don't remove a ListenerManager$ListenerManagerShutdownThread out of Shutdown class after undeploy an axis application.

     [ https://issues.apache.org/jira/browse/AXIS2-3732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michele Mazzucco updated AXIS2-3732:
------------------------------------

    Attachment: AXIS2-3732.patch

This patch should fix the problem.


> ListenerManager don't remove a ListenerManager$ListenerManagerShutdownThread out of Shutdown class after undeploy an axis application.
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3732
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3732
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: 1.3
>         Environment: Windows XP SP2, Weblogic application server 10.0, JDK 1.5.0_13
>            Reporter: Nattapong Triammeerit
>         Attachments: AXIS2-3732.patch
>
>
> The application server out of memory with PermGen error when i undeploy and deploy many time without restart the application server.
> After the investigation, i found the application classloader of axis application cannot be freed because it still have a reference from a ListenerManager$ListenerManagerShutdownThread in Shutdown class. There is a cause of problem because all class of previous deployed application isn't freed. So, the memory using alway increase every time when re-deploy the axis application.
> The ListenerManagerShutdownThread is put to Shutdown class when AxisServlet is loaded.
>  

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org