Created
November 13, 2012 22:50
-
-
Save favrik/4068968 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2012.11.13-14:47:30.548: WARN - CpuUsageLogger: avgCpuTime=227 threadCount=59 | |
2012.11.13-14:47:30.550: WARN - CpuUsageLogger: THREAD 14 CPU 0.0 BLOCKED | |
sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:136) | |
org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109) | |
org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938) | |
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
java.lang.Thread.run(Thread.java:662) | |
--- | |
THREAD 17 CPU 0.0 BLOCKED | |
sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:136) | |
org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109) | |
org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938) | |
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
java.lang.Thread.run(Thread.java:662) | |
--- | |
THREAD 15 CPU 0.0 BLOCKED | |
sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:136) | |
org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109) | |
org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938) | |
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
java.lang.Thread.run(Thread.java:662) | |
--- | |
THREAD 30 CPU 0.3201492537313433 TIMED_WAITING | |
java.lang.Object.wait(Native Method) | |
java.util.TimerThread.mainLoop(Timer.java:509) | |
java.util.TimerThread.run(Timer.java:462) | |
--- | |
THREAD 19 CPU 0.06716417910447761 TIMED_WAITING | |
sun.misc.Unsafe.park(Native Method) | |
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:198) | |
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2025) | |
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342) | |
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526) | |
org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44) | |
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572) | |
java.lang.Thread.run(Thread.java:662) | |
--- | |
THREAD 25 CPU 0.007462686567164179 BLOCKED | |
java.lang.Object.wait(Native Method) | |
java.lang.Object.wait(Object.java:485) | |
org.apache.log4j.AsyncAppender$Dispatcher.run(AsyncAppender.java:548) | |
java.lang.Thread.run(Thread.java:662) | |
--- | |
THREAD 59 CPU 0.3492537313432836 RUNNABLE | |
--- | |
2012.11.13-14:47:32.083: ERROR - Timer task failed: com.chess.live.server.VersionNotifier$1 | |
java.lang.RuntimeException: Failed to call API: http://www.c.com/api/get_js_version (Read timed out) | |
at com.chess.live.server.siteapi.ApiCaller.call(ApiCaller.java:179) | |
at com.chess.live.server.siteapi.ApiCaller.call(ApiCaller.java:188) | |
at com.chess.live.server.siteapi.ApiCaller.call(ApiCaller.java:188) | |
at com.chess.live.server.siteapi.ApiCaller.call(ApiCaller.java:63) | |
at com.chess.live.server.siteapi.ApiCaller.call(ApiCaller.java:53) | |
at com.chess.live.server.siteapi.UserApi.getJsClientVersion(UserApi.java:140) | |
at com.chess.live.server.VersionNotifier$1.doRun(VersionNotifier.java:29) | |
at com.chess.live.SafeTimerTask.run(SafeTimerTask.java:25) | |
at java.util.TimerThread.mainLoop(Timer.java:512) | |
at java.util.TimerThread.run(Timer.java:462) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment