Input/output error? Why?

Discussion in 'Bukkit Help' started by Svizz, Sep 28, 2011.

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

    Svizz

    Hello everybody. My server is crashing randomly... What's that?

    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)
    Please, help me!
     
  2. Offline

    Zaros

    Can't do anything for you if you don't provide your bukkit build #, a full list of plugins, and the full context of that log.
     
  3. Offline

    Svizz

    Ok, i have CB 1085 for Minecraft 1.8.1.

    Plugins:
    Code:
    PermissionsEx
    ChatManager (PermissionsEx plugin)
    ModifyWorld (PermissionsEx plugin)
    Permissions (PermissionsEx plugin)
    Colored Signs
    CommandBook
    helpCraft (my mini plugin - censure nad text messages every 5 min)
    iConomy
    Jobs
    KiwiAdmin
    WorldGuard
    WorldEdit
    LWC
    MinecraftViewer
    MyHome
    MyWarp
    NoOrb
    Shop
    Whitelist
    xAuth
    
    Log:
    Code:
    2011-09-28 22:22:48 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-09-28 22:22:48 [INFO] /31.63.191.88:1689 lost connection
    2011-09-28 22:22:48 [INFO] /212.182.90.134:27429 lost connection
    2011-09-28 22:22:48 [INFO] /31.63.191.88:1701 lost connection
    2011-09-28 22:22:48 [INFO]  WarninG: co dostane za 2lvl np. kopacza
    2011-09-28 22:22:50 [WARNING] Adi0231123 moved wrongly!
    2011-09-28 22:22:50 [INFO] Got position 334.69316712946704, 66.0, 882.4461908606359
    2011-09-28 22:22:50 [INFO] Expected 336.30000001192093, 66.0, 882.4461908606359
    2011-09-28 22:22:53 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-09-28 22:22:53 [INFO] Whitelist: Player blacha is trying to join...
    2011-09-28 22:22:53 [INFO] kick!
    2011-09-28 22:22:53 [INFO] Disconnecting blacha [/80.54.52.120:53717]: Niestety nie jestes na Whitelist! wejdz: www.serwer-craft.pl i dolacz do nas!!
    2011-09-28 22:22:59 [INFO]  miblu: mozna kupis dzialke
    2011-09-28 22:23:00 [INFO] Connection reset
    2011-09-28 22:23:00 [INFO] DeMoN lost connection: disconnect.quitting
    2011-09-28 22:23:36 [INFO] [Operator] Adi0231123: tak mzna
    2011-09-28 22:23:36 [INFO] Adi0231123 lost connection: disconnect.endOfStream
    2011-09-28 22:23:45 [INFO]  miblu: sr kupic
    2011-09-28 22:23:46 [INFO] miblu lost connection: disconnect.endOfStream
    2011-09-28 22:24:26 [INFO] Read timed out
    2011-09-28 22:24:54 [SEVERE] null
    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)
    and server is not stopping - it's only crashing and anybody can't join or do anything (sorry for my english).
     
  4. Offline

    Svizz

    bump

    Hmm... nobody knows?

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

    Crackripper

    got the same problem
    Code:
    [SEVERE] null
    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)
    dont know either :(
     
  6. Offline

    Kailvin

    I also am plagues with said issue. Looking at both our plugins list. 4 cross over.
    worldguard
    worldedit
    LWC
    command book
    However my tests that i have been running show relation to using alternate world generators.
    Two other posts show this error too.
    http://forums.bukkit.org/threads/solved-input-output-error.13866/
    http://forums.bukkit.org/threads/input-output-error-region-crashes-server.19978/
    One claims it to be a shell issue with linux. another a courrpted region of the map. Finally i found it to be a problem with using certain world generators... In sum. I think our problem is hard to solve because this error has multiple causes that generate the exact same error code. There is no way to see between them.... Thats all the data I have gathered.
     
  7. Offline

    Luki2010

    I have the self Problem
     
Thread Status:
Not open for further replies.

Share This Page