[MC-11478] Smp bug that disconnects me on my home network Created: 10/Mar/13  Updated: 06/May/15  Resolved: 10/Mar/13

Status: Resolved
Project: Minecraft: Java Edition
Component/s: None
Affects Version/s: Minecraft 1.4.7
Fix Version/s: None

Type: Bug
Reporter: Terence Assignee: Unassigned
Resolution: Invalid Votes: 0
Labels: multiplayer, server
Environment:

SMP multiplayer server


Attachments: Text File crash-2013-03-10_03.05.51-client.txt    
Confirmation Status: Unconfirmed

 Description   

every server I go on to after a while it kicks me and says this Internal exception:java.net.SocketException: Connection reset by peer: socket write error
and I was on my own network. This just happened today.



 Comments   
Comment by Todd Powers [ 15/May/13 ]

That's not really fair. The error occurs on the client because a Java Exception is raised when an external connection fails.

I have the same issue, and the stack trace shows that this is happening when Minecraft attempts to access http://assets.minecraft.net/1_6_has_been_released.flag

So it really has nothing to do with the server you're connected to. It's something that is occuring independent of client-to-server communications...

Simply trap the exception in the Minecraft client code, and this problem will go away...

java.net.SocketException: Software caused connection abort: recv failed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.FilterInputStream.read(Unknown Source)
at ei.a(SourceFile:185)
at ci.i(SourceFile:250)
at ci.c(SourceFile:16)
at cj.run(SourceFile:94)
java.net.SocketException: Software caused connection abort: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at ash.write(Unknown Source)
at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
at java.io.BufferedOutputStream.flush(Unknown Source)
at java.io.DataOutputStream.flush(Unknown Source)
at ck.run(SourceFile:121)
java.net.SocketException: Software caused connection abort: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at ash.write(Unknown Source)
at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
at java.io.BufferedOutputStream.flush(Unknown Source)
at java.io.DataOutputStream.flush(Unknown Source)
at ck.run(SourceFile:121)
java.io.FileNotFoundException: http://assets.minecraft.net/1_6_has_been_released.flag
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at kn.a(SourceFile:234)
at bkg.run(SourceFile:113)
at java.lang.Thread.run(Unknown Source)

Comment by Tails [ 10/Mar/13 ]

This ticket is invalid as it relates to a modded or 3rd party client/server.

  • Any non-standard client/server build needs to be taken up with the appropriate team, not Mojang.
  • Any plugin issues need to be addressed to the plugin creator.
  • This site is for addressing issues related to the base unmodded MineCraft.
Comment by Terence [ 10/Mar/13 ]

essentials

Comment by Kumasasa [ 10/Mar/13 ]

What plugins has the server ?

Comment by Terence [ 10/Mar/13 ]

Ok added crash log

Comment by Kumasasa [ 10/Mar/13 ]

Please force a crash by pressing F3 + C for 10 seconds while ingame and attach the crash report here.
And please attach the server.log

Generated at Sun Jan 12 12:27:46 UTC 2025 using Jira 9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13.