Weird Bug

Status
This thread has been locked.

ups

Banned
Feedback score
2
Posts
37
Reactions
10
Resources
0
[14:28:14] [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.jar:git-Spigot-db6de12-18fbb24]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.doReadBytes(EpollSocketChannel.java:678) [spigot.jar:git-Spigot-db6de12-18fbb24]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:714) [spigot.jar:git-Spigot-db6de12-18fbb24]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe$3.run(EpollSocketChannel.java:755) [spigot.jar:git-Spigot-db6de12-18fbb24]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot.jar:git-Spigot-db6de12-18fbb24]
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot.jar:git-Spigot-db6de12-18fbb24]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot.jar:git-Spigot-db6de12-18fbb24]
at java.base/java.lang.Thread.run(Thread.java:834) [?:?]


Has anyone got any idea why my server crashes with this error, sometimes it does it on startup, sometimes it does it when the server is pinged - it's really weird.

Thanks.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

CyberSecGuy

Supreme
Feedback score
3
Posts
118
Reactions
58
Resources
0
If you have ProtocolLib, upgrade or downgrade to a new version.
 

SpurlStudios

Premium
Feedback score
0
Posts
62
Reactions
10
Resources
0
Check your java version is jdk 8.
 
Status
This thread has been locked.
Top