My server always crashes cause of this:

Discussion in 'Bukkit Help' started by Theodossis, Jan 10, 2013.

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

    Theodossis

    This is the crash error:
    Code:
    2013-01-10 18:56:14 [SEVERE] net.minecraft.server.v1_4_6.ReportedException: Loading NBT data
    2013-01-10 18:56:14 [SEVERE]    at net.minecraft.server.v1_4_6.NBTBase.b(SourceFile:102)
    2013-01-10 18:56:14 [SEVERE]    at net.minecraft.server.v1_4_6.NBTTagCompound.load(NBTTagCompound.java:46)
    2013-01-10 18:56:14 [SEVERE]    at net.minecraft.server.v1_4_6.NBTTagList.load(SourceFile:38)
    2013-01-10 18:56:14 [SEVERE]    at net.minecraft.server.v1_4_6.NBTBase.b(SourceFile:96)
    2013-01-10 18:56:14 [SEVERE]    at net.minecraft.server.v1_4_6.NBTTagCompound.load(NBTTagCompound.java:46)
    2013-01-10 18:56:14 [SEVERE]    at net.minecraft.server.v1_4_6.NBTBase.b(SourceFile:96)
    2013-01-10 18:56:14 [SEVERE]    at net.minecraft.server.v1_4_6.NBTTagCompound.load(NBTTagCompound.java:46)
    2013-01-10 18:56:14 [SEVERE]    at net.minecraft.server.v1_4_6.NBTBase.b(SourceFile:96)
    2013-01-10 18:56:14 [SEVERE]    at net.minecraft.server.v1_4_6.NBTCompressedStreamTools.a(SourceFile:75)
    2013-01-10 18:56:14 [SEVERE]    at net.minecraft.server.v1_4_6.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:80)
    2013-01-10 18:56:14 [SEVERE]    at org.bukkit.craftbukkit.v1_4_6.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:19)
    2013-01-10 18:56:14 [SEVERE]    at org.bukkit.craftbukkit.v1_4_6.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:13)
    2013-01-10 18:56:14 [SEVERE]    at org.bukkit.craftbukkit.v1_4_6.util.AsynchronousExecutor$Task.init(AsynchronousExecutor.java:150)
    2013-01-10 18:56:14 [SEVERE]    at org.bukkit.craftbukkit.v1_4_6.util.AsynchronousExecutor$Task.initAsync(AsynchronousExecutor.java:95)
    2013-01-10 18:56:14 [SEVERE]    at org.bukkit.craftbukkit.v1_4_6.util.AsynchronousExecutor$Task.run(AsynchronousExecutor.java:85)
    2013-01-10 18:56:14 [SEVERE]    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    2013-01-10 18:56:14 [SEVERE]    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    2013-01-10 18:56:14 [SEVERE]    at java.lang.Thread.run(Unknown Source)
    2013-01-10 18:56:14 [SEVERE] Caused by: java.util.zip.ZipException: incorrect data check
    2013-01-10 18:56:14 [SEVERE]    at java.util.zip.InflaterInputStream.read(Unknown Source)
    2013-01-10 18:56:14 [SEVERE]    at java.io.BufferedInputStream.fill(Unknown Source)
    2013-01-10 18:56:14 [SEVERE]    at java.io.BufferedInputStream.read1(Unknown Source)
    2013-01-10 18:56:14 [SEVERE]    at java.io.BufferedInputStream.read(Unknown Source)
    2013-01-10 18:56:14 [SEVERE]    at java.io.DataInputStream.readFully(Unknown Source)
    2013-01-10 18:56:14 [SEVERE]    at java.io.DataInputStream.readFully(Unknown Source)
    2013-01-10 18:56:14 [SEVERE]    at net.minecraft.server.v1_4_6.NBTTagByteArray.load(SourceFile:28)
    2013-01-10 18:56:14 [SEVERE]    at net.minecraft.server.v1_4_6.NBTBase.b(SourceFile:96)
    2013-01-10 18:56:14 [SEVERE]    ... 17 more
    2013-01-10 18:56:14 [SEVERE] Encountered an unexpected exception ReportedException
    net.minecraft.server.v1_4_6.ReportedException: Loading NBT data
        at net.minecraft.server.v1_4_6.NBTBase.b(SourceFile:102)
        at net.minecraft.server.v1_4_6.NBTTagCompound.load(NBTTagCompound.java:46)
        at net.minecraft.server.v1_4_6.NBTTagList.load(SourceFile:38)
        at net.minecraft.server.v1_4_6.NBTBase.b(SourceFile:96)
        at net.minecraft.server.v1_4_6.NBTTagCompound.load(NBTTagCompound.java:46)
        at net.minecraft.server.v1_4_6.NBTBase.b(SourceFile:96)
        at net.minecraft.server.v1_4_6.NBTTagCompound.load(NBTTagCompound.java:46)
        at net.minecraft.server.v1_4_6.NBTBase.b(SourceFile:96)
        at net.minecraft.server.v1_4_6.NBTCompressedStreamTools.a(SourceFile:75)
        at net.minecraft.server.v1_4_6.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:80)
        at org.bukkit.craftbukkit.v1_4_6.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:19)
        at org.bukkit.craftbukkit.v1_4_6.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:13)
        at org.bukkit.craftbukkit.v1_4_6.util.AsynchronousExecutor$Task.init(AsynchronousExecutor.java:150)
        at org.bukkit.craftbukkit.v1_4_6.util.AsynchronousExecutor$Task.initAsync(AsynchronousExecutor.java:95)
        at org.bukkit.craftbukkit.v1_4_6.util.AsynchronousExecutor$Task.run(AsynchronousExecutor.java:85)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.util.zip.ZipException: incorrect data check
        at java.util.zip.InflaterInputStream.read(Unknown Source)
        at java.io.BufferedInputStream.fill(Unknown Source)
        at java.io.BufferedInputStream.read1(Unknown Source)
        at java.io.BufferedInputStream.read(Unknown Source)
        at java.io.DataInputStream.readFully(Unknown Source)
        at java.io.DataInputStream.readFully(Unknown Source)
        at net.minecraft.server.v1_4_6.NBTTagByteArray.load(SourceFile:28)
        at net.minecraft.server.v1_4_6.NBTBase.b(SourceFile:96)
        ... 17 more
    Please help,
    Theodossis
     
  2. Offline

    SwagTasticBiH

    This probably has to do with a zip file inside of your plugin directory try checking all your files or reinstall everything on the server
     
  3. Offline

    Stroved

    I also have this error and there are no zip files in my Minecraft folder. It lags people out and then doesn't let them back on.
     
  4. Offline

    ifly6

    check your world for corruption. MC stores its worlds in zip form now, so that could be the cause of the error, being a broken file.
    Reasoning: Tons of Stuff about the world IO stream, followed by the zip system failing.
     
  5. Offline

    Ivan

    There seems to be an error with the NBT tags of an item, try grabbing the latest craftbukkit dev build and see if that fixes it.
     
  6. Offline

    asle12

    I also have this problem. Have tried what you said guys, but the problem is still there.
     
  7. Offline

    KollegahDerBoss

    I also have the problem. Please fix this Bukkit.

    I need to manually cut the Chunks to remove the Error, as soon as you load the Chunk the Server crashes..

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

    astroskillz

    World corrupted. Try to run Chunckster.
     
Thread Status:
Not open for further replies.

Share This Page