Advertisement
Guest User

Untitled

a guest
Feb 12th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 127.51 KB | None | 0 0
  1. [14:59:28] [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. [14:59:28] [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. [14:59:28] [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@3c845518(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. [14:59:28] [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. [14:59:28] [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. [14:59:28] [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@4a065709(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. [14:59:28] [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. [14:59:28] [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. [14:59:28] [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@571c8a32(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. [14:59:28] [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. [14:59:28] [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. [14:59:28] [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@7dc9be68(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. [14:59:28] [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. [14:59:28] [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. [14:59:28] [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@637b185c(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. [14:59:28] [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. [14:59:28] [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. [14:59:28] [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@1b3db525(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. [14:59:28] [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. [14:59:28] [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. [14:59:28] [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@2843f16a(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. [14:59:28] [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. [14:59:28] [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. [14:59:28] [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@18c920f4(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. [14:59:28] [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. [14:59:28] [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.EpollSoc[14:59:39] [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:
  692. java.io.IOException: Error while writev(...): Connection reset by peer
  693. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  694. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  695. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  696. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  697. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  698. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  699. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  700. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  701. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  702. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  703. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  704. [14:59:39] [Netty Epoll Server IO #2/DEBUG] [FML/]: Muted NetworkDispatcher exception
  705. java.io.IOException: Error while writev(...): Connection reset by peer
  706. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  707. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  708. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  709. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  710. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  711. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  712. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  713. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  714. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  715. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  716. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  717. [14:59:39] [Netty Epoll Server IO #2/ERROR] [Sponge/]: The following exception was thrown from a netty handler's exceptionCaught() method:
  718. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@36b82939(uncancellable)
  719. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  720. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  721. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  722. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  723. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  724. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  725. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  726. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChann[14:59:39] [Netty Epoll Server IO #2/ERROR] [Sponge/]: The following exception was thrown from a netty handler's exceptionCaught() method:
  727. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@3a1f4f90(uncancellable)
  728. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  729. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  730. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  731. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  732. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  733. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  734. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  735. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  736. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  737. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  738. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:595) [NetworkDispatcher.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.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  742. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  743. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  744. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  745. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  746. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  747. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  748. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  749. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  750. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  751. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  752. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  753. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  754. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  755. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  756. at io.netty.chann[14:59:50] [Netty Epoll Server IO #2/ERROR] [Sponge/]: The following exception was thrown from a netty handler's exceptionCaught() method:
  757. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@3fd8b912(uncancellable)
  758. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  759. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  760. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  761. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  762. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  763. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  764. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  765. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  766. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  767. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  768. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:595) [NetworkDispatcher.class:?]
  769. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  770. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  771. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  772. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  773. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  774. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  775. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  776. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  777. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  778. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  779. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  780. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  781. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  782. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  783. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  784. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  785. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  786. at io.netty.chann[14:59:56] [Netty Epoll Server IO #2/ERROR] [Sponge/]: The following exception was thrown from a netty handler's exceptionCaught() method:
  787. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@19e86354(uncancellable)
  788. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  789. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  790. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  791. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  792. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  793. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  794. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  795. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  796. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  797. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  798. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:595) [NetworkDispatcher.class:?]
  799. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  800. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  801. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  802. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  803. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  804. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  805. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  806. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  807. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  808. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  809. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  810. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  811. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  812. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  813. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  814. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  815. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  816. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  817. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  818. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  819. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  820. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  821. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  822. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  823. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  824. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  825. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  826. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  827. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  828. at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:775) [DefaultChannelPipeline.class:?]
  829. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:69) [ChannelFutureListener$3.class:?]
  830. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:65) [ChannelFutureListener$3.class:?]
  831. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:680) [DefaultPromise.class:?]
  832. at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:567) [DefaultPromise.class:?]
  833. at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:424) [DefaultPromise.class:?]
  834. at io.netty.channel.ChannelOutboundBuffer.safeFail(ChannelOutboundBuffer.java:529) [ChannelOutboundBuffer.class:?]
  835. at io.netty.channel.ChannelOutboundBuffer.remove(ChannelOutboundBuffer.java:278) [ChannelOutboundBuffer.class:?]
  836. at io.netty.channel.ChannelOutboundBuffer.failFlushed(ChannelOutboundBuffer.java:473) [ChannelOutboundBuffer.class:?]
  837. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:709) [AbstractChannel$AbstractUnsafe.class:?]
  838. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  839. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  840. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  841. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  842. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  843. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  844. [14:59:56] [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:
  845. java.io.IOException: Error while writev(...): Connection reset by peer
  846. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  847. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  848. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  849. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  850. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  851. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  852. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  853. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  854. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  855. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  856. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  857. [14:59:56] [Netty Epoll Server IO #2/DEBUG] [FML/]: Muted NetworkDispatcher exception
  858. java.io.IOException: Error while writev(...): Connection reset by peer
  859. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  860. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  861. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  862. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  863. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  864. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  865. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  866. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  867. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  868. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  869. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  870. [14:59:56] [Netty Epoll Server IO #2/ERROR] [Sponge/]: The following exception was thrown from a netty handler's exceptionCaught() method:
  871. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@465aea14(uncancellable)
  872. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  873. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  874. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  875. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  876. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  877. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  878. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  879. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  880. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  881. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  882. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:595) [NetworkDispatcher.class:?]
  883. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  884. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  885. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  886. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  887. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  888. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  889. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  890. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  891. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  892. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  893. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  894. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  895. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  896. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  897. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  898. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  899. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  900. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  901. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  902. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  903. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  904. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  905. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  906. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  907. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  908. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  909. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  910. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  911. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  912. at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:775) [DefaultChannelPipeline.class:?]
  913. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:69) [ChannelFutureListener$3.class:?]
  914. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:65) [ChannelFutureListener$3.class:?]
  915. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:680) [DefaultPromise.class:?]
  916. at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:567) [DefaultPromise.class:?]
  917. at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:424) [DefaultPromise.class:?]
  918. at io.netty.channel.ChannelOutboundBuffer.safeFail(ChannelOutboundBuffer.java:529) [ChannelOutboundBuffer.class:?]
  919. at io.netty.channel.ChannelOutboundBuffer.remove(ChannelOutboundBuffer.java:278) [ChannelOutboundBuffer.class:?]
  920. at io.netty.channel.ChannelOutboundBuffer.failFlushed(ChannelOutboundBuffer.java:473) [ChannelOutboundBuffer.class:?]
  921. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:709) [AbstractChannel$AbstractUnsafe.class:?]
  922. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  923. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  924. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  925. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  926. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  927. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  928. [14:59:56] [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:
  929. java.io.IOException: Error while writev(...): Connection reset by peer
  930. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  931. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  932. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  933. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  934. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  935. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  936. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  937. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  938. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  939. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  940. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  941. [14:59:56] [Netty Epoll Server IO #2/DEBUG] [FML/]: Muted NetworkDispatcher exception
  942. java.io.IOException: Error while writev(...): Connection reset by peer
  943. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  944. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  945. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  946. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  947. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  948. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  949. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  950. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  951. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  952. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  953. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  954. [14:59:56] [Netty Epoll Server IO #2/ERROR] [Sponge/]: The following exception was thrown from a netty handler's exceptionCaught() method:
  955. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@14289c10(uncancellable)
  956. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  957. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  958. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  959. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  960. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  961. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  962. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  963. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  964. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  965. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  966. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:595) [NetworkDispatcher.class:?]
  967. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  968. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  969. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  970. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  971. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  972. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  973. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  974. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  975. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  976. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  977. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  978. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  979. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  980. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  981. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  982. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  983. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  984. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  985. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  986. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  987. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  988. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  989. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  990. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  991. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  992. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  993. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  994. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  995. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  996. at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:775) [DefaultChannelPipeline.class:?]
  997. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:69) [ChannelFutureListener$3.class:?]
  998. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:65) [ChannelFutureListener$3.class:?]
  999. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:680) [DefaultPromise.class:?]
  1000. at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:567) [DefaultPromise.class:?]
  1001. at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:424) [DefaultPromise.class:?]
  1002. at io.netty.channel.ChannelOutboundBuffer.safeFail(ChannelOutboundBuffer.java:529) [ChannelOutboundBuffer.class:?]
  1003. at io.netty.channel.ChannelOutboundBuffer.remove(ChannelOutboundBuffer.java:278) [ChannelOutboundBuffer.class:?]
  1004. at io.netty.channel.ChannelOutboundBuffer.failFlushed(ChannelOutboundBuffer.java:473) [ChannelOutboundBuffer.class:?]
  1005. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:709) [AbstractChannel$AbstractUnsafe.class:?]
  1006. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  1007. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  1008. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  1009. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  1010. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  1011. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement