Advertisement
BlackBeltPanda

WFerror

Apr 9th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.33 KB | None | 0 0
  1. -> UpstreamBridge - encountered exception
  2. io.netty.handler.codec.EncoderException: java.lang.OutOfMemoryError: Direct buffer memory
  3. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  4. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:643)
  5. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:700)
  6. at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:691)
  7. at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:717)
  8. at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:954)
  9. at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:244)
  10. at net.md_5.bungee.netty.ChannelWrapper.close(ChannelWrapper.java:72)
  11. at net.md_5.bungee.UserConnection.disconnect0(UserConnection.java:369)
  12. at net.md_5.bungee.UserConnection.disconnect(UserConnection.java:345)
  13. at net.md_5.bungee.connection.UpstreamBridge.exception(UpstreamBridge.java:50)
  14. at net.md_5.bungee.netty.HandlerBoss.exceptionCaught(HandlerBoss.java:122)
  15. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:256)
  16. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:234)
  17. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79)
  18. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:256)
  19. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:234)
  20. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79)
  21. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:256)
  22. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:234)
  23. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79)
  24. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:256)
  25. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:234)
  26. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79)
  27. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:256)
  28. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:234)
  29. at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79)
  30. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:256)
  31. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:234)
  32. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131)
  33. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:256)
  34. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:234)
  35. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131)
  36. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:256)
  37. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:234)
  38. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131)
  39. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:256)
  40. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:234)
  41. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131)
  42. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:256)
  43. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:234)
  44. at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131)
  45. at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:256)
  46. at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:234)
  47. at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:834)
  48. at io.netty.channel.VoidChannelPromise.fireException(VoidChannelPromise.java:202)
  49. at io.netty.channel.VoidChannelPromise.tryFailure(VoidChannelPromise.java:163)
  50. at io.netty.channel.AbstractChannelHandlerContext.notifyOutboundHandlerException(AbstractChannelHandlerContext.java:721)
  51. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:645)
  52. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:700)
  53. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:636)
  54. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:113)
  55. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:643)
  56. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:700)
  57. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:636)
  58. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:120)
  59. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:643)
  60. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:700)
  61. at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:691)
  62. at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:949)
  63. at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:249)
  64. at net.md_5.bungee.netty.ChannelWrapper.write(ChannelWrapper.java:46)
  65. at net.md_5.bungee.UserConnection.sendPacket(UserConnection.java:198)
  66. at net.md_5.bungee.connection.DownstreamBridge.handle(DownstreamBridge.java:103)
  67. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:84)
  68. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
  69. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
  70. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
  71. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
  72. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
  73. at io.github.waterfallmc.waterfall.DirectByteToMessageDecoder.fireChannelRead(DirectByteToMessageDecoder.java:179)
  74. at io.github.waterfallmc.waterfall.DirectByteToMessageDecoder.callDecode(DirectByteToMessageDecoder.java:266)
  75. at io.github.waterfallmc.waterfall.DirectByteToMessageDecoder.channelRead(DirectByteToMessageDecoder.java:150)
  76. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
  77. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
  78. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  79. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
  80. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
  81. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  82. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:823)
  83. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:339)
  84. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:255)
  85. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  86. at java.lang.Thread.run(Thread.java:745)
  87. Caused by: java.lang.OutOfMemoryError: Direct buffer memory
  88. at java.nio.Bits.reserveMemory(Bits.java:693)
  89. at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123)
  90. at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311)
  91. at io.netty.buffer.PoolArena$DirectArena.newChunk(PoolArena.java:645)
  92. at io.netty.buffer.PoolArena.allocateNormal(PoolArena.java:229)
  93. at io.netty.buffer.PoolArena.allocate(PoolArena.java:205)
  94. at io.netty.buffer.PoolArena.allocate(PoolArena.java:133)
  95. at io.netty.buffer.PooledByteBufAllocator.newDirectBuffer(PooledByteBufAllocator.java:271)
  96. at io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:155)
  97. at io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:146)
  98. at io.netty.buffer.AbstractByteBufAllocator.ioBuffer(AbstractByteBufAllocator.java:99)
  99. at io.netty.handler.codec.MessageToByteEncoder.allocateBuffer(MessageToByteEncoder.java:140)
  100. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:105)
  101. ... 83 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement