Server crashing

Discussion in 'Bukkit Help' started by jenqo, Mar 28, 2020.

Thread Status:
Not open for further replies.
  1. Offline

    jenqo

    Hi, I have a server on Multicraft and I have some problems. The server was working just fine with some plugins I installed, then I uninstalled some plugins, deleted some files and now the server crashes whenever I start it.

    This is the console log:

    28.03 15:32:54 [Multicraft] Server stopped
    28.03 15:32:54 [Multicraft] Restarting crashed server in 5 seconds
    28.03 15:32:54 [Multicraft] Server shut down (starting)
    28.03 15:32:51 [Server] Server thread/INFO Saving worlds
    28.03 15:32:51 [Server] Server thread/INFO Stopping server
    28.03 15:32:51 [Server] Server thread/ERROR This crash report has been saved to: /./crash-reports/crash-2020-03-28_15.32.51-server.txt
    28.03 15:32:51 [Server] INFO ... 7 more
    28.03 15:32:51 [Server] INFO at net.minecraft.server.v1_15_R1.ChatDeserializer.a(SourceFile:506) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
    28.03 15:32:51 [Server] INFO at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
    28.03 15:32:51 [Server] INFO at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:74) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
    28.03 15:32:51 [Server] INFO at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
    28.03 15:32:51 [Server] INFO at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:549) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
    28.03 15:32:51 [Server] INFO at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1393) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
    28.03 15:32:51 [Server] INFO Caused by: java.io.EOFException: End of input at line 1 column 1 path $
    28.03 15:32:51 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
    28.03 15:32:51 [Server] INFO at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:762) [craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
    28.03 15:32:51 [Server] INFO at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:196) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
    28.03 15:32:51 [Server] INFO at net.minecraft.server.v1_15_R1.DedicatedPlayerList.<init>(SourceFile:25) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
    28.03 15:32:51 [Server] INFO at net.minecraft.server.v1_15_R1.DedicatedPlayerList.z(SourceFile:98) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
    28.03 15:32:51 [Server] INFO at net.minecraft.server.v1_15_R1.JsonList.load(JsonList.java:178) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
    28.03 15:32:51 [Server] INFO at net.minecraft.server.v1_15_R1.ChatDeserializer.a(SourceFile:524) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
    28.03 15:32:51 [Server] INFO at net.minecraft.server.v1_15_R1.ChatDeserializer.a(SourceFile:508) ~[craftbukkit-1.15.2.jar:git-Bukkit-8160e29]
    28.03 15:32:51 [Server] INFO com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $
    28.03 15:32:51 [Server] Server thread/ERROR Encountered an unexpected exception
    28.03 15:32:51 [Server] Server thread/INFO This server is running CraftBukkit version git-Bukkit-8160e29 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
    28.03 15:32:50 [Server] Server thread/INFO Using epoll channel type
    28.03 15:32:50 [Server] Server thread/INFO Starting Minecraft server on 188.212.100.17:25565
    28.03 15:32:50 [Server] Server thread/INFO Generating keypair
    28.03 15:32:50 [Server] Server thread/INFO Default game type: SURVIVAL
    28.03 15:32:50 [Server] Server thread/INFO Loading properties
    28.03 15:32:50 [Server] Server thread/INFO Starting minecraft server version 1.15.2
    28.03 15:32:47 [Server] INFO Loading libraries, please wait...
    28.03 15:32:27 [Server] INFO *** Server will start in 20 seconds ***
    28.03 15:32:27 [Server] INFO *** Please download a new build as per instructions from https://www.spigotmc.org/go/outdated-spigot ***
    28.03 15:32:27 [Server] INFO *** Error, this build is outdated ***
    28.03 15:32:26 [Multicraft] Updating eula.txt file
    28.03 15:32:26 [Multicraft] Loaded config for "Mod: Craftbukkit 1.15.2"
    28.03 15:32:26 [Multicraft] Starting server!
    28.03 15:32:26 [Multicraft] Loading server properties

    And this is the crash report:


    ---- Minecraft Crash Report ----
    // My bad.

    Time: 3/28/20 3:32 PM
    Description: Exception in server tick loop

    com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $
    at net.minecraft.server.v1_15_R1.ChatDeserializer.a(SourceFile:508)
    at net.minecraft.server.v1_15_R1.ChatDeserializer.a(SourceFile:524)
    at net.minecraft.server.v1_15_R1.JsonList.load(JsonList.java:178)
    at net.minecraft.server.v1_15_R1.DedicatedPlayerList.z(SourceFile:98)
    at net.minecraft.server.v1_15_R1.DedicatedPlayerList.<init>(SourceFile:25)
    at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:196)
    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:762)
    at java.lang.Thread.run(Thread.java:748)
    Caused by: java.io.EOFException: End of input at line 1 column 1 path $
    at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1393)
    at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:549)
    at com.google.gson.stream.JsonReader.peek(JsonReader.java:425)
    at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:74)
    at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61)
    at net.minecraft.server.v1_15_R1.ChatDeserializer.a(SourceFile:506)
    ... 7 more

    SOLVED!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Mar 28, 2020
Thread Status:
Not open for further replies.

Share This Page