Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. [18:57:09] [Netty Epoll Server IO #1/WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
  2. java.lang.RuntimeException: Unable to access address of buffer
  3. at io.netty.channel.epoll.Native.read(Native Method) ~[spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  4. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.doReadBytes(EpollSocketChannel.java:678) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  5. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:714) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  6. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe$3.run(EpollSocketChannel.java:755) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  7. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  8. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  9. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
  10. at java.base/java.lang.Thread.run(Thread.java:834) [?:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement