java.io.IOException: Data error (cyclic redundancy check

Discussion in 'Bukkit Help' started by Klaste, Sep 22, 2011.

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

    Klaste

    After a few minutes of starting a server, the server freezes for a few moments, followed by this error. The server works for a small amount of time before it happens again. I have only recently started using CraftBukkit, and I had been running a 1.8(1) vanilla server for quite a while with no problems before that.

    Anyways my error, followed by my specs (as required in the sticky) are below.


    2011-09-22 15:04:29 [SEVERE] java.io.IOException: Data error (cyclic redundancy check)
    2011-09-22 15:04:29 [SEVERE] at java.io.RandomAccessFile.write(Native Method)
    2011-09-22 15:04:29 [SEVERE] at java.io.RandomAccessFile.writeInt(Unknown Source)
    2011-09-22 15:04:29 [SEVERE] at net.minecraft.server.RegionFile.a(SourceFile:343)
    2011-09-22 15:04:29 [SEVERE] at net.minecraft.server.RegionFile.a(SourceFile:314)
    2011-09-22 15:04:29 [SEVERE] at net.minecraft.server.ChunkBuffer.close(SourceFile:259)
    2011-09-22 15:04:29 [SEVERE] at java.util.zip.DeflaterOutputStream.close(Unknown Source)
    2011-09-22 15:04:29 [SEVERE] at java.io.FilterOutputStream.close(Unknown Source)
    2011-09-22 15:04:29 [SEVERE] at net.minecraft.server.ChunkRegionLoader.a(SourceFile:64)
    2011-09-22 15:04:29 [SEVERE] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:152)
    2011-09-22 15:04:29 [SEVERE] at net.minecraft.server.ChunkProviderServer.saveChunks(ChunkProviderServer.java:201)
    2011-09-22 15:04:29 [SEVERE] at net.minecraft.server.World.save(World.java:236)
    2011-09-22 15:04:29 [SEVERE] at net.minecraft.server.World.doTick(World.java:1633)
    2011-09-22 15:04:29 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    2011-09-22 15:04:29 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    2011-09-22 15:04:29 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-09-22 15:04:30 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?



    Windows 7 x64
    1.7.0
    No wrappers
    Craftbukkit is 1185

    Command used to start (my .bat file):

    @Echo OFF

    title CraftBukkit Server

    Color 17

    java -version
    timeout/nobreak 3 >NUL
    cls
    timeout/nobreak 1 >NUL
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" java -d64 -Xincgc -Xmx2048M -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86" java -Xincgc -Xmx1024M -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"

    I get the same error with or without plugins.

    None of the suggested fixes have helped.

    I just found out that Java 7 has an update as of September 14, going to try that to see if it fixes anything..

    Now I have an altogether different problem... whenever I try to start the server, all I get is

    Microsoft Windows [Version 6.1.7600]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.

    C:\Users\Klaste>@ECHO OFF

    title CraftBukkit Server

    Color 17

    java -version
    java version "1.7.0"
    Java(TM) SE Runtime Environment (build 1.7.0-b147)
    Java HotSpot(TM) Client VM (build 21.0-b17, mixed mode, sharing)
    timeout/nobreak 3 >NUL

    This is, of course, entering the command via command prompt.

    The original issue is still happening, again it only happens with Bukkit. I'm now using java 1.6.6 instead, and nothing has changed.

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

    Klaste

    *SOLVED* My world file was corrupted
     
Thread Status:
Not open for further replies.

Share This Page