OutOfMemoryError: PermGen space error

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
29 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: OutOfMemoryError: PermGen space error

hans_bakker
Hi Jacopo, putting it now on the demo server.

i see however that this flag by default is set to "false"?

Regards,
Hans

On Fri, 2010-02-26 at 09:03 +0100, Jacopo Cappellato wrote:

> My fix is in rev. 916608
>
> Hans, I think that you are maintaining the demo instance at ASF; if possible please set the new flag in service.properties to "false"; this will fix the PerGem errors without requiring to increase the JVM memory settings.
>
> Jacopo
>
>
>
> On Feb 26, 2010, at 8:48 AM, Hans Bakker wrote:
>
> > looking forward to it! thanks for your help.
> >
> > Regards,
> > Hans
> >
> > On Fri, 2010-02-26 at 08:39 +0100, Jacopo Cappellato wrote:
> >> I should have a fix shortly.
> >>
> >> Jacopo
> >>
> >> On Feb 26, 2010, at 7:31 AM, Adrian Crum wrote:
> >>
> >>> --- On Thu, 2/25/10, Jacopo Cappellato <[hidden email]> wrote:
> >>>> On Feb 26, 2010, at 12:27 AM, Adam
> >>>> Heath wrote:
> >>>>
> >>>>> Adrian Crum wrote:
> >>>>>> Jacopo Cappellato wrote:
> >>>>>>> On Feb 25, 2010, at 7:54 PM, Adam Heath
> >>>> wrote:
> >>>>>>>
> >>>>>>>> Jacopo Cappellato wrote:
> >>>>>>>>> Hi Adam,
> >>>>>>>>>
> >>>>>>>>> On Feb 25, 2010, at 5:37 PM, Adam
> >>>> Heath wrote:
> >>>>>>>>>
> >>>>>>>>>> Jacopo Cappellato wrote:
> >>>>>>>>>>> (moving to the dev list)
> >>>>>>>>>>>
> >>>>>>>>>>> Hmmm....
> >>>>>>>>>>>
> >>>>>>>>>>> I am trying to find out more
> >>>> details using jmap and now I am no
> >>>>>>>>>>> more thinking that birt is the
> >>>> issue.
> >>>>>>>>>>> Adam, is it possible that the
> >>>> Webslinger component is causing this?
> >>>>>>>>>>> Running jmap -permstat I get
> >>>> the following stats:
> >>>>>>>>>> Not the component, no.  What
> >>>> you see below is a consequence of the
> >>>>>>>>>> custom classes that get compiled
> >>>> for every single service engine
> >>>>>>>>>> definition, so that you can see
> >>>> what file/line the service is
> >>>>>>>>>> defined in.
> >>>>>>>>>>
> >>>>>>>>> sorry for the silly question: are you
> >>>> saying that the custom classes
> >>>>>>>>> are not compiled by some code in
> >>>> Webslinger? I really don't know
> >>>>>>>>> where to look for AsmUtil and
> >>>> GeneratedClassLoader.
> >>>>>>>> I never said any such thing.  I'm
> >>>> just saying that we may need more
> >>>>>>>> permgen space, as that is where classes
> >>>> are loaded.
> >>>>>>>
> >>>>>>> Is there a way to temporarily disable this
> >>>> GeneratedClassLoader thing?
> >>>>>>> Could you point me to the right direction for
> >>>> fixing this issue
> >>>>>>> (without the hack of increasing the PermGen
> >>>> memory)? I could not even
> >>>>>>> find the AsmUtil class...
> >>>>>>
> >>>>>> Jacopo, it looks like the code you are wanting to
> >>>> work on is contained
> >>>>>> in the webslinger jar files. We don't have access
> >>>> to the source code.
> >>>>>
> >>>>> Yes, this is true, but the interface to that is in the
> >>>> service engine,
> >>>>> so you could modify ModelServiceReader, as I suggested
> >>>> previously.
> >>>>>
> >>>>
> >>>> Ok, thanks guys, I'll have a look at this.
> >>>
> >>> Good luck! I looked at it and gave up. ;-)
> >>>
> >>>
> >>>
> >>>
> >>
> > --
> > Antwebsystems.com: Quality OFBiz services for competitive rates
> >
>
--
Antwebsystems.com: Quality OFBiz services for competitive rates

Reply | Threaded
Open this post in threaded view
|

Re: OutOfMemoryError: PermGen space error

Jacopo Cappellato-4
Ooops,

thanks Hans, I have fixed it now.

Jacopo

On Feb 26, 2010, at 9:53 AM, Hans Bakker wrote:

> Hi Jacopo, putting it now on the demo server.
>
> i see however that this flag by default is set to "false"?
>
> Regards,
> Hans
>
> On Fri, 2010-02-26 at 09:03 +0100, Jacopo Cappellato wrote:
>> My fix is in rev. 916608
>>
>> Hans, I think that you are maintaining the demo instance at ASF; if possible please set the new flag in service.properties to "false"; this will fix the PerGem errors without requiring to increase the JVM memory settings.
>>
>> Jacopo
>>
>>
>>
>> On Feb 26, 2010, at 8:48 AM, Hans Bakker wrote:
>>
>>> looking forward to it! thanks for your help.
>>>
>>> Regards,
>>> Hans
>>>
>>> On Fri, 2010-02-26 at 08:39 +0100, Jacopo Cappellato wrote:
>>>> I should have a fix shortly.
>>>>
>>>> Jacopo
>>>>
>>>> On Feb 26, 2010, at 7:31 AM, Adrian Crum wrote:
>>>>
>>>>> --- On Thu, 2/25/10, Jacopo Cappellato <[hidden email]> wrote:
>>>>>> On Feb 26, 2010, at 12:27 AM, Adam
>>>>>> Heath wrote:
>>>>>>
>>>>>>> Adrian Crum wrote:
>>>>>>>> Jacopo Cappellato wrote:
>>>>>>>>> On Feb 25, 2010, at 7:54 PM, Adam Heath
>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Jacopo Cappellato wrote:
>>>>>>>>>>> Hi Adam,
>>>>>>>>>>>
>>>>>>>>>>> On Feb 25, 2010, at 5:37 PM, Adam
>>>>>> Heath wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Jacopo Cappellato wrote:
>>>>>>>>>>>>> (moving to the dev list)
>>>>>>>>>>>>>
>>>>>>>>>>>>> Hmmm....
>>>>>>>>>>>>>
>>>>>>>>>>>>> I am trying to find out more
>>>>>> details using jmap and now I am no
>>>>>>>>>>>>> more thinking that birt is the
>>>>>> issue.
>>>>>>>>>>>>> Adam, is it possible that the
>>>>>> Webslinger component is causing this?
>>>>>>>>>>>>> Running jmap -permstat I get
>>>>>> the following stats:
>>>>>>>>>>>> Not the component, no.  What
>>>>>> you see below is a consequence of the
>>>>>>>>>>>> custom classes that get compiled
>>>>>> for every single service engine
>>>>>>>>>>>> definition, so that you can see
>>>>>> what file/line the service is
>>>>>>>>>>>> defined in.
>>>>>>>>>>>>
>>>>>>>>>>> sorry for the silly question: are you
>>>>>> saying that the custom classes
>>>>>>>>>>> are not compiled by some code in
>>>>>> Webslinger? I really don't know
>>>>>>>>>>> where to look for AsmUtil and
>>>>>> GeneratedClassLoader.
>>>>>>>>>> I never said any such thing.  I'm
>>>>>> just saying that we may need more
>>>>>>>>>> permgen space, as that is where classes
>>>>>> are loaded.
>>>>>>>>>
>>>>>>>>> Is there a way to temporarily disable this
>>>>>> GeneratedClassLoader thing?
>>>>>>>>> Could you point me to the right direction for
>>>>>> fixing this issue
>>>>>>>>> (without the hack of increasing the PermGen
>>>>>> memory)? I could not even
>>>>>>>>> find the AsmUtil class...
>>>>>>>>
>>>>>>>> Jacopo, it looks like the code you are wanting to
>>>>>> work on is contained
>>>>>>>> in the webslinger jar files. We don't have access
>>>>>> to the source code.
>>>>>>>
>>>>>>> Yes, this is true, but the interface to that is in the
>>>>>> service engine,
>>>>>>> so you could modify ModelServiceReader, as I suggested
>>>>>> previously.
>>>>>>>
>>>>>>
>>>>>> Ok, thanks guys, I'll have a look at this.
>>>>>
>>>>> Good luck! I looked at it and gave up. ;-)
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>> --
>>> Antwebsystems.com: Quality OFBiz services for competitive rates
>>>
>>
> --
> Antwebsystems.com: Quality OFBiz services for competitive rates
>

Reply | Threaded
Open this post in threaded view
|

Re: OutOfMemoryError: PermGen space error

Ashish Vijaywargiya
Hello Jacopo,

The problem still persists IMO. When I navigated from OrderView page
to Ecommerce page then I got the same error.
I had left application in idle state for about 5 minutes and then
clicked on an order to view its details then again I observed the same
error.

Here is the revision details: 917155.
Console details:
2010-02-28 15:51:56,328 (http-0.0.0.0-8443-4) [
ControlServlet.java:140:INFO ] [[[orderlist] Request Begun,
encoding=[UTF-8]- total:0.0010,since last(Begin):0.0010]]
2010-02-28 15:51:56,351 (http-0.0.0.0-8443-4) [
ConfigXMLReader.java:120:INFO ] controller loaded: 0.0010s, 23
requests, 16 views in
file:/home/ashish/ofbiz_dev/testing/framework/common/webcommon/WEB-INF/common-controller.xml
2010-02-28 15:51:56,355 (http-0.0.0.0-8443-4) [
ConfigXMLReader.java:120:INFO ] controller loaded: 0.0s, 2 requests, 0
views in file:/home/ashish/ofbiz_dev/testing/applications/commonext/webapp/WEB-INF/controller.xml
2010-02-28 15:51:56,380 (http-0.0.0.0-8443-4) [
ConfigXMLReader.java:120:INFO ] controller loaded: 0.0080s, 353
requests, 147 views in
file:/home/ashish/ofbiz_dev/testing/applications/content/webapp/content/WEB-INF/controller.xml
2010-02-28 15:51:56,387 (http-0.0.0.0-8443-4) [
ConfigXMLReader.java:120:INFO ] controller loaded: 0.043s, 341
requests, 144 views in
file:/home/ashish/ofbiz_dev/testing/applications/order/webapp/ordermgr/WEB-INF/controller.xml
2010-02-28 15:51:56,416 (http-0.0.0.0-8443-4) [
RequestHandler.java:737:INFO ] Rendering View [orderlist],
sessionId=164514B5E50EFF53B4C0F1383D000517.jvm1
2010-02-28 15:51:56,484 (http-0.0.0.0-8443-4) [
ScreenFactory.java:128:INFO ] Got 27 screens in 0.014s from:
file:/home/ashish/ofbiz_dev/testing/applications/order/widget/ordermgr/OrderViewScreens.xml
2010-02-28 15:52:12,940 (http-0.0.0.0-8443-4)
[StandardWrapperValve.java:274:ERROR] Servlet.service() for servlet
ControlServlet threw exception
java.lang.OutOfMemoryError: PermGen space
        at java.lang.String.intern(Native Method)
        at org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.getOrPutMethods(MetaMethodIndex.java:222)
        at groovy.lang.MetaClassImpl.addMetaMethodToIndex(MetaClassImpl.java:2603)
        at groovy.lang.MetaClassImpl.inheritInterfaceNewMetaMethods(MetaClassImpl.java:557)
        at groovy.lang.MetaClassImpl.fillMethodIndex(MetaClassImpl.java:293)
        at groovy.lang.MetaClassImpl.initialize(MetaClassImpl.java:2904)
        at org.codehaus.groovy.reflection.ClassInfo.getMetaClassUnderLock(ClassInfo.java:164)
        at org.codehaus.groovy.reflection.ClassInfo.getMetaClass(ClassInfo.java:193)
        at org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.getMetaClass(MetaClassRegistryImpl.java:199)
        at org.codehaus.groovy.runtime.InvokerHelper.setProperty(InvokerHelper.java:183)
        at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.setProperty(ScriptBytecodeAdapter.java:483)
        at OrderList.run(OrderList.groovy:50)
        at org.ofbiz.base.util.GroovyUtil.runScriptAtLocation(GroovyUtil.java:149)
        at org.ofbiz.widget.screen.ModelScreenAction$Script.runAction(ModelScreenAction.java:412)
        at org.ofbiz.widget.screen.ModelScreenAction.runSubActions(ModelScreenAction.java:118)
        at org.ofbiz.widget.screen.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:221)
        at org.ofbiz.widget.screen.ModelScreen.renderScreenString(ModelScreen.java:394)
        at org.ofbiz.widget.screen.ScreenRenderer.render(ScreenRenderer.java:135)
        at org.ofbiz.widget.screen.ScreenRenderer.render(ScreenRenderer.java:97)
        at org.ofbiz.widget.screen.MacroScreenViewHandler.render(MacroScreenViewHandler.java:104)
        at org.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:835)
        at org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:554)
        at org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:223)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:266)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)

--
Ashish


On Fri, Feb 26, 2010 at 3:34 PM, Jacopo Cappellato
<[hidden email]> wrote:

> Ooops,
>
> thanks Hans, I have fixed it now.
>
> Jacopo
>
> On Feb 26, 2010, at 9:53 AM, Hans Bakker wrote:
>
>> Hi Jacopo, putting it now on the demo server.
>>
>> i see however that this flag by default is set to "false"?
>>
>> Regards,
>> Hans
>>
>> On Fri, 2010-02-26 at 09:03 +0100, Jacopo Cappellato wrote:
>>> My fix is in rev. 916608
>>>
>>> Hans, I think that you are maintaining the demo instance at ASF; if possible please set the new flag in service.properties to "false"; this will fix the PerGem errors without requiring to increase the JVM memory settings.
>>>
>>> Jacopo
>>>
>>>
>>>
>>> On Feb 26, 2010, at 8:48 AM, Hans Bakker wrote:
>>>
>>>> looking forward to it! thanks for your help.
>>>>
>>>> Regards,
>>>> Hans
>>>>
>>>> On Fri, 2010-02-26 at 08:39 +0100, Jacopo Cappellato wrote:
>>>>> I should have a fix shortly.
>>>>>
>>>>> Jacopo
>>>>>
>>>>> On Feb 26, 2010, at 7:31 AM, Adrian Crum wrote:
>>>>>
>>>>>> --- On Thu, 2/25/10, Jacopo Cappellato <[hidden email]> wrote:
>>>>>>> On Feb 26, 2010, at 12:27 AM, Adam
>>>>>>> Heath wrote:
>>>>>>>
>>>>>>>> Adrian Crum wrote:
>>>>>>>>> Jacopo Cappellato wrote:
>>>>>>>>>> On Feb 25, 2010, at 7:54 PM, Adam Heath
>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> Jacopo Cappellato wrote:
>>>>>>>>>>>> Hi Adam,
>>>>>>>>>>>>
>>>>>>>>>>>> On Feb 25, 2010, at 5:37 PM, Adam
>>>>>>> Heath wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Jacopo Cappellato wrote:
>>>>>>>>>>>>>> (moving to the dev list)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hmmm....
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I am trying to find out more
>>>>>>> details using jmap and now I am no
>>>>>>>>>>>>>> more thinking that birt is the
>>>>>>> issue.
>>>>>>>>>>>>>> Adam, is it possible that the
>>>>>>> Webslinger component is causing this?
>>>>>>>>>>>>>> Running jmap -permstat I get
>>>>>>> the following stats:
>>>>>>>>>>>>> Not the component, no.  What
>>>>>>> you see below is a consequence of the
>>>>>>>>>>>>> custom classes that get compiled
>>>>>>> for every single service engine
>>>>>>>>>>>>> definition, so that you can see
>>>>>>> what file/line the service is
>>>>>>>>>>>>> defined in.
>>>>>>>>>>>>>
>>>>>>>>>>>> sorry for the silly question: are you
>>>>>>> saying that the custom classes
>>>>>>>>>>>> are not compiled by some code in
>>>>>>> Webslinger? I really don't know
>>>>>>>>>>>> where to look for AsmUtil and
>>>>>>> GeneratedClassLoader.
>>>>>>>>>>> I never said any such thing.  I'm
>>>>>>> just saying that we may need more
>>>>>>>>>>> permgen space, as that is where classes
>>>>>>> are loaded.
>>>>>>>>>>
>>>>>>>>>> Is there a way to temporarily disable this
>>>>>>> GeneratedClassLoader thing?
>>>>>>>>>> Could you point me to the right direction for
>>>>>>> fixing this issue
>>>>>>>>>> (without the hack of increasing the PermGen
>>>>>>> memory)? I could not even
>>>>>>>>>> find the AsmUtil class...
>>>>>>>>>
>>>>>>>>> Jacopo, it looks like the code you are wanting to
>>>>>>> work on is contained
>>>>>>>>> in the webslinger jar files. We don't have access
>>>>>>> to the source code.
>>>>>>>>
>>>>>>>> Yes, this is true, but the interface to that is in the
>>>>>>> service engine,
>>>>>>>> so you could modify ModelServiceReader, as I suggested
>>>>>>> previously.
>>>>>>>>
>>>>>>>
>>>>>>> Ok, thanks guys, I'll have a look at this.
>>>>>>
>>>>>> Good luck! I looked at it and gave up. ;-)
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>> --
>>>> Antwebsystems.com: Quality OFBiz services for competitive rates
>>>>
>>>
>> --
>> Antwebsystems.com: Quality OFBiz services for competitive rates
>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: OutOfMemoryError: PermGen space error

Ashish Vijaywargiya
Here is the command that I am using from console.

java -Xmx1024M -jar ofbiz.jar

Configuration: 4GB RAM. Core 2 Duo 3Ghz processor.

--
Ashish

On Sun, Feb 28, 2010 at 3:54 PM, Ashish Vijaywargiya
<[hidden email]> wrote:

> Hello Jacopo,
>
> The problem still persists IMO. When I navigated from OrderView page
> to Ecommerce page then I got the same error.
> I had left application in idle state for about 5 minutes and then
> clicked on an order to view its details then again I observed the same
> error.
>
> Here is the revision details: 917155.
> Console details:
> 2010-02-28 15:51:56,328 (http-0.0.0.0-8443-4) [
> ControlServlet.java:140:INFO ] [[[orderlist] Request Begun,
> encoding=[UTF-8]- total:0.0010,since last(Begin):0.0010]]
> 2010-02-28 15:51:56,351 (http-0.0.0.0-8443-4) [
> ConfigXMLReader.java:120:INFO ] controller loaded: 0.0010s, 23
> requests, 16 views in
> file:/home/ashish/ofbiz_dev/testing/framework/common/webcommon/WEB-INF/common-controller.xml
> 2010-02-28 15:51:56,355 (http-0.0.0.0-8443-4) [
> ConfigXMLReader.java:120:INFO ] controller loaded: 0.0s, 2 requests, 0
> views in file:/home/ashish/ofbiz_dev/testing/applications/commonext/webapp/WEB-INF/controller.xml
> 2010-02-28 15:51:56,380 (http-0.0.0.0-8443-4) [
> ConfigXMLReader.java:120:INFO ] controller loaded: 0.0080s, 353
> requests, 147 views in
> file:/home/ashish/ofbiz_dev/testing/applications/content/webapp/content/WEB-INF/controller.xml
> 2010-02-28 15:51:56,387 (http-0.0.0.0-8443-4) [
> ConfigXMLReader.java:120:INFO ] controller loaded: 0.043s, 341
> requests, 144 views in
> file:/home/ashish/ofbiz_dev/testing/applications/order/webapp/ordermgr/WEB-INF/controller.xml
> 2010-02-28 15:51:56,416 (http-0.0.0.0-8443-4) [
> RequestHandler.java:737:INFO ] Rendering View [orderlist],
> sessionId=164514B5E50EFF53B4C0F1383D000517.jvm1
> 2010-02-28 15:51:56,484 (http-0.0.0.0-8443-4) [
> ScreenFactory.java:128:INFO ] Got 27 screens in 0.014s from:
> file:/home/ashish/ofbiz_dev/testing/applications/order/widget/ordermgr/OrderViewScreens.xml
> 2010-02-28 15:52:12,940 (http-0.0.0.0-8443-4)
> [StandardWrapperValve.java:274:ERROR] Servlet.service() for servlet
> ControlServlet threw exception
> java.lang.OutOfMemoryError: PermGen space
>        at java.lang.String.intern(Native Method)
>        at org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.getOrPutMethods(MetaMethodIndex.java:222)
>        at groovy.lang.MetaClassImpl.addMetaMethodToIndex(MetaClassImpl.java:2603)
>        at groovy.lang.MetaClassImpl.inheritInterfaceNewMetaMethods(MetaClassImpl.java:557)
>        at groovy.lang.MetaClassImpl.fillMethodIndex(MetaClassImpl.java:293)
>        at groovy.lang.MetaClassImpl.initialize(MetaClassImpl.java:2904)
>        at org.codehaus.groovy.reflection.ClassInfo.getMetaClassUnderLock(ClassInfo.java:164)
>        at org.codehaus.groovy.reflection.ClassInfo.getMetaClass(ClassInfo.java:193)
>        at org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.getMetaClass(MetaClassRegistryImpl.java:199)
>        at org.codehaus.groovy.runtime.InvokerHelper.setProperty(InvokerHelper.java:183)
>        at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.setProperty(ScriptBytecodeAdapter.java:483)
>        at OrderList.run(OrderList.groovy:50)
>        at org.ofbiz.base.util.GroovyUtil.runScriptAtLocation(GroovyUtil.java:149)
>        at org.ofbiz.widget.screen.ModelScreenAction$Script.runAction(ModelScreenAction.java:412)
>        at org.ofbiz.widget.screen.ModelScreenAction.runSubActions(ModelScreenAction.java:118)
>        at org.ofbiz.widget.screen.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:221)
>        at org.ofbiz.widget.screen.ModelScreen.renderScreenString(ModelScreen.java:394)
>        at org.ofbiz.widget.screen.ScreenRenderer.render(ScreenRenderer.java:135)
>        at org.ofbiz.widget.screen.ScreenRenderer.render(ScreenRenderer.java:97)
>        at org.ofbiz.widget.screen.MacroScreenViewHandler.render(MacroScreenViewHandler.java:104)
>        at org.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:835)
>        at org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:554)
>        at org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:223)
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>        at org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:266)
>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
>        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>
> --
> Ashish
>
>
> On Fri, Feb 26, 2010 at 3:34 PM, Jacopo Cappellato
> <[hidden email]> wrote:
>> Ooops,
>>
>> thanks Hans, I have fixed it now.
>>
>> Jacopo
>>
>> On Feb 26, 2010, at 9:53 AM, Hans Bakker wrote:
>>
>>> Hi Jacopo, putting it now on the demo server.
>>>
>>> i see however that this flag by default is set to "false"?
>>>
>>> Regards,
>>> Hans
>>>
>>> On Fri, 2010-02-26 at 09:03 +0100, Jacopo Cappellato wrote:
>>>> My fix is in rev. 916608
>>>>
>>>> Hans, I think that you are maintaining the demo instance at ASF; if possible please set the new flag in service.properties to "false"; this will fix the PerGem errors without requiring to increase the JVM memory settings.
>>>>
>>>> Jacopo
>>>>
>>>>
>>>>
>>>> On Feb 26, 2010, at 8:48 AM, Hans Bakker wrote:
>>>>
>>>>> looking forward to it! thanks for your help.
>>>>>
>>>>> Regards,
>>>>> Hans
>>>>>
>>>>> On Fri, 2010-02-26 at 08:39 +0100, Jacopo Cappellato wrote:
>>>>>> I should have a fix shortly.
>>>>>>
>>>>>> Jacopo
>>>>>>
>>>>>> On Feb 26, 2010, at 7:31 AM, Adrian Crum wrote:
>>>>>>
>>>>>>> --- On Thu, 2/25/10, Jacopo Cappellato <[hidden email]> wrote:
>>>>>>>> On Feb 26, 2010, at 12:27 AM, Adam
>>>>>>>> Heath wrote:
>>>>>>>>
>>>>>>>>> Adrian Crum wrote:
>>>>>>>>>> Jacopo Cappellato wrote:
>>>>>>>>>>> On Feb 25, 2010, at 7:54 PM, Adam Heath
>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Jacopo Cappellato wrote:
>>>>>>>>>>>>> Hi Adam,
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Feb 25, 2010, at 5:37 PM, Adam
>>>>>>>> Heath wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Jacopo Cappellato wrote:
>>>>>>>>>>>>>>> (moving to the dev list)
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hmmm....
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I am trying to find out more
>>>>>>>> details using jmap and now I am no
>>>>>>>>>>>>>>> more thinking that birt is the
>>>>>>>> issue.
>>>>>>>>>>>>>>> Adam, is it possible that the
>>>>>>>> Webslinger component is causing this?
>>>>>>>>>>>>>>> Running jmap -permstat I get
>>>>>>>> the following stats:
>>>>>>>>>>>>>> Not the component, no.  What
>>>>>>>> you see below is a consequence of the
>>>>>>>>>>>>>> custom classes that get compiled
>>>>>>>> for every single service engine
>>>>>>>>>>>>>> definition, so that you can see
>>>>>>>> what file/line the service is
>>>>>>>>>>>>>> defined in.
>>>>>>>>>>>>>>
>>>>>>>>>>>>> sorry for the silly question: are you
>>>>>>>> saying that the custom classes
>>>>>>>>>>>>> are not compiled by some code in
>>>>>>>> Webslinger? I really don't know
>>>>>>>>>>>>> where to look for AsmUtil and
>>>>>>>> GeneratedClassLoader.
>>>>>>>>>>>> I never said any such thing.  I'm
>>>>>>>> just saying that we may need more
>>>>>>>>>>>> permgen space, as that is where classes
>>>>>>>> are loaded.
>>>>>>>>>>>
>>>>>>>>>>> Is there a way to temporarily disable this
>>>>>>>> GeneratedClassLoader thing?
>>>>>>>>>>> Could you point me to the right direction for
>>>>>>>> fixing this issue
>>>>>>>>>>> (without the hack of increasing the PermGen
>>>>>>>> memory)? I could not even
>>>>>>>>>>> find the AsmUtil class...
>>>>>>>>>>
>>>>>>>>>> Jacopo, it looks like the code you are wanting to
>>>>>>>> work on is contained
>>>>>>>>>> in the webslinger jar files. We don't have access
>>>>>>>> to the source code.
>>>>>>>>>
>>>>>>>>> Yes, this is true, but the interface to that is in the
>>>>>>>> service engine,
>>>>>>>>> so you could modify ModelServiceReader, as I suggested
>>>>>>>> previously.
>>>>>>>>>
>>>>>>>>
>>>>>>>> Ok, thanks guys, I'll have a look at this.
>>>>>>>
>>>>>>> Good luck! I looked at it and gave up. ;-)
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>> --
>>>>> Antwebsystems.com: Quality OFBiz services for competitive rates
>>>>>
>>>>
>>> --
>>> Antwebsystems.com: Quality OFBiz services for competitive rates
>>>
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: OutOfMemoryError: PermGen space error

Jacopo Cappellato-4
Hi Ashish,

could you please confirm that you have changed the setting from:

servicedispatcher.servicedebugmode=true

to

servicedispatcher.servicedebugmode=false

?

Jacopo

On Feb 28, 2010, at 11:28 AM, Ashish Vijaywargiya wrote:

> Here is the command that I am using from console.
>
> java -Xmx1024M -jar ofbiz.jar
>
> Configuration: 4GB RAM. Core 2 Duo 3Ghz processor.
>
> --
> Ashish
>
> On Sun, Feb 28, 2010 at 3:54 PM, Ashish Vijaywargiya
> <[hidden email]> wrote:
>> Hello Jacopo,
>>
>> The problem still persists IMO. When I navigated from OrderView page
>> to Ecommerce page then I got the same error.
>> I had left application in idle state for about 5 minutes and then
>> clicked on an order to view its details then again I observed the same
>> error.
>>
>> Here is the revision details: 917155.
>> Console details:
>> 2010-02-28 15:51:56,328 (http-0.0.0.0-8443-4) [
>> ControlServlet.java:140:INFO ] [[[orderlist] Request Begun,
>> encoding=[UTF-8]- total:0.0010,since last(Begin):0.0010]]
>> 2010-02-28 15:51:56,351 (http-0.0.0.0-8443-4) [
>> ConfigXMLReader.java:120:INFO ] controller loaded: 0.0010s, 23
>> requests, 16 views in
>> file:/home/ashish/ofbiz_dev/testing/framework/common/webcommon/WEB-INF/common-controller.xml
>> 2010-02-28 15:51:56,355 (http-0.0.0.0-8443-4) [
>> ConfigXMLReader.java:120:INFO ] controller loaded: 0.0s, 2 requests, 0
>> views in file:/home/ashish/ofbiz_dev/testing/applications/commonext/webapp/WEB-INF/controller.xml
>> 2010-02-28 15:51:56,380 (http-0.0.0.0-8443-4) [
>> ConfigXMLReader.java:120:INFO ] controller loaded: 0.0080s, 353
>> requests, 147 views in
>> file:/home/ashish/ofbiz_dev/testing/applications/content/webapp/content/WEB-INF/controller.xml
>> 2010-02-28 15:51:56,387 (http-0.0.0.0-8443-4) [
>> ConfigXMLReader.java:120:INFO ] controller loaded: 0.043s, 341
>> requests, 144 views in
>> file:/home/ashish/ofbiz_dev/testing/applications/order/webapp/ordermgr/WEB-INF/controller.xml
>> 2010-02-28 15:51:56,416 (http-0.0.0.0-8443-4) [
>> RequestHandler.java:737:INFO ] Rendering View [orderlist],
>> sessionId=164514B5E50EFF53B4C0F1383D000517.jvm1
>> 2010-02-28 15:51:56,484 (http-0.0.0.0-8443-4) [
>> ScreenFactory.java:128:INFO ] Got 27 screens in 0.014s from:
>> file:/home/ashish/ofbiz_dev/testing/applications/order/widget/ordermgr/OrderViewScreens.xml
>> 2010-02-28 15:52:12,940 (http-0.0.0.0-8443-4)
>> [StandardWrapperValve.java:274:ERROR] Servlet.service() for servlet
>> ControlServlet threw exception
>> java.lang.OutOfMemoryError: PermGen space
>>        at java.lang.String.intern(Native Method)
>>        at org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.getOrPutMethods(MetaMethodIndex.java:222)
>>        at groovy.lang.MetaClassImpl.addMetaMethodToIndex(MetaClassImpl.java:2603)
>>        at groovy.lang.MetaClassImpl.inheritInterfaceNewMetaMethods(MetaClassImpl.java:557)
>>        at groovy.lang.MetaClassImpl.fillMethodIndex(MetaClassImpl.java:293)
>>        at groovy.lang.MetaClassImpl.initialize(MetaClassImpl.java:2904)
>>        at org.codehaus.groovy.reflection.ClassInfo.getMetaClassUnderLock(ClassInfo.java:164)
>>        at org.codehaus.groovy.reflection.ClassInfo.getMetaClass(ClassInfo.java:193)
>>        at org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.getMetaClass(MetaClassRegistryImpl.java:199)
>>        at org.codehaus.groovy.runtime.InvokerHelper.setProperty(InvokerHelper.java:183)
>>        at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.setProperty(ScriptBytecodeAdapter.java:483)
>>        at OrderList.run(OrderList.groovy:50)
>>        at org.ofbiz.base.util.GroovyUtil.runScriptAtLocation(GroovyUtil.java:149)
>>        at org.ofbiz.widget.screen.ModelScreenAction$Script.runAction(ModelScreenAction.java:412)
>>        at org.ofbiz.widget.screen.ModelScreenAction.runSubActions(ModelScreenAction.java:118)
>>        at org.ofbiz.widget.screen.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:221)
>>        at org.ofbiz.widget.screen.ModelScreen.renderScreenString(ModelScreen.java:394)
>>        at org.ofbiz.widget.screen.ScreenRenderer.render(ScreenRenderer.java:135)
>>        at org.ofbiz.widget.screen.ScreenRenderer.render(ScreenRenderer.java:97)
>>        at org.ofbiz.widget.screen.MacroScreenViewHandler.render(MacroScreenViewHandler.java:104)
>>        at org.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:835)
>>        at org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:554)
>>        at org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:223)
>>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
>>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>        at org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:266)
>>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
>>        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>>
>> --
>> Ashish
>>
>>
>> On Fri, Feb 26, 2010 at 3:34 PM, Jacopo Cappellato
>> <[hidden email]> wrote:
>>> Ooops,
>>>
>>> thanks Hans, I have fixed it now.
>>>
>>> Jacopo
>>>
>>> On Feb 26, 2010, at 9:53 AM, Hans Bakker wrote:
>>>
>>>> Hi Jacopo, putting it now on the demo server.
>>>>
>>>> i see however that this flag by default is set to "false"?
>>>>
>>>> Regards,
>>>> Hans
>>>>
>>>> On Fri, 2010-02-26 at 09:03 +0100, Jacopo Cappellato wrote:
>>>>> My fix is in rev. 916608
>>>>>
>>>>> Hans, I think that you are maintaining the demo instance at ASF; if possible please set the new flag in service.properties to "false"; this will fix the PerGem errors without requiring to increase the JVM memory settings.
>>>>>
>>>>> Jacopo
>>>>>
>>>>>
>>>>>
>>>>> On Feb 26, 2010, at 8:48 AM, Hans Bakker wrote:
>>>>>
>>>>>> looking forward to it! thanks for your help.
>>>>>>
>>>>>> Regards,
>>>>>> Hans
>>>>>>
>>>>>> On Fri, 2010-02-26 at 08:39 +0100, Jacopo Cappellato wrote:
>>>>>>> I should have a fix shortly.
>>>>>>>
>>>>>>> Jacopo
>>>>>>>
>>>>>>> On Feb 26, 2010, at 7:31 AM, Adrian Crum wrote:
>>>>>>>
>>>>>>>> --- On Thu, 2/25/10, Jacopo Cappellato <[hidden email]> wrote:
>>>>>>>>> On Feb 26, 2010, at 12:27 AM, Adam
>>>>>>>>> Heath wrote:
>>>>>>>>>
>>>>>>>>>> Adrian Crum wrote:
>>>>>>>>>>> Jacopo Cappellato wrote:
>>>>>>>>>>>> On Feb 25, 2010, at 7:54 PM, Adam Heath
>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Jacopo Cappellato wrote:
>>>>>>>>>>>>>> Hi Adam,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Feb 25, 2010, at 5:37 PM, Adam
>>>>>>>>> Heath wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Jacopo Cappellato wrote:
>>>>>>>>>>>>>>>> (moving to the dev list)
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hmmm....
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I am trying to find out more
>>>>>>>>> details using jmap and now I am no
>>>>>>>>>>>>>>>> more thinking that birt is the
>>>>>>>>> issue.
>>>>>>>>>>>>>>>> Adam, is it possible that the
>>>>>>>>> Webslinger component is causing this?
>>>>>>>>>>>>>>>> Running jmap -permstat I get
>>>>>>>>> the following stats:
>>>>>>>>>>>>>>> Not the component, no.  What
>>>>>>>>> you see below is a consequence of the
>>>>>>>>>>>>>>> custom classes that get compiled
>>>>>>>>> for every single service engine
>>>>>>>>>>>>>>> definition, so that you can see
>>>>>>>>> what file/line the service is
>>>>>>>>>>>>>>> defined in.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>> sorry for the silly question: are you
>>>>>>>>> saying that the custom classes
>>>>>>>>>>>>>> are not compiled by some code in
>>>>>>>>> Webslinger? I really don't know
>>>>>>>>>>>>>> where to look for AsmUtil and
>>>>>>>>> GeneratedClassLoader.
>>>>>>>>>>>>> I never said any such thing.  I'm
>>>>>>>>> just saying that we may need more
>>>>>>>>>>>>> permgen space, as that is where classes
>>>>>>>>> are loaded.
>>>>>>>>>>>>
>>>>>>>>>>>> Is there a way to temporarily disable this
>>>>>>>>> GeneratedClassLoader thing?
>>>>>>>>>>>> Could you point me to the right direction for
>>>>>>>>> fixing this issue
>>>>>>>>>>>> (without the hack of increasing the PermGen
>>>>>>>>> memory)? I could not even
>>>>>>>>>>>> find the AsmUtil class...
>>>>>>>>>>>
>>>>>>>>>>> Jacopo, it looks like the code you are wanting to
>>>>>>>>> work on is contained
>>>>>>>>>>> in the webslinger jar files. We don't have access
>>>>>>>>> to the source code.
>>>>>>>>>>
>>>>>>>>>> Yes, this is true, but the interface to that is in the
>>>>>>>>> service engine,
>>>>>>>>>> so you could modify ModelServiceReader, as I suggested
>>>>>>>>> previously.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Ok, thanks guys, I'll have a look at this.
>>>>>>>>
>>>>>>>> Good luck! I looked at it and gave up. ;-)
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>> --
>>>>>> Antwebsystems.com: Quality OFBiz services for competitive rates
>>>>>>
>>>>>
>>>> --
>>>> Antwebsystems.com: Quality OFBiz services for competitive rates
>>>>
>>>
>>>
>>

Reply | Threaded
Open this post in threaded view
|

Re: OutOfMemoryError: PermGen space error

Ashish Vijaywargiya
Sorry Jacopo, Somehow I have missed your previous email:
-----------------
My fix is in rev. 916608

Hans, I think that you are maintaining the demo instance at ASF; if
possible please set the new flag in service.properties to "false";
this will fix the PerGem errors without requiring to increase the JVM
memory settings.

Jacopo
-----------------

Now I have set that(servicedispatcher.servicedebugmode) flag to false.
I will get back to you if I see more permgen error in future.
Thanks for your quick turn around on this.

--
Ashish


On Sun, Feb 28, 2010 at 4:16 PM, Jacopo Cappellato
<[hidden email]> wrote:

> Hi Ashish,
>
> could you please confirm that you have changed the setting from:
>
> servicedispatcher.servicedebugmode=true
>
> to
>
> servicedispatcher.servicedebugmode=false
>
> ?
>
> Jacopo
>
> On Feb 28, 2010, at 11:28 AM, Ashish Vijaywargiya wrote:
>
>> Here is the command that I am using from console.
>>
>> java -Xmx1024M -jar ofbiz.jar
>>
>> Configuration: 4GB RAM. Core 2 Duo 3Ghz processor.
>>
>> --
>> Ashish
>>
>> On Sun, Feb 28, 2010 at 3:54 PM, Ashish Vijaywargiya
>> <[hidden email]> wrote:
>>> Hello Jacopo,
>>>
>>> The problem still persists IMO. When I navigated from OrderView page
>>> to Ecommerce page then I got the same error.
>>> I had left application in idle state for about 5 minutes and then
>>> clicked on an order to view its details then again I observed the same
>>> error.
>>>
>>> Here is the revision details: 917155.
>>> Console details:
>>> 2010-02-28 15:51:56,328 (http-0.0.0.0-8443-4) [
>>> ControlServlet.java:140:INFO ] [[[orderlist] Request Begun,
>>> encoding=[UTF-8]- total:0.0010,since last(Begin):0.0010]]
>>> 2010-02-28 15:51:56,351 (http-0.0.0.0-8443-4) [
>>> ConfigXMLReader.java:120:INFO ] controller loaded: 0.0010s, 23
>>> requests, 16 views in
>>> file:/home/ashish/ofbiz_dev/testing/framework/common/webcommon/WEB-INF/common-controller.xml
>>> 2010-02-28 15:51:56,355 (http-0.0.0.0-8443-4) [
>>> ConfigXMLReader.java:120:INFO ] controller loaded: 0.0s, 2 requests, 0
>>> views in file:/home/ashish/ofbiz_dev/testing/applications/commonext/webapp/WEB-INF/controller.xml
>>> 2010-02-28 15:51:56,380 (http-0.0.0.0-8443-4) [
>>> ConfigXMLReader.java:120:INFO ] controller loaded: 0.0080s, 353
>>> requests, 147 views in
>>> file:/home/ashish/ofbiz_dev/testing/applications/content/webapp/content/WEB-INF/controller.xml
>>> 2010-02-28 15:51:56,387 (http-0.0.0.0-8443-4) [
>>> ConfigXMLReader.java:120:INFO ] controller loaded: 0.043s, 341
>>> requests, 144 views in
>>> file:/home/ashish/ofbiz_dev/testing/applications/order/webapp/ordermgr/WEB-INF/controller.xml
>>> 2010-02-28 15:51:56,416 (http-0.0.0.0-8443-4) [
>>> RequestHandler.java:737:INFO ] Rendering View [orderlist],
>>> sessionId=164514B5E50EFF53B4C0F1383D000517.jvm1
>>> 2010-02-28 15:51:56,484 (http-0.0.0.0-8443-4) [
>>> ScreenFactory.java:128:INFO ] Got 27 screens in 0.014s from:
>>> file:/home/ashish/ofbiz_dev/testing/applications/order/widget/ordermgr/OrderViewScreens.xml
>>> 2010-02-28 15:52:12,940 (http-0.0.0.0-8443-4)
>>> [StandardWrapperValve.java:274:ERROR] Servlet.service() for servlet
>>> ControlServlet threw exception
>>> java.lang.OutOfMemoryError: PermGen space
>>>        at java.lang.String.intern(Native Method)
>>>        at org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.getOrPutMethods(MetaMethodIndex.java:222)
>>>        at groovy.lang.MetaClassImpl.addMetaMethodToIndex(MetaClassImpl.java:2603)
>>>        at groovy.lang.MetaClassImpl.inheritInterfaceNewMetaMethods(MetaClassImpl.java:557)
>>>        at groovy.lang.MetaClassImpl.fillMethodIndex(MetaClassImpl.java:293)
>>>        at groovy.lang.MetaClassImpl.initialize(MetaClassImpl.java:2904)
>>>        at org.codehaus.groovy.reflection.ClassInfo.getMetaClassUnderLock(ClassInfo.java:164)
>>>        at org.codehaus.groovy.reflection.ClassInfo.getMetaClass(ClassInfo.java:193)
>>>        at org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.getMetaClass(MetaClassRegistryImpl.java:199)
>>>        at org.codehaus.groovy.runtime.InvokerHelper.setProperty(InvokerHelper.java:183)
>>>        at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.setProperty(ScriptBytecodeAdapter.java:483)
>>>        at OrderList.run(OrderList.groovy:50)
>>>        at org.ofbiz.base.util.GroovyUtil.runScriptAtLocation(GroovyUtil.java:149)
>>>        at org.ofbiz.widget.screen.ModelScreenAction$Script.runAction(ModelScreenAction.java:412)
>>>        at org.ofbiz.widget.screen.ModelScreenAction.runSubActions(ModelScreenAction.java:118)
>>>        at org.ofbiz.widget.screen.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:221)
>>>        at org.ofbiz.widget.screen.ModelScreen.renderScreenString(ModelScreen.java:394)
>>>        at org.ofbiz.widget.screen.ScreenRenderer.render(ScreenRenderer.java:135)
>>>        at org.ofbiz.widget.screen.ScreenRenderer.render(ScreenRenderer.java:97)
>>>        at org.ofbiz.widget.screen.MacroScreenViewHandler.render(MacroScreenViewHandler.java:104)
>>>        at org.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:835)
>>>        at org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:554)
>>>        at org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:223)
>>>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>>>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
>>>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>        at org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:266)
>>>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
>>>        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>
>>> --
>>> Ashish
>>>
>>>
>>> On Fri, Feb 26, 2010 at 3:34 PM, Jacopo Cappellato
>>> <[hidden email]> wrote:
>>>> Ooops,
>>>>
>>>> thanks Hans, I have fixed it now.
>>>>
>>>> Jacopo
>>>>
>>>> On Feb 26, 2010, at 9:53 AM, Hans Bakker wrote:
>>>>
>>>>> Hi Jacopo, putting it now on the demo server.
>>>>>
>>>>> i see however that this flag by default is set to "false"?
>>>>>
>>>>> Regards,
>>>>> Hans
>>>>>
>>>>> On Fri, 2010-02-26 at 09:03 +0100, Jacopo Cappellato wrote:
>>>>>> My fix is in rev. 916608
>>>>>>
>>>>>> Hans, I think that you are maintaining the demo instance at ASF; if possible please set the new flag in service.properties to "false"; this will fix the PerGem errors without requiring to increase the JVM memory settings.
>>>>>>
>>>>>> Jacopo
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Feb 26, 2010, at 8:48 AM, Hans Bakker wrote:
>>>>>>
>>>>>>> looking forward to it! thanks for your help.
>>>>>>>
>>>>>>> Regards,
>>>>>>> Hans
>>>>>>>
>>>>>>> On Fri, 2010-02-26 at 08:39 +0100, Jacopo Cappellato wrote:
>>>>>>>> I should have a fix shortly.
>>>>>>>>
>>>>>>>> Jacopo
>>>>>>>>
>>>>>>>> On Feb 26, 2010, at 7:31 AM, Adrian Crum wrote:
>>>>>>>>
>>>>>>>>> --- On Thu, 2/25/10, Jacopo Cappellato <[hidden email]> wrote:
>>>>>>>>>> On Feb 26, 2010, at 12:27 AM, Adam
>>>>>>>>>> Heath wrote:
>>>>>>>>>>
>>>>>>>>>>> Adrian Crum wrote:
>>>>>>>>>>>> Jacopo Cappellato wrote:
>>>>>>>>>>>>> On Feb 25, 2010, at 7:54 PM, Adam Heath
>>>>>>>>>> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Jacopo Cappellato wrote:
>>>>>>>>>>>>>>> Hi Adam,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Feb 25, 2010, at 5:37 PM, Adam
>>>>>>>>>> Heath wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Jacopo Cappellato wrote:
>>>>>>>>>>>>>>>>> (moving to the dev list)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Hmmm....
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I am trying to find out more
>>>>>>>>>> details using jmap and now I am no
>>>>>>>>>>>>>>>>> more thinking that birt is the
>>>>>>>>>> issue.
>>>>>>>>>>>>>>>>> Adam, is it possible that the
>>>>>>>>>> Webslinger component is causing this?
>>>>>>>>>>>>>>>>> Running jmap -permstat I get
>>>>>>>>>> the following stats:
>>>>>>>>>>>>>>>> Not the component, no.  What
>>>>>>>>>> you see below is a consequence of the
>>>>>>>>>>>>>>>> custom classes that get compiled
>>>>>>>>>> for every single service engine
>>>>>>>>>>>>>>>> definition, so that you can see
>>>>>>>>>> what file/line the service is
>>>>>>>>>>>>>>>> defined in.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> sorry for the silly question: are you
>>>>>>>>>> saying that the custom classes
>>>>>>>>>>>>>>> are not compiled by some code in
>>>>>>>>>> Webslinger? I really don't know
>>>>>>>>>>>>>>> where to look for AsmUtil and
>>>>>>>>>> GeneratedClassLoader.
>>>>>>>>>>>>>> I never said any such thing.  I'm
>>>>>>>>>> just saying that we may need more
>>>>>>>>>>>>>> permgen space, as that is where classes
>>>>>>>>>> are loaded.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Is there a way to temporarily disable this
>>>>>>>>>> GeneratedClassLoader thing?
>>>>>>>>>>>>> Could you point me to the right direction for
>>>>>>>>>> fixing this issue
>>>>>>>>>>>>> (without the hack of increasing the PermGen
>>>>>>>>>> memory)? I could not even
>>>>>>>>>>>>> find the AsmUtil class...
>>>>>>>>>>>>
>>>>>>>>>>>> Jacopo, it looks like the code you are wanting to
>>>>>>>>>> work on is contained
>>>>>>>>>>>> in the webslinger jar files. We don't have access
>>>>>>>>>> to the source code.
>>>>>>>>>>>
>>>>>>>>>>> Yes, this is true, but the interface to that is in the
>>>>>>>>>> service engine,
>>>>>>>>>>> so you could modify ModelServiceReader, as I suggested
>>>>>>>>>> previously.
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Ok, thanks guys, I'll have a look at this.
>>>>>>>>>
>>>>>>>>> Good luck! I looked at it and gave up. ;-)
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>> --
>>>>>>> Antwebsystems.com: Quality OFBiz services for competitive rates
>>>>>>>
>>>>>>
>>>>> --
>>>>> Antwebsystems.com: Quality OFBiz services for competitive rates
>>>>>
>>>>
>>>>
>>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: OutOfMemoryError: PermGen space error

hans_bakker
In reply to this post by Jacopo Cappellato-4
Jacopo,

sory to say but we still have the permgen problem:

2010-02-28 14:12:43,291 (http-0.0.0.0-8080-2) [
RequestHandler.java:737:INFO ] Rendering View [main],
sessionId=398DD860F778F71192741ACABA6B71BA.jvm1
2010-02-28 14:12:46,645 (http-0.0.0.0-8080-2)
[StandardWrapperValve.java:274:ERROR] Servlet.service() for servlet
ControlServlet threw exception
java.lang.OutOfMemoryError: PermGen space


just restarted the demo server....

Regards,
Hans


On Sun, 2010-02-28 at 11:46 +0100, Jacopo Cappellato wrote:

> Hi Ashish,
>
> could you please confirm that you have changed the setting from:
>
> servicedispatcher.servicedebugmode=true
>
> to
>
> servicedispatcher.servicedebugmode=false
>
> ?
>
> Jacopo
>
> On Feb 28, 2010, at 11:28 AM, Ashish Vijaywargiya wrote:
>
> > Here is the command that I am using from console.
> >
> > java -Xmx1024M -jar ofbiz.jar
> >
> > Configuration: 4GB RAM. Core 2 Duo 3Ghz processor.
> >
> > --
> > Ashish
> >
> > On Sun, Feb 28, 2010 at 3:54 PM, Ashish Vijaywargiya
> > <[hidden email]> wrote:
> >> Hello Jacopo,
> >>
> >> The problem still persists IMO. When I navigated from OrderView page
> >> to Ecommerce page then I got the same error.
> >> I had left application in idle state for about 5 minutes and then
> >> clicked on an order to view its details then again I observed the same
> >> error.
> >>
> >> Here is the revision details: 917155.
> >> Console details:
> >> 2010-02-28 15:51:56,328 (http-0.0.0.0-8443-4) [
> >> ControlServlet.java:140:INFO ] [[[orderlist] Request Begun,
> >> encoding=[UTF-8]- total:0.0010,since last(Begin):0.0010]]
> >> 2010-02-28 15:51:56,351 (http-0.0.0.0-8443-4) [
> >> ConfigXMLReader.java:120:INFO ] controller loaded: 0.0010s, 23
> >> requests, 16 views in
> >> file:/home/ashish/ofbiz_dev/testing/framework/common/webcommon/WEB-INF/common-controller.xml
> >> 2010-02-28 15:51:56,355 (http-0.0.0.0-8443-4) [
> >> ConfigXMLReader.java:120:INFO ] controller loaded: 0.0s, 2 requests, 0
> >> views in file:/home/ashish/ofbiz_dev/testing/applications/commonext/webapp/WEB-INF/controller.xml
> >> 2010-02-28 15:51:56,380 (http-0.0.0.0-8443-4) [
> >> ConfigXMLReader.java:120:INFO ] controller loaded: 0.0080s, 353
> >> requests, 147 views in
> >> file:/home/ashish/ofbiz_dev/testing/applications/content/webapp/content/WEB-INF/controller.xml
> >> 2010-02-28 15:51:56,387 (http-0.0.0.0-8443-4) [
> >> ConfigXMLReader.java:120:INFO ] controller loaded: 0.043s, 341
> >> requests, 144 views in
> >> file:/home/ashish/ofbiz_dev/testing/applications/order/webapp/ordermgr/WEB-INF/controller.xml
> >> 2010-02-28 15:51:56,416 (http-0.0.0.0-8443-4) [
> >> RequestHandler.java:737:INFO ] Rendering View [orderlist],
> >> sessionId=164514B5E50EFF53B4C0F1383D000517.jvm1
> >> 2010-02-28 15:51:56,484 (http-0.0.0.0-8443-4) [
> >> ScreenFactory.java:128:INFO ] Got 27 screens in 0.014s from:
> >> file:/home/ashish/ofbiz_dev/testing/applications/order/widget/ordermgr/OrderViewScreens.xml
> >> 2010-02-28 15:52:12,940 (http-0.0.0.0-8443-4)
> >> [StandardWrapperValve.java:274:ERROR] Servlet.service() for servlet
> >> ControlServlet threw exception
> >> java.lang.OutOfMemoryError: PermGen space
> >>        at java.lang.String.intern(Native Method)
> >>        at org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.getOrPutMethods(MetaMethodIndex.java:222)
> >>        at groovy.lang.MetaClassImpl.addMetaMethodToIndex(MetaClassImpl.java:2603)
> >>        at groovy.lang.MetaClassImpl.inheritInterfaceNewMetaMethods(MetaClassImpl.java:557)
> >>        at groovy.lang.MetaClassImpl.fillMethodIndex(MetaClassImpl.java:293)
> >>        at groovy.lang.MetaClassImpl.initialize(MetaClassImpl.java:2904)
> >>        at org.codehaus.groovy.reflection.ClassInfo.getMetaClassUnderLock(ClassInfo.java:164)
> >>        at org.codehaus.groovy.reflection.ClassInfo.getMetaClass(ClassInfo.java:193)
> >>        at org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.getMetaClass(MetaClassRegistryImpl.java:199)
> >>        at org.codehaus.groovy.runtime.InvokerHelper.setProperty(InvokerHelper.java:183)
> >>        at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.setProperty(ScriptBytecodeAdapter.java:483)
> >>        at OrderList.run(OrderList.groovy:50)
> >>        at org.ofbiz.base.util.GroovyUtil.runScriptAtLocation(GroovyUtil.java:149)
> >>        at org.ofbiz.widget.screen.ModelScreenAction$Script.runAction(ModelScreenAction.java:412)
> >>        at org.ofbiz.widget.screen.ModelScreenAction.runSubActions(ModelScreenAction.java:118)
> >>        at org.ofbiz.widget.screen.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:221)
> >>        at org.ofbiz.widget.screen.ModelScreen.renderScreenString(ModelScreen.java:394)
> >>        at org.ofbiz.widget.screen.ScreenRenderer.render(ScreenRenderer.java:135)
> >>        at org.ofbiz.widget.screen.ScreenRenderer.render(ScreenRenderer.java:97)
> >>        at org.ofbiz.widget.screen.MacroScreenViewHandler.render(MacroScreenViewHandler.java:104)
> >>        at org.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:835)
> >>        at org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:554)
> >>        at org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:223)
> >>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
> >>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
> >>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> >>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> >>        at org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:266)
> >>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> >>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> >>        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> >>        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> >>
> >> --
> >> Ashish
> >>
> >>
> >> On Fri, Feb 26, 2010 at 3:34 PM, Jacopo Cappellato
> >> <[hidden email]> wrote:
> >>> Ooops,
> >>>
> >>> thanks Hans, I have fixed it now.
> >>>
> >>> Jacopo
> >>>
> >>> On Feb 26, 2010, at 9:53 AM, Hans Bakker wrote:
> >>>
> >>>> Hi Jacopo, putting it now on the demo server.
> >>>>
> >>>> i see however that this flag by default is set to "false"?
> >>>>
> >>>> Regards,
> >>>> Hans
> >>>>
> >>>> On Fri, 2010-02-26 at 09:03 +0100, Jacopo Cappellato wrote:
> >>>>> My fix is in rev. 916608
> >>>>>
> >>>>> Hans, I think that you are maintaining the demo instance at ASF; if possible please set the new flag in service.properties to "false"; this will fix the PerGem errors without requiring to increase the JVM memory settings.
> >>>>>
> >>>>> Jacopo
> >>>>>
> >>>>>
> >>>>>
> >>>>> On Feb 26, 2010, at 8:48 AM, Hans Bakker wrote:
> >>>>>
> >>>>>> looking forward to it! thanks for your help.
> >>>>>>
> >>>>>> Regards,
> >>>>>> Hans
> >>>>>>
> >>>>>> On Fri, 2010-02-26 at 08:39 +0100, Jacopo Cappellato wrote:
> >>>>>>> I should have a fix shortly.
> >>>>>>>
> >>>>>>> Jacopo
> >>>>>>>
> >>>>>>> On Feb 26, 2010, at 7:31 AM, Adrian Crum wrote:
> >>>>>>>
> >>>>>>>> --- On Thu, 2/25/10, Jacopo Cappellato <[hidden email]> wrote:
> >>>>>>>>> On Feb 26, 2010, at 12:27 AM, Adam
> >>>>>>>>> Heath wrote:
> >>>>>>>>>
> >>>>>>>>>> Adrian Crum wrote:
> >>>>>>>>>>> Jacopo Cappellato wrote:
> >>>>>>>>>>>> On Feb 25, 2010, at 7:54 PM, Adam Heath
> >>>>>>>>> wrote:
> >>>>>>>>>>>>
> >>>>>>>>>>>>> Jacopo Cappellato wrote:
> >>>>>>>>>>>>>> Hi Adam,
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> On Feb 25, 2010, at 5:37 PM, Adam
> >>>>>>>>> Heath wrote:
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> Jacopo Cappellato wrote:
> >>>>>>>>>>>>>>>> (moving to the dev list)
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> Hmmm....
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> I am trying to find out more
> >>>>>>>>> details using jmap and now I am no
> >>>>>>>>>>>>>>>> more thinking that birt is the
> >>>>>>>>> issue.
> >>>>>>>>>>>>>>>> Adam, is it possible that the
> >>>>>>>>> Webslinger component is causing this?
> >>>>>>>>>>>>>>>> Running jmap -permstat I get
> >>>>>>>>> the following stats:
> >>>>>>>>>>>>>>> Not the component, no.  What
> >>>>>>>>> you see below is a consequence of the
> >>>>>>>>>>>>>>> custom classes that get compiled
> >>>>>>>>> for every single service engine
> >>>>>>>>>>>>>>> definition, so that you can see
> >>>>>>>>> what file/line the service is
> >>>>>>>>>>>>>>> defined in.
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>> sorry for the silly question: are you
> >>>>>>>>> saying that the custom classes
> >>>>>>>>>>>>>> are not compiled by some code in
> >>>>>>>>> Webslinger? I really don't know
> >>>>>>>>>>>>>> where to look for AsmUtil and
> >>>>>>>>> GeneratedClassLoader.
> >>>>>>>>>>>>> I never said any such thing.  I'm
> >>>>>>>>> just saying that we may need more
> >>>>>>>>>>>>> permgen space, as that is where classes
> >>>>>>>>> are loaded.
> >>>>>>>>>>>>
> >>>>>>>>>>>> Is there a way to temporarily disable this
> >>>>>>>>> GeneratedClassLoader thing?
> >>>>>>>>>>>> Could you point me to the right direction for
> >>>>>>>>> fixing this issue
> >>>>>>>>>>>> (without the hack of increasing the PermGen
> >>>>>>>>> memory)? I could not even
> >>>>>>>>>>>> find the AsmUtil class...
> >>>>>>>>>>>
> >>>>>>>>>>> Jacopo, it looks like the code you are wanting to
> >>>>>>>>> work on is contained
> >>>>>>>>>>> in the webslinger jar files. We don't have access
> >>>>>>>>> to the source code.
> >>>>>>>>>>
> >>>>>>>>>> Yes, this is true, but the interface to that is in the
> >>>>>>>>> service engine,
> >>>>>>>>>> so you could modify ModelServiceReader, as I suggested
> >>>>>>>>> previously.
> >>>>>>>>>>
> >>>>>>>>>
> >>>>>>>>> Ok, thanks guys, I'll have a look at this.
> >>>>>>>>
> >>>>>>>> Good luck! I looked at it and gave up. ;-)
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>
> >>>>>> --
> >>>>>> Antwebsystems.com: Quality OFBiz services for competitive rates
> >>>>>>
> >>>>>
> >>>> --
> >>>> Antwebsystems.com: Quality OFBiz services for competitive rates
> >>>>
> >>>
> >>>
> >>
>
--
Antwebsystems.com: Quality OFBiz services for competitive rates

Reply | Threaded
Open this post in threaded view
|

Re: OutOfMemoryError: PermGen space error

Jacopo Cappellato-4
I am sorry to hear     this; would it be possible for you to get the output of the following command:

jmap -permstat <PID>

where <PID> is the process id (you get it with the "ps" command) of the JVM where OFBiz is running?

Thanks,

Jacopo

On Feb 28, 2010, at 3:41 PM, Hans Bakker wrote:

> Jacopo,
>
> sory to say but we still have the permgen problem:
>
> 2010-02-28 14:12:43,291 (http-0.0.0.0-8080-2) [
> RequestHandler.java:737:INFO ] Rendering View [main],
> sessionId=398DD860F778F71192741ACABA6B71BA.jvm1
> 2010-02-28 14:12:46,645 (http-0.0.0.0-8080-2)
> [StandardWrapperValve.java:274:ERROR] Servlet.service() for servlet
> ControlServlet threw exception
> java.lang.OutOfMemoryError: PermGen space
>
>
> just restarted the demo server....
>
> Regards,
> Hans
>
>
> On Sun, 2010-02-28 at 11:46 +0100, Jacopo Cappellato wrote:
>> Hi Ashish,
>>
>> could you please confirm that you have changed the setting from:
>>
>> servicedispatcher.servicedebugmode=true
>>
>> to
>>
>> servicedispatcher.servicedebugmode=false
>>
>> ?
>>
>> Jacopo
>>
>> On Feb 28, 2010, at 11:28 AM, Ashish Vijaywargiya wrote:
>>
>>> Here is the command that I am using from console.
>>>
>>> java -Xmx1024M -jar ofbiz.jar
>>>
>>> Configuration: 4GB RAM. Core 2 Duo 3Ghz processor.
>>>
>>> --
>>> Ashish
>>>
>>> On Sun, Feb 28, 2010 at 3:54 PM, Ashish Vijaywargiya
>>> <[hidden email]> wrote:
>>>> Hello Jacopo,
>>>>
>>>> The problem still persists IMO. When I navigated from OrderView page
>>>> to Ecommerce page then I got the same error.
>>>> I had left application in idle state for about 5 minutes and then
>>>> clicked on an order to view its details then again I observed the same
>>>> error.
>>>>
>>>> Here is the revision details: 917155.
>>>> Console details:
>>>> 2010-02-28 15:51:56,328 (http-0.0.0.0-8443-4) [
>>>> ControlServlet.java:140:INFO ] [[[orderlist] Request Begun,
>>>> encoding=[UTF-8]- total:0.0010,since last(Begin):0.0010]]
>>>> 2010-02-28 15:51:56,351 (http-0.0.0.0-8443-4) [
>>>> ConfigXMLReader.java:120:INFO ] controller loaded: 0.0010s, 23
>>>> requests, 16 views in
>>>> file:/home/ashish/ofbiz_dev/testing/framework/common/webcommon/WEB-INF/common-controller.xml
>>>> 2010-02-28 15:51:56,355 (http-0.0.0.0-8443-4) [
>>>> ConfigXMLReader.java:120:INFO ] controller loaded: 0.0s, 2 requests, 0
>>>> views in file:/home/ashish/ofbiz_dev/testing/applications/commonext/webapp/WEB-INF/controller.xml
>>>> 2010-02-28 15:51:56,380 (http-0.0.0.0-8443-4) [
>>>> ConfigXMLReader.java:120:INFO ] controller loaded: 0.0080s, 353
>>>> requests, 147 views in
>>>> file:/home/ashish/ofbiz_dev/testing/applications/content/webapp/content/WEB-INF/controller.xml
>>>> 2010-02-28 15:51:56,387 (http-0.0.0.0-8443-4) [
>>>> ConfigXMLReader.java:120:INFO ] controller loaded: 0.043s, 341
>>>> requests, 144 views in
>>>> file:/home/ashish/ofbiz_dev/testing/applications/order/webapp/ordermgr/WEB-INF/controller.xml
>>>> 2010-02-28 15:51:56,416 (http-0.0.0.0-8443-4) [
>>>> RequestHandler.java:737:INFO ] Rendering View [orderlist],
>>>> sessionId=164514B5E50EFF53B4C0F1383D000517.jvm1
>>>> 2010-02-28 15:51:56,484 (http-0.0.0.0-8443-4) [
>>>> ScreenFactory.java:128:INFO ] Got 27 screens in 0.014s from:
>>>> file:/home/ashish/ofbiz_dev/testing/applications/order/widget/ordermgr/OrderViewScreens.xml
>>>> 2010-02-28 15:52:12,940 (http-0.0.0.0-8443-4)
>>>> [StandardWrapperValve.java:274:ERROR] Servlet.service() for servlet
>>>> ControlServlet threw exception
>>>> java.lang.OutOfMemoryError: PermGen space
>>>>       at java.lang.String.intern(Native Method)
>>>>       at org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.getOrPutMethods(MetaMethodIndex.java:222)
>>>>       at groovy.lang.MetaClassImpl.addMetaMethodToIndex(MetaClassImpl.java:2603)
>>>>       at groovy.lang.MetaClassImpl.inheritInterfaceNewMetaMethods(MetaClassImpl.java:557)
>>>>       at groovy.lang.MetaClassImpl.fillMethodIndex(MetaClassImpl.java:293)
>>>>       at groovy.lang.MetaClassImpl.initialize(MetaClassImpl.java:2904)
>>>>       at org.codehaus.groovy.reflection.ClassInfo.getMetaClassUnderLock(ClassInfo.java:164)
>>>>       at org.codehaus.groovy.reflection.ClassInfo.getMetaClass(ClassInfo.java:193)
>>>>       at org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.getMetaClass(MetaClassRegistryImpl.java:199)
>>>>       at org.codehaus.groovy.runtime.InvokerHelper.setProperty(InvokerHelper.java:183)
>>>>       at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.setProperty(ScriptBytecodeAdapter.java:483)
>>>>       at OrderList.run(OrderList.groovy:50)
>>>>       at org.ofbiz.base.util.GroovyUtil.runScriptAtLocation(GroovyUtil.java:149)
>>>>       at org.ofbiz.widget.screen.ModelScreenAction$Script.runAction(ModelScreenAction.java:412)
>>>>       at org.ofbiz.widget.screen.ModelScreenAction.runSubActions(ModelScreenAction.java:118)
>>>>       at org.ofbiz.widget.screen.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:221)
>>>>       at org.ofbiz.widget.screen.ModelScreen.renderScreenString(ModelScreen.java:394)
>>>>       at org.ofbiz.widget.screen.ScreenRenderer.render(ScreenRenderer.java:135)
>>>>       at org.ofbiz.widget.screen.ScreenRenderer.render(ScreenRenderer.java:97)
>>>>       at org.ofbiz.widget.screen.MacroScreenViewHandler.render(MacroScreenViewHandler.java:104)
>>>>       at org.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:835)
>>>>       at org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:554)
>>>>       at org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:223)
>>>>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>>>>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>>       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
>>>>       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>       at org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:266)
>>>>       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>>>       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>       at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
>>>>       at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>
>>>> --
>>>> Ashish
>>>>
>>>>
>>>> On Fri, Feb 26, 2010 at 3:34 PM, Jacopo Cappellato
>>>> <[hidden email]> wrote:
>>>>> Ooops,
>>>>>
>>>>> thanks Hans, I have fixed it now.
>>>>>
>>>>> Jacopo
>>>>>
>>>>> On Feb 26, 2010, at 9:53 AM, Hans Bakker wrote:
>>>>>
>>>>>> Hi Jacopo, putting it now on the demo server.
>>>>>>
>>>>>> i see however that this flag by default is set to "false"?
>>>>>>
>>>>>> Regards,
>>>>>> Hans
>>>>>>
>>>>>> On Fri, 2010-02-26 at 09:03 +0100, Jacopo Cappellato wrote:
>>>>>>> My fix is in rev. 916608
>>>>>>>
>>>>>>> Hans, I think that you are maintaining the demo instance at ASF; if possible please set the new flag in service.properties to "false"; this will fix the PerGem errors without requiring to increase the JVM memory settings.
>>>>>>>
>>>>>>> Jacopo
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Feb 26, 2010, at 8:48 AM, Hans Bakker wrote:
>>>>>>>
>>>>>>>> looking forward to it! thanks for your help.
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>> Hans
>>>>>>>>
>>>>>>>> On Fri, 2010-02-26 at 08:39 +0100, Jacopo Cappellato wrote:
>>>>>>>>> I should have a fix shortly.
>>>>>>>>>
>>>>>>>>> Jacopo
>>>>>>>>>
>>>>>>>>> On Feb 26, 2010, at 7:31 AM, Adrian Crum wrote:
>>>>>>>>>
>>>>>>>>>> --- On Thu, 2/25/10, Jacopo Cappellato <[hidden email]> wrote:
>>>>>>>>>>> On Feb 26, 2010, at 12:27 AM, Adam
>>>>>>>>>>> Heath wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Adrian Crum wrote:
>>>>>>>>>>>>> Jacopo Cappellato wrote:
>>>>>>>>>>>>>> On Feb 25, 2010, at 7:54 PM, Adam Heath
>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Jacopo Cappellato wrote:
>>>>>>>>>>>>>>>> Hi Adam,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Feb 25, 2010, at 5:37 PM, Adam
>>>>>>>>>>> Heath wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Jacopo Cappellato wrote:
>>>>>>>>>>>>>>>>>> (moving to the dev list)
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hmmm....
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> I am trying to find out more
>>>>>>>>>>> details using jmap and now I am no
>>>>>>>>>>>>>>>>>> more thinking that birt is the
>>>>>>>>>>> issue.
>>>>>>>>>>>>>>>>>> Adam, is it possible that the
>>>>>>>>>>> Webslinger component is causing this?
>>>>>>>>>>>>>>>>>> Running jmap -permstat I get
>>>>>>>>>>> the following stats:
>>>>>>>>>>>>>>>>> Not the component, no.  What
>>>>>>>>>>> you see below is a consequence of the
>>>>>>>>>>>>>>>>> custom classes that get compiled
>>>>>>>>>>> for every single service engine
>>>>>>>>>>>>>>>>> definition, so that you can see
>>>>>>>>>>> what file/line the service is
>>>>>>>>>>>>>>>>> defined in.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> sorry for the silly question: are you
>>>>>>>>>>> saying that the custom classes
>>>>>>>>>>>>>>>> are not compiled by some code in
>>>>>>>>>>> Webslinger? I really don't know
>>>>>>>>>>>>>>>> where to look for AsmUtil and
>>>>>>>>>>> GeneratedClassLoader.
>>>>>>>>>>>>>>> I never said any such thing.  I'm
>>>>>>>>>>> just saying that we may need more
>>>>>>>>>>>>>>> permgen space, as that is where classes
>>>>>>>>>>> are loaded.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Is there a way to temporarily disable this
>>>>>>>>>>> GeneratedClassLoader thing?
>>>>>>>>>>>>>> Could you point me to the right direction for
>>>>>>>>>>> fixing this issue
>>>>>>>>>>>>>> (without the hack of increasing the PermGen
>>>>>>>>>>> memory)? I could not even
>>>>>>>>>>>>>> find the AsmUtil class...
>>>>>>>>>>>>>
>>>>>>>>>>>>> Jacopo, it looks like the code you are wanting to
>>>>>>>>>>> work on is contained
>>>>>>>>>>>>> in the webslinger jar files. We don't have access
>>>>>>>>>>> to the source code.
>>>>>>>>>>>>
>>>>>>>>>>>> Yes, this is true, but the interface to that is in the
>>>>>>>>>>> service engine,
>>>>>>>>>>>> so you could modify ModelServiceReader, as I suggested
>>>>>>>>>>> previously.
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Ok, thanks guys, I'll have a look at this.
>>>>>>>>>>
>>>>>>>>>> Good luck! I looked at it and gave up. ;-)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>> --
>>>>>>>> Antwebsystems.com: Quality OFBiz services for competitive rates
>>>>>>>>
>>>>>>>
>>>>>> --
>>>>>> Antwebsystems.com: Quality OFBiz services for competitive rates
>>>>>>
>>>>>
>>>>>
>>>>
>>
> --
> Antwebsystems.com: Quality OFBiz services for competitive rates
>

Reply | Threaded
Open this post in threaded view
|

Re: OutOfMemoryError: PermGen space error

hans_bakker
Hi Jacopo, the output of he jamap command:

hansbak@ofbiz-vm:/home/ofbiz/trunk$ jmap -permstat 19321
Attaching to process ID 19321, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 14.2-b01
64368 intern Strings occupying 6932408 bytes.
finding class loader instances ..Finding object size using Printezis
bits and skipping over...
Finding object size using Printezis bits and skipping over...
done.
computing per loader stat ..done.
please wait.. computing liveness.liveness analysis may be inaccurate ...
class_loader classes bytes parent_loader alive? type

<bootstrap> 2888 16152712  null   live <internal>
0x00007fff11b9b9f0 0 0 0x00007fff0cb45740 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff107fdec8 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16d53150 22 290608 0x00007fff16db73f0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff12ccfb20 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff128695f0 16 230512 0x00007fff096c0a58 dead
org/mozilla/javascript/DefiningClassLoader@0x00007fff256f1698
0x00007fff0b2efa48 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e5e17c8 0 0 0x00007fff0ccdd760 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0d07a9c8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13279ce0 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b298bc8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff101922e0 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fb73820 20 215064 0x00007fff0fb77048 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff10ce29f0 0 0 0x00007fff0cb45740 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff11b59b48 18 204360 0x00007fff11b5aab0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16237630 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16d539d0 21 296432 0x00007fff16db87f0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16b56a20 17 180248 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0e5e0e78 0 0 0x00007fff0ccdd760 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16c05498 16 174384 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff12946608 19 247848 0x00007fff1294ac78 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0de77b90 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ee3e000 0 0 0x00007fff0cde29b0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0cef5858 1 3736 0x00007fff0ce470c8 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff0cb194b0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13279458 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff114264e0 30 1024240 0x00007fff1142cd58 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0f343648 26 929024 0x00007fff0f348760 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0fe604e0 0 0 0x00007fff0cc9a2c8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff12c5a4d0 28 970848 0x00007fff12c5adb8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0cd513e8 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff14235638 27 330416 0x00007fff14235dc8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff178c7330 18 152216 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff1683d7f0 1 3064 0x00007fff1683d900 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0dc9cf60 0 0 0x00007fff0d311b70 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0ffa1c90 20 267944 0x00007fff0ffa8828 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0de5a398 0 0 0x00007fff0cc9a2c8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0edb0cb8 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff130a2e68 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11a226a0 0 0 0x00007fff0cc9a2c8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16fd2a40 18 183464 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0b2f0650 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13878790 0 0 0x00007fff0cb11c20 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16db87f0 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0cd51380 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e521fd0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff163f6698 30 1007080 0x00007fff16401be0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0c825458 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b11d560 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b3a2fa8 1 1920 0x00007fff0b3a2a08 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de77bf8 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d19f9d8 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16442b08 24 348768 0x00007fff1644b640 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0d39a6a8 123 969976 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff12e3eed8 16 173816 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff145748b8 18 180960 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff120bd308 1 3152  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11550db0 1 3088 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff110cb0d0 0 0 0x00007fff0d310af0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff156f60e0 0 0 0x00007fff0c9ffe10 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff127e6430 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1eb950 21 272888 0x00007fff0f1f3b30 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff15a0c190 0 0 0x00007fff0cfbdad0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff149257c8 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c05c78 18 182560 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff154b5950 23 310448 0x00007fff154b6658 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0cc0cca0 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff0d39ae00 11 42848 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff0ec96f20 1 2000 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e3339a8 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11a215a0 21 873528 0x00007fff11a226a0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16ba6448 27 939896 0x00007fff16ba5968 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0edddc30 1 1960 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11fe3a80 0 0 0x00007fff0cfbf518 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff096c0e98 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e611220 16 173456 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0fa1f028 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1006d398 1 1976 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1683d748 16 145648 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0fbeffd0 22 176152 0x00007fff0c9ab0c0 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff0de773a0 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff09768a90 0 0 0x00007fff096c0a58 dead
com/thoughtworks/xstream/core/util/ClassLoaderReference@0x00007fff1f38ab08
0x00007fff16c04da0 17 175952 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0cc6ea00 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11887508 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10be7310 28 1073456 0x00007fff10be8828 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0d153488 3 23192 0x00007fff0d0dabb0 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff0de77b28 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e2dc2e0 1 1960 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fa41508 1 1904 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16fd2ae8 22 216488 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0dc8f638 21 258296 0x00007fff0dc9c340 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0d39aef0 13 115864 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff13279c78 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1f18d0 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff145a5310 24 402552 0x00007fff145a6880 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0f6c2278 2 19992 0x00007fff0f6c2af8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff12ccfb88 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff17b0db88 16 174296 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff12bd5dc0 22 904496 0x00007fff12bd6c08 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0f1f4580 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f1f67e0 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13d986d0 20 250344 0x00007fff13d97bf8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0ca14948 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff0b298b60 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b3a2f40 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10cdf368 21 282728 0x00007fff10ce2680 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff159407e8 19 202600 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff118d5528 0 0 0x00007fff0d310af0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff138f17c0 1 3064 0x00007fff138ca8d0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff15427950 23 308688 0x00007fff15427e20 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff1344faa0 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f6c2af8 0 0 0x00007fff0cfbdad0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16fd3360 17 179520 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0cdb5318 1 9776 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff132794c0 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ca41ed8 2 25608 0x00007fff0c9aaee8 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff0ff56d18 1 1920  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1234d600 10 183448 0x00007fff09a39388 dead
org/eclipse/birt/report/engine/javascript/ScriptUtil
$Loader@0x00007fff25621de8
0x00007fff110f0cc8 2 20288 0x00007fff110f2cb8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0cd50aa0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ee3b518 2 20064 0x00007fff0ee3e9d0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0f1eb158 24 291792 0x00007fff0f1f1f30 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff110f3708 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0e5dd488 19 205904 0x00007fff0e5e14d8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0ec96f88 1 1992 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1062aa68 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff132eda58 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ce46d38 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff1170c880 0 0 0x00007fff0d311b70 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff096c0e30 1 1920  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cd51318 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0edddc98 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff178c73d8 18 152216 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0ffff9b0 1 3104  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de457c0 1 1944 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1006d330 1 3080 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff12ccfbf0 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0edb0c50 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff178e98a0 0 0 0x00007fff0cc9a2c8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f80f818 20 246072 0x00007fff0f812398 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0fce06a0 1 1920  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff14884398 1 3064 0x00007fff148842f0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff116a3358 29 401392 0x00007fff116a3c78 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0b11d5c8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e97d4d0 20 223632 0x00007fff0e984fe0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0cc6ea68 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff0e985350 0 0 0x00007fff0cfbf518 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0c8254f8 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f82cf28 1 3104  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16d53928 17 179536 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0d19f970 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1ec6e0 22 294760 0x00007fff0f1f6b50 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff15dd45c0 22 211552 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff13279c10 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff124516d8 144 1105256 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff0ccdd760 2 13512 0x00007fff0cc6ea68 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff0b2efab0 29 273856 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0e521f68 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ca90d50 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff0de2cb78 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cce4118 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff0d19f1f8 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff145a6880 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff121e40f8 15 98016 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff15af21f8 0 0 0x00007fff0cb45740 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff1050ca70 0 0 0x00007fff0d153488 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0ebd4b78 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1f5d90 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f1f2a00 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f1f3b30 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0b2efb58 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cc6eb98 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1344fb08 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b306648 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cdb52b0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff12d56138 23 352136 0x00007fff12d570f8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0ecd08b0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cd50b70 1 9776 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff0fb76cd8 0 0 0x00007fff0ccdd760 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13c5b5f0 30 443072 0x00007fff13c5ab18 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0d39af60 72 506680 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff0fc9a228 1 1920 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b11d428 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e5dd548 18 204376 0x00007fff0e5e17c8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0ca148e0 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1eb098 24 291792 0x00007fff0f1f1c40 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0f9e1370 22 903544 0x00007fff0f9e3378 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff105ce050 0 0 0x00007fff0cc9a2c8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff1468a350 22 317240 0x00007fff1468bf10 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0ecd6e00 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff167b1400 1 3064 0x00007fff167b1110 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10e04040 1 1920 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff12c3d670 0 0 0x00007fff0d310af0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0fba5d50 1 3064 0x00007fff0fb3c8e0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e2dc348 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fa414a0 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10086430 1 1936  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff178c7238 23 308912 0x00007fff178ea0d0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0cb11c20 1 3736 0x00007fff0ca90d50 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff14884248 18 181072 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff16c066e8 1 3064 0x00007fff16c055e8 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c05d20 17 179464 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0ddae3c8 1 1920 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b298af8 1 1920 0x00007fff0b298530 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b3a2ed8 1 1920 0x00007fff0b3a2ae8 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fe5fdb8 29 1031408 0x00007fff0fe604e0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff1644b2d0 0 0 0x00007fff0cada878 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0e32a260 1 1960 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1683d6e0 1 3064 0x00007fff1683d638 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1416a848 1 3064 0x00007fff140998a8 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff12c437c8 0 0 0x00007fff0d310af0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0d7cb808 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fb73918 19 239024 0x00007fff0fb773b8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0f1f11f0 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f1f22a0 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0ffa1d88 21 269872 0x00007fff0ffa8b98 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff1644c550 0 0 0x00007fff0cada878 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0b298a90 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cbcca50 1 3736 0x00007fff0cb19380 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff0d07a898 1 9776 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff0e521ec0 18 181288 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff16c06680 1 3104  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1eb858 24 291792 0x00007fff0f1f37c0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16d53000 17 180248 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0d19f8c0 2 13512 0x00007fff0d123698 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff0cb4cad8 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff13279db0 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13279528 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff110ca878 36 1113936 0x00007fff110cb0d0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0ebb7c48 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff14a69070 0 0 0x00007fff0cef5858 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0ed97e38 1 1920  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e76a640 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0edddd00 1 3152 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1528c098 36 581848 0x00007fff1528cca8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff14613180 1 3104 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fc0cee0 22 176144 0x00007fff0cae5580 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff16442a10 21 286304 0x00007fff1644b2d0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16d53880 17 179200 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff13488c08 0 0 0x00007fff0cef7688 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff163f6790 19 183232 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0cd512b0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff136d7250 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff15c3d1d0 0 0 0x00007fff0d311b70 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff12ccfa50 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de77ac0 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff15c35858 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff149541f8 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0dc9c6b0 0 0 0x00007fff0d311b70 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0fa7dff0 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16910738 17 150216 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff11e952a8 28 339248 0x00007fff11e9f658 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0d05bde8 3 21336 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff167b1468 1 3064 0x00007fff167b1220 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13272fc0 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cd50b08 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0c8c5948 1 3736 0x00007fff0c8249e8 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff13a967a0 30 368872 0x00007fff13a971c8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0d39a798 101 717864 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff1344fb70 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c055e8 19 183336 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff127e5ec8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f8710a0 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16fd32b8 20 190168 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0ee3e9d0 0 0 0x00007fff0cde29b0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0e5cceb8 0 0 0x00007fff0cc9a2c8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff12ccfab8 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11fcbe18 0 0 0x00007fff0c9ffe10 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff17a34dc8 0 0 0x00007fff0cef5858 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0dc8f730 21 258296 0x00007fff0dc9c6b0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff13877858 20 266792 0x00007fff13878790 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff12452c70 579 3773664 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff131531f0 19 189536 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0b3a2e70 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1f6e40 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff146d20b8 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0fe00168 0 0 0x00007fff0d153488 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0e32a2c8 1 1920 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ebd4be0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff132795f8 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fb3c7e8 21 239040 0x00007fff0fb40bd8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff110f0d88 2 20288 0x00007fff110f2fa8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0cd51248 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b2efbc0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff148842f0 18 180696 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff14988eb0 22 344192 0x00007fff1498e668 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0cb19518 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ee6af88 1 3080 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff111cde08 1 1944 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b11d490 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10cdf270 18 204408 0x00007fff10ce2310 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0ff64828 1 3104  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff169e1058 31 470560 0x00007fff16a0b248 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff1644abf0 0 0 0x00007fff0cada878 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13ac30f0 23 312840 0x00007fff13ac4048 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff13c64d08 0 0 0x00007fff0cfbdad0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0fbc37d8 1 3080 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13546200 23 913680 0x00007fff135469d8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff10e03fd8 1 3080 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff159406f0 31 987560 0x00007fff15943b98 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0f1ec7a0 22 294760 0x00007fff0f1f6e40 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff169107e0 24 343112 0x00007fff1691ee50 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff13279d48 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10c5d0f0 0 0 0x00007fff0d310af0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0ed97ea0 1 1936  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11a454f8 18 204360 0x00007fff11a47140 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff12c5adb8 0 0 0x00007fff0cc9a2c8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff1483a3c8 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff137c1ff0 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff138de440 0 0 0x00007fff0ca75940 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f1f4c60 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16c05dc8 19 188856 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff1463adc8 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b11d4f8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff12b97e98 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff10190140 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff118bd9f0 1 3240  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11a76978 0 0 0x00007fff0ccdd760 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff143997f0 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1142c678 0 0 0x00007fff0cef6900 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff110f2fa8 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0d19f858 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10d1b708 0 0 0x00007fff0cb45740 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16c05540 12 114336 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff111cde70 1 1936  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f811cb8 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16fd3210 17 176008 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff15a40d08 25 377512 0x00007fff15a42bc0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff13b0e590 30 1030304 0x00007fff13b0fa30 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff13272f58 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e5e1ea8 0 0 0x00007fff0ccdd760 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0e97d5c8 2 20208 0x00007fff0e985350 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff12c3c788 28 1032576 0x00007fff12c3d670 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff1683d638 19 182896 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff149c8e88 29 415432 0x00007fff149cb8a0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16d530a8 17 179352 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff10d03418 0 0 0x00007fff0cb45740 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff120bd2a0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fc21648 1 1936 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff155a96b0 22 290168 0x00007fff155ad068 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0ee3b420 2 19904 0x00007fff0ee3e660 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff096c0f00 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b298a28 1 1920 0x00007fff0b298530 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b3a2e08 1 1920 0x00007fff0b3a2ae8 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff12d570f8 0 0 0x00007fff0d310af0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16fd2b90 17 181384 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0de77a58 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff162daf10 54 1421864 0x00007fff162eb2a8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff13279590 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ecd0848 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c285e0 0 0 0x00007fff0d311b70 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0b3066b0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ffa1e80 29 319904 0x00007fff0ffa8f08 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff10da8160 1 1944 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fb73a10 18 204360 0x00007fff0fb77728 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff15fc3838 0 0 0x00007fff0cfbdad0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0cd511e0 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff12430118 48 737712 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff0d19f328 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cef6900 1 3736 0x00007fff0ce46d38 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff0b2f0448 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cb4c9a8 1 9776 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff129c6c20 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1075bea8 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13d184d0 1 3064 0x00007fff0f80f530 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b11d700 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff146d09e0 22 298224 0x00007fff146d20b8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0fbc8e90 20 127312 0x00007fff0cde9158 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff11a7af58 1 3104  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13baa670 37 1197072 0x00007fff13bab358 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff15dd4710 18 180672 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff12bd6c08 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0ecd6d30 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13278fe0 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de77988 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13273508 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b2989c0 1 1920 0x00007fff0b2986a8 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff12d435e0 28 423176 0x00007fff12d44b58 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff11b988a0 26 325104 0x00007fff11b9b9f0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16c065d8 18 182072 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff12946418 19 247776 0x00007fff1294a598 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0e5dd640 18 204376 0x00007fff0e5e1b38 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff1233add0 0 0 0x00007fff096c0a58 dead
org/eclipse/birt/report/engine/executor/ApplicationClassLoader@0x00007fff254b3cb0
0x00007fff0cc4b180 0 0 0x00007fff0cc0cca0 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff105728c8 0 0 0x00007fff0d153488 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0e96fef0 0 0 0x00007fff0cfbf518 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16c05690 17 180080 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff13279660 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff12d56230 20 267168 0x00007fff12d57468 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0cca2518 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0eb91dc8 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11df9330 24 935800 0x00007fff11dfc6b8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0c825608 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1eb380 21 273040 0x00007fff0f1f2690 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff1001fd10 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0c9ffe10 1 3736 0x00007fff0c9ab0c0 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff0fd91278 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f70e4a8 1 1920 0x00007fff0f70e190 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ce46f98 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff11e951b0 26 404008 0x00007fff11e9f2e8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff146bd968 1 3064 0x00007fff14589580 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11dfc6b8 0 0 0x00007fff0cef7688 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff1170bdb8 1 3104  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0c825670 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e32a128 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff15aee568 22 289288 0x00007fff15af21f8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff10ce2310 0 0 0x00007fff0cb45740 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16c05e70 18 183232 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff16c04f40 18 181976 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0cde8fc0 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff1541a920 25 955904 0x00007fff1541b938 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff12434d10 27 114048 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff0e853c08 30 430168 0x00007fff0e86c800 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0d39ac10 89 651408 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff0fb40f48 0 0 0x00007fff0ccdd760 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0fd91210 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff164021f0 0 0 0x00007fff0cef5858 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13461328 0 0 0x00007fff0cef7688 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff1142cd58 0 0 0x00007fff0cef6900 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0c662728 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fc9a158 1 1944 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff12a98220 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11b9b310 0 0 0x00007fff0cb45740 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff12e4c888 18 152216 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff10c703d0 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ce3dbd0 2 13512 0x00007fff0cde8fc0 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff0d9852a8 1 3080  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16443088 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff14053c60 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13273570 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff15627138 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de779f0 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10d00c68 25 300040 0x00007fff10d03418 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16442918 22 304560 0x00007fff1644af60 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff11e9f2e8 0 0 0x00007fff0c9ffe10 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0b11d768 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1602a0b0 1 3064 0x00007fff15c356b8 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b3a2da0 1 1920 0x00007fff0b3a2a08 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1ebb40 24 291792 0x00007fff0f1f4210 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0fdb9fd8 2 20272 0x00007fff0fdbad20 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff096c0cb8 14 70040 0x00007fff096c0a58 dead
com/thoughtworks/xstream/core/util/CompositeClassLoader@0x00007fff1f397be8
0x00007fff137b9b70 40 1149776 0x00007fff137c1ff0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff1294a908 0 0 0x00007fff0cdad600 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f1f30e0 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f1f56b0 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0ed97dd0 1 3080 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d3125c8 1 3736 0x00007fff0d19f6c0 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff10c70300 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fe362b0 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff10c267d8 1 1920 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff152937c0 0 0 0x00007fff0d153488 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13278f78 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0c6627f8 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff104cfb50 20 127312 0x00007fff0d0dabb0 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff132796c8 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fb41628 0 0 0x00007fff0ccdd760 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0cd51178 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16d53b70 17 179376 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0f1ec4b8 22 294760 0x00007fff0f1f63f0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0e32a1f8 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff108ab7a8 1 3080 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0eb91d60 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff114ac580 20 127304 0x00007fff0cc6ea68 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff0d176738 0 0  null   dead
org/eclipse/osgi/framework/util/SecureAction$2@0x00007fff213edfb8
0x00007fff11b5aab0 0 0 0x00007fff0ccdd760 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0d39b578 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff169a0210 0 0 0x00007fff0cbcca50 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff10da81c8 1 1944 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e947b00 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff140997b0 22 321104 0x00007fff1409f990 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff1002bf10 22 176152 0x00007fff0cc4e8e8 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff0f70e440 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff15a0ad78 35 1070000 0x00007fff15a0c190 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff110f0e80 2 20288 0x00007fff110f3318 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff11e264d8 1 2000 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cc9a2c8 9 97416 0x00007fff0cc4e8e8 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff103b1548 1 3080 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff112de7c8 0 0 0x00007fff0cef6900 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0e7b0c90 1 1936  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d3134d0 0 0 0x00007fff0d123698 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff0e9859b0 0 0 0x00007fff0cfbf518 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff11a762b0 21 286568 0x00007fff11a76978 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0ca8d9e8 0 0 0x00007fff0ca49538 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff0b298958 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff15dd47b8 18 181160 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff12432b58 23 55408 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff0d19f390 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff13d18468 1 3064 0x00007fff0f80f628 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cfd4eb8 3 23192 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff1409f990 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff11a32ea0 1 3064 0x00007fff0fb3cad0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d985240 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ecd6d98 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff178c7190 16 174232 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0de77920 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0faa13a8 1 1944 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fc72470 1 1936  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ec04d70 0 0 0x00007fff0ca75940 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0faaf468 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c26150 0 0 0x00007fff0d311b70 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff1072e518 1 1920 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fc9a1c0 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff135469d8 0 0 0x00007fff0ca75940 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0c9ab0c0 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff0b3a2d00 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1f4f50 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13a86e88 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c06530 17 179520 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff155a95b8 23 296288 0x00007fff155accf8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff15dd1ab0 1 3064 0x00007fff15dd4668 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11e41f80 20 127304 0x00007fff0ce46f98 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff0cfbdad0 1 3736 0x00007fff0cf12e28 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff13d18400 1 3064 0x00007fff0f80f818 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d39ac90 94 719544 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff0fdd12d0 26 409360 0x00007fff0fdd3da0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff15dce698 1 1920 0x00007fff15dd45c0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e97d6c0 2 20288 0x00007fff0e9856c0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16fd3118 25 310680 0x00007fff17067030 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0e789aa8 1 2000 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16d53398 18 184240 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0c662790 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16db73f0 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff10c70368 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11a90878 1 3064 0x00007fff0e5dd488 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0c8256d8 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cbbf410 1 3736 0x00007fff0cb4cad8 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff16c04fe8 18 152216 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff1075be40 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10c9bd10 22 176152 0x00007fff0cf12cf8 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff1644b9b0 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff1644a880 0 0 0x00007fff0cc083b8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16fd28a0 17 179544 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0b2f04b0 1 3064 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d39b510 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff146bd9d0 1 3064 0x00007fff14589628 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff110f2cb8 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f1f74a0 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0e32a190 1 1920  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff14053cc8 1 3064 0x00007fff0e5c9608 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff132735d8 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ed546a0 1 1920  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10ed58f8 0 0 0x00007fff0d310af0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0ca49538 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff13273438 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b2ef978 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b2988f0 1 1920 0x00007fff0b298530 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff108a9cd8 1 3080 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16fd2948 20 250880 0x00007fff17065a90 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff10c70298 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff105ad518 25 951168 0x00007fff105af9d8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff15f0c7f0 1 1920 0x00007fff15dd45c0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11a32f08 1 3064 0x00007fff0fb3cbc8 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ca494d0 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ebc43f8 2 20440 0x00007fff0ebc6d78 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0df38f40 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff096c0dc8 1 1920  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d00db60 1 9776 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff0e333ae0 1 1904 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff138ca8d0 22 206792 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0cc083b8 2 13416 0x00007fff0cb4cc08 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff14207980 1 3064 0x00007fff14099950 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff15627050 20 127312 0x00007fff0cc4e8e8 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff0d39ad48 46 335904 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff137c1d00 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0ca90e80 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e5e14d8 0 0 0x00007fff0ccdd760 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff14b1d960 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1170bcc0 30 1010952 0x00007fff1170c880 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16bb5ed0 19 190168 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff15ad7268 29 942304 0x00007fff15ad7cd0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0f7da3e0 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff146bc1b8 1 3064 0x00007fff145748b8 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b11d630 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff15954a20 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16d53248 17 179144 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff140c4820 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c05f18 23 912904 0x00007fff16c285e0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff12946510 19 247848 0x00007fff1294a908 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0c662658 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16d53ac8 17 180848 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff100ae370 0 0 0x00007fff0d310af0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0cbdca30 1 9776 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff140587c0 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0fbc0628 20 127304 0x00007fff0cf12cf8 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff165430f8 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fc9a020 1 1936 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de778b8 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16235fd8 21 296784 0x00007fff16237630 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff12d434e8 25 376856 0x00007fff12d447e8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff127c95f8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b2f0518 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff130ed370 0 0 0x00007fff0cb45740 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0e5dd738 19 205904 0x00007fff0e5e1ea8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0e853d00 2 20448 0x00007fff0e86cb70 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16442820 23 311872 0x00007fff1644abf0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff154b5a48 21 264456 0x00007fff154b69c8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0b3a2c98 1 1920 0x00007fff0b3a2818 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ed521a8 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b4b0bc8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f9e3378 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff140ceb20 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff130a0f50 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff119abec8 31 1072056 0x00007fff119ace80 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0d39b4a8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c057e0 20 208728 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff16c04e48 22 304496 0x00007fff16c26150 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff165f9da8 0 0 0x00007fff0cada878 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff127e4df8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff177c1158 26 965136 0x00007fff177c0680 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0cf13088 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff0ee3e370 0 0 0x00007fff0cde29b0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff178ea0d0 0 0 0x00007fff0cc9a2c8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13455090 1 3104  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11886f78 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d07aa98 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff1541b938 0 0 0x00007fff0cc9a2c8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0c825740 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff14235dc8 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0cae5580 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff16c06488 18 182872 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0ca90ee8 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff0f1eba48 24 291792 0x00007fff0f1f3ea0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0ec022e0 20 267944 0x00007fff0ec04d70 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff13279730 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d38c128 17 175952 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff11a32f70 1 3064 0x00007fff0fb3c7e8 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff143e1278 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fb77728 0 0 0x00007fff0ccdd760 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff15dd4668 18 181088 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff12060600 102 782680 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff0b298888 1 3080  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f348760 0 0 0x00007fff0c9ffe10 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16c05738 16 173520 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0e333a78 1 3208  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cca24b0 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f28b508 33 993784 0x00007fff0f2910a8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff110f0fb0 2 19904 0x00007fff110f3708 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff10f5e2c8 0 0 0x00007fff0d310af0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0d04f9d0 0 0 0x00007fff0cfd4eb8 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff0b11d698 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e97d780 2 20208 0x00007fff0e9859b0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff12d44b58 0 0 0x00007fff0d310af0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f70e578 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff140c4888 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11e72bc0 23 336968 0x00007fff11e77350 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0c8257a8 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16401be0 0 0 0x00007fff0cef5858 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff154b69c8 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff132734a0 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff162eb2a8 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0b2ef9e0 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1242b870 8 125384 0x00007fff096c0a58 dead
org/mozilla/javascript/DefiningClassLoader@0x00007fff256f1698
0x00007fff0fc9a088 1 1960 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f871af0 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f33efa8 0 0 0x00007fff0c9ffe10 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16fd3070 20 193240 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff16d532f0 17 179632 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff1608bc10 27 994936 0x00007fff16090828 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0c6626c0 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff153b00c0 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff137b9ab0 22 293216 0x00007fff137c1d00 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff11d3a128 0 0 0x00007fff0cbbf410 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff10c70230 1 2024 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff178c7098 21 272848 0x00007fff178e9c10 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff108a9c70 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13d97bf8 0 0 0x00007fff0cfbdad0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff1075bf10 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff123a63b8 0 0 0x00007fff09a39388 dead
org/eclipse/birt/core/framework/URLClassLoader@0x00007fff21346300
0x00007fff12869660 8 125400 0x00007fff096c0a58 dead
org/mozilla/javascript/DefiningClassLoader@0x00007fff256f1698
0x00007fff0e73fb88 18 152216 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0ce46e68 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff12343a60 62 544496 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff0cd51048 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff142e6cb8 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff096c0d60 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d39b440 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f2693f8 0 0 0x00007fff0c9ffe10 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0ca49468 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f7da378 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ffa8f08 0 0 0x00007fff0d153488 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff1282bcc8 101 554144 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff0b2f05e8 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fdbad20 0 0 0x00007fff0cc9a2c8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff10026210 1 1960 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e5a2fb8 1 3160 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d07aa30 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f8365e0 1 3200  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11355de8 29 1064152 0x00007fff1135cbf0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16543000 21 287384 0x00007fff16545160 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff13878420 0 0 0x00007fff0ca75940 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff148df0b8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff155ad068 0 0 0x00007fff0cc083b8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff140cf200 0 0 0x00007fff0d153488 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0b2f0580 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1ec5e8 22 294760 0x00007fff0f1f67e0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0ca49400 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f7da310 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13279798 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fdd13c8 1 3128 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff108a9c08 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de77850 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1558efc0 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff118880e8 29 345720 0x00007fff118895d8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0b298820 1 1920 0x00007fff0b2986a8 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff149a0138 27 321568 0x00007fff149a1470 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff12a80090 1 3136 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f70e510 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fc9a0f0 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1552d0d0 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0df38fa8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11c9f9e0 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b3a2c30 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e333a10 1 3080  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff104c5940 22 176144 0x00007fff0ce46d38 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff0ee3b610 2 20360 0x00007fff0ee3ed28 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0f1eb250 22 295128 0x00007fff0f1f22a0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0ecd6cc8 1 1936  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c05fd8 14 120296 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff1454e698 22 176144 0x00007fff0d0dabb0 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff0fbf00b8 1 1960 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0c5d06a8 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fc9d0f0 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff17be78b8 18 152216 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0e342238 1 3064 0x00007fff0dc8f638 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff178c6ee0 25 378808 0x00007fff178e95b0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff108a9ba0 1 3080 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff130ecde0 23 946168 0x00007fff130ed370 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff13939b78 1 1944 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff152cf688 0 0 0x00007fff0d153488 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff17a38550 20 267944 0x00007fff17a34dc8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16db92d8 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0c662998 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff178e9c10 0 0 0x00007fff0cc9a2c8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0dc9cb08 0 0 0x00007fff0d311b70 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff10d181c0 25 314536 0x00007fff10d1b398 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0d15a8f8 18 152216 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0c8249e8 24 360600 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff0cd026b8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff131cd998 19 189536 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0e5e1b38 0 0 0x00007fff0ccdd760 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f9eca60 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff100a21c0 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13c8c5e0 1 3064 0x00007fff0f80f720 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff108ece30 22 176144 0x00007fff0cd02588 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff0f70e2a0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cf12e28 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff13273368 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b11d148 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff15c355c0 21 280608 0x00007fff15c3d1d0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0b2efe30 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff14208858 21 292336 0x00007fff1420b3c8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0b3a2b90 1 1920 0x00007fff0b3a2ae8 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cb45740 1 3736 0x00007fff0cae5580 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff12d44478 0 0 0x00007fff0d310af0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff121e7fc8 132 987592 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff0de781a8 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1ec208 22 294760 0x00007fff0f1f5a20 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0fa23f48 1 3080 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff12f97f40 0 0 0x00007fff0cef7688 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff096c0ae0 6221 34663096 0x00007fff096c0a58 dead
java/net/URLClassLoader@0x00007fff1eddeb50
0x00007fff13273300 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff15f0c858 1 3064 0x00007fff15dd45c0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11944b80 20 204696 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0b298750 1 1920 0x00007fff0b298530 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f85fe80 2 20288 0x00007fff0f871780 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0cef7688 2 13512 0x00007fff0cde9158 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff0f1f1c40 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff10c5bb10 36 1113936 0x00007fff10c5d0f0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16d53dd0 12 114520 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0ca91018 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff167b1110 17 150496 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0de55138 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff161fb420 0 0 0x00007fff0d3125c8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff12d433f0 20 289176 0x00007fff12d44478 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0d39b3d8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff168770e8 17 179544 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0de77fa0 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c05090 16 142752 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff169e0c50 17 179336 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0f6e00c8 1 1936  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cca2318 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff100a6dd8 1 3104 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b2f0240 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ebd6c20 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff118d2eb0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e350a90 2 22168 0x00007fff0e357df8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0ebefa50 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10d1ba78 0 0 0x00007fff0cb45740 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0fb3cad0 20 233456 0x00007fff0fb41628 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0db37240 1 3104 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13939b10 1 1944 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff129c2ee0 1 3104  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cd50e40 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1420b3c8 0 0 0x00007fff0cef7688 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0d19f528 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff178c33e0 1 3088 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cd37568 1 3736 0x00007fff0cce4118 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff14589628 18 182512 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff127ef8f8 8 125400 0x00007fff096c0a58 dead
org/mozilla/javascript/DefiningClassLoader@0x00007fff256f1698
0x00007fff0fb77048 0 0 0x00007fff0ccdd760 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f1ebd30 21 272888 0x00007fff0f1f48f0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff132798d0 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13279048 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f811948 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0de77718 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16545160 0 0 0x00007fff0cada878 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16c063e0 17 179608 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0cd50ea8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff122f1890 48 414912 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff0db372a8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff132790b0 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d39b308 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ebefab8 1 3080 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b2f02a8 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16d53590 17 180216 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0de777e8 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16442f90 19 240256 0x00007fff1644c550 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0ddae638 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b298f08 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d6c1f90 18 181768 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0d1734a8 0 0  null   dead
org/eclipse/osgi/baseadaptor/BaseAdaptor
$ParentClassLoader@0x00007fff213ac4a8
0x00007fff0b2efe98 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff110f3318 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13fb1c70 22 176152 0x00007fff0d19f390 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff0e357df8 0 0 0x00007fff09a392d8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff118d2e48 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d39aab0 18 152216 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff108a9b38 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff14a23e48 20 209944 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff14053ac0 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff132733d0 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b4b0c68 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ecd6bd0 32 1020288 0x00007fff0ecd8da0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0dc8fae8 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16bc2008 16 173304 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff1384fa60 1 3104  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b2987b8 1 1920 0x00007fff0b298530 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1468bf10 0 0 0x00007fff0cef6db0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff1056b4a0 1 3152 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1eb570 24 291792 0x00007fff0f1f2d70 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16d53d28 24 224976 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff127ca138 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de78140 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1644c090 0 0 0x00007fff0cc083b8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13279800 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16999a98 20 256808 0x00007fff169a0580 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16442728 23 338072 0x00007fff1644a880 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16c06338 18 184232 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff12b6fc20 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff14099950 14 120392 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff138746f8 1 3104  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cde90f0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0c662930 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff100a2158 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f70e238 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0c825878 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16fd2e80 20 267848 0x00007fff17066800 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff12b96218 33 1020056 0x00007fff12b97e98 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0cc4ea18 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff149cb8a0 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff12351d38 121 512584 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff12e4c6e8 18 152216 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff100a6d70 1 3104 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1416a570 25 270504 0x00007fff0d0dabb0 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff11a739c0 1 3080 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1f6b50 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff14058048 22 295688 0x00007fff140587c0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff13279868 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de551a0 1 3112 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1f3ea0 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff11b986b0 24 362144 0x00007fff11b9b310 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff1002f548 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff140c4728 32 330472 0x00007fff140cf200 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0de77f38 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff15a22e08 24 331472 0x00007fff15a24320 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0dc9c340 0 0 0x00007fff0d311b70 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16910a50 1 3064 0x00007fff16910738 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cca2380 1 9776 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff178c6e38 18 152216 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0d123698 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff0c825810 1 3104 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c05888 19 202368 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff12f95db8 30 1058112 0x00007fff12f97f40 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff13c62e90 20 240784 0x00007fff13c64d08 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff162a16a8 30 430800 0x00007fff162a3fd0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff15f0c8c0 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1443f7e0 47 1255264 0x00007fff14446ab0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0ce470c8 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff0b11d1b0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff133069e0 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11fcb3b8 29 343584 0x00007fff11fcbe18 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff11d38470 21 271096 0x00007fff11d3a128 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff105cb890 23 331448 0x00007fff105ce050 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff154b6658 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0ffa8828 0 0 0x00007fff0cfbdad0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0de77780 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d6d5900 0 0 0x00007fff0cfffc08 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0e5c9608 21 841952 0x00007fff0e5cceb8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0cfbe750 14 265592 0x00007fff0cf12cf8 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff167b11b8 1 3064 0x00007fff163f6838 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff096c0a58 58 626144 0x00007fff09762e40 dead sun/misc/Launcher
$AppClassLoader@0x00007fff1ee3f078
0x00007fff0e462930 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f6ee7d0 1 3128  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16877040 17 151184 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff119ace80 0 0 0x00007fff0c9ffe10 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0d39b370 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10068a30 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1f63f0 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff169e0cf8 20 203752 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff127ef0f8 14 206680 0x00007fff096c0a58 dead
org/mozilla/javascript/DefiningClassLoader@0x00007fff256f1698
0x00007fff0f80f530 20 246072 0x00007fff0f811948 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0de55078 21 272432 0x00007fff0de5a398 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff10f5c640 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11fe1dc8 28 356880 0x00007fff11fe3710 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0cde9158 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff100a20f0 1 3080 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff14731298 18 181856 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff12cd1bf8 1 3104  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10d1b398 0 0 0x00007fff0cb45740 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0d38c738 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13289f20 0 0 0x00007fff0d310af0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff132799a0 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b2eff00 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e4628c8 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16d53c80 18 181744 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff1683da10 1 3064 0x00007fff1683d748 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cca2248 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1f48f0 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff1416e070 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0cd50f10 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff17c43638 9 95376 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff11fe3710 0 0 0x00007fff0cfbf518 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff10718ae8 1 1944 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff15f0c928 1 1920 0x00007fff15dd45c0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0db37310 1 1920 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff12d57468 0 0 0x00007fff0d310af0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f1f37c0 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0de780d8 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b2f0310 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c03fc8 32 1026536 0x00007fff16c034e8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff12464860 194 2040672 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff0e9856c0 0 0 0x00007fff0cfbf518 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff10a320f8 16 149216 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff178c7670 1 3064 0x00007fff16c05fd8 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13279118 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff15a42bc0 0 0 0x00007fff0cb45740 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0d39b2a0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16877190 1 3064 0x00007fff168771f8 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff147525d8 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c051e0 16 173768 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff178e95b0 0 0 0x00007fff0cc9a2c8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0b298ea0 1 1920 0x00007fff0b298530 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11c8b138 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0c9aaee8 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff13631448 22 176144 0x00007fff0ce46f98 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff0de77ed0 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de77648 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e6b9a20 22 176144 0x00007fff0c9aaee8 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff0b298640 1 1920 0x00007fff0b298530 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1f2690 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff169a0580 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16d53440 13 118656 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0b2f0378 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f70e3d8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0db37378 1 3104 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cf12f58 1 9776 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff0cd50f78 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ecd8da0 0 0 0x00007fff0cb11c20 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff10718a80 1 1944 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff12e4ed98 0 0 0x00007fff0cc9a2c8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff178c7608 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff178c6fa0 22 901928 0x00007fff178e98a0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff13126e18 0 0 0x00007fff0cef7688 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff10ec66d8 1 3104 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff140998a8 18 181768 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0b3a2ae8 33 380136 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0c6628c8 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff168771f8 18 181368 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0f1ec300 21 272888 0x00007fff0f1f5d90 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0c825980 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16fd2f78 29 392984 0x00007fff17066b70 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff105af9d8 0 0 0x00007fff0cc9a2c8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0d39ab58 962 6569184 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff134476a8 1 1920  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff129add50 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13273230 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff130c36e8 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff132897d0 23 926616 0x00007fff13289f20 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff15ad7cd0 0 0 0x00007fff0cfbdad0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f1ebc38 24 291792 0x00007fff0f1f4580 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0e96b590 27 994936 0x00007fff0e96fef0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff14053b28 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fb3cbc8 20 233456 0x00007fff0fb41998 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0fc76770 1 3168 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ecb77a0 1 1944 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f812398 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16c05930 21 227536 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff100a2088 1 3080 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b2eff68 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1644af60 0 0 0x00007fff0cada878 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff11755f38 1 3136 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1602a720 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13279938 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff104d4c58 0 0 0x00007fff0cf12cf8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16d53c18 1 3064 0x00007fff16d53c80 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff129addb8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16fd3600 1 3152 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de78070 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff130e09a0 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10a32050 18 152216 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0f871410 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0de77e68 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e86cb70 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff15f0c990 1 1920 0x00007fff15dd45c0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff118869e8 1 2048 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b4b0d70 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c059d8 17 179336 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0cd02720 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0df39010 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff127c9bd0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1135cbf0 0 0 0x00007fff0cef6900 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f70e308 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e5a3020 1 3080  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d19f4c0 1 3104 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13dc7748 1 3064 0x00007fff13c62e90 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c06220 17 179624 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff1416db08 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13279180 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b2986a8 25 257664 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff12b96310 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d39b238 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ebed170 1 1992 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e984fe0 0 0 0x00007fff0cfbf518 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff112b1210 20 127304 0x00007fff0cde8fc0 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff0b298e38 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff12e4c790 24 932280 0x00007fff12e4ed98 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0f85ff78 2 19888 0x00007fff0f871af0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0f1ec3f8 22 294760 0x00007fff0f1f6100 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0fc09730 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff14053bf8 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fc9d158 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff169e0da0 30 430168 0x00007fff16a0ab68 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0e462860 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13126668 29 1009656 0x00007fff13126e18 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0b3a2a08 28 272328 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0f1eb478 24 291792 0x00007fff0f1f2a00 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff1528cca8 0 0 0x00007fff0d153488 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0e6fed00 18 152216 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff140c4630 23 308464 0x00007fff140cee90 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0ee3ed28 0 0 0x00007fff0cde29b0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff118d5898 0 0 0x00007fff0d310af0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0fe35e40 29 392984 0x00007fff0fe362b0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff11b987a8 22 304616 0x00007fff11b9b680 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0fb41998 0 0 0x00007fff0ccdd760 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13273298 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16bbc870 19 189536 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0de776b0 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0c825918 1 3104  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff15dd1548 1 3064 0x00007fff15dd47b8 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff108ab810 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff132791e8 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b2effd0 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff177c0680 0 0 0x00007fff0cdad600 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff1234e018 10 183368 0x00007fff09a39388 dead
org/eclipse/birt/report/engine/javascript/ScriptUtil
$Loader@0x00007fff25621de8
0x00007fff0b11d0a8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff137b9ca0 18 204392 0x00007fff137c23e0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0f1eadb0 24 291960 0x00007fff0f1f11f0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff100a6c78 25 376856 0x00007fff100ae370 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff100a2020 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fdc79a0 1 3104  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b2f03e0 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1416a478 22 322904 0x00007fff1416db08 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff14053b90 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cd50fe0 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff104b1de0 18 180696 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff10be8828 0 0 0x00007fff0cbbf410 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0de77e00 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16442ee8 17 181304 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0ca75940 1 3736 0x00007fff0ca14948 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff0f70e370 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff138de020 21 274040 0x00007fff138de440 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff1050c640 25 297424 0x00007fff1050ca70 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16d534e8 17 179544 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff16c05138 17 179168 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0b4b0d08 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cca22b0 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1f1560 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff17ab3ee0 18 152216 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff17066b70 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0c662860 1 3088 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10032a20 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de78008 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff129d1698 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff15f0c9f8 1 3064 0x00007fff15dd4710 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f831420 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1644b640 0 0 0x00007fff0cc083b8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff103a9288 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13538cf0 16 173816 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0e767d18 23 928400 0x00007fff0e76a640 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0ed68900 22 176160 0x00007fff0cf12e28 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff0b298530 33 380136 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0ddae498 1 1920 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13273160 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff122effb8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11c0ba20 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff178c7560 18 152216 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0f1f2d70 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff14823668 1 3064 0x00007fff14731298 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b2efc28 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff163f6838 19 185536 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff158b0e28 27 317216 0x00007fff158b1690 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff10bc42c8 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13433738 1 3104  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d313020 1 3736 0x00007fff0d19f390 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff112dc158 26 967104 0x00007fff112de7c8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff13c85f48 1 1944 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cca2178 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1699fea0 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0ebb7b60 22 176152 0x00007fff0ca14948 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff131265c0 20 187184 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff11e77350 0 0 0x00007fff0c9ffe10 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff10354840 1 3080 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1f6100 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f871780 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16fd2c38 24 369632 0x00007fff170661f0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff11b59d10 1 3104  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ee3e660 0 0 0x00007fff0cde29b0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff10a33a60 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f80f628 20 246072 0x00007fff0f811cb8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff1683d900 16 145736 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff139e2140 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff168772a0 16 149040 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff13c5ab18 0 0 0x00007fff0cfbdad0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff161fbef8 30 1006928 0x00007fff161fb420 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0b2f0038 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de77578 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1056e3e0 28 325424 0x00007fff105728c8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff11fe1ec0 27 351368 0x00007fff11fe3a80 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff1644bd20 0 0 0x00007fff0cada878 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff1294a598 0 0 0x00007fff0cdad600 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff10d183b0 2 20208 0x00007fff10d1ba78 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0fb412b8 0 0 0x00007fff0ccdd760 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff15fbd508 24 964888 0x00007fff15fc3838 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0de77d98 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0deb7d58 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13bab358 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13279250 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff169e0e60 15 144808 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff11727840 1 2000 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e5e11e8 0 0 0x00007fff0ccdd760 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0e750c98 1 1976 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ebd4c48 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13877760 24 934088 0x00007fff13878420 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff114262f0 21 288328 0x00007fff1142c678 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff167b1330 1 3064 0x00007fff163f6790 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10517d20 1 3160 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de77510 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13a971c8 0 0 0x00007fff0cde29b0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff15c3d690 0 0 0x00007fff0d311b70 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13279ad8 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10034788 1 3080  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fa1efc0 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10ec65e0 55 1279736 0x00007fff10ed58f8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0d39a850 147 1002592 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff16c05288 18 185176 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff134a6000 22 301976 0x00007fff134a70e0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff096ded68 0 0 0x00007fff096c0a58 dead java/util/ResourceBundle
$RBClassLoader@0x00007fff1efd46b8
0x00007fff0cc4e8e8 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff16d52668 15 144656 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff11a47140 0 0 0x00007fff0ccdd760 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff169108d8 18 180888 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0f33ea08 24 927952 0x00007fff0f33efa8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16b5b8d0 16 173768 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0fa420c0 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cfffc08 18 146816 0x00007fff0cf13088 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff137c23e0 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff10708ba0 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0cca2110 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fb3c8e0 21 239672 0x00007fff0fb40f48 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0dc8f828 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d39b1d0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1ec018 25 297504 0x00007fff0f1f5340 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0b298dd0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f85fc90 19 223216 0x00007fff0f8710a0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff103a92f0 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff100a6f10 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d39b128 17 175952 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff13279a08 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fb40bd8 0 0 0x00007fff0ccdd760 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0cd51520 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cada878 1 3736 0x00007fff0ca90ee8 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff0de45960 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de78348 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cca21e0 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1f3450 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0b11d3c0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f7adf00 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1eb760 24 291792 0x00007fff0f1f3450 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0ff3a230 1 1936  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1683d9a8 1 3064 0x00007fff1683d858 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cde92f0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11e9f658 0 0 0x00007fff0c9ffe10 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0d19f7f0 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1ec860 22 294760 0x00007fff0f1f7130 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff118d2c58 23 267608 0x00007fff118d5528 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff14a8c6a8 1 3088  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff132731c8 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1142c9e8 0 0 0x00007fff0cef6900 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff10f5c5d8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ddae430 1 3160 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b298d00 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b2f00a0 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de775e0 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1074a948 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c034e8 0 0 0x00007fff0d310af0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0cd50ca0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ff647c0 1 1920  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff132792b8 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff155accf8 0 0 0x00007fff0cc083b8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff140cee90 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff1416e3e0 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff17066800 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0ec91e08 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1447ce28 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ebd4cb0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff104b1e88 18 181072 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff11e42068 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff108df988 1 1960 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16d54018 1 1920 0x00007fff16d53d28 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d7cb760 2 2176 0x00007fff096c0ae0 dead
org/codehaus/groovy/reflection/SunClassLoader@0x00007fff2226d738
0x00007fff119f21b0 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b2efc90 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff169998a8 24 316472 0x00007fff1699fea0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff15c35760 24 945280 0x00007fff15c3d690 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0f1f5a20 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff1416a750 23 314256 0x00007fff1416e3e0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0c80f5a8 1 3080  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff108df9f0 1 2104 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff103548a8 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff163f68e0 29 1030080 0x00007fff164021f0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0dc8f890 21 258296 0x00007fff0dc9cb08 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0b298d68 1 1920 0x00007fff0b298530 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ec91e70 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16442df0 26 980408 0x00007fff1644c090 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16c06178 17 179208 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff15940960 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff129d7ba0 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e86c800 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0cf12cf8 3 20824 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff14a64368 26 964928 0x00007fff14a69070 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0b2efcf8 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0deb7dc0 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ee3b360 2 20360 0x00007fff0ee3e370 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0d39a8d0 63 447552 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff16d53f70 17 179240 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff16c28a20 0 0 0x00007fff0d311b70 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0fdfb910 28 339112 0x00007fff0fe00168 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff11b7b340 1 3064 0x00007fff0e5dd738 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0dd97a98 18 180696 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0cdad600 7 95048 0x00007fff0cd02588 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff0b3a2960 16 174384 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0b2985d8 1 1920 0x00007fff0b2986a8 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16029fb8 27 985664 0x00007fff1602a720 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0d17e210 1 3736 0x00007fff09a392d8 dead
org/eclipse/core/runtime/internal/adaptor/ContextFinder@0x00007fff2145ec00
0x00007fff0de77d30 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cde9288 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff09a392d8 39 201056 0x00007fff09a39388 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff16fd3558 17 179840 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff12e47e30 16 146184 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff16d537d8 19 188592 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff167b1398 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff139776c8 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fdffdf8 0 0 0x00007fff0d153488 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0d0dabb0 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff0cef6db0 2 13512 0x00007fff0ce46f98 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff0f1eaea8 24 291792 0x00007fff0f1f1560 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16c05a80 21 199048 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff10bc1f40 1 1936  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e5dd2d0 19 205904 0x00007fff0e5e0e78 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff10034720 1 3112 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13ac4048 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13279a70 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16ba5968 0 0 0x00007fff0d310af0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0fa42058 1 3112 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff140c4538 25 328144 0x00007fff140ceb20 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0f812028 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0de77cc8 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cd514b8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fdd3da0 0 0 0x00007fff0d153488 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f6b2b20 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16a0b248 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0de458f8 1 2000 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d1108e8 0 0 0x00007fff0d07aa98 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff14884400 1 3064 0x00007fff14884248 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c053f0 18 152216 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff165f18a0 25 376824 0x00007fff165f9da8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0f1f1f30 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff158b1690 0 0 0x00007fff0cfbdad0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff139e2070 1 3080 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16d53638 17 179448 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0d310af0 7 146976 0x00007fff0d19f1f8 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff0cd02588 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff15292ba0 24 318432 0x00007fff152937c0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff14446ab0 0 0 0x00007fff0cf12cf8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16fd34b0 17 179584 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff1498e668 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0b2f0108 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1074a8e0 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cd50d08 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fc1f138 1 1960 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13e1cec0 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cde29b0 1 3736 0x00007fff0cd51048 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff15940890 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff12474878 7 114120 0x00007fff096c0a58 dead
org/mozilla/javascript/DefiningClassLoader@0x00007fff256f1698
0x00007fff100a6ea8 1 1960 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f2910a8 0 0 0x00007fff0c9ffe10 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f70e190 23 214392 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0db37130 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b298c98 1 1920 0x00007fff0b2986a8 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1f5340 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16910980 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16442c00 28 996808 0x00007fff1644b9b0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff116a3c78 0 0 0x00007fff0cc9a2c8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0dd97b40 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cde9358 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d19f658 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0deb7c20 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13279320 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c06080 20 267648 0x00007fff16c28a20 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff168773b0 1 3064 0x00007fff16877040 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16fd2d30 17 179240 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff10c63780 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cca2040 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1f7130 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0f80f720 20 246072 0x00007fff0f812028 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff169e0f08 23 248096 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff17067030 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff10af9048 1 3064 0x00007fff0e97d4d0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13c85e78 1 1944 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de782e0 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d39b088 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff100689c8 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13279ba8 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ebc6d78 0 0 0x00007fff0c9ffe10 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff14810ad8 20 191000 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0f1f4210 0 0 0x00007fff0ca41ed8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0b11d218 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c05b28 16 173952 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff1691ee50 0 0 0x00007fff0cbcca50 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13306a48 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff169109e8 1 3064 0x00007fff169108d8 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff159408f8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff167b1220 19 182336 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0b2efd60 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1294ac78 0 0 0x00007fff0cdad600 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0de55208 1 3152 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff152cec48 29 364616 0x00007fff152cf688 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff1074a030 1 3080  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ddae5d0 1 1920 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff104d3938 54 1423048 0x00007fff104d4c58 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16db8090 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13273028 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff114263e8 23 360776 0x00007fff1142c9e8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff10d182b8 2 20096 0x00007fff10d1b708 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff10c637e8 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fb3c9d8 2 20152 0x00007fff0fb412b8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff09762e40 243 1392184  null   dead sun/misc/Launcher
$ExtClassLoader@0x00007fff1eddf028
0x00007fff0de77408 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10d3d320 27 326920 0x00007fff10d3f188 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0f1ebe28 24 291960 0x00007fff0f1f4c60 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0b3a28f8 1 1920 0x00007fff0b3a2ae8 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e342168 1 3064 0x00007fff0dc8f730 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cd50d70 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff12433770 57 326888 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff0de45890 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b2f0170 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cb19380 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff162a3fd0 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff17065a90 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff1090e218 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ffa8b98 0 0 0x00007fff0d153488 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13006968 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0c662ad0 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1ec110 24 291792 0x00007fff0f1f56b0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff11b59c40 1 1936  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff162379a0 0 0 0x00007fff0cb45740 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0e743cd0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f85fd88 2 20888 0x00007fff0f871410 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff108c3fb8 1 2000 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff15c356b8 13 116392 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff10bc1ed8 1 1920  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff15943b98 0 0 0x00007fff0cbcca50 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0e1272a8 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1683d858 19 182944 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff169e0fb0 18 181808 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff13b0fa30 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0ddae500 1 1920 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff132730f8 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0db37198 14 120392 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0b298c30 1 1920 0x00007fff0b298530 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16a0ab68 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff11b59ca8 1 3064 0x00007fff0e5dd2d0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0deb7c88 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1074a878 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1eb668 24 291792 0x00007fff0f1f30e0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff10f5c4e0 22 281864 0x00007fff10f5e2c8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff13279388 1 3064 0x00007fff09762e40 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10ce2680 0 0 0x00007fff0cb45740 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0b3a2818 25 257664 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff1006d400 1 3080  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f1ebee8 22 294760 0x00007fff0f1f4f50 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff118895d8 0 0 0x00007fff0d310af0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff16090828 0 0 0x00007fff0cd37568 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff11b9b680 0 0 0x00007fff0cb45740 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff14877150 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff12c42038 25 932720 0x00007fff12c437c8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff10d3f188 0 0 0x00007fff0cb45740 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0c8253f0 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0f265240 19 247776 0x00007fff0f2693f8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff11fe06d0 1 3080 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ec5c380 16 145648 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff12f982b0 0 0 0x00007fff0cc9a2c8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0de77c60 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff156f10f8 22 290640 0x00007fff156f60e0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff10c63718 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff169999a0 22 323144 0x00007fff169a0210 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0fb773b8 0 0 0x00007fff0ccdd760 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff123a6f68 8 126184 0x00007fff096c0a58 dead
org/mozilla/javascript/DefiningClassLoader@0x00007fff256f1698
0x00007fff0d390258 13 116392 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0d311b70 1 3736 0x00007fff0d19f528 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff16fd3408 17 179712 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff13c85ee0 1 1944 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de78278 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff09a39388 5378 38422792 0x00007fff096c0ae0 dead
java/net/URLClassLoader@0x00007fff1eddeb50
0x00007fff0f6b2b88 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff134a70e0 0 0 0x00007fff0cef7688 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff15427e20 0 0 0x00007fff0cc9a2c8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0d19ef60 490 3403792 0x00007fff09a39388 dead
org/eclipse/birt/core/framework/osgi/OSGILauncher
$ChildFirstURLClassLoader@0x00007fff21346810
0x00007fff0f1ec958 22 294760 0x00007fff0f1f74a0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff1074b970 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0dc8f9f0 2 20592 0x00007fff0dc9cf60 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff139e20d8 1 3112 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b11d2e8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff167b12c8 1 3120 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0c662a00 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d19f6c0 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff118d2d50 26 992064 0x00007fff118d5898 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0cfbf518 1 3736 0x00007fff0ce46e68 dead
org/ofbiz/base/util/CachedClassLoader@0x00007fff1f699ac0
0x00007fff162360d0 26 961448 0x00007fff162379a0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff138f1828 1 1960 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13306ab0 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff123058c0 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c05bd0 17 179904 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff16c05330 30 1086504 0x00007fff16c26ca0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0f7ade58 21 208344 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0dd97ba8 18 181072 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0cd50dd8 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de78210 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0b2f01d8 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fdfb818 28 352544 0x00007fff0fdffdf8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16d53e78 23 338072 0x00007fff16db92d8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16d536e0 24 345656 0x00007fff16db8090 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16877348 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff100a6e40 1 3208 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff170661f0 0 0 0x00007fff0cfbe750 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff178c74b8 16 173408 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0dc8f988 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff138ab950 22 176152 0x00007fff0d19f528 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff103a9358 1 1936 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0ee3b268 2 20360 0x00007fff0ee3e000 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff16442cf8 21 284152 0x00007fff1644bd20 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0e3421d0 1 3064 0x00007fff0dc8f890 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cca20a8 1 3152 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16fd2dd8 17 179240 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff0de45828 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff1416a658 26 390752 0x00007fff1416e070 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0b11d280 1 3064 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0c662a68 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff13279b40 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10cdf460 25 300200 0x00007fff10ce29f0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff127e8cd8 22 218152 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff10517410 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0cd51450 1 3096 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0c825388 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff149a1470 0 0 0x00007fff0cb45740 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff12f95eb0 23 912920 0x00007fff12f982b0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0ddae568 1 1920 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff15a24320 0 0 0x00007fff0cc9a2c8 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13460f68 22 914584 0x00007fff13461328 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff13273090 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff10708a38 51 1355072 0x00007fff10708ba0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0f1eafa0 24 291792 0x00007fff0f1f18d0 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff12d447e8 0 0 0x00007fff0d310af0 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff0d39a9f8 70 538520 0x00007fff0d1734a8 dead
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader@0x00007fff2150d640
0x00007fff132793f0 1 3064  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff11887a98 1 1920 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0e5dd3c8 18 204376 0x00007fff0e5e11e8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0fbb59d0 22 176152 0x00007fff0cde9158 dead
org/apache/jasper/servlet/JasperLoader@0x00007fff231c4278
0x00007fff0b2efdc8 1 1920 0x00007fff0b2efab0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0fb73728 20 215160 0x00007fff0fb76cd8 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0e3dd5c8 1 3064 0x00007fff0d7cb630 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0de774a8 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0deb7cf0 1 3064 0x00007fff096c0ae0 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff100a2228 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff16c26ca0 0 0 0x00007fff0d311b70 dead
groovy/lang/GroovyClassLoader@0x00007fff21c46bf8
0x00007fff13486d78 2 20280 0x00007fff13488c08 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340
0x00007fff0cb4cc08 2 13512 0x00007fff09a392d8 dead
org/apache/catalina/loader/WebappClassLoader@0x00007fff209066b0
0x00007fff0de552a8 1 3104  null   dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff14589580 19 182808 0x00007fff09a39388 dead
org/apache/derby/impl/services/reflect/ReflectLoaderJava2@0x00007fff1fcbc470
0x00007fff1090e280 1 1936 0x00007fff09a39388 dead
sun/reflect/DelegatingClassLoader@0x00007fff1ec84070
0x00007fff0d7cb630 19 205872 0x00007fff0d6d5900 dead
groovy/lang/GroovyClassLoader$InnerLoader@0x00007fff22134340

total = 1512 28903 273804952    N/A     alive=1, dead=1511    N/A    
hansbak@ofbiz-vm:/home/ofbiz/trunk$
On Sun, 2010-02-28 at 17:15 +0100, Jacopo Cappellato wrote:
> I am sorry to hear     this; would it be possible for you to get the output of the following command:
>
> jmap -permstat <PID>
>
> where <PID> is the process id (you get it with the "ps" command) of the JVM where OFBiz is running?
>
> Thanks,
>
> Jacopo


12