CloudDog23
New Member
Brand new Raspberry Pi 4 8GB
I have installed CLI only Raspian
I have run sudo raspi-config and set the Memory Split 16
I have run sudo apt-get update and sudo apt-get upgrade
I have run sudo apt install default-jdk
I have created and CD'd to the ~/nukkit
I have downloaded nukkit-1.0-SNAPSHOT.jar from https://ci.nukkitx.com/job/NukkitX/job/Nukkit/job/master/
I have run the command with the following output
I am unable to connect to the server from my iPhone
I open up another terminal window ssh onto the Raspberry Pi and run the command
And get no response (when I run the same for the ssh port (22) I get a response), so it looks like the server is not actually listening.
When I ctrl+c in the window 'running' the server I get the following response:
Any support on what is going wrong, would be most welcome. I have attempted 3 fresh Raspbian installs and all with the same outcome.
I have installed CLI only Raspian
I have run sudo raspi-config and set the Memory Split 16
I have run sudo apt-get update and sudo apt-get upgrade
I have run sudo apt install default-jdk
I have created and CD'd to the ~/nukkit
I have downloaded nukkit-1.0-SNAPSHOT.jar from https://ci.nukkitx.com/job/NukkitX/job/Nukkit/job/master/
I have run the command with the following output
Code:
pi@raspberrypi-mc:~/nukkit $ java -Xms1G -Xmx1G -jar nukkit-1.0-SNAPSHOT.jar
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
01:48:34 [INFO ] Welcome! Please choose a language first!
01:48:34 [INFO ] eng => English
01:48:34 [INFO ] chs => 中文(简体)
01:48:34 [INFO ] cht => 中文(繁體)
01:48:34 [INFO ] jpn => 日本語
01:48:34 [INFO ] rus => Pyccĸий
01:48:34 [INFO ] spa => Español
01:48:34 [INFO ] pol => Polish
01:48:34 [INFO ] bra => Português-Brasil
01:48:34 [INFO ] kor => 한국어
01:48:34 [INFO ] ukr => Українська
01:48:34 [INFO ] deu => Deutsch
01:48:34 [INFO ] ltu => Lietuviškai
01:48:34 [INFO ] idn => Indonesia
01:48:34 [INFO ] cze => Czech
01:48:34 [INFO ] tur => Turkish
01:48:34 [INFO ] fin => Suomi
> eng
01:48:39 [INFO ] Loading nukkit.yml ...
01:48:39 [INFO ] Loading server.properties ...
01:48:39 [INFO ] Selected English (eng) as the base language
01:48:39 [INFO ] Starting Minecraft: BE server version v1.16.20
01:48:39 [INFO ] Selected Zlib Provider: 2 (cn.nukkit.utils.ZlibThreadLocal)
01:48:39 [INFO ] Opening server on 0.0.0.0:19132
01:48:39 [INFO ] This server is running Nukkit version git-4f24276 "" (API 1.0.11)
01:48:39 [INFO ] Nukkit is distributed under the LGPL License
01:48:42 [INFO ] Loading recipes...
01:48:42 [INFO ] Loaded 1507 recipes.
01:48:42 [INFO ] Successfully loaded 0 resource packs
01:48:43 [WARN ] Level "world" not found
01:48:43 [INFO ] Preparing level "world"
01:48:43 [INFO ] Preparing start region for level "world"
01:48:43 [WARN ] Level "nether" not found
01:48:43 [INFO ] No level called "nether" found, creating default nether level.
01:48:43 [INFO ] Preparing level "nether"
01:48:43 [INFO ] Preparing start region for level "nether"
01:48:43 [INFO ] Starting GS4 status listener
01:48:43 [INFO ] Setting query port to 19132
01:48:43 [INFO ] Query is running on 0.0.0.0:19132
01:48:43 [INFO ] Default game type: Survival Mode
01:48:43 [INFO ] Done (9.96s)! For help, type "help" or "?"
I open up another terminal window ssh onto the Raspberry Pi and run the command
Code:
nc localhost 19132
When I ctrl+c in the window 'running' the server I get the following response:
Code:
1:51:51 [INFO ] [CONSOLE: Stopping the server]
01:51:51 [INFO ] Unloading level "world"
> WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by cn.nukkit.utils.IterableThreadLocal (file:/home/pi/nukkit/nukkit-1.0-SNAPSHOT.jar) to field java.lang.Thread.threadLocals
WARNING: Please consider reporting this to the maintainers of cn.nukkit.utils.IterableThreadLocal
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
01:51:51 [INFO ] Unloading level "nether"
01:51:52 [INFO ] Stopping other threads