-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
-
None
-
Spigot 1.11.2
Centos 7 64 bit
This error is spammed in the logs over and over again when trying to start a spigot 1.11 server using Java 9
[15:05:47] 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.
java.lang.RuntimeException: Unable to access address of buffer
at io.netty.channel.epoll.Native.read(Native Method) ~[spigot-1.11.2.jar:git-Spigot-7d78b81-d5e7885]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.doReadBytes(EpollSocketChannel.java:678) [spigot-1.11.2.jar:git-Spigot-7d78b81-d5e7885]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:714) [spigot-1.11.2.jar:git-Spigot-7d78b81-d5e7885]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe$3.run(EpollSocketChannel.java:755) [spigot-1.11.2.jar:git-Spigot-7d78b81-d5e7885]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot-1.11.2.jar:git-Spigot-7d78b81-d5e7885]
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot-1.11.2.jar:git-Spigot-7d78b81-d5e7885]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot-1.11.2.jar:git-Spigot-7d78b81-d5e7885]
at java.base/java.lang.Thread.run(Thread.java:844) [?:?]