Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.47 KB | None | 0 0
  1. [18:57:35] [Netty Epoll Server IO #13/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_121]
  14. >
  15. [18:57:35] [Netty Epoll Server IO #13/ERROR] [Sponge]: The following exception was thrown from a netty handler's exceptionCaught() method:
  16. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@582e12e(uncancellable)
  17. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  18. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  19. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  20. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  21. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  22. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  23. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  24. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  25. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  26. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  27. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:595) [NetworkDispatcher.class:?]
  28. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  29. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  30. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  31. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  32. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  33. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  34. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  35. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  36. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  37. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  38. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  39. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.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.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.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.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.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.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.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.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.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.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:775) [DefaultChannelPipeline.class:?]
  58. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:69) [ChannelFutureListener$3.class:?]
  59. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:65) [ChannelFutureListener$3.class:?]
  60. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:680) [DefaultPromise.class:?]
  61. at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:567) [DefaultPromise.class:?]
  62. at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:424) [DefaultPromise.class:?]
  63. at io.netty.channel.ChannelOutboundBuffer.safeFail(ChannelOutboundBuffer.java:529) [ChannelOutboundBuffer.class:?]
  64. at io.netty.channel.ChannelOutboundBuffer.remove(ChannelOutboundBuffer.java:278) [ChannelOutboundBuffer.class:?]
  65. at io.netty.channel.ChannelOutboundBuffer.failFlushed(ChannelOutboundBuffer.java:473) [ChannelOutboundBuffer.class:?]
  66. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:709) [AbstractChannel$AbstractUnsafe.class:?]
  67. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  68. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  69. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  70. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  71. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  72. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
  73. >
  74. [18:57:35] [Netty Epoll Server IO #13/WARN] [io.netty.channel.DefaultChannelPipeline]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  75. java.io.IOException: Error while writev(...): Connection reset by peer
  76. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  77. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  78. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  79. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  80. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  81. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  82. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  83. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  84. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  85. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  86. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
  87. >
  88. [18:57:35] [Netty Epoll Server IO #13/ERROR] [Sponge]: The following exception was thrown from a netty handler's exceptionCaught() method:
  89. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@5a936164(uncancellable)
  90. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  91. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  92. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  93. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  94. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  95. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  96. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  97. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  98. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  99. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  100. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:595) [NetworkDispatcher.class:?]
  101. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  102. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  103. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  104. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  105. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  106. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  107. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  108. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  109. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  110. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  111. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  112. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  113. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  114. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  115. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  116. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  117. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  118. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  119. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  120. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  121. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  122. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  123. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  124. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  125. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  126. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  127. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  128. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  129. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  130. at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:775) [DefaultChannelPipeline.class:?]
  131. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:69) [ChannelFutureListener$3.class:?]
  132. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:65) [ChannelFutureListener$3.class:?]
  133. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:680) [DefaultPromise.class:?]
  134. at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:567) [DefaultPromise.class:?]
  135. at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:424) [DefaultPromise.class:?]
  136. at io.netty.channel.ChannelOutboundBuffer.safeFail(ChannelOutboundBuffer.java:529) [ChannelOutboundBuffer.class:?]
  137. at io.netty.channel.ChannelOutboundBuffer.remove(ChannelOutboundBuffer.java:278) [ChannelOutboundBuffer.class:?]
  138. at io.netty.channel.ChannelOutboundBuffer.failFlushed(ChannelOutboundBuffer.java:473) [ChannelOutboundBuffer.class:?]
  139. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:709) [AbstractChannel$AbstractUnsafe.class:?]
  140. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  141. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  142. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  143. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  144. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  145. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
  146. >
  147. [18:57:35] [Netty Epoll Server IO #13/WARN] [io.netty.channel.DefaultChannelPipeline]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  148. java.io.IOException: Error while writev(...): Connection reset by peer
  149. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  150. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  151. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  152. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  153. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  154. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  155. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  156. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  157. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  158. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  159. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
  160. >
  161. [18:57:35] [Server thread/INFO] [nucleus]: Myeh ran the command: /home
  162. >
  163. [18:57:37] [Netty Epoll Server IO #13/ERROR] [Sponge]: The following exception was thrown from a netty handler's exceptionCaught() method:
  164. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@15508d98(uncancellable)
  165. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  166. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  167. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  168. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  169. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  170. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  171. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  172. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  173. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  174. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  175. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:595) [NetworkDispatcher.class:?]
  176. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  177. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  178. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  179. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  180. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  181. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  182. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  183. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  184. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  185. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  186. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  187. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  188. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  189. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  190. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  191. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  192. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  193. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  194. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  195. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  196. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  197. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  198. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  199. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  200. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  201. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  202. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  203. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  204. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  205. at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:775) [DefaultChannelPipeline.class:?]
  206. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:69) [ChannelFutureListener$3.class:?]
  207. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:65) [ChannelFutureListener$3.class:?]
  208. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:680) [DefaultPromise.class:?]
  209. at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:567) [DefaultPromise.class:?]
  210. at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:424) [DefaultPromise.class:?]
  211. at io.netty.channel.ChannelOutboundBuffer.safeFail(ChannelOutboundBuffer.java:529) [ChannelOutboundBuffer.class:?]
  212. at io.netty.channel.ChannelOutboundBuffer.remove(ChannelOutboundBuffer.java:278) [ChannelOutboundBuffer.class:?]
  213. at io.netty.channel.ChannelOutboundBuffer.failFlushed(ChannelOutboundBuffer.java:473) [ChannelOutboundBuffer.class:?]
  214. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:709) [AbstractChannel$AbstractUnsafe.class:?]
  215. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  216. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  217. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  218. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  219. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  220. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
  221. >
  222. [18:57:37] [Netty Epoll Server IO #13/WARN] [io.netty.channel.DefaultChannelPipeline]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  223. java.io.IOException: Error while writev(...): Connection reset by peer
  224. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  225. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  226. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  227. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  228. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  229. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  230. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  231. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  232. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  233. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  234. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
  235. >
  236. [18:57:37] [Netty Epoll Server IO #13/ERROR] [Sponge]: The following exception was thrown from a netty handler's exceptionCaught() method:
  237. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@23e8f3d0(uncancellable)
  238. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  239. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  240. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  241. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  242. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  243. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  244. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  245. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  246. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  247. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  248. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:595) [NetworkDispatcher.class:?]
  249. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  250. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  251. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  252. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  253. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  254. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  255. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  256. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  257. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  258. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  259. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  260. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  261. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  262. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  263. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  264. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  265. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  266. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  267. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  268. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  269. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  270. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  271. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  272. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  273. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  274. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  275. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  276. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  277. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  278. at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:775) [DefaultChannelPipeline.class:?]
  279. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:69) [ChannelFutureListener$3.class:?]
  280. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:65) [ChannelFutureListener$3.class:?]
  281. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:680) [DefaultPromise.class:?]
  282. at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:567) [DefaultPromise.class:?]
  283. at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:424) [DefaultPromise.class:?]
  284. at io.netty.channel.ChannelOutboundBuffer.safeFail(ChannelOutboundBuffer.java:529) [ChannelOutboundBuffer.class:?]
  285. at io.netty.channel.ChannelOutboundBuffer.remove(ChannelOutboundBuffer.java:278) [ChannelOutboundBuffer.class:?]
  286. at io.netty.channel.ChannelOutboundBuffer.failFlushed(ChannelOutboundBuffer.java:473) [ChannelOutboundBuffer.class:?]
  287. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:709) [AbstractChannel$AbstractUnsafe.class:?]
  288. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  289. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  290. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  291. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  292. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  293. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
  294. >
  295. [18:57:37] [Netty Epoll Server IO #13/WARN] [io.netty.channel.DefaultChannelPipeline]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  296. java.io.IOException: Error while writev(...): Connection reset by peer
  297. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  298. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  299. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  300. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  301. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  302. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  303. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  304. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  305. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  306. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  307. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
  308. >
  309. [18:57:37] [Netty Epoll Server IO #13/ERROR] [Sponge]: The following exception was thrown from a netty handler's exceptionCaught() method:
  310. io.netty.util.concurrent.BlockingOperationException: DefaultChannelPromise@31f1ed12(uncancellable)
  311. at io.netty.util.concurrent.DefaultPromise.checkDeadLock(DefaultPromise.java:390) ~[DefaultPromise.class:?]
  312. at io.netty.channel.DefaultChannelPromise.checkDeadLock(DefaultChannelPromise.java:157) ~[DefaultChannelPromise.class:?]
  313. at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:283) ~[DefaultPromise.class:?]
  314. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135) ~[DefaultChannelPromise.class:?]
  315. at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28) ~[DefaultChannelPromise.class:?]
  316. at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) ~[eo.class:?]
  317. at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) ~[eo.class:?]
  318. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  319. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  320. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  321. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:595) [NetworkDispatcher.class:?]
  322. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  323. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  324. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  325. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  326. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  327. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  328. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  329. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  330. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  331. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  332. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  333. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:?]
  334. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  335. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  336. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  337. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  338. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  339. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  340. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  341. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  342. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  343. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  344. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  345. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  346. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  347. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  348. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  349. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:?]
  350. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:?]
  351. at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:775) [DefaultChannelPipeline.class:?]
  352. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:69) [ChannelFutureListener$3.class:?]
  353. at io.netty.channel.ChannelFutureListener$3.operationComplete(ChannelFutureListener.java:65) [ChannelFutureListener$3.class:?]
  354. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:680) [DefaultPromise.class:?]
  355. at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:567) [DefaultPromise.class:?]
  356. at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:424) [DefaultPromise.class:?]
  357. at io.netty.channel.ChannelOutboundBuffer.safeFail(ChannelOutboundBuffer.java:529) [ChannelOutboundBuffer.class:?]
  358. at io.netty.channel.ChannelOutboundBuffer.remove(ChannelOutboundBuffer.java:278) [ChannelOutboundBuffer.class:?]
  359. at io.netty.channel.ChannelOutboundBuffer.failFlushed(ChannelOutboundBuffer.java:473) [ChannelOutboundBuffer.class:?]
  360. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:709) [AbstractChannel$AbstractUnsafe.class:?]
  361. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  362. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  363. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  364. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  365. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  366. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
  367. >
  368. [18:57:37] [Netty Epoll Server IO #13/WARN] [io.netty.channel.DefaultChannelPipeline]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  369. java.io.IOException: Error while writev(...): Connection reset by peer
  370. at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[Native.class:?]
  371. at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[EpollSocketChannel.class:?]
  372. at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[EpollSocketChannel.class:?]
  373. at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[EpollSocketChannel.class:?]
  374. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [AbstractChannel$AbstractUnsafe.class:?]
  375. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  376. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  377. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [EpollEventLoop.class:?]
  378. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  379. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  380. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement