Advertisement
Guest User

Problem

a guest
Jul 4th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.54 KB | None | 0 0
  1. [Netty Server IO #1/WARN]: Failed to initialize a channel. Closing: [id: 0xc03327cd, L:/192.168.1.195:25565 - R:/100.0.203.209:52286]
  2. java.lang.NoSuchMethodError: com.google.common.base.Objects.toStringHelper(Ljava/lang/Object;)Lcom/google/common/base/Objects$ToStringHelper;
  3. at com.comphenix.protocol.events.ListeningWhitelist.toString(ListeningWhitelist.java:241) ~[?:?]
  4. at java.lang.String.valueOf(Unknown Source) ~[?:1.8.0_161]
  5. at java.lang.StringBuilder.append(Unknown Source) ~[?:1.8.0_161]
  6. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:273) ~[?:?]
  7. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  8. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:251) ~[?:?]
  9. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:285) ~[?:?]
  10. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:257) ~[?:?]
  11. at com.comphenix.protocol.reflect.PrettyPrinter.printIterables(PrettyPrinter.java:144) ~[?:?]
  12. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:277) ~[?:?]
  13. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  14. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:124) ~[?:?]
  15. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:102) ~[?:?]
  16. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:89) ~[?:?]
  17. at com.comphenix.protocol.error.DetailedErrorReporter.getStringDescription(DetailedErrorReporter.java:480) ~[?:?]
  18. at com.comphenix.protocol.error.DetailedErrorReporter.reportDetailed(DetailedErrorReporter.java:369) ~[?:?]
  19. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:63) ~[?:?]
  20. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:87) ~[?:?]
  21. at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:149) ~[?:?]
  22. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  23. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  24. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  25. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  26. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:409) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  27. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:396) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  28. at com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:159) [ProtocolLib.jar:4.1.0-b325]
  29. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  30. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  31. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  32. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  33. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  34. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  35. at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  36. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  37. at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:423) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  38. at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:482) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  39. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  40. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  41. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  42. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  43. at java.lang.Thread.run(Unknown Source) [?:1.8.0_161]
  44. [06:45:51] [Netty Server IO #1/WARN]: An exception 'java.lang.NullPointerException' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
  45. java.lang.NullPointerException: null
  46. at net.minecraft.server.v1_12_R1.NetworkManager.close(NetworkManager.java:250) ~[spigot.jar:git-Spigot-642f6d2-fbe3046]
  47. at net.minecraft.server.v1_12_R1.NetworkManager.channelInactive(NetworkManager.java:106) ~[spigot.jar:git-Spigot-642f6d2-fbe3046]
  48. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  49. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  50. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  51. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  52. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  53. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  54. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  55. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  56. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  57. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  58. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  59. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  60. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  61. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  62. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  63. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  64. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  65. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  66. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  67. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  68. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  69. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  70. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1429) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  71. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  72. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  73. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:947) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  74. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  75. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  76. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  77. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  78. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  79. at java.lang.Thread.run(Unknown Source) [?:1.8.0_161]
  80. [06:45:51] [Netty Server IO #2/WARN]: Failed to initialize a channel. Closing: [id: 0x4174bb4f, L:/192.168.1.195:25565 - R:/100.0.203.209:52288]
  81. java.lang.NoSuchMethodError: com.google.common.base.Objects.toStringHelper(Ljava/lang/Object;)Lcom/google/common/base/Objects$ToStringHelper;
  82. at com.comphenix.protocol.events.ListeningWhitelist.toString(ListeningWhitelist.java:241) ~[?:?]
  83. at java.lang.String.valueOf(Unknown Source) ~[?:1.8.0_161]
  84. at java.lang.StringBuilder.append(Unknown Source) ~[?:1.8.0_161]
  85. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:273) ~[?:?]
  86. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  87. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:251) ~[?:?]
  88. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:285) ~[?:?]
  89. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:257) ~[?:?]
  90. at com.comphenix.protocol.reflect.PrettyPrinter.printIterables(PrettyPrinter.java:144) ~[?:?]
  91. at com.comphenix.protocol.reflect.PrettyPrinter.printValue(PrettyPrinter.java:277) ~[?:?]
  92. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:246) ~[?:?]
  93. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:124) ~[?:?]
  94. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:102) ~[?:?]
  95. at com.comphenix.protocol.reflect.PrettyPrinter.printObject(PrettyPrinter.java:89) ~[?:?]
  96. at com.comphenix.protocol.error.DetailedErrorReporter.getStringDescription(DetailedErrorReporter.java:480) ~[?:?]
  97. at com.comphenix.protocol.error.DetailedErrorReporter.reportDetailed(DetailedErrorReporter.java:369) ~[?:?]
  98. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:63) ~[?:?]
  99. at com.comphenix.protocol.error.DelegatedErrorReporter.reportDetailed(DelegatedErrorReporter.java:87) ~[?:?]
  100. at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:149) ~[?:?]
  101. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  102. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  103. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  104. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  105. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:409) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  106. at io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:396) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  107. at com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:159) [ProtocolLib.jar:4.1.0-b325]
  108. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  109. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  110. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  111. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  112. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  113. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  114. at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  115. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  116. at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:423) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  117. at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:482) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  118. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  119. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  120. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  121. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  122. at java.lang.Thread.run(Unknown Source) [?:1.8.0_161]
  123. [06:45:51] [Netty Server IO #2/WARN]: An exception 'java.lang.NullPointerException' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
  124. java.lang.NullPointerException: null
  125. at net.minecraft.server.v1_12_R1.NetworkManager.close(NetworkManager.java:250) ~[spigot.jar:git-Spigot-642f6d2-fbe3046]
  126. at net.minecraft.server.v1_12_R1.NetworkManager.channelInactive(NetworkManager.java:106) ~[spigot.jar:git-Spigot-642f6d2-fbe3046]
  127. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  128. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  129. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  130. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  131. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  132. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  133. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  134. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  135. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  136. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  137. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  138. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  139. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  140. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  141. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  142. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  143. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  144. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  145. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  146. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  147. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  148. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  149. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1429) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  150. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  151. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  152. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:947) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  153. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  154. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  155. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  156. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  157. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot.jar:git-Spigot-642f6d2-fbe3046]
  158. at java.lang.Thread.run(Unknown Source) [?:1.8.0_161]
  159. [06:47:53] [Server thread/INFO]: Stopping the server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement