Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.85 KB | None | 0 0
  1. May 03, 2016 7:00:46 AM com.spbsu.commons.system.RuntimeUtils$InvokeDispatcher invoke
  2. WARNING: Unable to call method
  3. java.lang.reflect.InvocationTargetException
  4. at sun.reflect.GeneratedMethodAccessor46.invoke(Unknown Source)
  5. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  6. at java.lang.reflect.Method.invoke(Method.java:497)
  7. at com.spbsu.commons.system.RuntimeUtils$InvokeDispatcher.invoke(RuntimeUtils.java:358)
  8. at com.expleague.util.akka.ActorInvokeDispatcher$Dispatcher.invoke(ActorInvokeDispatcher.java:65)
  9. at com.expleague.util.akka.ActorInvokeDispatcher.invoke(ActorInvokeDispatcher.java:51)
  10. at com.expleague.util.akka.ActorContainer.onReceive(ActorContainer.java:47)
  11. at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:167)
  12. at akka.actor.Actor$class.aroundReceive(Actor.scala:480)
  13. at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:97)
  14. at akka.actor.ActorCell.receiveMessage(ActorCell.scala:525)
  15. at akka.actor.ActorCell.invoke(ActorCell.scala:494)
  16. at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)
  17. at akka.dispatch.Mailbox.run(Mailbox.scala:224)
  18. at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
  19. at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
  20. at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
  21. at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
  22. at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
  23. Caused by: java.lang.RuntimeException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 39,355,080 milliseconds ago. The last packet sent successfully to the server was 39,355,080 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
  24. at com.expleague.server.dao.sql.MySQLOps$ResultSetIterator.init(MySQLOps.java:98)
  25. at com.expleague.server.dao.sql.MySQLOps$ResultSetIterator.hasNext(MySQLOps.java:105)
  26. at java.util.Iterator.forEachRemaining(Iterator.java:115)
  27. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
  28. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
  29. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
  30. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
  31. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  32. at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
  33. at com.expleague.server.services.PatternsService.invoke(PatternsService.java:32)
  34. ... 19 more
  35. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 39,355,080 milliseconds ago. The last packet sent successfully to the server was 39,355,080 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
  36. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  37. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  38. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  39. at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
  40. at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
  41. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:983)
  42. at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3644)
  43. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2452)
  44. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2617)
  45. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2550)
  46. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1861)
  47. at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1962)
  48. at com.expleague.server.dao.sql.MySQLOps$ResultSetIterator.init(MySQLOps.java:94)
  49. ... 28 more
  50. Caused by: java.net.SocketException: Broken pipe
  51. at java.net.SocketOutputStream.socketWrite0(Native Method)
  52. at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
  53. at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
  54. at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
  55. at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
  56. at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3626)
  57. ... 34 more
  58.  
  59. May 03, 2016 7:01:30 AM com.expleague.server.admin.ExpLeagueAdminService$Handler onReceive
  60. WARNING: java.lang.RuntimeException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 37,363,545 milliseconds ago. The last packet sent successfully to the server was 37,363,545 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
  61. at com.expleague.server.dao.sql.MySQLOps$ResultSetIterator.init(MySQLOps.java:98)
  62. at com.expleague.server.dao.sql.MySQLOps$ResultSetIterator.hasNext(MySQLOps.java:105)
  63. at java.util.Iterator.forEachRemaining(Iterator.java:115)
  64. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
  65. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
  66. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
  67. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
  68. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
  69. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  70. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
  71. at com.expleague.server.Roster.profile(Roster.java:41)
  72. at com.expleague.server.dao.sql.MySQLRoster.lambda$profile$56(MySQLRoster.java:196)
  73. at com.spbsu.commons.util.cache.impl.FixedSizeCache.get(FixedSizeCache.java:91)
  74. at com.expleague.server.dao.sql.MySQLRoster.profile(MySQLRoster.java:196)
  75. at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
  76. at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
  77. at java.util.Iterator.forEachRemaining(Iterator.java:116)
  78. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
  79. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
  80. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
  81. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
  82. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  83. at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
  84. at com.expleague.server.admin.ExpLeagueAdminService$Handler.getJsonResponse(ExpLeagueAdminService.java:317)
  85. at com.expleague.server.admin.ExpLeagueAdminService$Handler.getOrders(ExpLeagueAdminService.java:308)
  86. at com.expleague.server.admin.ExpLeagueAdminService$Handler.onReceive(ExpLeagueAdminService.java:121)
  87. at sun.reflect.GeneratedMethodAccessor108.invoke(Unknown Source)
  88. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  89. at java.lang.reflect.Method.invoke(Method.java:497)
  90. at com.spbsu.commons.system.RuntimeUtils$InvokeDispatcher.invoke(RuntimeUtils.java:358)
  91. at com.expleague.util.akka.ActorInvokeDispatcher$Dispatcher.invoke(ActorInvokeDispatcher.java:65)
  92. at com.expleague.util.akka.ActorInvokeDispatcher.invoke(ActorInvokeDispatcher.java:51)
  93. at com.expleague.util.akka.ActorContainer.onReceive(ActorContainer.java:47)
  94. at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:167)
  95. at akka.actor.Actor$class.aroundReceive(Actor.scala:480)
  96. at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:97)
  97. at akka.actor.ActorCell.receiveMessage(ActorCell.scala:525)
  98. at akka.actor.ActorCell.invoke(ActorCell.scala:494)
  99. at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)
  100. at akka.dispatch.Mailbox.run(Mailbox.scala:224)
  101. at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
  102. at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
  103. at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
  104. at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
  105. at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
  106. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 37,363,545 milliseconds ago. The last packet sent successfully to the server was 37,363,545 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
  107. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  108. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  109. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  110. at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
  111. at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
  112. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:983)
  113. at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3644)
  114. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2452)
  115. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2617)
  116. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2550)
  117. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1861)
  118. at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1962)
  119. at com.expleague.server.dao.sql.MySQLOps$ResultSetIterator.init(MySQLOps.java:94)
  120. ... 44 more
  121. Caused by: java.net.SocketException: Broken pipe
  122. at java.net.SocketOutputStream.socketWrite0(Native Method)
  123. at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
  124. at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
  125. at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
  126. at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
  127. at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3626)
  128. ... 50 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement