Made a docker image as well, def needs some TLC but gets the job done - https://hub.docker.com/r/geissonator/ubuntu-jenkins-ppc64le/
On Wednesday, December 23, 2015 at 9:39:51 AM UTC-6, Andrew Geissler wrote: > > I ended up getting things to work by just installing jenkins into apache > tomcat7 on the ppc64le Ubuntu 14.10 server (vs. using the built in jenkins > web server). > > On Wednesday, November 11, 2015 at 10:29:11 PM UTC-6, Andrew Geissler > wrote: >> >> Everyone that's blocked is blocked on a lock >> that RequestHandlerThread[#39] owns. That thread seems to be sitting in at >> sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method). I'm wondering >> if the native implementation of that accept interface is not fully >> implemented on ppc64 le. >> >> On Tuesday, November 10, 2015 at 4:38:19 PM UTC-6, Andrew Geissler wrote: >> >> I tried to get this working as well today on a ppc64le Ubuntu install. I >> get the same issue, no obvious errors but the web browser just continue to >> hang forever. >> >> ~/jenkins$ uname -a >> Linux 3.16.0-44-generic #59-Ubuntu SMP Tue Jul 7 02:08:17 UTC 2015 >> ppc64le ppc64le ppc64le GNU/Linux >> :~/jenkins$ java -version >> java version "1.7.0_79" >> OpenJDK Runtime Environment (IcedTea 2.5.5) (7u79-2.5.5-0ubuntu0.14.10.2) >> OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode) >> >> (I added the extra mem in case it was an issue but didn't see any >> difference) >> (I built this from a clean github clone today - 11/10/2015) >> >> Any pointers would be appreciated, I've got the source code and can hack >> away if needed to debug. >> >> ~/jenkins$ java -Xmx1024M -Xms512M -jar ./war/target/jenkins.war >> --httpPort=8080 >> Running from: /home/andrewg/jenkins/war/target/jenkins.war >> webroot: $user.home/.jenkins >> Nov 10, 2015 4:14:30 PM winstone.Logger logInternal >> INFO: Beginning extraction from war file >> Nov 10, 2015 4:14:30 PM org.eclipse.jetty.util.log.JavaUtilLog info >> INFO: jetty-winstone-2.8 >> Nov 10, 2015 4:14:32 PM org.eclipse.jetty.util.log.JavaUtilLog info >> INFO: NO JSP Support for , did not find >> org.apache.jasper.servlet.JspServlet >> Jenkins home directory: /home/andrewg/.jenkins found at: >> $user.home/.jenkins >> Nov 10, 2015 4:14:32 PM org.eclipse.jetty.util.log.JavaUtilLog info >> INFO: Started [email protected]:8080 >> Nov 10, 2015 4:14:32 PM winstone.Logger logInternal >> INFO: Winstone Servlet Engine v2.0 running: controlPort=disabled >> Nov 10, 2015 4:14:33 PM jenkins.InitReactorRunner$1 onAttained >> INFO: Started initialization >> Nov 10, 2015 4:14:33 PM jenkins.InitReactorRunner$1 onAttained >> INFO: Listed all plugins >> Nov 10, 2015 4:14:33 PM jenkins.InitReactorRunner$1 onAttained >> INFO: Prepared all plugins >> Nov 10, 2015 4:14:33 PM jenkins.InitReactorRunner$1 onAttained >> INFO: Started all plugins >> Nov 10, 2015 4:14:33 PM jenkins.InitReactorRunner$1 onAttained >> INFO: Augmented all extensions >> Nov 10, 2015 4:14:35 PM jenkins.InitReactorRunner$1 onAttained >> INFO: Loaded all jobs >> Nov 10, 2015 4:14:35 PM hudson.model.AsyncPeriodicWork$1 run >> INFO: Started Download metadata >> Nov 10, 2015 4:14:35 PM hudson.model.AsyncPeriodicWork$1 run >> INFO: Finished Download metadata. 2 ms >> Nov 10, 2015 4:14:35 PM org.jenkinsci.main.modules.sshd.SSHD start >> INFO: Started SSHD at port 55285 >> Nov 10, 2015 4:14:35 PM jenkins.InitReactorRunner$1 onAttained >> INFO: Completed initialization >> Nov 10, 2015 4:14:35 PM jenkins.InitReactorRunner$1 onAttained >> INFO: Started initialization >> Nov 10, 2015 4:14:35 PM jenkins.InitReactorRunner$1 onAttained >> INFO: Listed all plugins >> Nov 10, 2015 4:14:35 PM jenkins.InitReactorRunner$1 onAttained >> INFO: Prepared all plugins >> Nov 10, 2015 4:14:35 PM jenkins.InitReactorRunner$1 onAttained >> INFO: Started all plugins >> Nov 10, 2015 4:14:35 PM jenkins.InitReactorRunner$1 onAttained >> INFO: Augmented all extensions >> Nov 10, 2015 4:14:35 PM jenkins.InitReactorRunner$1 onAttained >> INFO: Loaded all jobs >> Nov 10, 2015 4:14:35 PM jenkins.InitReactorRunner$1 onAttained >> INFO: Completed initialization >> Nov 10, 2015 4:14:35 PM hudson.WebAppMain$3 run >> INFO: Jenkins is fully up and running >> 2015-11-10 16:16:09 >> Full thread dump OpenJDK 64-Bit Server VM (24.79-b02 mixed mode): >> >> "JmDNS(habcap11p1.local.).State.Timer" prio=10 tid=0x00003ffd30004000 >> nid=0x834b in Object.wait() [0x00003ffb8a9fd000] >> java.lang.Thread.State: TIMED_WAITING (on object monitor) >> at java.lang.Object.wait(Native Method) >> - waiting on <0x00000000f6a24c10> (a java.util.TaskQueue) >> at java.util.TimerThread.mainLoop(Timer.java:552) >> - locked <0x00000000f6a24c10> (a java.util.TaskQueue) >> at java.util.TimerThread.run(Timer.java:505) >> >> "JmDNS(habcap11p1.local.).Timer" daemon prio=10 tid=0x00003ffd30003000 >> nid=0x834a in Object.wait() [0x00003ffb8b5fd000] >> java.lang.Thread.State: TIMED_WAITING (on object monitor) >> at java.lang.Object.wait(Native Method) >> - waiting on <0x00000000f6a24540> (a java.util.TaskQueue) >> at java.util.TimerThread.mainLoop(Timer.java:552) >> - locked <0x00000000f6a24540> (a java.util.TaskQueue) >> at java.util.TimerThread.run(Timer.java:505) >> >> "SocketListener(habcap11p1.local.)" daemon prio=10 tid=0x00003ffd30008000 >> nid=0x8349 runnable [0x00003ffeaa3bd000] >> java.lang.Thread.State: RUNNABLE >> at java.net.PlainDatagramSocketImpl.receive0(Native Method) >> - locked <0x00000000f69e95c0> (a java.net.PlainDatagramSocketImpl) >> at >> java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:146) >> - locked <0x00000000f69e95c0> (a java.net.PlainDatagramSocketImpl) >> at java.net.DatagramSocket.receive(DatagramSocket.java:816) >> - locked <0x00000000f69f1c30> (a java.net.DatagramPacket) >> - locked <0x00000000f69da960> (a java.net.MulticastSocket) >> at javax.jmdns.impl.SocketListener.run(SocketListener.java:41) >> >> "Jenkins UDP 33848 monitoring thread" prio=10 tid=0x00003ffe44131800 >> nid=0x8330 runnable [0x00003ffc86ffd000] >> java.lang.Thread.State: RUNNABLE >> at java.net.PlainDatagramSocketImpl.receive0(Native Method) >> - locked <0x00000000f3fd8220> (a java.net.PlainDatagramSocketImpl) >> at >> java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:146) >> - locked <0x00000000f3fd8220> (a java.net.PlainDatagramSocketImpl) >> at java.net.DatagramSocket.receive(DatagramSocket.java:816) >> - locked <0x00000000f65b6ca0> (a java.net.DatagramPacket) >> - locked <0x00000000f3fd7038> (a java.net.MulticastSocket) >> at hudson.UDPBroadcastThread.run(UDPBroadcastThread.java:83) >> >> "TCP slave agent listener port=0" prio=10 tid=0x00003ffe44133000 >> nid=0x832f runnable [0x00003ffc87ffd000] >> java.lang.Thread.State: RUNNABLE >> at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method) >> at >> sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:241) >> - locked <0x00000000f3fccaa0> (a java.lang.Object) >> at hudson.TcpSlaveAgentListener.run(TcpSlaveAgentListener.java:95) >> >> "NioSocketAcceptor-1" prio=10 tid=0x00003ffd6405d000 nid=0x832e runnable >> [0x00003ffb06ffd000] >> java.lang.Thread.State: RUNNABLE >> at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) >> at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) >> at >> sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79) >> at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87) >> - locked <0x00000000f3eea4f8> (a sun.nio.ch.Util$2) >> - locked <0x00000000f3eea4e8> (a >> java.util.Collections$UnmodifiableSet) >> - locked <0x00000000f3eea3d0> (a sun.nio.ch.EPollSelectorImpl) >> at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98) >> at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102) >> at >> org.apache.mina.transport.socket.nio.NioSocketAcceptor.select(NioSocketAcceptor.java:238) >> at >> org.apache.mina.core.polling.AbstractPollingIoAcceptor$Acceptor.run(AbstractPollingIoAcceptor.java:432) >> at >> org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "jenkins.util.Timer [#10]" daemon prio=10 tid=0x00003ffd54004800 >> nid=0x832c waiting on condition [0x00003ffb071fd000] >> java.lang.Thread.State: WAITING (parking) >> at sun.misc.Unsafe.park(Native Method) >> - parking to wait for <0x00000000facfa318> (a >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) >> at >> java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) >> at >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) >> at >> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "jenkins.util.Timer [#9]" daemon prio=10 tid=0x00003ffd74155000 >> nid=0x832b waiting on condition [0x00003ffb073fd000] >> java.lang.Thread.State: WAITING (parking) >> at sun.misc.Unsafe.park(Native Method) >> - parking to wait for <0x00000000facfa318> (a >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) >> at >> java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) >> at >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) >> at >> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "jenkins.util.Timer [#8]" daemon prio=10 tid=0x00003ffd74032800 >> nid=0x8329 waiting on condition [0x00003ffb075fd000] >> java.lang.Thread.State: WAITING (parking) >> at sun.misc.Unsafe.park(Native Method) >> - parking to wait for <0x00000000facfa318> (a >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) >> at >> java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) >> at >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) >> at >> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "jenkins.util.Timer [#7]" daemon prio=10 tid=0x00003ffd7400a800 >> nid=0x8326 waiting on condition [0x00003ffb077fd000] >> java.lang.Thread.State: TIMED_WAITING (parking) >> at sun.misc.Unsafe.park(Native Method) >> - parking to wait for <0x00000000facfa318> (a >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) >> at >> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) >> at >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) >> at >> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "jenkins.util.Timer [#6]" daemon prio=10 tid=0x00003ffd74008000 >> nid=0x8325 waiting on condition [0x00003ffb079fd000] >> java.lang.Thread.State: WAITING (parking) >> at sun.misc.Unsafe.park(Native Method) >> - parking to wait for <0x00000000facfa318> (a >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) >> at >> java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) >> at >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) >> at >> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "jenkins.util.Timer [#5]" daemon prio=10 tid=0x00003ffd74006800 >> nid=0x8324 waiting on condition [0x00003ffb07bfd000] >> java.lang.Thread.State: WAITING (parking) >> at sun.misc.Unsafe.park(Native Method) >> - parking to wait for <0x00000000facfa318> (a >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) >> at >> java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) >> at >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) >> at >> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "jenkins.util.Timer [#4]" daemon prio=10 tid=0x00003ffd74003800 >> nid=0x8323 waiting on condition [0x00003ffb07dfd000] >> java.lang.Thread.State: WAITING (parking) >> at sun.misc.Unsafe.park(Native Method) >> - parking to wait for <0x00000000facfa318> (a >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) >> at >> java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) >> at >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) >> at >> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "jenkins.util.Timer [#3]" daemon prio=10 tid=0x00003ffd74005000 >> nid=0x8322 waiting on condition [0x00003ffb8834d000] >> java.lang.Thread.State: WAITING (parking) >> at sun.misc.Unsafe.park(Native Method) >> - parking to wait for <0x00000000facfa318> (a >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) >> at >> java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) >> at >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) >> at >> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "jenkins.util.Timer [#2]" daemon prio=10 tid=0x00003ffd78001800 >> nid=0x8321 waiting on condition [0x00003ffb07ffd000] >> java.lang.Thread.State: WAITING (parking) >> at sun.misc.Unsafe.park(Native Method) >> - parking to wait for <0x00000000facfa318> (a >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) >> at >> java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) >> at >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) >> at >> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "jenkins.util.Timer [#1]" daemon prio=10 tid=0x00003ffe4408b800 >> nid=0x827f waiting on condition [0x00003ffe80bfd000] >> java.lang.Thread.State: WAITING (parking) >> at sun.misc.Unsafe.park(Native Method) >> - parking to wait for <0x00000000facfa318> (a >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) >> at >> java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) >> at >> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085) >> at >> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) >> at >> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "Jenkins cron thread" prio=10 tid=0x00003ffe44038000 nid=0x827e in >> Object.wait() [0x00003ffe80dfd000] >> java.lang.Thread.State: WAITING (on object monitor) >> at java.lang.Object.wait(Native Method) >> - waiting on <0x00000000fac9f210> (a java.util.TaskQueue) >> at java.lang.Object.wait(Object.java:503) >> at java.util.TimerThread.mainLoop(Timer.java:526) >> - locked <0x00000000fac9f210> (a java.util.TaskQueue) >> at java.util.TimerThread.run(Timer.java:505) >> >> "DestroyJavaVM" prio=10 tid=0x00003fff78009800 nid=0x8214 waiting on >> condition [0x0000000000000000] >> java.lang.Thread.State: RUNNABLE >> >> "LauncherControlThread[ControlPort=-1]" prio=10 tid=0x00003fff79624800 >> nid=0x827d waiting on condition [0x00003ffe80ffd000] >> java.lang.Thread.State: TIMED_WAITING (sleeping) >> at java.lang.Thread.sleep(Native Method) >> at winstone.Launcher.run(Launcher.java:245) >> at java.lang.Thread.run(Thread.java:745) >> >> "RequestHandlerThread[#40] Acceptor19 [email protected]:8080" >> daemon prio=10 tid=0x00003fff79622000 nid=0x827c waiting for monitor entry >> [0x00003ffe811fd000] >> java.lang.Thread.State: BLOCKED (on object monitor) >> at >> sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:225) >> - waiting to lock <0x00000000fac9f550> (a java.lang.Object) >> at >> org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109) >> at >> org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938) >> at >> winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "RequestHandlerThread[#39] Acceptor18 [email protected]:8080" >> daemon prio=10 tid=0x00003fff79620000 nid=0x827b runnable >> [0x00003ffe813fd000] >> java.lang.Thread.State: RUNNABLE >> at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method) >> at >> sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:241) >> - locked <0x00000000fac9f550> (a java.lang.Object) >> at >> org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109) >> at >> org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938) >> at >> winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "RequestHandlerThread[#38] Acceptor17 [email protected]:8080" >> daemon prio=10 tid=0x00003fff7961e000 nid=0x827a waiting for monitor entry >> [0x00003ffe815fd000] >> java.lang.Thread.State: BLOCKED (on object monitor) >> at >> sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:225) >> - waiting to lock <0x00000000fac9f550> (a java.lang.Object) >> at >> org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109) >> at >> org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938) >> at >> winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "RequestHandlerThread[#37] Acceptor16 [email protected]:8080" >> daemon prio=10 tid=0x00003fff7961b800 nid=0x8279 waiting for monitor entry >> [0x00003ffe817fd000] >> java.lang.Thread.State: BLOCKED (on object monitor) >> at >> sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:225) >> - waiting to lock <0x00000000fac9f550> (a java.lang.Object) >> at >> org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109) >> at >> org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938) >> at >> winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "RequestHandlerThread[#36] Acceptor15 [email protected]:8080" >> daemon prio=10 tid=0x00003fff79619800 nid=0x8278 waiting for monitor entry >> [0x00003ffe819fd000] >> java.lang.Thread.State: BLOCKED (on object monitor) >> at >> sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:225) >> - waiting to lock <0x00000000fac9f550> (a java.lang.Object) >> at >> org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109) >> at >> org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938) >> at >> winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "RequestHandlerThread[#35] Acceptor14 [email protected]:8080" >> daemon prio=10 tid=0x00003fff79617800 nid=0x8277 waiting for monitor entry >> [0x00003ffe81bfd000] >> java.lang.Thread.State: BLOCKED (on object monitor) >> at >> sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:225) >> - waiting to lock <0x00000000fac9f550> (a java.lang.Object) >> at >> org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109) >> at >> org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938) >> at >> winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "RequestHandlerThread[#34] Acceptor13 [email protected]:8080" >> daemon prio=10 tid=0x00003fff79615800 nid=0x8276 waiting for monitor entry >> [0x00003ffe81dfd000] >> java.lang.Thread.State: BLOCKED (on object monitor) >> at >> sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:225) >> - waiting to lock <0x00000000fac9f550> (a java.lang.Object) >> at >> org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109) >> at >> org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938) >> at >> winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "RequestHandlerThread[#33] Acceptor12 [email protected]:8080" >> daemon prio=10 tid=0x00003fff79613800 nid=0x8275 waiting for monitor entry >> [0x00003ffe81ffd000] >> java.lang.Thread.State: BLOCKED (on object monitor) >> at >> sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:225) >> - waiting to lock <0x00000000fac9f550> (a java.lang.Object) >> at >> org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109) >> at >> org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938) >> at >> winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "RequestHandlerThread[#32] Acceptor11 [email protected]:8080" >> daemon prio=10 tid=0x00003fff79611800 nid=0x8274 waiting for monitor entry >> [0x00003ffe821fd000] >> java.lang.Thread.State: BLOCKED (on object monitor) >> at >> sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:225) >> - waiting to lock <0x00000000fac9f550> (a java.lang.Object) >> at >> org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109) >> at >> org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938) >> at >> winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:745) >> >> "RequestHandlerThread[#31] Acceptor10 >> >> ... > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/be3dfa17-95c9-489d-995e-adc9bebb0853%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
