[jboss-jira] [JBoss JIRA] Issue Comment Edited: (JBAS-8665) All ClassLoader Leak Tests failing
Scott Marlow (JIRA)
jira-events at lists.jboss.org
Tue Nov 30 09:34:09 EST 2010
[ https://jira.jboss.org/browse/JBAS-8665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566043#comment-12566043 ]
Scott Marlow edited comment on JBAS-8665 at 11/30/10 9:32 AM:
--------------------------------------------------------------
Next, I would like to understand what is going on internally in jbossjts (4.13.1.Final) that leads to this problem (and what triggers it).
I'm attempting to build jbossjts via "ant jbossjts" command in root folder of 4.13.1.Final source. If that works, I'll look at instrumenting code responsible for the below reference.
com.arjuna.ats.internal.arjuna.recovery.Listener ->
java.security.AccessControlContext ->
java.security.ProtectionDomain[] ->
java.security.ProtectionDomain ->
org.apache.jasper.servlet.JasperLoader ->
org.jboss.web.tomcat.service.WebCtxLoader$ENCLoader ->
org.jboss.classloader.spi.base.BaseClassLoader
We might also want to investigate whether we have additional leaks via com.arjuna.ats.internal.arjuna.recovery.Listener.contextClassLoader. I'll attach JBOSSJTS_Listener_contextClassLoader.png which shows what I saw there. However, note that is not causing the unit test failure.
was (Author: smarlow at redhat.com):
Next, I would like to understand what is going on internally in jbossjts (4.13.1.Final) that leads to this problem (and what triggers it).
> All ClassLoader Leak Tests failing
> -----------------------------------
>
> Key: JBAS-8665
> URL: https://jira.jboss.org/browse/JBAS-8665
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Reporter: Shelly McGowan
> Assignee: Scott Marlow
> Attachments: debug.patch, JBOSSJTS_Listener_contextClassLoader.png, Screenshot-Eclipse Memory Analyzer -1.png
>
>
> All tests failing between jbossas/trunk Revision: 109417 - 109437
> OOM errors also seen in the TCK test modules ejb30/persistence, ejb30, JSF (OOM permgen).
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list