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
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]