Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. [22:55:13] [Netty Epoll Server IO #3/ERROR] [FML]: NetworkDispatcher exception
  2. io.netty.channel.unix.Errors$NativeIoException: writevAddresses(..) failed: Cannot allocate memory
  3. at io.netty.channel.unix.Errors.newIOException(Errors.java:117) ~[Errors.class:?]
  4. at io.netty.channel.unix.Errors.ioResult(Errors.java:138) ~[Errors.class:?]
  5. at io.netty.channel.unix.FileDescriptor.writevAddresses(FileDescriptor.java:152) ~[FileDescriptor.class:?]
  6. at io.netty.channel.epoll.AbstractEpollStreamChannel.writeBytesMultiple(AbstractEpollStreamChannel.java:305) ~[AbstractEpollStreamChannel.class:?]
  7. at io.netty.channel.epoll.AbstractEpollStreamChannel.doWriteMultiple(AbstractEpollStreamChannel.java:532) ~[AbstractEpollStreamChannel.class:?]
  8. at io.netty.channel.epoll.AbstractEpollStreamChannel.doWrite(AbstractEpollStreamChannel.java:469) ~[AbstractEpollStreamChannel.class:?]
  9. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:856) [AbstractChannel$AbstractUnsafe.class:?]
  10. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:478) [AbstractEpollChannel$AbstractEpollUnsafe.class:?]
  11. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollOutReady(AbstractEpollStreamChannel.java:947) [AbstractEpollStreamChannel$EpollStreamUnsafe.class:?]
  12. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:384) [EpollEventLoop.class:?]
  13. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:299) [EpollEventLoop.class:?]
  14. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [SingleThreadEventExecutor$5.class:?]
  15. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement