Hi,

So which plugin is causing the load below? To me it looks like this is 
originating from the Jenkins core.

"Loading job std-wfi-0.8.3-test-build" daemon prio=10 tid=0x00007f8edc7c8800 
nid=0x648c waiting for monitor entry [0x00007f8f00564000]
   java.lang.Thread.State: BLOCKED (on object monitor)
        at 
org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:390)
        - waiting to lock <0x0000000745e16f28> (a 
org.eclipse.jetty.webapp.WebAppClassLoader)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
        - locked <0x00000007d4343080> (a groovy.lang.GroovyClassLoader)
        at groovy.lang.GroovyClassLoader.loadClass(GroovyClassLoader.java:692)
        at 
groovy.lang.GroovyClassLoader$InnerLoader.loadClass(GroovyClassLoader.java:445)
        at groovy.lang.GroovyClassLoader.loadClass(GroovyClassLoader.java:802)
        at groovy.lang.GroovyClassLoader.loadClass(GroovyClassLoader.java:790)
        at Script1$_run_closure1.doCall(Script1.groovy)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:622)
        at 
org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
        at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
        at 
org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272)
        at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:903)
        at groovy.lang.Closure.call(Closure.java:415)
        at groovy.lang.Closure.call(Closure.java:409)
        at 
org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:106)
        at 
org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.access$400(GroovyCategorySupport.java:64)
        at 
org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:246)
        at 
org.codehaus.groovy.runtime.DefaultGroovyMethods.use(DefaultGroovyMethods.java:361)
        at org.codehaus.groovy.runtime.dgm$924.invoke(Unknown Source)
        at 
org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoMetaMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:313)
        at 
org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:52)
        at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46)
        at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133)
        at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:145)
        at Script1.run(Script1.groovy:1)
        at hudson.matrix.FilterScript.evaluate(FilterScript.java:36)
        at hudson.matrix.FilterScript.apply(FilterScript.java:73)
        at hudson.matrix.Combination.evalGroovyExpression(Combination.java:101)
        at hudson.matrix.Combination.evalGroovyExpression(Combination.java:91)
        at 
hudson.matrix.MatrixProject.rebuildConfigurations(MatrixProject.java:621)
        at hudson.matrix.MatrixProject.onLoad(MatrixProject.java:488)
        at hudson.model.Items.load(Items.java:276)
        at jenkins.model.Jenkins$18.run(Jenkins.java:2588)
        at 
org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
        at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282)
        at jenkins.model.Jenkins$7.runTask(Jenkins.java:899)
        at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210)
        at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:701)


________________________________________
From: [email protected] [[email protected]] on behalf 
of Jesse Glick [[email protected]]
Sent: 21 March 2014 17:07
To: [email protected]
Subject: Re: Increase logging level to debug 2 hour startup

On Fri, Mar 21, 2014 at 11:20 AM, Artur Szostak
<[email protected]> wrote:
> I tried looking at the stack traces by the only
> thing I can figure out from them is that something is trying to load every
> single build, but I cannot tell which plugin that comes from.

Generally the stack trace will show which plugin is at fault.

--
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to