Advertisement
Guest User

Untitled

a guest
Aug 16th, 2015
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.00 KB | None | 0 0
  1. [13:34:51] [Craft Scheduler Thread - 67/ERROR]: null
  2. nl.lolmewn.stats.api.storage.StorageException: Something went wrong while saving the user!
  3. at nl.lolmewn.stats.mysql.MySQLStorage.save(MySQLStorage.java:162) ~[Stats3.jar:?]
  4. at nl.lolmewn.stats.user.StatsUserManager.saveUser(StatsUserManager.java:36) ~[Stats3.jar:?]
  5. at nl.lolmewn.stats.bukkit.BukkitMain$1.run(BukkitMain.java:223) [Stats3.jar:?]
  6. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  7. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  8. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_71]
  9. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_71]
  10. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  11. Caused by: java.sql.SQLException: java.lang.OutOfMemoryError: GC overhead limit exceeded
  12. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  13. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  14. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  15. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  16. at com.mysql.jdbc.Util.handleNewInstance(Util.java:431) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  17. at com.mysql.jdbc.PreparedStatement.getInstance(PreparedStatement.java:872) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  18. at com.mysql.jdbc.ConnectionImpl.clientPrepareStatement(ConnectionImpl.java:1498) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  19. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4270) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  20. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4169) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  21. at org.apache.commons.dbcp2.DelegatingConnection.prepareStatement(DelegatingConnection.java:288) ~[Stats3.jar:?]
  22. at org.apache.commons.dbcp2.DelegatingConnection.prepareStatement(DelegatingConnection.java:288) ~[Stats3.jar:?]
  23. at nl.lolmewn.stats.mysql.MySQLStorage.save(MySQLStorage.java:129) ~[Stats3.jar:?]
  24. ... 7 more
  25. [13:34:58] [Craft Scheduler Thread - 67/WARN]: Exception in thread "Craft Scheduler Thread - 67"
  26. [13:35:06] [Netty Epoll Server IO #3/WARN]: Failed to initialize a channel. Closing: [id: 0x030130e4, /167.114.118.128:44834 => /192.99.199.115:25565]
  27. java.lang.OutOfMemoryError: GC overhead limit exceeded
  28. [13:35:06] [Netty Epoll Server IO #0/WARN]: Failed to initialize a channel. Closing: [id: 0x179ab865, /167.114.118.128:44850 => /192.99.199.115:25565]
  29. java.lang.OutOfMemoryError: GC overhead limit exceeded
  30. [13:35:08] [Craft Scheduler Thread - 67/WARN]: org.apache.commons.lang.UnhandledException: Plugin Stats v3.0.0-SNAPSHOT-341 generated an exception while executing task 40
  31. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  32. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  33. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  34. at java.lang.Thread.run(Unknown Source)
  35. Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
  36. at java.util.HashMap.newKeyIterator(Unknown Source)
  37. at java.util.HashMap$KeySet.iterator(Unknown Source)
  38. at nl.lolmewn.stats.mysql.MySQLStorage.save(MySQLStorage.java:125)
  39. at nl.lolmewn.stats.user.StatsUserManager.saveUser(StatsUserManager.java:36)
  40. at nl.lolmewn.stats.bukkit.BukkitMain$1.run(BukkitMain.java:223)
  41. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  42. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  43. ... 3 more
  44.  
  45. [13:35:06] [Netty Epoll Server IO #3/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  46. java.lang.NullPointerException
  47. at net.minecraft.server.v1_8_R3.NetworkManager.close(NetworkManager.java:245) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  48. at net.minecraft.server.v1_8_R3.NetworkManager.channelInactive(NetworkManager.java:105) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  49. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  50. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  51. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  52. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  53. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  54. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  55. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  56. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  57. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  58. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  59. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  60. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  61. at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  62. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  63. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  64. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  65. at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  66. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  67. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  68. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  69. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  70. [13:35:04] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Essentials vTeamCity
  71. org.bukkit.event.EventException
  72. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  73. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  74. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  75. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  76. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:269) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  77. at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  78. at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInPositionLook.a(SourceFile:18) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  79. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  80. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_71]
  81. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_71]
  82. at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  83. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:718) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  84. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  85. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  86. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  87. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  88. Caused by: com.google.common.util.concurrent.ExecutionError: java.lang.OutOfMemoryError: GC overhead limit exceeded
  89. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2199) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  90. at com.google.common.cache.LocalCache.get(LocalCache.java:3934) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  91. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  92. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  93. at com.earth2me.essentials.UserMap.getUser(UserMap.java:112) ~[?:?]
  94. at com.earth2me.essentials.Essentials.getUser(Essentials.java:714) ~[?:?]
  95. at com.earth2me.essentials.EssentialsPlayerListener.onPlayerMove(EssentialsPlayerListener.java:118) ~[?:?]
  96. at sun.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) ~[?:?]
  97. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
  98. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
  99. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  100. ... 15 more
  101. Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
  102. [13:35:10] [Thread-162/INFO]: UUID of player VevinTheBird is a53ca4cc-8050-425c-9731-6a7073da6350
  103. [13:35:10] [Thread-14/WARN]: Exception in thread "Thread-14"
  104. [13:35:11] [Thread-14/WARN]: java.lang.OutOfMemoryError: GC overhead limit exceeded
  105. [13:35:14] [Netty Epoll Server IO #3/WARN]: Failed to initialize a channel. Closing: [id: 0x8d329bc2, /167.114.118.128:44900 => /192.99.199.115:25565]
  106. java.lang.OutOfMemoryError: GC overhead limit exceeded
  107. [13:35:17] [File IO Thread/WARN]: Exception in thread "File IO Thread"
  108. [13:35:17] [Netty Epoll Server IO #3/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  109. java.lang.OutOfMemoryError: GC overhead limit exceeded
  110. [13:35:17] [Netty Epoll Server IO #0/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  111. java.lang.OutOfMemoryError: GC overhead limit exceeded
  112. [13:35:19] [File IO Thread/WARN]: java.lang.OutOfMemoryError: GC overhead limit exceeded
  113. [13:35:23] [Netty Epoll Server IO #1/WARN]: Failed to initialize a channel. Closing: [id: 0xae9bee4f, /167.114.118.128:44933 => /192.99.199.115:25565]
  114. java.lang.OutOfMemoryError: GC overhead limit exceeded
  115. [13:35:34] [Netty Epoll Server IO #1/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  116. java.lang.OutOfMemoryError: GC overhead limit exceeded
  117. [13:35:39] [Server thread/INFO]: Stopping server
  118. [13:35:41] [Thread-4/WARN]: Exception in thread "Thread-4"
  119. [13:35:43] [Thread-4/WARN]: java.lang.OutOfMemoryError: GC overhead limit exceeded
  120. [13:35:46] [Netty Epoll Server IO #2/WARN]: Failed to initialize a channel. Closing: [id: 0x979941f7, /167.114.118.128:44953 => /192.99.199.115:25565]
  121. java.lang.OutOfMemoryError: GC overhead limit exceeded
  122. [13:35:46] [Server thread/INFO]: [ChestShop-towny] Disabling ChestShop-towny v1.0.1
  123. [13:35:59] [Netty Epoll Server IO #3/WARN]: Unexpected exception from an event executor:
  124. java.lang.OutOfMemoryError: GC overhead limit exceeded
  125. [13:36:01] [Server thread/ERROR]: Error occurred (in the plugin loader) while disabling ChestShop-towny v1.0.1 (Is it up to date?)
  126. java.lang.OutOfMemoryError: GC overhead limit exceeded
  127. [13:36:00] [Netty Epoll Server IO #0/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  128. java.lang.OutOfMemoryError: GC overhead limit exceeded
  129. [13:36:17] [Timer-0/WARN]: Exception in thread "Timer-0"
  130. [13:36:21] [Timer-0/WARN]: java.lang.OutOfMemoryError: GC overhead limit exceeded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement