Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. 11:04:46 [SEVERE] [/IP] <-> InitialHandler - encountered exception
  2. io.netty.util.internal.OutOfDirectMemoryError: failed to allocate 16777216 byte(s) of direct memory (used: 469762055, max: 477626368)
  3. at io.netty.util.internal.PlatformDependent.incrementMemoryCounter(PlatformDependent.java:656)
  4. at io.netty.util.internal.PlatformDependent.allocateDirectNoCleaner(PlatformDependent.java:611)
  5. at io.netty.buffer.PoolArena$DirectArena.allocateDirect(PoolArena.java:768)
  6. at io.netty.buffer.PoolArena$DirectArena.newChunk(PoolArena.java:744)
  7. at io.netty.buffer.PoolArena.allocateNormal(PoolArena.java:245)
  8. at io.netty.buffer.PoolArena.allocate(PoolArena.java:227)
  9. at io.netty.buffer.PoolArena.reallocate(PoolArena.java:396)
  10. at io.netty.buffer.PooledByteBuf.capacity(PooledByteBuf.java:120)
  11. at io.netty.buffer.AbstractByteBuf.ensureWritable0(AbstractByteBuf.java:295)
  12. at io.netty.buffer.AbstractByteBuf.ensureWritable(AbstractByteBuf.java:274)
  13. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1096)
  14. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1089)
  15. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1080)
  16. at io.netty.handler.codec.ByteToMessageDecoder$1.cumulate(ByteToMessageDecoder.java:95)
  17. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276)
  18. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  19. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  20. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  21. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
  22. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  23. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  24. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  25. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408)
  26. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  27. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  28. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
  29. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:796)
  30. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:427)
  31. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:328)
  32. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
  33. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement