Details
-
Type:
Improvement Request
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 2.2.2
-
Fix Version/s: None
-
Component/s: None
-
Security Level: Public
-
- Environment:
- -
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Major [ 3 ] |
| Assignee | Admin [ rnaudin ] | |
| Description |
When installing, uninstalling the SE POJO several times, an OOF exception occurs after some installation.
This OOP is due to a memory leak occuring on the uninstallation. The component classloader is not unloaded when uninstalling the compoent. The most probably cause is that a Singleton is loaded from the component classloader A workaround was applyed by svn#15445. It should be completly replaced by a free of the Singleton. |
When installing, uninstalling the SE POJO several times, an OOF exception occurs after some installation.
This OOF is due to a memory leak occuring on the uninstallation. The component classloader is not unloaded when uninstalling the compoent. The most probably cause is that a Singleton is loaded from the component classloader A workaround was applyed by svn#15445. It should be completly replaced by a free of the Singleton. |
| Description |
When installing, uninstalling the SE POJO several times, an OOF exception occurs after some installation.
This OOF is due to a memory leak occuring on the uninstallation. The component classloader is not unloaded when uninstalling the compoent. The most probably cause is that a Singleton is loaded from the component classloader A workaround was applyed by svn#15445. It should be completly replaced by a free of the Singleton. |
When installing, uninstalling the SE POJO several times, an OOM exception occurs after some installation.
This OOM is due to a memory leak occurring on the uninstallation. The component classloader is not unloaded when uninstalling the compoent. The most probably cause is that a Singleton is loaded from the component classloader A workaround was applied by svn#15445. It should be completely replaced by a free of the Singleton. |
| Resolution | Won't Fix [ 2 ] | |
| Status | Open [ 10002 ] | Resolved [ 10004 ] |
| Assignee | Victor NOËL [ vnoel ] |