Solved SocketOutputStream error

Discussion in 'Bukkit Help' started by Kedama, Apr 12, 2012.

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

    Kedama

    I get this error quite often and im not sure if its caused because of a player logging out, or if its causing a player to log out. It happens 70% of the times someone logs out of the game and im not sure if its caused by their internet, my internet, or my server.

    Heres the error, ive been told its a common error but yet ive been unable to find any documentation on what causes it or how to fix it.
    Code:
    2012-04-13 01:58:08 [INFO] Connection reset
    2012-04-13 01:58:08 [SEVERE] java.net.SocketException: Connection reset by peer: socket write error
    2012-04-13 01:58:08 [SEVERE]    at java.net.SocketOutputStream.socketWrite0(Native Method)
    2012-04-13 01:58:08 [SEVERE]    at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2012-04-13 01:58:08 [SEVERE]    at java.net.SocketOutputStream.write(Unknown Source)
    2012-04-13 01:58:08 [SEVERE]    at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2012-04-13 01:58:08 [SEVERE]    at java.io.BufferedOutputStream.flush(Unknown Source)
    2012-04-13 01:58:08 [SEVERE]    at java.io.DataOutputStream.flush(Unknown Source)
    2012-04-13 01:58:08 [SEVERE]    at net.minecraft.server.NetworkWriterThread.run(SourceFile:103)
    2012-04-13 01:58:08 [INFO] swotin lost connection: disconnect.endOfStream
    2012-04-13 01:58:09 [INFO] [PLAYER_COMMAND] zooterpie: /home
    2012-04-13 01:58:13 [SEVERE] java.net.SocketException: Socket closed
    2012-04-13 01:58:13 [SEVERE]    at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2012-04-13 01:58:13 [SEVERE]    at java.net.SocketOutputStream.write(Unknown Source)
    2012-04-13 01:58:13 [SEVERE]    at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2012-04-13 01:58:13 [SEVERE]    at java.io.BufferedOutputStream.flush(Unknown Source)
    2012-04-13 01:58:13 [SEVERE]    at java.io.DataOutputStream.flush(Unknown Source)
    2012-04-13 01:58:13 [SEVERE]    at net.minecraft.server.NetworkWriterThread.run(SourceFile:103)
    2012-04-13 01:58:13 [INFO] zooterpie lost connection: disconnect.quitting
    2012-04-13 01:58:13 [INFO] Connection reset
    Server specs:
    Code:
    1-2. Windows 7 64 bit
    3. Java 7 64bit
    4. No wrappers
    5. CraftBukkit version git-Bukkit-1.2.5-R1.0-b2149jnks (MC: 1.2.5) (Implementing API version 1.2.5-R1.0)
    6. java -Xmx1536M -Xms1536M -jar craftbukkit-1.2.5-R1.0.jar
    7. Plugins (16): BorderGuard, MineBackup, WorldEdit, xAuth, BioMed, BKCommonLib, ChannelChat, PermissionsEx, LogBlock, LWC, mcMMO, WorldGuard, Essentials, EssentialsSpawn, EssentialsGeoIP, EssentialsChat
    
    Any help at all would be great, thanks in advance!

    bump

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

    andrewpo

    Vanilla problem, tweet jeb_ on twitter about it.
     
  3. Offline

    Kedama

    Ah, well I guess it will be fixed in 1.3 then, considering the way everything works will be changed. Thanks anyway :p
    You sure its a vanilla issue? Kinda interested in what causes it
     
  4. Offline

    andrewpo

    Since there are no org.bukkit.whatever classes in the stack trace (severe logs), it doesn't seem to be caused by bukkit.
     
  5. Offline

    Kedama

    Ah, good to know, thanks :3
     
  6. Offline

    andrewpo

    If your issue in the Bukkit Help forum is resolved, please change the prefix of your topic title to Solved by going to Thread Tools then 'Edit Thread' to help us separate ongoing problems from those that have been resolved.
    [​IMG]
     
  7. Offline

    Kedama

    Done, I was gonna do it earlier but I had to run off :p
     
  8. Offline

    andrewpo

    Well at least it's done. :) Thanks for using Bukkit Tech support :3
     
Thread Status:
Not open for further replies.

Share This Page