Advertisement
Guest User

Untitled

a guest
Feb 11th, 2017
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 93.71 KB | None | 0 0
  1. [15:09:17] [Netty Epoll Server IO #2/WARN] [io.netty.channel.DefaultChannelPipeline/]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  2. java.io.IOException: Error while writev(...): Connection reset by peer
  3. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  4. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  5. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  6. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  7. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  8. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  9. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  10. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  11. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  12. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  13. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  14. [15:09:17] [Netty Epoll Server IO #2/DEBUG] [FML/]: Muted NetworkDispatcher exception
  15. java.io.IOException: Error while writev(...): Connection reset by peer
  16. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  17. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  18. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  19. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  20. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  21. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  22. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  23. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  24. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  25. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  26. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  27. [15:09:17] [Netty Epoll Server IO #2/ERROR] [Sponge/]: The following exception was thrown from a netty handler's exceptionCaught() method:
  28. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@52e18f78(uncancellable)
  29. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  30. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  31. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  32. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  33. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  34. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  35. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  36. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  37. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  38. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  39. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:595) [NetworkDispatcher.class:?]
  40. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  41. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  42. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  43. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  44. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  45. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  46. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  47. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  48. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  49. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  50. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  51. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  52. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  53. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  54. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  55. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  56. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  57. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  58. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  59. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  60. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  61. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  62. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  63. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  64. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  65. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  66. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  67. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  68. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  69. at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:775) [DefaultChannelPipeline.class:?]
  70. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:69) [ChannelFutureListener$3.class:?]
  71. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:65) [ChannelFutureListener$3.class:?]
  72. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:680) [DefaultPromise.class:?]
  73. at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:567) [DefaultPromise.class:?]
  74. at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:424) [DefaultPromise.class:?]
  75. at io.netty.channel.ChannelOutboundBuffer.safeFail(ChannelOutboundBuffer.java:529) [ChannelOutboundBuffer.class:?]
  76. at io.netty.channel.ChannelOutboundBuffer.remove(ChannelOutboundBuffer.java:278) [ChannelOutboundBuffer.class:?]
  77. at io.netty.channel.ChannelOutboundBuffer.failFlushed(ChannelOutboundBuffer.java:473) [ChannelOutboundBuffer.class:?]
  78. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:709) [AbstractChannel$AbstractUnsafe.class:?]
  79. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  80. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  81. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  82. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  83. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  84. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  85. [15:09:17] [Netty Epoll Server IO #2/WARN] [io.netty.channel.DefaultChannelPipeline/]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  86. java.io.IOException: Error while writev(...): Connection reset by peer
  87. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  88. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  89. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  90. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  91. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  92. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  93. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  94. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  95. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  96. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  97. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  98. [15:09:17] [Netty Epoll Server IO #2/DEBUG] [FML/]: Muted NetworkDispatcher exception
  99. java.io.IOException: Error while writev(...): Connection reset by peer
  100. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  101. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  102. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  103. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  104. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  105. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  106. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  107. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  108. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  109. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  110. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  111. [15:09:17] [Netty Epoll Server IO #2/ERROR] [Sponge/]: The following exception was thrown from a netty handler's exceptionCaught() method:
  112. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@3a0b154c(uncancellable)
  113. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  114. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  115. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  116. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  117. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  118. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  119. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  120. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  121. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  122. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  123. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:595) [NetworkDispatcher.class:?]
  124. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  125. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  126. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  127. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  128. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  129. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  130. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  131. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  132. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  133. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  134. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  135. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  136. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  137. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  138. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  139. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  140. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  141. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  142. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  143. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  144. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  145. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  146. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  147. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  148. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  149. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  150. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  151. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  152. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  153. at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:775) [DefaultChannelPipeline.class:?]
  154. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:69) [ChannelFutureListener$3.class:?]
  155. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:65) [ChannelFutureListener$3.class:?]
  156. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:680) [DefaultPromise.class:?]
  157. at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:567) [DefaultPromise.class:?]
  158. at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:424) [DefaultPromise.class:?]
  159. at io.netty.channel.ChannelOutboundBuffer.safeFail(ChannelOutboundBuffer.java:529) [ChannelOutboundBuffer.class:?]
  160. at io.netty.channel.ChannelOutboundBuffer.remove(ChannelOutboundBuffer.java:278) [ChannelOutboundBuffer.class:?]
  161. at io.netty.channel.ChannelOutboundBuffer.failFlushed(ChannelOutboundBuffer.java:473) [ChannelOutboundBuffer.class:?]
  162. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:709) [AbstractChannel$AbstractUnsafe.class:?]
  163. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  164. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  165. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  166. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  167. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  168. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  169. [15:09:17] [Netty Epoll Server IO #2/WARN] [io.netty.channel.DefaultChannelPipeline/]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  170. java.io.IOException: Error while writev(...): Connection reset by peer
  171. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  172. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  173. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  174. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  175. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  176. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  177. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  178. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  179. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  180. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  181. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  182. [15:09:17] [Netty Epoll Server IO #2/DEBUG] [FML/]: Muted NetworkDispatcher exception
  183. java.io.IOException: Error while writev(...): Connection reset by peer
  184. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  185. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  186. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  187. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  188. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  189. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  190. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  191. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  192. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  193. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  194. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  195. [15:09:17] [Netty Epoll Server IO #2/ERROR] [Sponge/]: The following exception was thrown from a netty handler's exceptionCaught() method:
  196. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@33872c(uncancellable)
  197. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  198. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  199. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  200. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  201. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  202. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  203. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  204. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  205. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  206. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  207. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:595) [NetworkDispatcher.class:?]
  208. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  209. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  210. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  211. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  212. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  213. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  214. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  215. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  216. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  217. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  218. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  219. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  220. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  221. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  222. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  223. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  224. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  225. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  226. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  227. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  228. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  229. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  230. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  231. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  232. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  233. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  234. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  235. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  236. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  237. at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:775) [DefaultChannelPipeline.class:?]
  238. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:69) [ChannelFutureListener$3.class:?]
  239. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:65) [ChannelFutureListener$3.class:?]
  240. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:680) [DefaultPromise.class:?]
  241. at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:567) [DefaultPromise.class:?]
  242. at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:424) [DefaultPromise.class:?]
  243. at io.netty.channel.ChannelOutboundBuffer.safeFail(ChannelOutboundBuffer.java:529) [ChannelOutboundBuffer.class:?]
  244. at io.netty.channel.ChannelOutboundBuffer.remove(ChannelOutboundBuffer.java:278) [ChannelOutboundBuffer.class:?]
  245. at io.netty.channel.ChannelOutboundBuffer.failFlushed(ChannelOutboundBuffer.java:473) [ChannelOutboundBuffer.class:?]
  246. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:709) [AbstractChannel$AbstractUnsafe.class:?]
  247. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  248. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  249. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  250. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  251. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  252. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  253. [15:09:17] [Netty Epoll Server IO #2/WARN] [io.netty.channel.DefaultChannelPipeline/]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  254. java.io.IOException: Error while writev(...): Connection reset by peer
  255. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  256. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  257. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  258. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  259. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  260. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  261. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  262. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  263. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  264. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  265. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  266. [15:09:17] [Netty Epoll Server IO #2/DEBUG] [FML/]: Muted NetworkDispatcher exception
  267. java.io.IOException: Error while writev(...): Connection reset by peer
  268. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  269. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  270. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  271. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  272. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  273. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  274. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  275. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  276. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  277. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  278. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  279. [15:09:17] [Netty Epoll Server IO #2/ERROR] [Sponge/]: The following exception was thrown from a netty handler's exceptionCaught() method:
  280. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@619d4256(uncancellable)
  281. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  282. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  283. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  284. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  285. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  286. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  287. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  288. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  289. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  290. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  291. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:595) [NetworkDispatcher.class:?]
  292. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  293. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  294. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  295. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  296. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  297. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  298. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  299. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  300. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  301. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  302. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  303. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  304. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  305. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  306. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  307. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  308. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  309. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  310. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  311. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  312. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  313. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  314. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  315. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  316. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  317. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  318. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  319. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  320. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  321. at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:775) [DefaultChannelPipeline.class:?]
  322. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:69) [ChannelFutureListener$3.class:?]
  323. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:65) [ChannelFutureListener$3.class:?]
  324. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:680) [DefaultPromise.class:?]
  325. at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:567) [DefaultPromise.class:?]
  326. at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:424) [DefaultPromise.class:?]
  327. at io.netty.channel.ChannelOutboundBuffer.safeFail(ChannelOutboundBuffer.java:529) [ChannelOutboundBuffer.class:?]
  328. at io.netty.channel.ChannelOutboundBuffer.remove(ChannelOutboundBuffer.java:278) [ChannelOutboundBuffer.class:?]
  329. at io.netty.channel.ChannelOutboundBuffer.failFlushed(ChannelOutboundBuffer.java:473) [ChannelOutboundBuffer.class:?]
  330. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:709) [AbstractChannel$AbstractUnsafe.class:?]
  331. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  332. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  333. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  334. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  335. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  336. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  337. [15:09:17] [Netty Epoll Server IO #2/WARN] [io.netty.channel.DefaultChannelPipeline/]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  338. java.io.IOException: Error while writev(...): Connection reset by peer
  339. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  340. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  341. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  342. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  343. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  344. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  345. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  346. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  347. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  348. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  349. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  350. [15:09:17] [Netty Epoll Server IO #2/DEBUG] [FML/]: Muted NetworkDispatcher exception
  351. java.io.IOException: Error while writev(...): Connection reset by peer
  352. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  353. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  354. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  355. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  356. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  357. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  358. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  359. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  360. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  361. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  362. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  363. [15:09:17] [Netty Epoll Server IO #2/ERROR] [Sponge/]: The following exception was thrown from a netty handler's exceptionCaught() method:
  364. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@3fd99b52(uncancellable)
  365. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  366. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  367. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  368. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  369. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  370. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  371. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  372. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  373. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  374. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  375. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:595) [NetworkDispatcher.class:?]
  376. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  377. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  378. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  379. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  380. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  381. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  382. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  383. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  384. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  385. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  386. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  387. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  388. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  389. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  390. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  391. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  392. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  393. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  394. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  395. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  396. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  397. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  398. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  399. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  400. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  401. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  402. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  403. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  404. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  405. at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:775) [DefaultChannelPipeline.class:?]
  406. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:69) [ChannelFutureListener$3.class:?]
  407. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:65) [ChannelFutureListener$3.class:?]
  408. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:680) [DefaultPromise.class:?]
  409. at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:567) [DefaultPromise.class:?]
  410. at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:424) [DefaultPromise.class:?]
  411. at io.netty.channel.ChannelOutboundBuffer.safeFail(ChannelOutboundBuffer.java:529) [ChannelOutboundBuffer.class:?]
  412. at io.netty.channel.ChannelOutboundBuffer.remove(ChannelOutboundBuffer.java:278) [ChannelOutboundBuffer.class:?]
  413. at io.netty.channel.ChannelOutboundBuffer.failFlushed(ChannelOutboundBuffer.java:473) [ChannelOutboundBuffer.class:?]
  414. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:709) [AbstractChannel$AbstractUnsafe.class:?]
  415. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  416. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  417. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  418. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  419. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  420. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  421. [15:09:17] [Netty Epoll Server IO #2/WARN] [io.netty.channel.DefaultChannelPipeline/]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  422. java.io.IOException: Error while writev(...): Connection reset by peer
  423. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  424. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  425. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  426. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  427. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  428. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  429. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  430. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  431. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  432. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  433. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  434. [15:09:17] [Netty Epoll Server IO #2/DEBUG] [FML/]: Muted NetworkDispatcher exception
  435. java.io.IOException: Error while writev(...): Connection reset by peer
  436. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  437. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  438. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  439. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  440. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  441. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  442. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  443. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  444. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  445. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  446. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  447. [15:09:17] [Netty Epoll Server IO #2/ERROR] [Sponge/]: The following exception was thrown from a netty handler's exceptionCaught() method:
  448. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@5d1a5890(uncancellable)
  449. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  450. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  451. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  452. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  453. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  454. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  455. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  456. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  457. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  458. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  459. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:595) [NetworkDispatcher.class:?]
  460. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  461. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  462. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  463. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  464. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  465. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  466. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  467. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  468. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  469. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  470. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  471. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  472. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  473. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  474. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  475. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  476. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  477. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  478. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  479. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  480. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  481. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  482. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  483. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  484. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  485. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  486. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  487. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  488. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  489. at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:775) [DefaultChannelPipeline.class:?]
  490. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:69) [ChannelFutureListener$3.class:?]
  491. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:65) [ChannelFutureListener$3.class:?]
  492. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:680) [DefaultPromise.class:?]
  493. at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:567) [DefaultPromise.class:?]
  494. at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:424) [DefaultPromise.class:?]
  495. at io.netty.channel.ChannelOutboundBuffer.safeFail(ChannelOutboundBuffer.java:529) [ChannelOutboundBuffer.class:?]
  496. at io.netty.channel.ChannelOutboundBuffer.remove(ChannelOutboundBuffer.java:278) [ChannelOutboundBuffer.class:?]
  497. at io.netty.channel.ChannelOutboundBuffer.failFlushed(ChannelOutboundBuffer.java:473) [ChannelOutboundBuffer.class:?]
  498. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:709) [AbstractChannel$AbstractUnsafe.class:?]
  499. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  500. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  501. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  502. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  503. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  504. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  505. [15:09:17] [Netty Epoll Server IO #2/WARN] [io.netty.channel.DefaultChannelPipeline/]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  506. java.io.IOException: Error while writev(...): Connection reset by peer
  507. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  508. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  509. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  510. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  511. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  512. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  513. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  514. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  515. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  516. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  517. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  518. [15:09:17] [Netty Epoll Server IO #2/DEBUG] [FML/]: Muted NetworkDispatcher exception
  519. java.io.IOException: Error while writev(...): Connection reset by peer
  520. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  521. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  522. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  523. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  524. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  525. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  526. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  527. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  528. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  529. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  530. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  531. [15:09:17] [Netty Epoll Server IO #2/ERROR] [Sponge/]: The following exception was thrown from a netty handler's exceptionCaught() method:
  532. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@418caef8(uncancellable)
  533. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  534. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  535. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  536. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  537. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  538. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  539. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  540. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  541. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  542. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  543. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:595) [NetworkDispatcher.class:?]
  544. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  545. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  546. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  547. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  548. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  549. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  550. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  551. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  552. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  553. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  554. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  555. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  556. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  557. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  558. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  559. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  560. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  561. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  562. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  563. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  564. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  565. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  566. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  567. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  568. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  569. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  570. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  571. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  572. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  573. at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:775) [DefaultChannelPipeline.class:?]
  574. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:69) [ChannelFutureListener$3.class:?]
  575. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:65) [ChannelFutureListener$3.class:?]
  576. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:680) [DefaultPromise.class:?]
  577. at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:567) [DefaultPromise.class:?]
  578. at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:424) [DefaultPromise.class:?]
  579. at io.netty.channel.ChannelOutboundBuffer.safeFail(ChannelOutboundBuffer.java:529) [ChannelOutboundBuffer.class:?]
  580. at io.netty.channel.ChannelOutboundBuffer.remove(ChannelOutboundBuffer.java:278) [ChannelOutboundBuffer.class:?]
  581. at io.netty.channel.ChannelOutboundBuffer.failFlushed(ChannelOutboundBuffer.java:473) [ChannelOutboundBuffer.class:?]
  582. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:709) [AbstractChannel$AbstractUnsafe.class:?]
  583. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  584. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  585. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  586. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  587. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  588. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  589. [15:09:17] [Netty Epoll Server IO #2/WARN] [io.netty.channel.DefaultChannelPipeline/]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  590. java.io.IOException: Error while writev(...): Connection reset by peer
  591. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  592. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  593. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  594. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  595. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  596. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  597. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  598. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  599. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  600. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  601. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  602. [15:09:17] [Netty Epoll Server IO #2/DEBUG] [FML/]: Muted NetworkDispatcher exception
  603. java.io.IOException: Error while writev(...): Connection reset by peer
  604. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  605. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  606. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  607. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  608. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  609. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  610. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  611. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  612. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  613. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  614. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  615. [15:09:17] [Netty Epoll Server IO #2/ERROR] [Sponge/]: The following exception was thrown from a netty handler's exceptionCaught() method:
  616. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@4a88db6d(uncancellable)
  617. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  618. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  619. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  620. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  621. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  622. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  623. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  624. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  625. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  626. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  627. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:595) [NetworkDispatcher.class:?]
  628. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  629. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  630. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  631. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  632. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  633. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  634. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  635. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  636. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  637. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  638. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  639. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  640. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  641. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  642. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  643. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  644. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  645. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  646. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  647. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  648. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  649. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  650. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  651. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  652. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  653. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  654. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  655. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  656. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  657. at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:775) [DefaultChannelPipeline.class:?]
  658. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:69) [ChannelFutureListener$3.class:?]
  659. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:65) [ChannelFutureListener$3.class:?]
  660. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:680) [DefaultPromise.class:?]
  661. at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:567) [DefaultPromise.class:?]
  662. at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:424) [DefaultPromise.class:?]
  663. at io.netty.channel.ChannelOutboundBuffer.safeFail(ChannelOutboundBuffer.java:529) [ChannelOutboundBuffer.class:?]
  664. at io.netty.channel.ChannelOutboundBuffer.remove(ChannelOutboundBuffer.java:278) [ChannelOutboundBuffer.class:?]
  665. at io.netty.channel.ChannelOutboundBuffer.failFlushed(ChannelOutboundBuffer.java:473) [ChannelOutboundBuffer.class:?]
  666. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:709) [AbstractChannel$AbstractUnsafe.class:?]
  667. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  668. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  669. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  670. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  671. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  672. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  673. [15:09:17] [Netty Epoll Server IO #2/WARN] [io.netty.channel.DefaultChannelPipeline/]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  674. java.io.IOException: Error while writev(...): Connection reset by peer
  675. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  676. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  677. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  678. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  679. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  680. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  681. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  682. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  683. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  684. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  685. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  686. [15:09:17] [Netty Epoll Server IO #2/DEBUG] [FML/]: Muted NetworkDispatcher exception
  687. java.io.IOException: Error while writev(...): Connection reset by peer
  688. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  689. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  690. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  691. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  692. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  693. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  694. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  695. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  696. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  697. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  698. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  699. [15:09:17] [Netty Epoll Server IO #2/ERROR] [Sponge/]: The following exception was thrown from a netty handler's exceptionCaught() method:
  700. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@39f8ca65(uncancellable)
  701. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  702. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  703. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  704. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  705. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  706. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  707. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  708. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  709. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  710. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  711. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:595) [NetworkDispatcher.class:?]
  712. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  713. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  714. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  715. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  716. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  717. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  718. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  719. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  720. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  721. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  722. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  723. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  724. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  725. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  726. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  727. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  728. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  729. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  730. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  731. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  732. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  733. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  734. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  735. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  736. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  737. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  738. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  739. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  740. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  741. at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:775) [DefaultChannelPipeline.class:?]
  742. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:69) [ChannelFutureListener$3.class:?]
  743. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:65) [ChannelFutureListener$3.class:?]
  744. at io.netty.util.concurrent.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement