Fresh install of server 1.14.1 server, creating a new vanilla world with default settings, running on Ubuntu 18.04.2 LTS (Bionic Beaver) 32-bit (with MATE 1.20.1)
Log file and crash report are attached.
Startup script allocates lots of memory, the PC itself has 6GB of memory:
java -Xmx2G -Xms2G -jar server.jar nogui
1.14.1\: [^crash-2019-05-17_16.53.13-server.txt]
Description: Exception initializing level
java.lang.IllegalStateException: Chunk not there when requested: Unloaded [15, 13] Unloaded [15, 13] Unloaded [15, 13] Unloaded [15, 13] Unloaded [7, 4]
at ve.a(SourceFile:129)
at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
at ve.a(SourceFile:127)
at bhi.a(SourceFile:195)
at bhl.a(SourceFile:105)
at bhi.c(SourceFile:190)
at byg.a(SourceFile:196)
at byg.a(SourceFile:173)
at vg.a(SourceFile:686)
at net.minecraft.server.MinecraftServer.a(SourceFile:389)
at net.minecraft.server.MinecraftServer.a(SourceFile:370)
at ug.d(SourceFile:218)
at net.minecraft.server.MinecraftServer.run(SourceFile:605)
at java.base/java.lang.Thread.run(Thread.java:834)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at ve.a(SourceFile:129)
at com.mojang.datafixers.util.Either$Right.map(Either.java:99)
at ve.a(SourceFile:127)
at bhi.a(SourceFile:195)
at bhl.a(SourceFile:105)
at bhi.c(SourceFile:190)
at byg.a(SourceFile:196)
at byg.a(SourceFile:173)
at vg.a(SourceFile:686)
-- Affected level --
Details:
Level name: world
All players: 0 total; []
Chunk stats: ServerChunkCache: 749
Level seed: -1753146161773584776
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options: {}
Level spawn location: World: (248,64,216), Chunk: (at 8,4,8 in 15,13; contains blocks 240,0,208 to 255,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.a(SourceFile:389)
at net.minecraft.server.MinecraftServer.a(SourceFile:370)
at ug.d(SourceFile:218)
at net.minecraft.server.MinecraftServer.run(SourceFile:605)
at java.base/java.lang.Thread.run(Thread.java:834)
-- System Details --
Details:
Minecraft Version: 1.14.1
Operating System: Linux (i386) version 4.15.0-47-generic
Java Version: 11.0.2, Oracle Corporation
Java VM Version: OpenJDK Server VM (mixed mode), Oracle Corporation
Memory: 1886505472 bytes (1799 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 2 total; -Xmx2G -Xms2G
Player Count: 0 / 10; []
Data Packs: vanilla
Is Modded: Unknown (can't tell)
Type: Dedicated Server (map_server.txt)
Case Update:
After fighting with this for a while, I found that if I deleted the game world, and the server.properties file (as generated by an earlier version of the server.jar), and allowed server 1.14.1 to create a fresh world and server.properties file, then it doesn't crash when starting it with "java -Xms1024K -Xmx2G -jar server.jar nogui"
However, server 1.14.1, then runs for a over 5 minutes at every startup before the game world is ready to use, which is ridiculous length of time, and that doesn't seem right.
[19:26:49] [Server thread/INFO]: Done (330.441s)! For help, type "help"
I also see the following, even though no users are even logged in to the world at that point:
[19:26:51] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2005ms or 40 ticks behind
[19:27:17] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 10454ms or 209 ticks behind
[19:32:06] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 4527ms or 90 ticks behind
I also still see the following unexplained cryptic warnings in the log:
[19:21:15] [main/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[19:21:15] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[19:21:15] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[19:21:15] [main/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[19:21:15] [main/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]