Read timed out.. So sick of that!

Discussion in 'Bukkit Help' started by TrinaryAtom, Apr 30, 2012.

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

    TrinaryAtom

    Im getting sick of this kicking my players every time they play!... what can i do to stop it.

    (Random thought can this be related to my router its behind? It is a WRT54GS with DD-WRT installed on it.)
    Code:
    2012-04-29 23:24:57 [INFO] Read timed out
    2012-04-29 23:24:57 [SEVERE] java.net.SocketException: Connection reset by peer: socket write error
    2012-04-29 23:24:57 [SEVERE]    at java.net.SocketOutputStream.socketWrite0(Native Method)
    2012-04-29 23:24:57 [SEVERE]    at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2012-04-29 23:24:57 [SEVERE]    at java.net.SocketOutputStream.write(Unknown Source)
    2012-04-29 23:24:57 [SEVERE]    at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2012-04-29 23:24:57 [SEVERE]    at java.io.BufferedOutputStream.flush(Unknown Source)
    2012-04-29 23:24:57 [SEVERE]    at java.io.DataOutputStream.flush(Unknown Source)
    2012-04-29 23:24:57 [SEVERE]    at net.minecraft.server.NetworkWriterThread.run(SourceFile:103)
    2012-04-29 23:24:57 [SEVERE] java.net.SocketException: Connection reset by peer: socket write error
    2012-04-29 23:24:57 [INFO]  [B]PLAYER1 [/B]lost connection: disconnect.endOfStream
    2012-04-29 23:24:57 [SEVERE]    at java.net.SocketOutputStream.socketWrite0(Native Method)
    2012-04-29 23:24:57 [SEVERE]    at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2012-04-29 23:24:57 [SEVERE]    at java.net.SocketOutputStream.write(Unknown Source)
    2012-04-29 23:24:57 [SEVERE]    at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2012-04-29 23:24:57 [SEVERE]    at java.io.BufferedOutputStream.flush(Unknown Source)
    2012-04-29 23:24:58 [SEVERE]    at java.io.DataOutputStream.flush(Unknown Source)
    2012-04-29 23:24:58 [SEVERE]    at net.minecraft.server.NetworkWriterThread.run(SourceFile:103)
    2012-04-29 23:25:18 [INFO] Connection reset
    2012-04-29 23:25:18 [INFO] [B]PLAYER2[/B] lost connection: disconnect.quitting
    Plugins:
    Bioman
    CCLogger
    Citizens
    Essentials
    EssentialsChat
    EssentialsSpawn
    HideStream
    mcMMO
    PermissionsEx
    ScriptBlock
    SpoutEssentials
    spoutplugin
    tombstone
    Vault
    WorldEdit
    WorldGuard

    Edit: I removed spout essentials because of another reason and it still persists. So its not Spout Essentials.
     
  2. Offline

    ashley

    Yes this can be essentials related start the server witthout
    the following plugins:
    Essentials
    EssentialsChat
    SpoutEssentials
    EssentialsSpawn
     
  3. Offline

    TnT

    This can be caused by a few things. Try without all plugins - this should stabilize your system to allow players to connect. If they are still getting kicked, yes, it could be your networking gear. Try replacing the router, replacing the NIC, or even replacing the cable. I wouldn't suggest using wireless.
     
  4. Offline

    TrinaryAtom

    I haven't disabled the Essentials plugins yet. As i assume that this has something to do with Bukkit. So i want to pursue that first. (I have read countless posts that say removing all the plugins didn't help anyway.) So i have a plan!
    1. I'll Update to Java 7 (64bit) and see if it happens again. (Also updating java to 7 on 2 out of 8 users.)
    2. I'll remove the router element and place the server directly behind an IP Device.
      (That should bypass any ports and firewalls.) (This is unwanted because the server is behind a dynamic-ip and it shuts down after inactivity. The router has DDNS setup to bypass a dynamic ip address.)
    3. I'll update bukkit to the latest beta build (recommended if it shows up in time.)
    4. I'll remove only the essentials plugins.
    5. I'll remove all the plugins and test again.
    6. Take it to the official bukkit error page.
    7. Give up
    I'll go in that order. If i reach 7 without removing the problem, then i'll blame Minecraft.
    This seems weird, why would this start happening lately and not a year ago. I have had this server for more than a year.

    Edit: as a side note installing java 7 64bit on my server has increased its performance by 25%. I'm noticing WAY less CPU usage and faster response times with various commands.

    Edit: I also installed the Essentials Pre(2.9.2.2) for Bukkit 1.2.5 R1.0
    Lets see if it persists after this. If it does i'll continue with step 2.
     
  5. Offline

    Omnitv

    Maybe Essentials? Maybe not?
     
Thread Status:
Not open for further replies.

Share This Page