Advertisement
Guest User

Untitled

a guest
Feb 14th, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. 14.02 09:36:11 [Server] Netty Epoll Server IO #0/ERROR [Sponge]: The following exception was thrown from a netty handler's exceptionCaught() method:
  2. 14.02 09:36:11 [Server] INFO java.lang.NullPointerException
  3. 14.02 09:36:11 [Server] INFO at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:586) ~[NetworkDispatcher.class:?]
  4. 14.02 09:36:11 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  5. 14.02 09:36:11 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  6. 14.02 09:36:11 [Server] INFO at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  7. 14.02 09:36:11 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  8. 14.02 09:36:11 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  9. 14.02 09:36:11 [Server] INFO at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  10. 14.02 09:36:11 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  11. 14.02 09:36:11 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  12. 14.02 09:36:11 [Server] INFO at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  13. 14.02 09:36:11 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  14. 14.02 09:36:11 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  15. 14.02 09:36:11 [Server] INFO at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  16. 14.02 09:36:11 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  17. 14.02 09:36:11 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  18. 14.02 09:36:11 [Server] INFO at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  19. 14.02 09:36:11 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  20. 14.02 09:36:11 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  21. 14.02 09:36:11 [Server] INFO at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  22. 14.02 09:36:11 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  23. 14.02 09:36:11 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  24. 14.02 09:36:11 [Server] INFO at io.netty.handler.timeout.ReadTimeoutHandler.readTimedOut(ReadTimeoutHandler.java:186) [ReadTimeoutHandler.class:?]
  25. 14.02 09:36:11 [Server] INFO at io.netty.handler.timeout.ReadTimeoutHandler$ReadTimeoutTask.run(ReadTimeoutHandler.java:212) [ReadTimeoutHandler$ReadTimeoutTask.class:?]
  26. 14.02 09:36:11 [Server] INFO at io.netty.util.concurrent.PromiseTask$RunnableAdapter.call(PromiseTask.java:38) [PromiseTask$RunnableAdapter.class:?]
  27. 14.02 09:36:11 [Server] INFO at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:123) [ScheduledFutureTask.class:?]
  28. 14.02 09:36:11 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [SingleThreadEventExecutor.class:?]
  29. 14.02 09:36:11 [Server] INFO at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [EpollEventLoop.class:?]
  30. 14.02 09:36:11 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  31. 14.02 09:36:11 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_112]
  32. 14.02 09:36:11 [Server] Netty Epoll Server IO #0/WARN [io.netty.channel.DefaultChannelPipeline]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  33. 14.02 09:36:11 [Server] INFO io.netty.handler.timeout.ReadTimeoutException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement