Fresh Ubuntu 20.04.2 LTS installation with openjdk-16 results in a rebooted server when launching 1.17 server.jar. Upon reconnecting to the server after it reboots via ssh the latest.log file is empty. No crash report is generated. Server was performing perfectly on 1.15, 1.16, and 1.16.5. I've completely reinstalled the OS with no success, server.jar just won't launch. Below is what I see when in the console just before I lose SSH access and the server OS is restarted.
$ /usr/bin/java -Xmx6G -Xmx6G -jar server.jar nogui
[20:22:47] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[20:22:47] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[20:22:47] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[20:22:48] [main/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[20:22:48] [main/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[20:22:48] [main/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[20:22:48] [main/INFO]: Reloading ResourceManager: Default
[20:22:49] [Worker-Main-11/INFO]: Loaded 7 recipes
[20:22:50] [Worker-Main-11/INFO]: Loaded 1137 advancements
[20:22:52] [Server thread/INFO]: Starting minecraft server version 1.17
[20:22:52] [Server thread/INFO]: Loading properties
[20:22:52] [Server thread/INFO]: Default game type: SURVIVAL
[20:22:52] [Server thread/INFO]: Generating keypair
[20:22:52] [Server thread/INFO]: Starting Minecraft server on *:25565
[20:22:52] [Server thread/INFO]: Using epoll channel type
[20:22:53] [Server thread/INFO]: Preparing level "world"
Comments 4
Hard drive write test also resulted in zero errors:
root@s164095:~# dd if=/dev/zero of=/test.img bs=1G count=86
86+0 records in
86+0 records out
92341796864 bytes (92 GB, 86 GiB) copied, 232.198 s, 398 MB/s
root@s164095:~#
Duplicate of MC-124137
This is not a duplicate of MC-124137.
I reached out to the server provider. Turns out the PSU was going bad and the CPU compound between the CPU and heatsink had dried out and needed replacing/refreshing. The server is running ok now, no crashes or instability on vanilla 1.17 survival.
Please close this report.
Ran several memory tests, no errors found:
root@s164095:~# memtester 14G 1
memtester version 4.3.0 (64-bit)
Copyright (C) 2001-2012 Charles Cazabon.
Licensed under the GNU General Public License version 2 (only).
pagesize is 4096
pagesizemask is 0xfffffffffffff000
want 14336MB (15032385536 bytes)
got 14336MB (15032385536 bytes), trying mlock ...locked.
Loop 1/1:
Stuck Address : ok
Random Value : ok
Compare XOR : ok
Compare SUB : ok
Compare MUL : ok
Compare DIV : ok
Compare OR : ok
Compare AND : ok
Sequential Increment: ok
Solid Bits : ok
Block Sequential : ok
Checkerboard : ok
Bit Spread : ok
Bit Flip : ok
Walking Ones : ok
Walking Zeroes : ok
8-bit Writes : ok
16-bit Writes : ok
Done.