Advertisement
Guest User

Bug

a guest
Dec 18th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.41 KB | None | 0 0
  1. [15:36:36 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:
  2. java.lang.NullPointerException: null
  3. at net.minecraft.server.v1_12_R1.NetworkManager.close(NetworkManager.java:250) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  4. at net.minecraft.server.v1_12_R1.NetworkManager.channelInactive(NetworkManager.java:106) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  5. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  6. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  7. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  8. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  9. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  10. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  11. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  12. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  13. at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  14. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  15. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  16. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  17. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  18. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  19. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  20. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  21. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  22. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  23. at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  24. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  25. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  26. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  27. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  28. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  29. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  30. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  31. at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  32. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  33. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  34. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:309) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  35. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  36. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_112]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement