Server help

Status
This thread has been locked.

Recomplete

Banned
Feedback score
10
Posts
433
Reactions
84
Resources
0
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
 
Type
Offering
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Krispycubes

Crypto Dealer
Supreme
Feedback score
40
Posts
608
Reactions
136
Resources
0
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
paid?
 

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
463
Reactions
222
Resources
0
Are you using Java 8?
 

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
463
Reactions
222
Resources
0

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
463
Reactions
222
Resources
0
Do java -version in console
 

Recomplete

Banned
Feedback score
10
Posts
433
Reactions
84
Resources
0
Do java -version in console

root@vps660990:/home# java -ver
Unrecognized option: -ver
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
root@vps660990:/home#
 
Banned forever. Reason: Ban Evading (NuckedPvper, https://builtbybit.com/members/nuckedpvper.52143/)

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
463
Reactions
222
Resources
0

Recomplete

Banned
Feedback score
10
Posts
433
Reactions
84
Resources
0
Banned forever. Reason: Ban Evading (NuckedPvper, https://builtbybit.com/members/nuckedpvper.52143/)

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
463
Reactions
222
Resources
0
root@vps660990:/home# java -ver
Unrecognized option: -ver
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
root@vps660990:/home#
Use java -version
 

Recomplete

Banned
Feedback score
10
Posts
433
Reactions
84
Resources
0
root@vps660990:~# java -version
openjdk version "10.0.2" 2018-07-17
OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4)
OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4, mixed mode)
root@vps660990:~#
 
Banned forever. Reason: Ban Evading (NuckedPvper, https://builtbybit.com/members/nuckedpvper.52143/)

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
463
Reactions
222
Resources
0
root@vps660990:~# java -version
openjdk version "10.0.2" 2018-07-17
OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4)
OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4, mixed mode)
root@vps660990:~#
So you don’t have Java 8 installed... Follow this tutorial to install it: https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-on-ubuntu-18-04. Don’t ask for help because it’s very clear how to do it if you follow the tutorial.
 

Recomplete

Banned
Feedback score
10
Posts
433
Reactions
84
Resources
0
Banned forever. Reason: Ban Evading (NuckedPvper, https://builtbybit.com/members/nuckedpvper.52143/)
Status
This thread has been locked.
Top