When i start my bungee on ubuntu 18.04, i get these errors
*** Server will start in 10 seconds ***
16:45:40 [INFO] Using OpenSSL based native cipher.
16:45:40 [INFO] Using native code compressor
16:45:40 [INFO] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.8-SNAPSHOT:0646a30:1118
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by io.netty.util.internal.PlatformDependent0 (file:/home/Clutch/Proxy/server.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
16:45:41 [SEVERE] Mar 12, 2019 4:45:41 PM io.netty.util.internal.PlatformDependent <clinit>
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.
16:45:41 [INFO] Not on Windows, attempting to use enhanced EpollEventLoop
16:45:41 [INFO] Epoll is working, utilising it!
16:45:41 [SEVERE] Exception in thread "main"
16:45:41 [SEVERE] java.lang.IllegalStateException: failed to create a child event loop
16:45:41 [SEVERE] at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:68)
16:45:41 [SEVERE] at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:49)
16:45:41 [SEVERE] at io.netty.channel.epoll.EpollEventLoopGroup.<init>(EpollEventLoopGroup.java:61)
16:45:41 [SEVERE] at io.netty.channel.epoll.EpollEventLoopGroup.<init>(EpollEventLoopGroup.java:49)
16:45:41 [SEVERE] at net.md_5.bungee.netty.PipelineUtils.newEventLoopGroup(PipelineUtils.java:100)
16:45:41 [SEVERE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:238)
16:45:41 [SEVERE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:55)
16:45:41 [SEVERE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
16:45:41 [SEVERE] Caused by: java.lang.NullPointerException
16:45:41 [SEVERE] at io.netty.util.internal.PlatformDependent0.allocateMemory(PlatformDependent0.java:330)
16:45:41 [SEVERE] at io.netty.util.internal.PlatformDependent.allocateMemory(PlatformDependent.java:211)
16:45:41 [SEVERE] at io.netty.channel.epoll.EpollEventArray.allocate(EpollEventArray.java:56)
16:45:41 [SEVERE] at io.netty.channel.epoll.EpollEventArray.<init>(EpollEventArray.java:52)
16:45:41 [SEVERE] at io.netty.channel.epoll.EpollEventLoop.<init>(EpollEventLoop.java:66)
16:45:41 [SEVERE] at io.netty.channel.epoll.EpollEventLoopGroup.newChild(EpollEventLoopGroup.java:76)
16:45:41 [SEVERE] at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:64)
16:45:41 [SEVERE] ... 7 more
Can someone help please
Thanks
*** Server will start in 10 seconds ***
16:45:40 [INFO] Using OpenSSL based native cipher.
16:45:40 [INFO] Using native code compressor
16:45:40 [INFO] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.8-SNAPSHOT:0646a30:1118
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by io.netty.util.internal.PlatformDependent0 (file:/home/Clutch/Proxy/server.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
16:45:41 [SEVERE] Mar 12, 2019 4:45:41 PM io.netty.util.internal.PlatformDependent <clinit>
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.
16:45:41 [INFO] Not on Windows, attempting to use enhanced EpollEventLoop
16:45:41 [INFO] Epoll is working, utilising it!
16:45:41 [SEVERE] Exception in thread "main"
16:45:41 [SEVERE] java.lang.IllegalStateException: failed to create a child event loop
16:45:41 [SEVERE] at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:68)
16:45:41 [SEVERE] at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:49)
16:45:41 [SEVERE] at io.netty.channel.epoll.EpollEventLoopGroup.<init>(EpollEventLoopGroup.java:61)
16:45:41 [SEVERE] at io.netty.channel.epoll.EpollEventLoopGroup.<init>(EpollEventLoopGroup.java:49)
16:45:41 [SEVERE] at net.md_5.bungee.netty.PipelineUtils.newEventLoopGroup(PipelineUtils.java:100)
16:45:41 [SEVERE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:238)
16:45:41 [SEVERE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:55)
16:45:41 [SEVERE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
16:45:41 [SEVERE] Caused by: java.lang.NullPointerException
16:45:41 [SEVERE] at io.netty.util.internal.PlatformDependent0.allocateMemory(PlatformDependent0.java:330)
16:45:41 [SEVERE] at io.netty.util.internal.PlatformDependent.allocateMemory(PlatformDependent.java:211)
16:45:41 [SEVERE] at io.netty.channel.epoll.EpollEventArray.allocate(EpollEventArray.java:56)
16:45:41 [SEVERE] at io.netty.channel.epoll.EpollEventArray.<init>(EpollEventArray.java:52)
16:45:41 [SEVERE] at io.netty.channel.epoll.EpollEventLoop.<init>(EpollEventLoop.java:66)
16:45:41 [SEVERE] at io.netty.channel.epoll.EpollEventLoopGroup.newChild(EpollEventLoopGroup.java:76)
16:45:41 [SEVERE] at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:64)
16:45:41 [SEVERE] ... 7 more
Can someone help please
Thanks
- Type
- Offering

