Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2020
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. 16:29:03 [SEVERE] [_____|45.87.146.69] <-> BotFilter - encountered exception
  2. io.netty.util.internal.OutOfDirectMemoryError: failed to allocate 62914560 byte(s) of direct memory (used: 5091885056, max: 5145362432)
  3. at io.netty.util.internal.PlatformDependent.incrementMemoryCounter(PlatformDependent.java:754)
  4. at io.netty.util.internal.PlatformDependent.allocateDirectNoCleaner(PlatformDependent.java:709)
  5. at io.netty.buffer.PoolArena$DirectArena.allocateDirect(PoolArena.java:755)
  6. at io.netty.buffer.PoolArena$DirectArena.newUnpooledChunk(PoolArena.java:745)
  7. at io.netty.buffer.PoolArena.allocateHuge(PoolArena.java:262)
  8. at io.netty.buffer.PoolArena.allocate(PoolArena.java:232)
  9. at io.netty.buffer.PoolArena.reallocate(PoolArena.java:394)
  10. at io.netty.buffer.PooledByteBuf.capacity(PooledByteBuf.java:118)
  11. at io.netty.buffer.AbstractByteBuf.ensureWritable0(AbstractByteBuf.java:306)
  12. at io.netty.buffer.AbstractByteBuf.ensureWritable(AbstractByteBuf.java:282)
  13. at net.md_5.bungee.jni.zlib.NativeZlib.process(NativeZlib.java:49)
  14. at net.md_5.bungee.compress.PacketDecompressor.decode(PacketDecompressor.java:43)
  15. at net.md_5.bungee.compress.PacketDecompressor.decode(PacketDecompressor.java:11)
  16. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:88)
  17. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
  18. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
  19. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
  20. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324)
  21. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:311)
  22. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:425)
  23. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276)
  24. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
  25. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
  26. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
  27. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
  28. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
  29. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
  30. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
  31. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
  32. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
  33. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
  34. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
  35. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:792)
  36. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:475)
  37. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement