java.net.SocketException: Socket closed And disconnect.overflow

Discussion in 'Bukkit Help' started by Techcuron, Jan 12, 2012.

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

    Techcuron

    1. What OS are you using (Brand and version - Ex. Windows XP SP3)?
    Windows 7
    2. What architecture is the OS you are running (x64 or x86)?
    x86
    3. What version and architecture is your java install? (Type: java -version in command prompt.)
    If you run any GNU/Linux, run this command to get all 3:

    C:\Users\User>java -version
    java version "1.6.0_30"
    Java(TM) SE Runtime Environment (build 1.6.0_30-b12)
    Java HotSpot(TM) 64-Bit Server VM (build 20.5-b03, mixed mode)


    C:\Users\Adrian>java -version
    java version "1.6.0_30"
    Java(TM) SE Runtime Environment (build 1.6.0_30-b12)
    Java HotSpot(TM) 64-Bit Server VM (build 20.5-b03, mixed mode)


    Code:
    uname -a && java -version
    4. Are you running any wrappers? McMyAdmin, mcadmin, Hamachi, etc?
    None, but MC Server GUI
    5. What build of CraftBukkit are you running? (do NOT say latest. Say the build number.)
    The build number is displayed in the top of the server.log.
    Craftbukkit version git-Bukkit-1.0.1-R1-b1597jnks (MC: 1.0.1) (Implementing API version 1.0.1-R1)

    Now that you've given us all the basics, now we get into the more advanced stuff. Note, if you haven't answered 1-5 yet, answering 6-10 will be almost pointless.

    6. What command are you using to run your CraftBukkit server?

    On the MC SERVER GUI:
    java -Djline.terminal=jline.UnsupportedTerminal -Xmx4069M -jar craftbukkit-1.0.1-R1.jar nogui -d "yyyy-MM-dd HH:mm:ss"

    On Batch File:
    @Echo off
    "C:\Program Files\Java\jre6\bin\java.exe" -server -Xms1024M -Xmx4096M -jar craftbukkit-1.0.1-R1.jar
    pause
    7. What plugins are you running?
    Too many to list, but surely not the cause of this error.

    8. What error are you getting (post your server.log file)?
    Code:
    2012-01-11 20:14:07 [INFO] Connection reset
    2012-01-11 20:14:07 [SEVERE]     at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2012-01-11 20:14:07 [INFO] LittleBlue101 lost connection: disconnect.overflow
    2012-01-11 20:14:07 [SEVERE]     at java.net.SocketOutputStream.write(Unknown Source)
    2012-01-11 20:14:07 [SEVERE]     at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2012-01-11 20:14:07 [SEVERE]     at java.io.BufferedOutputStream.flush(Unknown Source)
    2012-01-11 20:14:07 [SEVERE]     at java.io.DataOutputStream.flush(Unknown Source)
    2012-01-11 20:14:07 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:104)
    2012-01-11 20:14:14 [INFO] LittleBlue101 [/124.171.186.48:49295] logged in with entity id 1286 at ([novus-inituim] 2166.5854613372, 94.0, -2200.817946525067)
    2012-01-11 20:14:48 [INFO] LittleBlue101 lost connection: disconnect.overflow
    Code:
    2012-01-11 20:20:54 [SEVERE] java.net.SocketException: Connection reset by peer: socket write error
    2012-01-11 20:20:54 [INFO] Connection reset
    2012-01-11 20:20:54 [SEVERE]     at java.net.SocketOutputStream.socketWrite0(Native Method)
    2012-01-11 20:20:54 [SEVERE]     at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2012-01-11 20:20:54 [SEVERE]     at java.net.SocketOutputStream.write(Unknown Source)
    2012-01-11 20:20:54 [SEVERE]     at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2012-01-11 20:20:54 [SEVERE]     at java.io.BufferedOutputStream.write(Unknown Source)
    2012-01-11 20:20:54 [SEVERE]     at java.io.DataOutputStream.write(Unknown Source)
    2012-01-11 20:20:54 [SEVERE]     at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:88)
    2012-01-11 20:20:54 [SEVERE]     at com.bergerkiller.bukkit.nolagg.sending.BufferedPacket51MapChunk.a(BufferedPacket51MapChunk.java:65)
    2012-01-11 20:20:54 [SEVERE]     at net.minecraft.server.Packet.a(Packet.java:102)
    2012-01-11 20:20:54 [SEVERE]     at net.minecraft.server.NetworkManager.g(NetworkManager.java:122)
    2012-01-11 20:20:54 [SEVERE]     at net.minecraft.server.NetworkManager.d(NetworkManager.java:267)
    2012-01-11 20:20:54 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:100)
    2012-01-11 20:20:54 [INFO] crella lost connection: disconnect.endOfStream

    9. What have you tried already?
    • Re-port forward minecraft
    • re-install java
    • restart router
    • configure firewall settings
    • use vanilla server
    10. Have you tried any of the things below?
    Yes, and disconnect.overflow and java socket exception still occur.
     
  2. Offline

    Techcuron

    *Le bump after 24 hours
     
  3. Offline

    Techcuron

    Problem solved! From searching on the internet, I have concluded that this is just a bug after beta that was never fixed by Notch and probably never will be. There is no solution to it :p
     
  4. Same problem here.
     
Thread Status:
Not open for further replies.

Share This Page