Solved Server won't start

Discussion in 'General Help' started by crafter407, Sep 12, 2015.

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

    crafter407

    I run a spigot 1.8 server with about 20 plugins and 2 used worlds

    I recently added the dynmap plugin and set it generating, not quite realizing how much space it would take up given my world size. It filled up the drive I was hosting it on and people started skype messaging me saying about bugs with stuff not working so i checked and there was no space left. I then closed the server by joining /save-all then /stop ing. I moved it to another drive with double the space but when i try and start it wont load and generates a single error in the log file

    Code:
    [21:52:04] [main/FATAL]: Failed to start the minecraft server
    java.lang.NullPointerException
        at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
        at com.google.common.collect.Lists$ReverseList.<init>(Lists.java:767) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
        at com.google.common.collect.Lists.reverse(Lists.java:759) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
        at net.minecraft.server.v1_8_R3.UserCache.b(UserCache.java:191) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
        at net.minecraft.server.v1_8_R3.UserCache.<init>(UserCache.java:70) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
        at net.minecraft.server.v1_8_R3.MinecraftServer.<init>(MinecraftServer.java:132) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
        at net.minecraft.server.v1_8_R3.DedicatedServer.<init>(DedicatedServer.java:43) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
        at net.minecraft.server.v1_8_R3.MinecraftServer.main(MinecraftServer.java:922) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
        at org.bukkit.craftbukkit.Main.main(Main.java:193) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
    
    Anyone got any idea what might be causing this and how to go about fixing it? Thanks, crafter407
     
  2. Offline

    Binner_Done

    Did you try removing dynmap?
     
    crafter407 likes this.
  3. Offline

    crafter407

    Dynmap is gone and i still get that error when starting it

    In case it helps here is all of the logs between it running out of space and me closing the server (I think)

    http://pastebin.com/NWTGq2Ls

    (Removed all the Dynmap failed to write to file errors as dynmap has been removed now)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 11, 2016
  4. Offline

    Binner_Done

    Well I can't think what is causing this, sorry
     
  5. Offline

    Boomer

    Delete usercache.json file
     
    crafter407 likes this.
  6. Offline

    crafter407

    Thank you! This fixed it
     
Thread Status:
Not open for further replies.

Share This Page