Can't start specific server

MoneOS git commit: b28c5be
Running on CentOS Linux release 7.7.1908
minecraft server version 1.14.4
openjdk version “1.8.0_222”
OpenJDK Runtime Environment (build 1.8.0_222-b10)
OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)

Issue:
Server will not stay up longer than a second or two.

Steps to repeat:

  1. Successfully log into web GUI
  2. From dashboard, select server “Creative_council”
  3. Click Start

Alternatively:

  1. SSH to CentOS server, sudo to root
  2. Issue command: /usr/games/minecraft/mineos_console.js -s Creative_council start

/…/minecraft/servers/Creative_council/logs/latest.log:

[21:09:59] ain/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[21:09:59] ain/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[21:09:59] ain/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[21:09:59] ain/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[21:09:59] ain/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[21:09:59] [Server thread/INFO]: Starting minecraft server version 1.14.4
[21:09:59] [Server thread/INFO]: Loading properties
[21:09:59] [Server thread/INFO]: Default game type: CREATIVE
[21:10:00] [Server thread/ERROR]: Encountered an unexpected exception
java.net.UnknownHostException: 0.0.0.0 Timestamp: Name or service not known
at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) ~[?:1.8.0_222]
at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:929) ~[?:1.8.0_222]
at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1324) ~[?:1.8.0_222]
at java.net.InetAddress.getAllByName0(InetAddress.java:1277) ~[?:1.8.0_222]
at java.net.InetAddress.getAllByName(InetAddress.java:1193) ~[?:1.8.0_222]
at java.net.InetAddress.getAllByName(InetAddress.java:1127) ~[?:1.8.0_222]
at java.net.InetAddress.getByName(InetAddress.java:1077) ~[?:1.8.0_222]
at uk.d(SourceFile:152) ~inecraft_server.1.14.4.jar:?]
at net.minecraft.server.MinecraftServer.run(SourceFile:615) inecraft_server.1.14.4.jar:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
[21:10:00] [Server thread/ERROR]: This crash report has been saved to: /var/games/minecraft/servers/Creative_council/./crash-reports/crash-2019-09-18_21.10.00-server.txt
[21:10:00] [Server thread/INFO]: Stopping server
[21:10:00] [Server thread/INFO]: Saving worlds
[21:10:00] [Server thread/ERROR]: Exception stopping the server
java.lang.NullPointerException: null
at net.minecraft.server.MinecraftServer.a(SourceFile:546) ~inecraft_server.1.14.4.jar:?]
at net.minecraft.server.MinecraftServer.m(SourceFile:574) ~inecraft_server.1.14.4.jar:?]
at uk.m(SourceFile:593) ~inecraft_server.1.14.4.jar:?]
at net.minecraft.server.MinecraftServer.run(SourceFile:676) inecraft_server.1.14.4.jar:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]

/…/minecraft/servers/Creative_council/crash-reports/crash-2019-09-18_21.10.00-server.txt

---- Minecraft Crash Report ----
// You’re mean.

Time: 9/18/19 9:10 PM
Description: Exception in server tick loop

java.net.UnknownHostException: 0.0.0.0 Timestamp: Name or service not known
at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:929)
at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1324)
at java.net.InetAddress.getAllByName0(InetAddress.java:1277)
at java.net.InetAddress.getAllByName(InetAddress.java:1193)
at java.net.InetAddress.getAllByName(InetAddress.java:1127)
at java.net.InetAddress.getByName(InetAddress.java:1077)
at uk.d(SourceFile:152)
at net.minecraft.server.MinecraftServer.run(SourceFile:615)
at java.lang.Thread.run(Thread.java:748)

A detailed walkthrough of the error, its code path and all known details is as follows:

– System Details –
Details:
Minecraft Version: 1.14.4
Minecraft Version ID: 1.14.4
Operating System: Linux (amd64) version 3.10.0-1062.el7.x86_64
Java Version: 1.8.0_222, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 776084088 bytes (740 MB) / 1161297920 bytes (1107 MB) up to 3817865216 bytes (3641 MB)
CPUs: 4
JVM Flags: 2 total; -Xmx4096M -Xms1024M
Data Packs:
Is Modded: Unknown (can’t tell)
Type: Dedicated Server (map_server.txt)

I have another server that does work, so It’s likely an issue with the server itself. Any help is appreciated, thanks!

What does your server.config look like for the server in question?

Does your server have a defined in in server.properties? If so remove it and see if that works. If you have multiple IPs, well rip I’ll have a slightly more difficult time helping, but if you don’t then all you need to allocate is the port, and that should work. If it doesn’t work let me know!

Sorry for slacking on an update. This was resolved a while ago. Sadly, as much of a disservice as this is to the community, I don’t remember what I did.