[
https://issues.apache.org/jira/browse/GERONIMO-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465368
]
Rakesh Midha commented on GERONIMO-2690:
----------------------------------------
Attached classloaderViewLinks.patch, this patch fixes the OutOfMemory problem
with Classloader viewer.
This patch using linking of Dojo Treenodes for classloaders which occurs
multiple times in the tree. From the user prespective this will not make any
difference but interally the whole StringTree size is reduce.
Earlier the size of StringTree for dojo tree children was 6542173 chars, and
not it is reduced to 665019 chars for my Geronimo server. This is imporvement
of app 90%, and it is visible is tree loading, now it is much quicker.
Please review and commit.
Thanks
Rakesh
> New view for all the classloaders and classes loaded in it
> ----------------------------------------------------------
>
> Key: GERONIMO-2690
> URL: https://issues.apache.org/jira/browse/GERONIMO-2690
> Project: Geronimo
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Components: console
> Affects Versions: 2.0
> Environment: Any
> Reporter: Rakesh Midha
> Assigned To: Kevan Miller
> Fix For: 2.0
>
> Attachments: classloader.gif, classloaderView2690.patch,
> classloaderViewLinks.patch, common.patch
>
>
> Looking into the classloader problems and knowing which classsloader loaded
> which class has always been a big problem in app servers.
> So many times we hit ClassNotFoundException and wonder why is it happening
> when the classes are available in my module. It may be because those classes
> are loaded by some other classloader.
> I think it would be nice if we can add a view in console which shows are the
> classloaders and the classes they loaded.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira