Server very broken D:

Discussion in 'Bukkit Help' started by stolen_insanity, Feb 2, 2011.

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

    stolen_insanity

    Everytime I try to load up my server I get this:

    2011-02-02 18:39:51 [INFO] Starting minecraft server version Beta 1.2_01
    2011-02-02 18:39:51 [INFO] Loading properties
    2011-02-02 18:39:51 [INFO] Starting Minecraft server on 192.168.1.12:25565
    2011-02-02 18:39:51 [INFO] Preparing level "world"
    2011-02-02 18:39:51 [INFO] Preparing start region
    java.io.IOException: Not in GZIP format
    at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    at net.minecraft.server.CompressedStreamTools.a(SourceFile:8)
    at net.minecraft.server.World.<init>(SourceFile:214)
    at net.minecraft.server.WorldServer.<init>(WorldServer.java:24)
    at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:111)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:104)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:181)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    java.lang.NullPointerException
    at net.minecraft.server.WorldServer.b(WorldServer.java:80)
    at net.minecraft.server.World.a(SourceFile:1659)
    at net.minecraft.server.Chunk.d(SourceFile:480)
    at net.minecraft.server.ChunkProviderServer.d(ChunkProviderServer.java:6
    9)
    at net.minecraft.server.ChunkProviderServer.b(ChunkProviderServer.java:1
    08)
    at net.minecraft.server.World.c(SourceFile:417)
    at net.minecraft.server.World.a(SourceFile:374)
    at net.minecraft.server.World.e(SourceFile:378)
    at net.minecraft.server.World.a(SourceFile:282)
    at net.minecraft.server.WorldProvider.a(SourceFile:52)
    at net.minecraft.server.World.<init>(SourceFile:255)
    at net.minecraft.server.WorldServer.<init>(WorldServer.java:24)
    at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:111)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:104)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:181)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    2011-02-02 18:39:51 [SEVERE] Unexpected exception
    java.lang.NullPointerException
    at net.minecraft.server.WorldServer.b(WorldServer.java:80)
    at net.minecraft.server.World.a(SourceFile:1659)
    at net.minecraft.server.Chunk.d(SourceFile:480)
    at net.minecraft.server.ChunkProviderServer.d(ChunkProviderServer.java:6
    9)
    at net.minecraft.server.ChunkProviderServer.b(ChunkProviderServer.java:1
    08)
    at net.minecraft.server.World.c(SourceFile:417)
    at net.minecraft.server.World.a(SourceFile:374)
    at net.minecraft.server.World.e(SourceFile:378)
    at net.minecraft.server.World.a(SourceFile:282)
    at net.minecraft.server.WorldProvider.a(SourceFile:52)
    at net.minecraft.server.World.<init>(SourceFile:255)
    at net.minecraft.server.WorldServer.<init>(WorldServer.java:24)
    at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:111)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:104)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:181)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)


    This has happened since I had a powercut today.
    It says the same thing on any craftbukkit build.
    Help!!
     
  2. Offline

    Redecouverte

    one of the chunk files of your world is corrupted

    do you have a backup of it?
     
  3. Offline

    stolen_insanity

    No i don't :(
    Does this mean my world is dead?
     
  4. Offline

    Redecouverte

    1) extract this zip to your server folder
    2) run "verifyworld"
    3) a text file will open, search for "error" and delete those junk files that have errors
    you will loose a few chunks but not your whole world
     

    Attached Files:

  5. Offline

    stolen_insanity

    Ok. I did that.
    I said everything is ok on everything.
    No errors.
     
  6. Offline

    Redecouverte

  7. Offline

    mughi

    1. before doing anything, back up what is left of your world
    2. @Redecouverte's file assumes you have windows.. (also, to be honest, I'm not sure I would recommend running random programs from strangers, although Sophos claims it has nothing bad in it) [no offense @Redecouverte]

    i don't know of any automated alternatives for linux. Last time we had this happen, I lost the entire map. [broken chunks ALL OVER the place] fortunately, i had backed it up that morning.
    --- merged: Feb 2, 2011 7:15 PM ---
    and.. i'm out of date :)
     
  8. Offline

    Pezmantbh

    Rename your world folder (renaming it to workbackup will be fine) so that the server generates a new world, but so that you still have your old world...

    See if it happens with the new world... If not then it is your world (I think it is anyway).


    There is a solution that i found a few days ago for this, but it is last resort - Go through your world folder and delete the folders inside it one by one (not the players folder)... When you find the folder with the bad chunk, just keep it deleted - You will lose a chunk of your world but at least you wont need a new world :)
     
  9. Offline

    mughi

    that one looks spiffy and cross-platform :)
    --- merged: Feb 2, 2011 7:16 PM ---
    would sorting by date help with this method?
     
  10. Offline

    Pezmantbh


    It may help, but there is a problem in windows to do with sorting folders by date... So it may not be worth it - Give it a try nonetheless.
     
  11. Offline

    stolen_insanity

    Ok, the server is running again. Thanks for all the help.
    1 issue still though.
    I'm still getting:

    java.io.IOException: Not in GZIP format

    What does this mean? Is my server going to break again because of it?
     
  12. Offline

    TnT

    What files do you have in your plugins folder? All the files in the plugins folder should end in .jar.
     
  13. Offline

    Pezmantbh

    That error would imply that one of your plugins is not packed properly... Remove all of your plugins and put them back one by one until you find which one it is - Then redownload that one.
     
Thread Status:
Not open for further replies.

Share This Page