Minecraft Java error?

wa
- in Plugins
8

> WARNING: An illegal reflective access operation has occurred

WARNING: Illegal reflective access by io.netty.util.internal.PlatformDependent0 (file: / C: /Users/Alexander/Desktop/Minecraft%20Server%20Bukkit/Server/spigot-1.8.8-R0.1-SNAPSHOT-latest. Jar) to field java.nio.Buffer.address

WARNING: Please consider reporting this to the maintainers of io.netty.util.internal.PlatformDependent0

WARNING: Use --illegal-access = warn to enable warnings of further illegal reflective access operations

WARNING: All illegal access operations will be denied in a future release

[08:20:11 INFO]: Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.

What does the error mean? I installed Spigot 1.8.8 and uploaded 3 plugins (own)

Ho

Pooh, it depends on where you host your server and especially which and from where you get plugins.

wa

Via localhost (runs on my pc)

Ho

Then I think that your PC is not powerful enough.

wa

R5 1600, gtx 1060 6gb, 16gb ddr4 ram s is by far sufficient

The server loads anyway, but this error message only appears at the beginning

Re

When it comes to illegal reflective access: this is a warning, not a bug. Everything will work as usual for now.

Obviously you are using a newer Java than 8 at runtime. Certain things ("deep reflection") are no longer allowed in the previous form because of the modular system, that is the warning. Newer Netty versions will probably have fixed this.

If it bothers you too much, you can go back down to JDK 8 (e.g. From https://docs.aws.amazon.com/de_de/corretto/latest/corretto-8-ug/downloads-list.html).

Ul

Stop talking

Ul

This is a warning, not a bug.

You can go on with peace of mind, Netty will take care of that for you…

Ap

Lul, has absolutely nothing to do with performance