Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-149681

Server refuses to load overworld

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • None
    • Minecraft 1.14
    • None
    • Windows 10
      Java updated (whatever version is at 4/25/2019)
      AMD FX(tm)-6300 SIx Core @3.5Ghz
      16gb of ram
      64 bit os
      Nvidia 750 gtx
    • Unconfirmed
    • (Unassigned)

      So I run a private server for me and my friend to play on, and it ran fine on 1.13, but after the update to 1.14 I figure I update both the map and the world.   SO I pulled the world save into single player to update, of course I backed it up.  Downloded the 1.14 server file from minecraft.net and diid the normal.  agree to teh eula, replaced the old server files and returned the world I had back into the sever folder.  Even updated the server notepad so my friend can join.

      However Whenever I try to start the server, I get a few errors and it proceed to load the overworld for god knows how long, before I have to take the task manager to the server to shut it down.

      below are the two recent files from the server log. as well a screenshot of the server running before it goes into unlimited time loading the overworld.

      edit add on:  I will note that I play this server vanilla, without mod. But I do play with a texturepack.

      [14:31:44] [main/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
      [14:31:44] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
      [14:31:44] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
      [14:31:44] [main/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
      [14:31:44] [main/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
      [14:31:45] [Server thread/INFO]: Starting minecraft server version 1.14
      [14:31:45] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
      [14:31:45] [Server thread/INFO]: Loading properties
      [14:31:45] [Server thread/INFO]: Default game type: SURVIVAL
      [14:31:45] [Server thread/INFO]: Generating keypair
      [14:31:45] [Server console handler/ERROR]: Exception handling console input
      java.io.IOException: The handle is invalid
      	at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_161]
      	at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_161]
      	at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_161]
      	at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_161]
      	at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_161]
      	at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_161]
      	at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_161]
      	at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_161]
      	at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_161]
      	at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_161]
      	at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_161]
      	at ug$2.run(SourceFile:109) [server.jar:?]
      [14:31:45] [Server thread/INFO]: Starting Minecraft server on 192.168.1.5:25565
      [14:31:45] [Server thread/INFO]: Using default channel type
      [14:31:46] [Server thread/INFO]: Preparing level "argh we be pirates"
      [14:31:46] [Server thread/INFO]: Reloading ResourceManager: Default
      [14:31:49] [Server thread/INFO]: Loaded 6 recipes
      [14:31:51] [Server thread/INFO]: Loaded 811 advancements
      [14:31:53] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
      [14:35:12] [Server-Worker-3/ERROR]: Unable to build datafixers
      java.util.concurrent.CompletionException: java.lang.OutOfMemoryError: Java heap space
      	at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) ~[?:1.8.0_161]
      	at java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) [?:1.8.0_161]
      	at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) [?:1.8.0_161]
      	at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) [?:1.8.0_161]
      	at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_161]
      	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_161]
      	at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_161]
      	at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_161]
      Caused by: java.lang.OutOfMemoryError: Java heap space
      	at com.mojang.datafixers.functions.PointFreeRule.orElseStrict(PointFreeRule.java:555) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule.once(PointFreeRule.java:603) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule.lambda$once$3(PointFreeRule.java:603) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$$Lambda$303/19546104.get(Unknown Source) ~[?:?]
      	at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:573) ~[server.jar:?]
      	at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:653) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:573) ~[server.jar:?]
      	at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:653) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:573) ~[server.jar:?]
      	at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:653) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:573) ~[server.jar:?]
      	at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:653) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:573) ~[server.jar:?]
      	at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:653) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:573) ~[server.jar:?]
      	at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:653) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:573) ~[server.jar:?]
      	at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:653) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:573) ~[server.jar:?]
      	at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:653) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:573) ~[server.jar:?]
      	at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:653) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:573) ~[server.jar:?]
      [14:38:12] [Server-Worker-2/ERROR]: Unable to build datafixers
      java.util.concurrent.CompletionException: java.lang.OutOfMemoryError: Java heap space
      	at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) ~[?:1.8.0_161]
      	at java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) [?:1.8.0_161]
      	at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) [?:1.8.0_161]
      	at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) [?:1.8.0_161]
      	at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_161]
      	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_161]
      	at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_161]
      	at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_161]
      Caused by: java.lang.OutOfMemoryError: Java heap space
      	at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_161]
      	at java.lang.Class.privateGetDeclaredMethods(Unknown Source) ~[?:1.8.0_161]
      	at java.lang.Class.privateGetMethodRecursive(Unknown Source) ~[?:1.8.0_161]
      	at java.lang.Class.getMethod0(Unknown Source) ~[?:1.8.0_161]
      	at java.lang.Class.getMethod(Unknown Source) ~[?:1.8.0_161]
      	at org.apache.commons.lang3.ObjectUtils.clone(ObjectUtils.java:684) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$CataFuseDifferent.doRewrite(PointFreeRule.java:458) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$CompRewrite.rewrite(PointFreeRule.java:200) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:569) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:573) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:569) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:569) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:569) ~[server.jar:?]
      	at com.mojang.datafixers.functions.Apply.lambda$one$5(Apply.java:46) ~[server.jar:?]
      	at com.mojang.datafixers.functions.Apply$$Lambda$823/28309743.get(Unknown Source) ~[?:?]
      	at java.util.Optional.orElseGet(Unknown Source) ~[?:1.8.0_161]
      	at com.mojang.datafixers.functions.Apply.one(Apply.java:46) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:653) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:573) ~[server.jar:?]
      	at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:653) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:573) ~[server.jar:?]
      	at com.mojang.datafixers.functions.Comp.lambda$one$4(Comp.java:44) ~[server.jar:?]
      	at com.mojang.datafixers.functions.Comp$$Lambda$808/29230953.get(Unknown Source) ~[?:?]
      	at java.util.Optional.orElseGet(Unknown Source) ~[?:1.8.0_161]
      	at com.mojang.datafixers.functions.Comp.one(Comp.java:44) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:653) ~[server.jar:?]
      	at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:573) ~[server.jar:?]
      	at com.mojang.datafixers.functions.Apply.lambda$one$5(Apply.java:46) ~[server.jar:?]
      	at com.mojang.datafixers.functions.Apply$$Lambda$823/28309743.get(Unknown Source) ~[?:?]
      	at java.util.Optional.orElseGet(Unknown Source) ~[?:1.8.0_161]
      	at com.mojang.datafixers.functions.Apply.one(Apply.java:46) ~[server.jar:?]
      [14:46:00] [Server thread/ERROR]: Something went wrong upgrading!
      java.lang.OutOfMemoryError: Java heap space
      

        1. 2019-04-25-2.log.gz
          2 kB
        2. 2019-06-09-7.log.gz
          0.8 kB
        3. latest.log
          3 kB
        4. latest.log
          10 kB
        5. server crash.jpg
          server crash.jpg
          295 kB

            Unassigned Unassigned
            Lord_Moldybutt Robert Gallagher
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: