Socket closed

Discussion in 'Bukkit Help' started by dark_hunter, Jun 14, 2011.

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

    dark_hunter

    Anyone know what this is? Or had it?
    Code:
    3:36:50 [SEVERE] java.net.SocketException: Socket closed
    03:36:50 [SEVERE]       at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:116)
    03:36:50 [SEVERE]       at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
    03:36:50 [SEVERE]       at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
    03:36:50 [SEVERE]       at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
    03:36:50 [SEVERE]       at java.io.DataOutputStream.flush(DataOutputStream.java:123)
    03:36:50 [INFO] Connection reset
    03:36:50 [SEVERE]       at net.minecraft.server.NetworkWriterThread.run(SourceFile:116)
    
     
  2. Offline

    ichingpow

    This is a common problem. Nothing to worry about here.
     
    dark_hunter likes this.
  3. Offline

    dark_hunter

    Alright.
     
  4. Offline

    fugue2005

    is this usually after a player quits?
    it usually means that a player did not quit by using esc and the big disconnect button, but instead used the x to close the client. because it didn't send a disconnect signal to your server.
     
  5. Offline

    dark_hunter

  6. Offline

    fugue2005

    ya, it's nothing to worry about, it's just telling you that the communication between client/server timed out instead of receiving a clean quit.
     
Thread Status:
Not open for further replies.

Share This Page