Advertisement
Guest User

Untitled

a guest
Oct 18th, 2015
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.56 KB | None | 0 0
  1. [17:28:28] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin CSPL created a profile with 'id20' as an UUID.
  2. [17:28:28] [Server Watchdog/WARN]: Exception in thread "Server Watchdog"
  3. [17:28:28] [Server Watchdog/WARN]: java.lang.OutOfMemoryError: Java heap space
  4. [17:28:28] [Server Watchdog/WARN]: at java.util.Arrays.copyOf(Unknown Source)
  5. [17:28:28] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin CSPL created a profile with 'id21' as an UUID.
  6. [17:28:28] [Server Watchdog/WARN]: at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source)
  7. [17:28:28] [Server Watchdog/WARN]: at java.lang.AbstractStringBuilder.ensureCapacityInternal(Unknown Source)
  8. [17:28:28] [Server Watchdog/WARN]: at java.lang.AbstractStringBuilder.append(Unknown Source)
  9. [17:28:29] [Server Watchdog/WARN]: at java.lang.StringBuilder.append(Unknown Source)
  10. [17:28:29] [Server Watchdog/WARN]: at java.lang.StringBuilder.append(Unknown Source)
  11. [17:28:29] [Server Watchdog/WARN]: at net.minecraft.server.v1_8_R3.ThreadWatchdog.run(SourceFile:53)
  12. [17:28:29] [Server Watchdog/WARN]: at java.lang.Thread.run(Unknown Source)
  13. [17:28:29] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin CSPL created a profile with 'id22' as an UUID.
  14. [17:28:29] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin CSPL created a profile with 'id23' as an UUID.
  15. [17:28:31] [Netty Server IO #15/WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
  16. java.nio.channels.ClosedChannelException
  17. [17:28:37] [Netty Server IO #12/WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
  18. java.nio.channels.ClosedChannelException
  19. [17:29:29] [Netty Server IO #11/WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
  20. java.nio.channels.ClosedChannelException
  21. [17:29:43] [Netty Server IO #6/WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
  22. java.nio.channels.ClosedChannelException
  23. [17:30:16] [Netty Server IO #12/WARN]: Unexpected exception in the selector loop.
  24. java.lang.OutOfMemoryError: Java heap space
  25. at io.netty.util.internal.MpscLinkedQueue.offer(MpscLinkedQueue.java:129) ~[craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  26. at io.netty.util.internal.MpscLinkedQueue.add(MpscLinkedQueue.java:230) ~[craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  27. at io.netty.util.concurrent.SingleThreadEventExecutor.fetchFromDelayedQueue(SingleThreadEventExecutor.java:270) ~[craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  28. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:369) ~[craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  29. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  30. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  31. at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
  32. [17:30:19] [pool-3-thread-4/WARN]: Exception in thread "pool-3-thread-4"
  33. [17:30:42] [Netty Server IO #7/WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
  34. java.nio.channels.ClosedChannelException
  35. [17:30:45] [pool-3-thread-4/WARN]: org.apache.commons.lang.UnhandledException: Plugin Essentials vTeamCity generated an exception while executing task 78
  36. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  37. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  38. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  39. at java.lang.Thread.run(Unknown Source)
  40. Caused by: java.lang.OutOfMemoryError: Java heap space
  41. at java.lang.String.<init>(Unknown Source)
  42. at java.util.jar.Attributes.read(Unknown Source)
  43. at java.util.jar.Manifest.read(Unknown Source)
  44. at java.util.jar.Manifest.<init>(Unknown Source)
  45. at java.util.jar.JarFile.getManifestFromReference(Unknown Source)
  46. at java.util.jar.JarFile.getManifest(Unknown Source)
  47. at sun.misc.URLClassPath$JarLoader$2.getManifest(Unknown Source)
  48. at java.net.URLClassLoader.defineClass(Unknown Source)
  49. at java.net.URLClassLoader.access$100(Unknown Source)
  50. at java.net.URLClassLoader$1.run(Unknown Source)
  51. at java.net.URLClassLoader$1.run(Unknown Source)
  52. at java.security.AccessController.doPrivileged(Native Method)
  53. at java.net.URLClassLoader.findClass(Unknown Source)
  54. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77)
  55. at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:193)
  56. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:73)
  57. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62)
  58. at java.lang.ClassLoader.loadClass(Unknown Source)
  59. at java.lang.ClassLoader.loadClass(Unknown Source)
  60. at com.earth2me.essentials.storage.AbstractDelayedYamlFileReader.run(AbstractDelayedYamlFileReader.java:37)
  61. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:53)
  62. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  63. ... 3 more
  64.  
  65. [17:30:50] [Netty Server IO #15/WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
  66. java.nio.channels.ClosedChannelException
  67. [17:31:33] [Server thread/WARN]: [ProtocolLib] Error filtering reports: java.lang.IllegalArgumentException: Cannot find report name for Unable to send packet %s to %s
  68. [17:31:34] [pool-3-thread-2/WARN]: Exception in thread "pool-3-thre
  69. [17:31:34] [pool-3-thread-2/WARN]: ad-2"
  70. [17:31:34] [Server thread/WARN]: [ProtocolLib] [ProtocolLibrary] Unable to send packet net.minecraft.server.v1_8_R3.PacketStatusOutServerInfo@6fa188fa to null
  71. java.lang.reflect.InvocationTargetException
  72. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
  73. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
  74. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
  75. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
  76. at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.invokeSendPacket(NettyChannelInjector.java:690) [ProtocolLib.jar:?]
  77. at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.access$600(NettyChannelInjector.java:84) [ProtocolLib.jar:?]
  78. at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector$7.run(NettyChannelInjector.java:535) [ProtocolLib.jar:?]
  79. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:53) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  80. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  81. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:680) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  82. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  83. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:629) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  84. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:537) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  85. at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
  86. Caused by: java.lang.OutOfMemoryError: Java heap space
  87. [17:31:49] [Thread-4/WARN]: Exception in thread "Thread-4"
  88. [17:31:49] [Thread-4/WARN]: java.lang.OutOfMemoryError: Java heap space
  89. [17:31:54] [Netty Server IO #11/WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
  90. java.nio.channels.ClosedChannelException
  91. [17:32:00] [Netty Server IO #10/WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
  92. java.nio.channels.ClosedChannelException
  93. [17:32:24] [Netty Server IO #1/WARN]: Failed to initialize a channel. Closing: [id: 0xc22604eb, /192.210.227.226:57429 => /184.154.34.114:25565]
  94. java.lang.OutOfMemoryError: Java heap space
  95. [17:32:24] [Netty Server IO #1/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  96. java.lang.NullPointerException
  97. at net.minecraft.server.v1_8_R3.NetworkManager.close(NetworkManager.java:233) ~[craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  98. at net.minecraft.server.v1_8_R3.NetworkManager.channelInactive(NetworkManager.java:97) ~[craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  99. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  100. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  101. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  102. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  103. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  104. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  105. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  106. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  107. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  108. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  109. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  110. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  111. at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  112. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  113. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  114. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  115. at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  116. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  117. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  118. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  119. at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
  120. [17:32:35] [Netty Server IO #7/WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
  121. java.nio.channels.ClosedChannelException
  122. [17:32:38] [Netty Server IO #3/WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
  123. java.nio.channels.ClosedChannelException
  124. [17:32:46] [Netty Server IO #2/WARN]: Failed to initialize a channel. Closing: [id: 0x8f2fd13b, /99.28.29.18:61695 => /184.154.34.114:25565]
  125. java.lang.OutOfMemoryError: Java heap space
  126. [17:32:56] [Netty Server IO #2/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  127. java.lang.OutOfMemoryError: Java heap space
  128. [17:32:57] [Netty Server IO #2/WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
  129. java.nio.channels.ClosedChannelException
  130. [17:33:16] [Netty Server IO #3/WARN]: Failed to initialize a channel. Closing: [id: 0xfa6b10c6, /96.42.102.74:37938 => /184.154.34.114:25565]
  131. java.lang.OutOfMemoryError: Java heap space
  132. [17:33:25] [Netty Server IO #3/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  133. java.lang.OutOfMemoryError: Java heap space
  134. [17:33:33] [Netty Server IO #5/WARN]: Failed to initialize a channel. Closing: [id: 0x5264048c, /99.237.106.243:50860 => /184.154.34.114:25565]
  135. java.lang.OutOfMemoryError: Java heap space
  136. [17:33:38] [Netty Server IO #5/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  137. java.lang.OutOfMemoryError: Java heap space
  138. [17:33:29] [Netty Server IO #4/WARN]: Failed to initialize a channel. Closing: [id: 0xc7b99582, /74.39.74.171:59086 => /184.154.34.114:25565]
  139. java.lang.OutOfMemoryError: Java heap space
  140. [17:33:48] [Netty Server IO #4/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  141. java.lang.OutOfMemoryError: Java heap space
  142. [17:33:53] [Netty Server IO #6/WARN]: Failed to initialize a channel. Closing: [id: 0xc668bb99, /99.237.106.243:50880 => /184.154.34.114:25565]
  143. java.lang.OutOfMemoryError: Java heap space
  144. [17:33:56] [Netty Server IO #0/WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
  145. java.nio.channels.ClosedChannelException
  146. [17:34:02] [Netty Server IO #8/WARN]: Failed to initialize a channel. Closing: [id: 0x112e42f0, /192.95.59.147:50226 => /184.154.34.114:25565]
  147. java.lang.OutOfMemoryError: Java heap space
  148. [17:34:14] [Netty Server IO #8/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  149. java.lang.OutOfMemoryError: Java heap space
  150. [17:34:14] [Netty Server IO #6/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  151. java.lang.OutOfMemoryError: Java heap space
  152. [17:34:29] [Server thread/WARN]: [ProtocolLib] Error filtering reports: java.lang.IllegalArgumentException: Cannot find report name for Unable to send packet %s to %s
  153. [17:34:32] [Netty Server IO #7/WARN]: Failed to initialize a channel. Closing: [id: 0x6baa1e57, /192.210.227.226:36187 => /184.154.34.114:25565]
  154. java.lang.OutOfMemoryError: Java heap space
  155. [17:34:44] [Server thread/WARN]: [ProtocolLib] Task #99 for ProtocolLib v3.6.4 generated an exception
  156. java.lang.OutOfMemoryError: Java heap space
  157. [17:34:52] [Server thread/WARN]: [ProtocolLib] Error filtering reports: java.lang.IllegalArgumentException: Cannot find report name for Unable to send packet %s to %s
  158. [17:35:08] [Netty Server IO #7/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  159. java.lang.OutOfMemoryError: Java heap space
  160. [17:34:57] [Netty Server IO #9/WARN]: Failed to initialize a channel. Closing: [id: 0x2d95ed21, /198.27.83.157:41212 => /184.154.34.114:25565]
  161. java.lang.OutOfMemoryError: Java heap space
  162. [17:35:19] [Netty Server IO #10/WARN]: Failed to initialize a channel. Closing: [id: 0x43b4196f, /74.39.74.171:59157 => /184.154.34.114:25565]
  163. java.lang.OutOfMemoryError: Java heap space
  164. [17:35:20] [Server thread/WARN]: [ProtocolLib] Task #86 for ProtocolLib v3.6.4 generated an exception
  165. java.lang.OutOfMemoryError: Java heap space
  166. [17:35:32] [Netty Server IO #10/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  167. java.lang.OutOfMemoryError: Java heap space
  168. [17:35:41] [Netty Server IO #9/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  169. java.lang.OutOfMemoryError: Java heap space
  170. [17:35:50] [Netty Server IO #11/WARN]: Failed to initialize a channel. Closing: [id: 0x04829689, /74.39.74.171:59214 => /184.154.34.114:25565]
  171. java.lang.OutOfMemoryError: Java heap space
  172. [17:35:59] [Netty Server IO #11/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  173. java.lang.OutOfMemoryError: Java heap space
  174. [17:36:11] [Netty Server IO #13/WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
  175. java.nio.channels.ClosedChannelException
  176. [17:36:13] [pool-3-thread-6/WARN]: Exception in thread "pool-3-thread-6"
  177. [17:36:29] [pool-3-thread-7/WARN]: Exception in thread "pool-3-thread-7"
  178. [17:37:02] [Netty Server IO #12/WARN]: Failed to initialize a channel. Closing: [id: 0x9c2e60db, /69.29.225.138:34555 => /184.154.34.114:25565]
  179. java.lang.OutOfMemoryError: Java heap space
  180. [17:37:14] [Netty Server IO #12/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  181. java.lang.OutOfMemoryError: Java heap space
  182. [17:37:25] [pool-3-thread-9/WARN]: Exception in thread "pool-3-thread-9"
  183. [17:37:38] [pool-3-thread-10/WARN]: Exception in thread "pool-3-thread-10"
  184. [17:38:16] [Server console handler/WARN]: Exception in thread "Server console han
  185. [17:38:41] [Netty Server IO #1/WARN]: A task raised an exception.
  186. java.lang.OutOfMemoryError: Java heap space
  187. [17:38:52] [Timer-0/WARN]: Except
  188. [17:38:53] [Timer-0/WARN]: ion in thread "Timer-0"
  189. [17:38:42] [Netty Server IO #10/WARN]: Unexpected exception from an event executor:
  190. java.lang.OutOfMemoryError: Java heap space
  191. [17:39:15] [Netty Server IO #0/WARN]: Exception in thread "Netty Server IO #0"
  192. [17:39:30] [Netty Server IO #9/WARN]: Unexpected exception from an event executor:
  193. java.lang.OutOfMemoryError: Java heap space
  194. [17:39:59] [Netty Server IO #10/WARN]: Exception in thread "Netty Server IO #10"
  195. [17:39:59] [Netty Server IO #10/WARN]: java.lang.OutOfMemoryError: Java heap space
  196. [17:39:59] [Netty Server IO #6/WARN]: Unexpected exception from an event executor:
  197. java.lang.OutOfMemoryError: Java heap space
  198. [17:39:55] [Netty Server IO #13/WARN]: Unexpected exception from an event executor:
  199. java.lang.OutOfMemoryError: Java heap space
  200. [17:40:03] [Server thread/WARN]: [ProtocolLib] [WrappedGameProfile] Plugin null created a profile with 'id5' as an UUID.
  201. [17:40:06] [Netty Server IO #4/WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
  202. java.nio.channels.ClosedChannelException
  203. [17:40:08] [Netty Server IO #5/WARN]: Exception in thread "Netty Server IO #5"
  204. [17:40:08] [Netty Server IO #5/WARN]: java.lang.OutOfMemoryError: Java heap space
  205. [17:40:08] [Server thread/WARN]: [ProtocolLib] Error filtering reports: java.lang.IllegalArgumentException: Cannot find report name for Unable to send packet %s to %s
  206. [17:40:08] [Server thread/WARN]: [ProtocolLib] [ProtocolLibrary] Unable to send packet net.minecraft.server.v1_8_R3.PacketStatusOutServerInfo@2baaf184 to null
  207. java.lang.reflect.InvocationTargetException
  208. at sun.reflect.GeneratedMethodAccessor31.invoke(Unknown Source) ~[?:?]
  209. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
  210. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
  211. at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.invokeSendPacket(NettyChannelInjector.java:690) [ProtocolLib.jar:?]
  212. at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.access$600(NettyChannelInjector.java:84) [ProtocolLib.jar:?]
  213. at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector$7.run(NettyChannelInjector.java:535) [ProtocolLib.jar:?]
  214. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:53) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  215. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  216. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:680) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  217. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  218. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:629) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  219. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:537) [craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  220. at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
  221. Caused by: java.util.concurrent.RejectedExecutionException: event executor terminated
  222. at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:745) ~[craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  223. at io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:322) ~[craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  224. at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:728) ~[craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  225. at com.comphenix.protocol.compat.netty.independent.NettyEventLoopProxy.execute(NettyEventLoopProxy.java:95) ~[?:?]
  226. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:183) ~[craftbukkit_1.8.8_efd6cb0.jar:git-Bukkit-efd6cb0]
  227. ... 13 more
  228. [17:40:12] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement