· 6 years ago · Dec 19, 2019, 01:22 PM
1root@vps766270:/home/server/bungee# java -Xmx512M -jar cpy.jar nogui
2Dec 19, 2019 2:17:22 PM pl.guardproxy.updater.Main main
3INFO: Loading GuardProxy for license key 5HYVNB15FXXHVE6GKRQU
4WARNING: An illegal reflective access operation has occurred
5WARNING: Illegal reflective access by io.netty.util.internal.PlatformDependent0 (file:/home/server/bungee/cpy.jar) to field java.nio.Buffer.address
6WARNING: Please consider reporting this to the maintainers of io.netty.util.internal.PlatformDependent0
7WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
8WARNING: All illegal access operations will be denied in a future release
9Dec 19, 2019 2:17:22 PM io.netty.util.internal.PlatformDependent <clinit>
10INFO: 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.
11Dec 19, 2019 2:17:22 PM io.netty.channel.DefaultChannelId defaultMachineId
12WARNING: Failed to find a usable hardware address from the network interfaces; using random bytes: 87:67:23:1d:50:e6:af:de
13java.lang.IllegalArgumentException: object is not an instance of declaring class
14 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
15 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
16 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
17 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
18 at pl.guardproxy.updater.BungeeLoader.addLibs(BungeeLoader.java:38)
19 at pl.guardproxy.updater.BungeeLoader.init(BungeeLoader.java:20)
20 at pl.guardproxy.updater.Main.main(Main.java:35)