Advertisement
Guest User

Bug lobby 1

a guest
Jan 19th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.84 KB | None | 0 0
  1. [21:05:30] [Netty Epoll Server IO #3/WARN]: Failed to initialize a channel. Closing: [id: 0x25f3d3e0, /188.165.205.155:54353 => /188.165.205.155:25566]
  2. java.lang.ExceptionInInitializerError
  3. at com.comphenix.protocol.injector.netty.InjectionFactory.findNetworkManager(InjectionFactory.java:205) ~[?:?]
  4. at com.comphenix.protocol.injector.netty.InjectionFactory.fromChannel(InjectionFactory.java:142) ~[?:?]
  5. at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:157) ~[?:?]
  6. at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:69) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  7. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  8. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  9. at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  10. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  11. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  12. at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  13. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  14. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  15. at io.netty.channel.DefaultChannelPipeline.fireChannelRegistered(DefaultChannelPipeline.java:732) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  16. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:442) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  17. at io.netty.channel.AbstractChannel$AbstractUnsafe.access$100(AbstractChannel.java:374) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  18. at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:418) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  19. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  20. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  21. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  22. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
  23. Caused by: java.lang.IllegalArgumentException: 'PROTOCOL-0' is already in use
  24. at io.netty.util.UniqueName.<init>(UniqueName.java:53) ~[spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  25. at io.netty.util.AttributeKey.<init>(AttributeKey.java:47) ~[spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  26. at io.netty.util.AttributeKey.valueOf(AttributeKey.java:39) ~[spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  27. at com.comphenix.protocol.injector.netty.ChannelInjector.<clinit>(ChannelInjector.java:86) ~[?:?]
  28. ... 20 more
  29. [21:05:30] [Netty Epoll Server IO #3/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  30. java.lang.NullPointerException
  31. at net.minecraft.server.v1_8_R3.NetworkManager.close(NetworkManager.java:245) ~[spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  32. at net.minecraft.server.v1_8_R3.NetworkManager.channelInactive(NetworkManager.java:105) ~[spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  33. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  34. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  35. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  36. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  37. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  38. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  39. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  40. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  41. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  42. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  43. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  44. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  45. at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  46. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  47. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  48. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  49. at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  50. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  51. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  52. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  53. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
  54. [21:05:41] [Netty Epoll Server IO #0/WARN]: Failed to initialize a channel. Closing: [id: 0xac75f8e6, /188.165.205.155:52634 => /188.165.205.155:25566]
  55. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.injector.netty.ChannelInjector
  56. at com.comphenix.protocol.injector.netty.InjectionFactory.findNetworkManager(InjectionFactory.java:205) ~[?:?]
  57. at com.comphenix.protocol.injector.netty.InjectionFactory.fromChannel(InjectionFactory.java:142) ~[?:?]
  58. at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:157) ~[?:?]
  59. at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:69) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  60. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  61. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  62. at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  63. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  64. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  65. at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  66. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  67. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  68. at io.netty.channel.DefaultChannelPipeline.fireChannelRegistered(DefaultChannelPipeline.java:732) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  69. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:442) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  70. at io.netty.channel.AbstractChannel$AbstractUnsafe.register(AbstractChannel.java:412) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  71. at io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:60) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  72. at io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:48) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  73. at io.netty.channel.MultithreadEventLoopGroup.register(MultithreadEventLoopGroup.java:64) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  74. at io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor.channelRead(ServerBootstrap.java:251) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  75. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  76. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  77. at com.comphenix.protocol.injector.netty.ProtocolInjector$3.channelRead(ProtocolInjector.java:183) [ProtocolLib.jar:4.5.0]
  78. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  79. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  80. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  81. at io.netty.channel.epoll.EpollServerSocketChannel$EpollServerSocketUnsafe.epollInReady(EpollServerSocketChannel.java:109) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  82. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  83. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  84. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  85. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
  86. [21:05:41] [Netty Epoll Server IO #0/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  87. java.lang.NullPointerException
  88. at net.minecraft.server.v1_8_R3.NetworkManager.close(NetworkManager.java:245) ~[spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  89. at net.minecraft.server.v1_8_R3.NetworkManager.channelInactive(NetworkManager.java:105) ~[spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  90. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  91. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  92. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  93. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  94. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  95. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  96. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  97. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  98. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  99. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  100. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  101. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  102. at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  103. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  104. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  105. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  106. at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  107. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  108. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  109. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  110. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
  111. [21:05:41] [Netty Epoll Server IO #1/WARN]: Failed to initialize a channel. Closing: [id: 0xbd3a214f, /188.165.205.155:45819 => /188.165.205.155:25566]
  112. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.injector.netty.ChannelInjector
  113. at com.comphenix.protocol.injector.netty.InjectionFactory.findNetworkManager(InjectionFactory.java:205) ~[?:?]
  114. at com.comphenix.protocol.injector.netty.InjectionFactory.fromChannel(InjectionFactory.java:142) ~[?:?]
  115. at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:157) ~[?:?]
  116. at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:69) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  117. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  118. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  119. at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  120. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  121. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  122. at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  123. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  124. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  125. at io.netty.channel.DefaultChannelPipeline.fireChannelRegistered(DefaultChannelPipeline.java:732) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  126. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:442) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  127. at io.netty.channel.AbstractChannel$AbstractUnsafe.access$100(AbstractChannel.java:374) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  128. at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:418) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  129. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  130. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  131. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  132. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
  133. [21:05:41] [Netty Epoll Server IO #1/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  134. java.lang.NullPointerException
  135. at net.minecraft.server.v1_8_R3.NetworkManager.close(NetworkManager.java:245) ~[spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  136. at net.minecraft.server.v1_8_R3.NetworkManager.channelInactive(NetworkManager.java:105) ~[spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  137. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  138. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  139. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  140. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  141. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  142. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  143. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  144. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  145. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  146. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  147. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  148. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  149. at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  150. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  151. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  152. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  153. at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  154. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  155. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  156. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  157. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement