-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Hi
I have been using your docker img on my Synology NAS, and it has been running successfully in the past with version 1.12 of the minecraft server.
No special plugins or deviations from defaults.
However, after having the server stopped for a while, and trying to start it again, it is trying to automatically update the server to latest version (which makes great sense as I configured VERSION LATEST). It seems to be able to download the server, but unable to access it.
I figured it was something with my container, and tried to create a new from scratch, using a new /data mount etc., but the same problem occurs.
I have tried switching UID and GID, thinking it may be a permission problem, but it did not seem to help.
2019-02-03 11:40:22 | stdout | Error: Unable to access jarfile minecraft_server.1.13.2.jar
2019-02-03 11:40:22 | stdout | Setting initial memory to 1G and max to 1G
2019-02-03 11:40:22 | stdout | Skipping JSON check. No files present.
2019-02-03 11:40:22 | stdout | Setting difficulty to '1' in /data/server.properties
2019-02-03 11:40:22 | stdout | Setting level-type to 'DEFAULT' in /data/server.properties
2019-02-03 11:40:22 | stdout | Setting level type to DEFAULT
2019-02-03 11:40:22 | stdout | Setting online-mode to 'TRUE' in /data/server.properties
2019-02-03 11:40:22 | stdout | Skip setting generator-settings
2019-02-03 11:40:22 | stdout | Setting pvp to 'true' in /data/server.properties
2019-02-03 11:40:22 | stdout | Skip setting level-seed
2019-02-03 11:40:22 | stdout | Setting level-name to 'world' in /data/server.properties
2019-02-03 11:40:22 | stdout | Skip setting max-world-size
2019-02-03 11:40:22 | stdout | Skip setting max-players
2019-02-03 11:40:22 | stdout | Setting rcon.port to '25575' in /data/server.properties
2019-02-03 11:40:22 | stdout | Setting rcon.password to 'minecraft' in /data/server.properties
2019-02-03 11:40:22 | stdout | Setting enable-rcon to 'true' in /data/server.properties
2019-02-03 11:40:22 | stdout | Skip setting query.port
2019-02-03 11:40:22 | stdout | Skip setting enable-query
2019-02-03 11:40:22 | stdout | Skip setting hardmax-tick-timecore
2019-02-03 11:40:22 | stdout | Skip setting force-gamemode
2019-02-03 11:40:22 | stdout | Skip setting max-build-height
2019-02-03 11:40:22 | stdout | Skip setting hardcore
2019-02-03 11:40:22 | stdout | Skip setting view-distance
2019-02-03 11:40:22 | stdout | Skip setting generate-structures
2019-02-03 11:40:22 | stdout | Skip setting spawn-npcs
2019-02-03 11:40:22 | stdout | Skip setting spawn-monsters
2019-02-03 11:40:22 | stdout | Skip setting spawn-animals
2019-02-03 11:40:22 | stdout | Skip setting enable-command-block
2019-02-03 11:40:22 | stdout | Skip setting announce-player-achievements
2019-02-03 11:40:22 | stdout | Skip setting allow-nether
2019-02-03 11:40:22 | stdout | Setting motd to 'Tristan og Far's Minecraft Server' in /data/server.properties
2019-02-03 11:40:22 | stdout | Setting server-port to '25565' in /data/server.properties
2019-02-03 11:40:22 | stdout | Creating server.properties in /data/server.properties
2019-02-03 11:40:22 | stdout | Downloading minecraft_server.1.13.2.jar ...
2019-02-03 11:40:22 | stdout | Checking type information.
2019-02-03 11:40:22 | stdout | Checking version information.