Input/output error Region crashes Server!

Discussion in 'Bukkit Help' started by dervonz, Jun 5, 2011.

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

    dervonz

    Hey folks,

    our server has a strange new error.

    With Craftbukkit 818+ and Essentials 2.3.1 we found a region on the map that causes the following error if you walk nearby:

    Code:
    java.io.IOException: Input/output error
        at java.io.FileInputStream.read(Native Method)
        at jline.Terminal.readCharacter(Terminal.java:99)
        at jline.UnixTerminal.readVirtualKey(UnixTerminal.java:128)
        at jline.ConsoleReader.readVirtualKey(ConsoleReader.java:1453)
        at jline.ConsoleReader.readBinding(ConsoleReader.java:654)
        at jline.ConsoleReader.readLine(ConsoleReader.java:494)
        at net.minecraft.server.ThreadCommandReader.run(ThreadCommandReader.java:32)
    The Server crashes and the User who stood nearby has to be deleted of the Essentials/userdata folder, otherwise he crashes the server each time he reconnects near the buggy region.

    The region could be as large as 80x80 or bigger... and i dont know how many regions are that buggy and what i can do now?! Is it a Bukkit bug? MC? Essentials? I dont know.. pls help us!

    Fact is .. every 20 minutes some player walks near that or another region that crashes the server..

    *sigh*

    Greetings

    dervonz
     
  2. Offline

    dervonz

    *push*
     
  3. Offline

    Kailvin

    I too am also plagued with this error. What plugins are you using maybe we can pinpoint a similarity or two that could be causing this map corruption? It cant have been essentials because I do not have it...
    Code:
    java.io.IOException: Input/output error
        at java.io.FileInputStream.read(Native Method)
        at jline.Terminal.readCharacter(Terminal.java:99)
        at jline.UnixTerminal.readVirtualKey(UnixTerminal.java:128)
        at jline.ConsoleReader.readVirtualKey(ConsoleReader.java:1453)
        at jline.ConsoleReader.readBinding(ConsoleReader.java:654)
        at jline.ConsoleReader.readLine(ConsoleReader.java:494)
        at net.minecraft.server.ThreadCommandReader.run(ThreadCommandReader.java:23)
     
Thread Status:
Not open for further replies.

Share This Page