Hi, We are still facing this issue. Attached are is the list of threads that were running when we found this issue. The blocked thread do not look to be blocking on
sun.nio.ch.WindowsSelectorImpl.discardUrgentData() as stated in the bug link here: http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7130796 Could you advise on what could be causing the issue? Regards, Rupali On Wednesday, October 29, 2014 2:02:28 AM UTC+5:30, Cohen, Isaac S wrote: > > David - Thanks for the quick reply. How did you come to this conclusion? > Sorry, I am still new to thread dumps! > > -----Original Message----- > From: jenkins...@googlegroups.com <javascript:> [mailto: > jenkins...@googlegroups.com <javascript:>] On Behalf Of Daniel Beck > Sent: Tuesday, October 28, 2014 4:01 PM > To: jenkins...@googlegroups.com <javascript:> > Subject: Re: Jenkins become unresponsive > > While the thread is not blocked, it still looks suspiciously like > http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7130796 > > On 28.10.2014, at 20:57, Isaac Cohen <iss...@gmail.com <javascript:>> > wrote: > > > Attached is a thread dump taken when jenkins was unresponsive. I couldnt > find anything suspicious, but maybe I missed something? > > > > Thanks, > > Isaac > > > > On Wednesday, October 22, 2014 7:10:43 AM UTC-4, Rupali wrote: > > Hi James, > > > > Thanks for your reply. > > We are using Windows server. > > I will try jstack as you suggested and will post my findings. > > > > Thanks, > > Rupali > > > > On Tuesday, October 21, 2014 4:05:31 PM UTC+5:30, James Nord (jnord) > wrote: > > Are you on Linux and are you using the embedded container? > > > > If so have you upped the number of file descriptors available from > Jenkins – I have see in the past that is was not uncommon for the HTTP > receiving thread to die due to not being able to handle a connection > correctly. > > > > > > Otherwise – jstack will likely be your friend – will show any deadlocks > and show what threads are running. > > > > > > /james > > > > > > From: jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com] > On Behalf Of Rupali Chorghe > > Sent: 21 October 2014 04:11 > > To: jenkins...@googlegroups.com > > Subject: RE: Jenkins become unresponsive > > > > > > Hi Terrence, > > > > Thanks for reply. > > Problem we are facing is when Jenkins becomes unresponsive, everything > that needs Jenkins URL, becomes inaccessible. So we decided to use > Jconsole. But we didn't find abnormalities in CPU and memory usage when > monitored using jconsole. > > > > Regards, > > Rupali > > > > On 21-Oct-2014 2:49 am, "Dunnigan, Terrence J" <terrence....@boeing.com> > wrote: > > > > Are you using the Jenkins Monitoring plugin? > > > > > > https://wiki.jenkins-ci.org/display/JENKINS/Monitoring > > > > > > It might help to provide some context and additional information when > Jenkins is not responding. > > > > > > Terry > > > > > > From: jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com] > On Behalf Of Rupali > > Sent: Monday, October 20, 2014 6:46 AM > > To: jenkins...@googlegroups.com > > Subject: Jenkins become unresponsive > > > > > > Hi, > > > > We are facing one weird issue. > > Intermittently, our Jenkins URL becomes inaccessible. Only restarting > Jenkins service resolves the issue. > > > > We are using Jenkins 1.565. We tried to analyses memory and CPU usage > when such state appears. But CPU usage looked very low around 2% and memory > usage by Jenkins Java process also was around 1.7 GB which is the case > usually. We have Master-Slave setup containing 8 slave machines of which 2 > slaves have dedicated jobs to run. > > > > Can you advise on how to analyze this issue to find out the root cause > of Jenkins becoming inaccessible? > > > > Regards, > > Rupali > > > > -- > > You received this message because you are subscribed to the Google > Groups "Jenkins Users" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to jenkinsci-use...@googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. > > > > -- > > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Users" group. > > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-users/FLJye7YDTr8/unsubscribe. > > > To unsubscribe from this group and all its topics, send an email to > jenkinsci-use...@googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. > > > > -- > > You received this message because you are subscribed to the Google > Groups "Jenkins Users" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to jenkinsci-use...@googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. > > > > > > -- > > You received this message because you are subscribed to the Google > Groups "Jenkins Users" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to jenkinsci-use...@googlegroups.com <javascript:>. > > For more options, visit https://groups.google.com/d/optout. > > <thread_dump_24OCT2014.txt> > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-use...@googlegroups.com <javascript:>. > For more options, visit https://groups.google.com/d/optout. > > This email is confidential and subject to important disclaimers and > conditions including on offers for the purchase or sale of securities, > accuracy and completeness of information, viruses, confidentiality, legal > privilege, and legal entity disclaimers, available at > http://www.jpmorgan.com/pages/disclosures/email. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/8b1acc43-ebd3-45ff-be20-ff125eec205c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Deadlock Detection: No deadlocks found. Thread 74: (state = BLOCKED) - java.lang.Object.wait(long) @bci=0 (Interpreted frame) - hudson.remoting.Request.call(hudson.remoting.Channel) @bci=128, line=146 (Compiled frame) - hudson.remoting.Channel.call(hudson.remoting.Callable) @bci=14, line=739 (Interpreted frame) - hudson.remoting.RemoteInvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[]) @bci=156, line=168 (Interpreted frame) - $Proxy73.join() @bci=9 (Interpreted frame) - hudson.Launcher$RemoteLauncher$ProcImpl.join() @bci=4, line=951 (Interpreted frame) - hudson.Launcher$ProcStarter.join() @bci=4, line=362 (Interpreted frame) - hudson.tasks.Maven.perform(hudson.model.AbstractBuild, hudson.Launcher, hudson.model.BuildListener) @bci=511, line=328 (Interpreted frame) - hudson.plugins.sonar.utils.SonarMaven.executeMaven(hudson.model.AbstractBuild, hudson.Launcher, hudson.model.BuildListener, java.lang.String, java.lang.String, hudson.plugins.sonar.SonarInstallation, hudson.plugins.sonar.SonarPublisher, hudson.model.JDK, jenkins.mvn.SettingsProvider, jenkins.mvn.GlobalSettingsProvider, boolean) @bci=230, line=165 (Interpreted frame) - hudson.plugins.sonar.SonarPublisher.executeSonar(hudson.model.AbstractBuild, hudson.Launcher, hudson.model.BuildListener, hudson.plugins.sonar.SonarInstallation) @bci=79, line=354 (Interpreted frame) - hudson.plugins.sonar.SonarPublisher.perform(hudson.model.AbstractBuild, hudson.Launcher, hudson.model.BuildListener) @bci=38, line=309 (Interpreted frame) - hudson.tasks.BuildStepMonitor$3.perform(hudson.tasks.BuildStep, hudson.model.AbstractBuild, hudson.Launcher, hudson.model.BuildListener) @bci=41, line=45 (Interpreted frame) - hudson.model.AbstractBuild$AbstractBuildExecution.perform(hudson.tasks.BuildStep, hudson.model.BuildListener) @bci=80, line=745 (Interpreted frame) - hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(hudson.model.BuildListener, java.lang.Iterable, boolean) @bci=66, line=709 (Interpreted frame) - hudson.model.Build$BuildExecution.post2(hudson.model.BuildListener) @bci=16, line=182 (Interpreted frame) - hudson.model.AbstractBuild$AbstractBuildExecution.post(hudson.model.BuildListener) @bci=2, line=658 (Interpreted frame) - hudson.model.Run.execute(hudson.model.Run$RunExecution) @bci=524, line=1731 (Interpreted frame) - hudson.model.FreeStyleBuild.run() @bci=9, line=43 (Interpreted frame) - hudson.model.ResourceController.execute(java.lang.Runnable, hudson.model.ResourceActivity) @bci=78, line=88 (Interpreted frame) - hudson.model.Executor.run() @bci=383, line=231 (Interpreted frame) Error occurred during stack walking: Thread 73: (state = BLOCKED) - java.lang.Object.wait(long) @bci=0 (Interpreted frame) - hudson.remoting.Request.call(hudson.remoting.Channel) @bci=128, line=146 (Compiled frame) - hudson.remoting.Channel.call(hudson.remoting.Callable) @bci=14, line=739 (Interpreted frame) - hudson.remoting.RemoteInvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[]) @bci=156, line=168 (Interpreted frame) - $Proxy73.join() @bci=9 (Interpreted frame) - hudson.Launcher$RemoteLauncher$ProcImpl.join() @bci=4, line=951 (Interpreted frame) - hudson.Launcher$ProcStarter.join() @bci=4, line=362 (Interpreted frame) - hudson.tasks.Maven.perform(hudson.model.AbstractBuild, hudson.Launcher, hudson.model.BuildListener) @bci=511, line=328 (Interpreted frame) - hudson.plugins.sonar.utils.SonarMaven.executeMaven(hudson.model.AbstractBuild, hudson.Launcher, hudson.model.BuildListener, java.lang.String, java.lang.String, hudson.plugins.sonar.SonarInstallation, hudson.plugins.sonar.SonarPublisher, hudson.model.JDK, jenkins.mvn.SettingsProvider, jenkins.mvn.GlobalSettingsProvider, boolean) @bci=230, line=165 (Interpreted frame) - hudson.plugins.sonar.SonarPublisher.executeSonar(hudson.model.AbstractBuild, hudson.Launcher, hudson.model.BuildListener, hudson.plugins.sonar.SonarInstallation) @bci=79, line=354 (Interpreted frame) - hudson.plugins.sonar.SonarPublisher.perform(hudson.model.AbstractBuild, hudson.Launcher, hudson.model.BuildListener) @bci=38, line=309 (Interpreted frame) - hudson.tasks.BuildStepMonitor$3.perform(hudson.tasks.BuildStep, hudson.model.AbstractBuild, hudson.Launcher, hudson.model.BuildListener) @bci=41, line=45 (Interpreted frame) - hudson.model.AbstractBuild$AbstractBuildExecution.perform(hudson.tasks.BuildStep, hudson.model.BuildListener) @bci=80, line=745 (Interpreted frame) - hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(hudson.model.BuildListener, java.lang.Iterable, boolean) @bci=66, line=709 (Interpreted frame) - hudson.model.Build$BuildExecution.post2(hudson.model.BuildListener) @bci=16, line=182 (Interpreted frame) - hudson.model.AbstractBuild$AbstractBuildExecution.post(hudson.model.BuildListener) @bci=2, line=658 (Interpreted frame) - hudson.model.Run.execute(hudson.model.Run$RunExecution) @bci=524, line=1731 (Interpreted frame) - hudson.model.FreeStyleBuild.run() @bci=9, line=43 (Interpreted frame) - hudson.model.ResourceController.execute(java.lang.Runnable, hudson.model.ResourceActivity) @bci=78, line=88 (Interpreted frame) - hudson.model.Executor.run() @bci=383, line=231 (Interpreted frame) Error occurred during stack walking: Thread 72: (state = BLOCKED) - java.lang.Object.wait(long) @bci=0 (Interpreted frame) - com.sun.jmx.remote.internal.ServerCommunicatorAdmin$Timeout.run() @bci=227, line=150 (Interpreted frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 71: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=196 (Compiled frame) - java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(java.util.concurrent.SynchronousQueue$TransferStack$SNode, boolean, long) @bci=174, line=424 (Compiled frame) - java.util.concurrent.SynchronousQueue$TransferStack.transfer(java.lang.Object, boolean, long) @bci=102, line=323 (Compiled frame) - java.util.concurrent.SynchronousQueue.poll(long, java.util.concurrent.TimeUnit) @bci=11, line=874 (Compiled frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=62, line=945 (Compiled frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Compiled frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 70: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=196 (Compiled frame) - java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(java.util.concurrent.SynchronousQueue$TransferStack$SNode, boolean, long) @bci=174, line=424 (Compiled frame) - java.util.concurrent.SynchronousQueue$TransferStack.transfer(java.lang.Object, boolean, long) @bci=102, line=323 (Compiled frame) - java.util.concurrent.SynchronousQueue.poll(long, java.util.concurrent.TimeUnit) @bci=11, line=874 (Compiled frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=62, line=945 (Compiled frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Compiled frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 69: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=196 (Compiled frame) - java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(java.util.concurrent.SynchronousQueue$TransferStack$SNode, boolean, long) @bci=174, line=424 (Compiled frame) - java.util.concurrent.SynchronousQueue$TransferStack.transfer(java.lang.Object, boolean, long) @bci=102, line=323 (Compiled frame) - java.util.concurrent.SynchronousQueue.poll(long, java.util.concurrent.TimeUnit) @bci=11, line=874 (Compiled frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=62, line=945 (Compiled frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Compiled frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 68: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=196 (Compiled frame) - java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(java.util.concurrent.SynchronousQueue$TransferStack$SNode, boolean, long) @bci=174, line=424 (Compiled frame) - java.util.concurrent.SynchronousQueue$TransferStack.transfer(java.lang.Object, boolean, long) @bci=102, line=323 (Compiled frame) - java.util.concurrent.SynchronousQueue.poll(long, java.util.concurrent.TimeUnit) @bci=11, line=874 (Compiled frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=62, line=945 (Compiled frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Compiled frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 67: (state = IN_NATIVE) - java.net.SocketInputStream.socketRead0(java.io.FileDescriptor, byte[], int, int, int) @bci=0 (Interpreted frame) - java.net.SocketInputStream.read(byte[], int, int) @bci=84, line=129 (Interpreted frame) - java.io.BufferedInputStream.fill() @bci=175, line=218 (Interpreted frame) - java.io.BufferedInputStream.read() @bci=12, line=237 (Compiled frame) - java.io.FilterInputStream.read() @bci=4, line=66 (Compiled frame) - sun.rmi.transport.tcp.TCPTransport.handleMessages(sun.rmi.transport.Connection, boolean) @bci=25, line=517 (Compiled frame) - sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0() @bci=685, line=790 (Interpreted frame) - sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run() @bci=50, line=649 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.runTask(java.lang.Runnable) @bci=59, line=886 (Compiled frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=28, line=908 (Compiled frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 66: (state = BLOCKED) - java.lang.Object.wait(long) @bci=0 (Interpreted frame) - com.sun.jmx.remote.internal.ArrayNotificationBuffer.fetchNotifications(com.sun.jmx.remote.internal.NotificationBufferFilter, long, long, int) @bci=697, line=417 (Interpreted frame) - com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer.fetchNotifications(com.sun.jmx.remote.internal.NotificationBufferFilter, long, long, int) @bci=14, line=209 (Interpreted frame) - com.sun.jmx.remote.internal.ServerNotifForwarder.fetchNotifs(long, long, int) @bci=81, line=258 (Interpreted frame) - javax.management.remote.rmi.RMIConnectionImpl$3.run() @bci=19, line=1257 (Interpreted frame) - javax.management.remote.rmi.RMIConnectionImpl$3.run() @bci=1, line=1255 (Interpreted frame) - javax.management.remote.rmi.RMIConnectionImpl.fetchNotifications(long, int, long) @bci=145, line=1261 (Interpreted frame) - sun.reflect.GeneratedMethodAccessor1069.invoke(java.lang.Object, java.lang.Object[]) @bci=320 (Interpreted frame) - sun.reflect.DelegatingMethodAccessorImpl.invoke(java.lang.Object, java.lang.Object[]) @bci=6, line=25 (Compiled frame) - java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) @bci=161, line=597 (Compiled frame) - sun.rmi.server.UnicastServerRef.dispatch(java.rmi.Remote, java.rmi.server.RemoteCall) @bci=242, line=303 (Compiled frame) - sun.rmi.transport.Transport$1.run() @bci=23, line=159 (Interpreted frame) Error occurred during stack walking: Thread 65: (state = IN_NATIVE) - java.net.SocketInputStream.socketRead0(java.io.FileDescriptor, byte[], int, int, int) @bci=0 (Interpreted frame) - java.net.SocketInputStream.read(byte[], int, int) @bci=84, line=129 (Interpreted frame) - java.io.BufferedInputStream.fill() @bci=175, line=218 (Interpreted frame) - java.io.BufferedInputStream.read() @bci=12, line=237 (Compiled frame) - java.io.FilterInputStream.read() @bci=4, line=66 (Compiled frame) - sun.rmi.transport.tcp.TCPTransport.handleMessages(sun.rmi.transport.Connection, boolean) @bci=25, line=517 (Compiled frame) - sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0() @bci=685, line=790 (Interpreted frame) - sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run() @bci=50, line=649 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.runTask(java.lang.Runnable) @bci=59, line=886 (Compiled frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=28, line=908 (Compiled frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 64: (state = BLOCKED) - java.lang.Object.wait(long) @bci=0 (Interpreted frame) - com.sun.jmx.remote.internal.ServerCommunicatorAdmin$Timeout.run() @bci=227, line=150 (Interpreted frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 63: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=196 (Compiled frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) @bci=68, line=2025 (Compiled frame) - java.util.concurrent.DelayQueue.take() @bci=57, line=164 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=4, line=609 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=1, line=602 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Compiled frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Compiled frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 62: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=196 (Compiled frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) @bci=68, line=2025 (Compiled frame) - java.util.concurrent.DelayQueue.take() @bci=57, line=164 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=4, line=609 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=1, line=602 (Compiled frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Compiled frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Compiled frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 61: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=156 (Interpreted frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=1987 (Interpreted frame) - java.util.concurrent.LinkedBlockingQueue.take() @bci=29, line=399 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Compiled frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 60: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=156 (Interpreted frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=1987 (Interpreted frame) - java.util.concurrent.LinkedBlockingQueue.take() @bci=29, line=399 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Interpreted frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 59: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=156 (Interpreted frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=1987 (Interpreted frame) - java.util.concurrent.LinkedBlockingQueue.take() @bci=29, line=399 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Interpreted frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 58: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=156 (Interpreted frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=1987 (Interpreted frame) - java.util.concurrent.LinkedBlockingQueue.take() @bci=29, line=399 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Compiled frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 57: (state = BLOCKED) - java.lang.Thread.sleep(long) @bci=0 (Interpreted frame) - hudson.remoting.PingThread.run() @bci=26, line=86 (Interpreted frame) Error occurred during stack walking: Thread 56: (state = BLOCKED) - java.lang.Thread.sleep(long) @bci=0 (Interpreted frame) - hudson.remoting.PingThread.run() @bci=26, line=86 (Interpreted frame) Error occurred during stack walking: Thread 55: (state = BLOCKED) - java.lang.Thread.sleep(long) @bci=0 (Interpreted frame) - hudson.remoting.PingThread.run() @bci=26, line=86 (Interpreted frame) Error occurred during stack walking: Thread 54: (state = BLOCKED) - java.lang.Thread.sleep(long) @bci=0 (Interpreted frame) - hudson.remoting.PingThread.run() @bci=26, line=86 (Interpreted frame) Error occurred during stack walking: Thread 53: (state = BLOCKED) - java.lang.Thread.sleep(long) @bci=0 (Interpreted frame) - hudson.remoting.PingThread.run() @bci=26, line=86 (Interpreted frame) Error occurred during stack walking: Thread 52: (state = BLOCKED) - java.lang.Thread.sleep(long) @bci=0 (Interpreted frame) - hudson.remoting.PingThread.run() @bci=26, line=86 (Interpreted frame) Error occurred during stack walking: Thread 51: (state = IN_NATIVE) - sun.nio.ch.SocketDispatcher.read0(java.io.FileDescriptor, long, int) @bci=0 (Compiled frame; information may be imprecise) - sun.nio.ch.SocketDispatcher.read(java.io.FileDescriptor, long, int) @bci=4, line=25 (Compiled frame) - sun.nio.ch.IOUtil.readIntoNativeBuffer(java.io.FileDescriptor, java.nio.ByteBuffer, long, sun.nio.ch.NativeDispatcher, java.lang.Object) @bci=116, line=198 (Compiled frame) - sun.nio.ch.IOUtil.read(java.io.FileDescriptor, java.nio.ByteBuffer, long, sun.nio.ch.NativeDispatcher, java.lang.Object) @bci=52, line=171 (Compiled frame) - sun.nio.ch.SocketChannelImpl.read(java.nio.ByteBuffer) @bci=101, line=245 (Compiled frame) - hudson.remoting.SocketChannelStream$1.read(java.nio.ByteBuffer) @bci=5, line=33 (Compiled frame) - sun.nio.ch.ChannelInputStream.read(java.nio.channels.ReadableByteChannel, java.nio.ByteBuffer, boolean) @bci=89, line=48 (Compiled frame) - sun.nio.ch.ChannelInputStream.read(java.nio.ByteBuffer) @bci=6, line=92 (Compiled frame) - sun.nio.ch.ChannelInputStream.read(byte[], int, int) @bci=101, line=86 (Compiled frame) - java.io.BufferedInputStream.fill() @bci=175, line=218 (Interpreted frame) - java.io.BufferedInputStream.read() @bci=12, line=237 (Compiled frame) - hudson.remoting.FlightRecorderInputStream.read() @bci=4, line=82 (Compiled frame) - java.io.ObjectInputStream$PeekInputStream.peek() @bci=19, line=2248 (Compiled frame) - java.io.ObjectInputStream$BlockDataInputStream.peek() @bci=51, line=2541 (Compiled frame) - java.io.ObjectInputStream$BlockDataInputStream.peekByte() @bci=1, line=2551 (Compiled frame) - java.io.ObjectInputStream.readObject0(boolean) @bci=62, line=1296 (Compiled frame) - java.io.ObjectInputStream.readObject() @bci=19, line=350 (Compiled frame) - hudson.remoting.Command.readFrom(hudson.remoting.Channel, java.io.ObjectInputStream) @bci=6, line=92 (Compiled frame) - hudson.remoting.ClassicCommandTransport.read() @bci=8, line=70 (Compiled frame) - hudson.remoting.SynchronousCommandTransport$ReaderThread.run() @bci=30, line=48 (Compiled frame) Error occurred during stack walking: Thread 50: (state = IN_NATIVE) - java.lang.Class.forName0(java.lang.String, boolean, java.lang.ClassLoader) @bci=0 (Compiled frame; information may be imprecise) - java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) @bci=32, line=247 (Compiled frame) - hudson.remoting.ObjectInputStreamEx.resolveClass(java.io.ObjectStreamClass) @bci=11, line=48 (Compiled frame) - java.io.ObjectInputStream.readNonProxyDesc(boolean) @bci=102, line=1574 (Compiled frame) - java.io.ObjectInputStream.readClassDesc(boolean) @bci=77, line=1495 (Compiled frame) - java.io.ObjectInputStream.readOrdinaryObject(boolean) @bci=22, line=1731 (Compiled frame) - java.io.ObjectInputStream.readObject0(boolean) @bci=277, line=1328 (Compiled frame) - java.io.ObjectInputStream.readObject() @bci=19, line=350 (Compiled frame) - hudson.remoting.Command.readFrom(hudson.remoting.Channel, java.io.ObjectInputStream) @bci=6, line=92 (Compiled frame) - hudson.remoting.ClassicCommandTransport.read() @bci=8, line=70 (Compiled frame) - hudson.remoting.SynchronousCommandTransport$ReaderThread.run() @bci=30, line=48 (Compiled frame) Error occurred during stack walking: Thread 49: (state = IN_NATIVE) - sun.nio.ch.SocketDispatcher.read0(java.io.FileDescriptor, long, int) @bci=0 (Compiled frame; information may be imprecise) - sun.nio.ch.SocketDispatcher.read(java.io.FileDescriptor, long, int) @bci=4, line=25 (Compiled frame) - sun.nio.ch.IOUtil.readIntoNativeBuffer(java.io.FileDescriptor, java.nio.ByteBuffer, long, sun.nio.ch.NativeDispatcher, java.lang.Object) @bci=116, line=198 (Compiled frame) - sun.nio.ch.IOUtil.read(java.io.FileDescriptor, java.nio.ByteBuffer, long, sun.nio.ch.NativeDispatcher, java.lang.Object) @bci=52, line=171 (Compiled frame) - sun.nio.ch.SocketChannelImpl.read(java.nio.ByteBuffer) @bci=101, line=245 (Compiled frame) - hudson.remoting.SocketChannelStream$1.read(java.nio.ByteBuffer) @bci=5, line=33 (Compiled frame) - sun.nio.ch.ChannelInputStream.read(java.nio.channels.ReadableByteChannel, java.nio.ByteBuffer, boolean) @bci=89, line=48 (Compiled frame) - sun.nio.ch.ChannelInputStream.read(java.nio.ByteBuffer) @bci=6, line=92 (Compiled frame) - sun.nio.ch.ChannelInputStream.read(byte[], int, int) @bci=101, line=86 (Compiled frame) - java.io.BufferedInputStream.fill() @bci=175, line=218 (Interpreted frame) - java.io.BufferedInputStream.read() @bci=12, line=237 (Compiled frame) - hudson.remoting.FlightRecorderInputStream.read() @bci=4, line=82 (Compiled frame) - java.io.ObjectInputStream$PeekInputStream.peek() @bci=19, line=2248 (Compiled frame) - java.io.ObjectInputStream$BlockDataInputStream.peek() @bci=51, line=2541 (Compiled frame) - java.io.ObjectInputStream$BlockDataInputStream.peekByte() @bci=1, line=2551 (Compiled frame) - java.io.ObjectInputStream.readObject0(boolean) @bci=62, line=1296 (Compiled frame) - java.io.ObjectInputStream.readObject() @bci=19, line=350 (Compiled frame) - hudson.remoting.Command.readFrom(hudson.remoting.Channel, java.io.ObjectInputStream) @bci=6, line=92 (Compiled frame) - hudson.remoting.ClassicCommandTransport.read() @bci=8, line=70 (Compiled frame) - hudson.remoting.SynchronousCommandTransport$ReaderThread.run() @bci=30, line=48 (Compiled frame) Error occurred during stack walking: Thread 48: (state = IN_NATIVE) - sun.nio.ch.SocketDispatcher.read0(java.io.FileDescriptor, long, int) @bci=0 (Compiled frame; information may be imprecise) - sun.nio.ch.SocketDispatcher.read(java.io.FileDescriptor, long, int) @bci=4, line=25 (Compiled frame) - sun.nio.ch.IOUtil.readIntoNativeBuffer(java.io.FileDescriptor, java.nio.ByteBuffer, long, sun.nio.ch.NativeDispatcher, java.lang.Object) @bci=116, line=198 (Compiled frame) - sun.nio.ch.IOUtil.read(java.io.FileDescriptor, java.nio.ByteBuffer, long, sun.nio.ch.NativeDispatcher, java.lang.Object) @bci=52, line=171 (Compiled frame) - sun.nio.ch.SocketChannelImpl.read(java.nio.ByteBuffer) @bci=101, line=245 (Compiled frame) - hudson.remoting.SocketChannelStream$1.read(java.nio.ByteBuffer) @bci=5, line=33 (Compiled frame) - sun.nio.ch.ChannelInputStream.read(java.nio.channels.ReadableByteChannel, java.nio.ByteBuffer, boolean) @bci=89, line=48 (Compiled frame) - sun.nio.ch.ChannelInputStream.read(java.nio.ByteBuffer) @bci=6, line=92 (Compiled frame) - sun.nio.ch.ChannelInputStream.read(byte[], int, int) @bci=101, line=86 (Compiled frame) - java.io.BufferedInputStream.fill() @bci=175, line=218 (Interpreted frame) - java.io.BufferedInputStream.read() @bci=12, line=237 (Compiled frame) - hudson.remoting.FlightRecorderInputStream.read() @bci=4, line=82 (Compiled frame) - java.io.ObjectInputStream$PeekInputStream.peek() @bci=19, line=2248 (Compiled frame) - java.io.ObjectInputStream$BlockDataInputStream.peek() @bci=51, line=2541 (Compiled frame) - java.io.ObjectInputStream$BlockDataInputStream.peekByte() @bci=1, line=2551 (Compiled frame) - java.io.ObjectInputStream.readObject0(boolean) @bci=62, line=1296 (Compiled frame) - java.io.ObjectInputStream.readObject() @bci=19, line=350 (Compiled frame) - hudson.remoting.Command.readFrom(hudson.remoting.Channel, java.io.ObjectInputStream) @bci=6, line=92 (Compiled frame) - hudson.remoting.ClassicCommandTransport.read() @bci=8, line=70 (Compiled frame) - hudson.remoting.SynchronousCommandTransport$ReaderThread.run() @bci=30, line=48 (Compiled frame) Error occurred during stack walking: Thread 47: (state = IN_NATIVE) - sun.nio.ch.SocketDispatcher.read0(java.io.FileDescriptor, long, int) @bci=0 (Compiled frame; information may be imprecise) - sun.nio.ch.SocketDispatcher.read(java.io.FileDescriptor, long, int) @bci=4, line=25 (Compiled frame) - sun.nio.ch.IOUtil.readIntoNativeBuffer(java.io.FileDescriptor, java.nio.ByteBuffer, long, sun.nio.ch.NativeDispatcher, java.lang.Object) @bci=116, line=198 (Compiled frame) - sun.nio.ch.IOUtil.read(java.io.FileDescriptor, java.nio.ByteBuffer, long, sun.nio.ch.NativeDispatcher, java.lang.Object) @bci=52, line=171 (Compiled frame) - sun.nio.ch.SocketChannelImpl.read(java.nio.ByteBuffer) @bci=101, line=245 (Compiled frame) - hudson.remoting.SocketChannelStream$1.read(java.nio.ByteBuffer) @bci=5, line=33 (Compiled frame) - sun.nio.ch.ChannelInputStream.read(java.nio.channels.ReadableByteChannel, java.nio.ByteBuffer, boolean) @bci=89, line=48 (Compiled frame) - sun.nio.ch.ChannelInputStream.read(java.nio.ByteBuffer) @bci=6, line=92 (Compiled frame) - sun.nio.ch.ChannelInputStream.read(byte[], int, int) @bci=101, line=86 (Compiled frame) - java.io.BufferedInputStream.fill() @bci=175, line=218 (Interpreted frame) - java.io.BufferedInputStream.read() @bci=12, line=237 (Compiled frame) - hudson.remoting.FlightRecorderInputStream.read() @bci=4, line=82 (Compiled frame) - java.io.ObjectInputStream$PeekInputStream.peek() @bci=19, line=2248 (Compiled frame) - java.io.ObjectInputStream$BlockDataInputStream.peek() @bci=51, line=2541 (Compiled frame) - java.io.ObjectInputStream$BlockDataInputStream.peekByte() @bci=1, line=2551 (Compiled frame) - java.io.ObjectInputStream.readObject0(boolean) @bci=62, line=1296 (Compiled frame) - java.io.ObjectInputStream.readObject() @bci=19, line=350 (Compiled frame) - hudson.remoting.Command.readFrom(hudson.remoting.Channel, java.io.ObjectInputStream) @bci=6, line=92 (Compiled frame) - hudson.remoting.ClassicCommandTransport.read() @bci=8, line=70 (Compiled frame) - hudson.remoting.SynchronousCommandTransport$ReaderThread.run() @bci=30, line=48 (Compiled frame) Error occurred during stack walking: Thread 46: (state = IN_NATIVE) - sun.nio.ch.SocketDispatcher.read0(java.io.FileDescriptor, long, int) @bci=0 (Compiled frame; information may be imprecise) - sun.nio.ch.SocketDispatcher.read(java.io.FileDescriptor, long, int) @bci=4, line=25 (Compiled frame) - sun.nio.ch.IOUtil.readIntoNativeBuffer(java.io.FileDescriptor, java.nio.ByteBuffer, long, sun.nio.ch.NativeDispatcher, java.lang.Object) @bci=116, line=198 (Compiled frame) - sun.nio.ch.IOUtil.read(java.io.FileDescriptor, java.nio.ByteBuffer, long, sun.nio.ch.NativeDispatcher, java.lang.Object) @bci=52, line=171 (Compiled frame) - sun.nio.ch.SocketChannelImpl.read(java.nio.ByteBuffer) @bci=101, line=245 (Compiled frame) - hudson.remoting.SocketChannelStream$1.read(java.nio.ByteBuffer) @bci=5, line=33 (Compiled frame) - sun.nio.ch.ChannelInputStream.read(java.nio.channels.ReadableByteChannel, java.nio.ByteBuffer, boolean) @bci=89, line=48 (Compiled frame) - sun.nio.ch.ChannelInputStream.read(java.nio.ByteBuffer) @bci=6, line=92 (Compiled frame) - sun.nio.ch.ChannelInputStream.read(byte[], int, int) @bci=101, line=86 (Compiled frame) - java.io.BufferedInputStream.fill() @bci=175, line=218 (Interpreted frame) - java.io.BufferedInputStream.read() @bci=12, line=237 (Compiled frame) - hudson.remoting.FlightRecorderInputStream.read() @bci=4, line=82 (Compiled frame) - java.io.ObjectInputStream$PeekInputStream.peek() @bci=19, line=2248 (Compiled frame) - java.io.ObjectInputStream$BlockDataInputStream.peek() @bci=51, line=2541 (Compiled frame) - java.io.ObjectInputStream$BlockDataInputStream.peekByte() @bci=1, line=2551 (Compiled frame) - java.io.ObjectInputStream.readObject0(boolean) @bci=62, line=1296 (Compiled frame) - java.io.ObjectInputStream.readObject() @bci=19, line=350 (Compiled frame) - hudson.remoting.Command.readFrom(hudson.remoting.Channel, java.io.ObjectInputStream) @bci=6, line=92 (Compiled frame) - hudson.remoting.ClassicCommandTransport.read() @bci=8, line=70 (Compiled frame) - hudson.remoting.SynchronousCommandTransport$ReaderThread.run() @bci=30, line=48 (Compiled frame) Error occurred during stack walking: Thread 44: (state = BLOCKED) - java.lang.Object.wait(long) @bci=0 (Interpreted frame) - java.util.TimerThread.mainLoop() @bci=201, line=509 (Interpreted frame) - java.util.TimerThread.run() @bci=1, line=462 (Interpreted frame) Error occurred during stack walking: Thread 43: (state = BLOCKED) - java.lang.Object.wait(long) @bci=0 (Interpreted frame) - java.util.TimerThread.mainLoop() @bci=201, line=509 (Compiled frame) - java.util.TimerThread.run() @bci=1, line=462 (Interpreted frame) Error occurred during stack walking: Thread 42: (state = IN_NATIVE) - java.net.PlainDatagramSocketImpl.receive0(java.net.DatagramPacket) @bci=0 (Interpreted frame) - java.net.PlainDatagramSocketImpl.receive(java.net.DatagramPacket) @bci=2, line=145 (Interpreted frame) - java.net.DatagramSocket.receive(java.net.DatagramPacket) @bci=243, line=725 (Interpreted frame) - javax.jmdns.impl.SocketListener.run() @bci=51, line=41 (Interpreted frame) Error occurred during stack walking: Thread 41: (state = IN_NATIVE) - java.net.PlainDatagramSocketImpl.receive0(java.net.DatagramPacket) @bci=0 (Interpreted frame) - java.net.PlainDatagramSocketImpl.receive(java.net.DatagramPacket) @bci=2, line=145 (Interpreted frame) - java.net.DatagramSocket.receive(java.net.DatagramPacket) @bci=243, line=725 (Interpreted frame) - hudson.UDPBroadcastThread.run() @bci=39, line=82 (Interpreted frame) Error occurred during stack walking: Thread 40: (state = IN_NATIVE) - sun.nio.ch.ServerSocketChannelImpl.accept0(java.io.FileDescriptor, java.io.FileDescriptor, java.net.InetSocketAddress[]) @bci=0 (Interpreted frame) - sun.nio.ch.ServerSocketChannelImpl.accept() @bci=94, line=150 (Interpreted frame) - hudson.TcpSlaveAgentListener.run() @bci=4, line=96 (Interpreted frame) Error occurred during stack walking: Thread 39: (state = IN_NATIVE) - sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(long, int, int[], int[], int[], long) @bci=0 (Interpreted frame) - sun.nio.ch.WindowsSelectorImpl$SubSelector.poll() @bci=43, line=273 (Interpreted frame) - sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(sun.nio.ch.WindowsSelectorImpl$SubSelector) @bci=1, line=255 (Interpreted frame) - sun.nio.ch.WindowsSelectorImpl.doSelect(long) @bci=63, line=136 (Interpreted frame) - sun.nio.ch.SelectorImpl.lockAndDoSelect(long) @bci=37, line=69 (Interpreted frame) - sun.nio.ch.SelectorImpl.select(long) @bci=30, line=80 (Interpreted frame) - sun.nio.ch.SelectorImpl.select() @bci=2, line=84 (Interpreted frame) - org.apache.mina.transport.socket.nio.NioSocketAcceptor.select() @bci=4, line=238 (Interpreted frame) - org.apache.mina.core.polling.AbstractPollingIoAcceptor$Acceptor.run() @bci=54, line=432 (Interpreted frame) - org.apache.mina.util.NamePreservingRunnable.run() @bci=29, line=64 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.runTask(java.lang.Runnable) @bci=59, line=886 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=28, line=908 (Interpreted frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 38: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=196 (Compiled frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) @bci=68, line=2025 (Compiled frame) - java.util.concurrent.DelayQueue.take() @bci=57, line=164 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=4, line=609 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=1, line=602 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Compiled frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 37: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=196 (Compiled frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) @bci=68, line=2025 (Compiled frame) - java.util.concurrent.DelayQueue.take() @bci=57, line=164 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=4, line=609 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=1, line=602 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Interpreted frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 36: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=196 (Compiled frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) @bci=68, line=2025 (Compiled frame) - java.util.concurrent.DelayQueue.take() @bci=57, line=164 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=4, line=609 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=1, line=602 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Compiled frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 35: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=196 (Compiled frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) @bci=68, line=2025 (Compiled frame) - java.util.concurrent.DelayQueue.take() @bci=57, line=164 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=4, line=609 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=1, line=602 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Interpreted frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 34: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=196 (Compiled frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) @bci=68, line=2025 (Compiled frame) - java.util.concurrent.DelayQueue.take() @bci=57, line=164 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=4, line=609 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=1, line=602 (Compiled frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Compiled frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Compiled frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 33: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=196 (Compiled frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) @bci=68, line=2025 (Compiled frame) - java.util.concurrent.DelayQueue.take() @bci=57, line=164 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=4, line=609 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=1, line=602 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Compiled frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 32: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=196 (Compiled frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) @bci=68, line=2025 (Compiled frame) - java.util.concurrent.DelayQueue.take() @bci=57, line=164 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=4, line=609 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=1, line=602 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Compiled frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 31: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=196 (Compiled frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) @bci=68, line=2025 (Compiled frame) - java.util.concurrent.DelayQueue.take() @bci=57, line=164 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=4, line=609 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=1, line=602 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Interpreted frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 30: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=196 (Compiled frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) @bci=68, line=2025 (Compiled frame) - java.util.concurrent.DelayQueue.take() @bci=57, line=164 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=4, line=609 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=1, line=602 (Compiled frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Compiled frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Compiled frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 29: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=156 (Interpreted frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=1987 (Interpreted frame) - java.util.concurrent.LinkedBlockingQueue.take() @bci=29, line=399 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Interpreted frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 28: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=156 (Interpreted frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=1987 (Interpreted frame) - java.util.concurrent.LinkedBlockingQueue.take() @bci=29, line=399 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Interpreted frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 27: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Interpreted frame) - java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=156 (Interpreted frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=1987 (Interpreted frame) - java.util.concurrent.LinkedBlockingQueue.take() @bci=29, line=399 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Interpreted frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 26: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Interpreted frame) - java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=156 (Interpreted frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=1987 (Interpreted frame) - java.util.concurrent.LinkedBlockingQueue.take() @bci=29, line=399 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Interpreted frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 25: (state = BLOCKED) - java.lang.Object.wait(long) @bci=0 (Interpreted frame) - java.lang.ref.ReferenceQueue.remove(long) @bci=44, line=118 (Interpreted frame) - java.lang.ref.ReferenceQueue.remove() @bci=2, line=134 (Interpreted frame) - jnr.ffi.util.ref.internal.Finalizer.run() @bci=5, line=128 (Interpreted frame) Error occurred during stack walking: Thread 1: (state = BLOCKED) Thread 24: (state = BLOCKED) - java.lang.Thread.sleep(long) @bci=0 (Interpreted frame) - winstone.Launcher.run() @bci=132, line=245 (Compiled frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 23: (state = IN_NATIVE) - sun.nio.ch.ServerSocketChannelImpl.accept0(java.io.FileDescriptor, java.io.FileDescriptor, java.net.InetSocketAddress[]) @bci=0 (Interpreted frame) - sun.nio.ch.ServerSocketChannelImpl.accept() @bci=94, line=150 (Interpreted frame) - org.eclipse.jetty.server.nio.SelectChannelConnector.accept(int) @bci=43, line=109 (Interpreted frame) - org.eclipse.jetty.server.AbstractConnector$Acceptor.run() @bci=153, line=938 (Compiled frame) - winstone.BoundedExecutorService$1.run() @bci=4, line=77 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.runTask(java.lang.Runnable) @bci=59, line=886 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=28, line=908 (Interpreted frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 22: (state = IN_NATIVE) - sun.nio.ch.WindowsSelectorImpl.discardUrgentData(int) @bci=0 (Interpreted frame) - sun.nio.ch.WindowsSelectorImpl.access$2200(sun.nio.ch.WindowsSelectorImpl, int) @bci=2, line=32 (Compiled frame) - sun.nio.ch.WindowsSelectorImpl$SubSelector.processFDSet(long, int[], int, boolean) @bci=120, line=336 (Compiled frame) - sun.nio.ch.WindowsSelectorImpl$SubSelector.processSelectedKeys(long) @bci=41, line=299 (Compiled frame) - sun.nio.ch.WindowsSelectorImpl$SubSelector.access$2900(sun.nio.ch.WindowsSelectorImpl$SubSelector, long) @bci=2, line=255 (Compiled frame) - sun.nio.ch.WindowsSelectorImpl.updateSelectedKeys() @bci=21, line=471 (Compiled frame) - sun.nio.ch.WindowsSelectorImpl.doSelect(long) @bci=132, line=149 (Compiled frame) - sun.nio.ch.SelectorImpl.lockAndDoSelect(long) @bci=37, line=69 (Compiled frame) - sun.nio.ch.SelectorImpl.selectNow() @bci=2, line=88 (Compiled frame) - org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect() @bci=386, line=536 (Compiled frame) - org.eclipse.jetty.io.nio.SelectorManager$1.run() @bci=181, line=290 (Compiled frame) - winstone.BoundedExecutorService$1.run() @bci=4, line=77 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.runTask(java.lang.Runnable) @bci=59, line=886 (Interpreted frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=28, line=908 (Interpreted frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 21: (state = BLOCKED) - sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise) - java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=196 (Compiled frame) - java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) @bci=68, line=2025 (Compiled frame) - java.util.concurrent.DelayQueue.take() @bci=57, line=164 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=4, line=609 (Compiled frame) - java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=1, line=602 (Compiled frame) - java.util.concurrent.ThreadPoolExecutor.getTask() @bci=78, line=947 (Compiled frame) - java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=18, line=907 (Compiled frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 20: (state = BLOCKED) - java.lang.Object.wait(long) @bci=0 (Interpreted frame) - java.lang.Object.wait() @bci=2, line=485 (Interpreted frame) - java.util.TimerThread.mainLoop() @bci=28, line=483 (Interpreted frame) - java.util.TimerThread.run() @bci=1, line=462 (Interpreted frame) Error occurred during stack walking: Thread 19: (state = BLOCKED) - java.lang.Object.wait(long) @bci=0 (Interpreted frame) - java.lang.ref.ReferenceQueue.remove(long) @bci=44, line=118 (Interpreted frame) - java.lang.ref.ReferenceQueue.remove() @bci=2, line=134 (Interpreted frame) - sun.java2d.Disposer.run() @bci=3, line=127 (Interpreted frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 18: (state = BLOCKED) - java.lang.Object.wait(long) @bci=0 (Interpreted frame) - java.util.TimerThread.mainLoop() @bci=201, line=509 (Interpreted frame) - java.util.TimerThread.run() @bci=1, line=462 (Interpreted frame) Error occurred during stack walking: Thread 16: (state = IN_NATIVE) - java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) @bci=0 (Interpreted frame) - java.net.PlainSocketImpl.accept(java.net.SocketImpl) @bci=7, line=408 (Interpreted frame) - java.net.ServerSocket.implAccept(java.net.Socket) @bci=60, line=462 (Interpreted frame) - java.net.ServerSocket.accept() @bci=48, line=430 (Interpreted frame) - sun.management.jmxremote.LocalRMIServerSocketFactory$1.accept() @bci=1, line=34 (Interpreted frame) - sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop() @bci=55, line=369 (Interpreted frame) - sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run() @bci=1, line=341 (Interpreted frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 15: (state = IN_NATIVE) - java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) @bci=0 (Interpreted frame) - java.net.PlainSocketImpl.accept(java.net.SocketImpl) @bci=7, line=408 (Interpreted frame) - java.net.ServerSocket.implAccept(java.net.Socket) @bci=60, line=462 (Interpreted frame) - java.net.ServerSocket.accept() @bci=48, line=430 (Interpreted frame) - sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop() @bci=55, line=369 (Interpreted frame) - sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run() @bci=1, line=341 (Interpreted frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 14: (state = IN_NATIVE) - java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) @bci=0 (Interpreted frame) - java.net.PlainSocketImpl.accept(java.net.SocketImpl) @bci=7, line=408 (Interpreted frame) - java.net.ServerSocket.implAccept(java.net.Socket) @bci=60, line=462 (Interpreted frame) - java.net.ServerSocket.accept() @bci=48, line=430 (Interpreted frame) - sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop() @bci=55, line=369 (Interpreted frame) - sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run() @bci=1, line=341 (Interpreted frame) - java.lang.Thread.run() @bci=11, line=662 (Interpreted frame) Error occurred during stack walking: Thread 9: (state = BLOCKED) Thread 8: (state = BLOCKED) Thread 7: (state = BLOCKED) - java.lang.Object.wait(long) @bci=0 (Interpreted frame) - java.lang.ref.ReferenceQueue.remove(long) @bci=44, line=118 (Compiled frame) - java.lang.ref.ReferenceQueue.remove() @bci=2, line=134 (Compiled frame) - java.lang.ref.Finalizer$FinalizerThread.run() @bci=3, line=159 (Compiled frame) Error occurred during stack walking: Thread 6: (state = BLOCKED) - java.lang.Object.wait(long) @bci=0 (Interpreted frame) - java.lang.Object.wait() @bci=2, line=485 (Compiled frame) - java.lang.ref.Reference$ReferenceHandler.run() @bci=46, line=116 (Compiled frame) Error occurred during stack walking: -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/8b1acc43-ebd3-45ff-be20-ff125eec205c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.