Internal exception: java.net.SocketTimeoutException: Read timed out

Status
Not open for further replies.

Skyswimsky

New Member
Jul 29, 2019
11
0
0
I get that...alot...my Feed the Beast Launcher Console says following when this happens:
2013-05-30 20:03:22 [INFO] [STDERR] java.net.SocketTimeoutException: Read timed out
2013-05-30 20:03:22 [INFO] [STDERR] at java.net.SocketInputStream.socketRead0(Native Method)
2013-05-30 20:03:22 [INFO] [STDERR] at java.net.SocketInputStream.read(Unknown Source)
2013-05-30 20:03:22 [INFO] [STDERR] at java.net.SocketInputStream.read(Unknown Source)
2013-05-30 20:03:22 [INFO] [STDERR] at java.io.FilterInputStream.read(Unknown Source)
2013-05-30 20:03:22 [INFO] [STDERR] at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
2013-05-30 20:03:22 [INFO] [STDERR] at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
2013-05-30 20:03:22 [INFO] [STDERR] at java.io.FilterInputStream.read(Unknown Source)
2013-05-30 20:03:22 [INFO] [STDERR] at ef.a(Packet.java:142)
2013-05-30 20:03:22 [INFO] [STDERR] at cg.i(TcpConnection.java:324)
2013-05-30 20:03:22 [INFO] [STDERR] at cg.c(TcpConnection.java:544)
2013-05-30 20:03:22 [INFO] [STDERR] at ch.run(SourceFile:93)

In red, any help?
 

Moasseman

New Member
Jul 29, 2019
1,679
-2
1
I take it you play on a server. If so, then bad news, there's no real "fix" for that except crossing your fingers and hoping it goes away on a server restart etc.

E: Unless the server is using all of it's RAM, then this might happen as well.
 

Skyswimsky

New Member
Jul 29, 2019
11
0
0
Well, at the same time it is also my server, about the Ram, I have 8Gig, 64bit and use following for the server:

java -Xmx3G -Xms2G -jar ftbserver.jar
pause
 

Skirty_007

New Member
Jul 29, 2019
436
0
1
Well, at the same time it is also my server, about the Ram, I have 8Gig, 64bit and use following for the server:

java -Xmx3G -Xms2G -jar ftbserver.jar
pause

I read a tweet by cpw that explains it's bad to have the "mx" different to the " ms" because the garbage collection sees one of them as a target and then constantly runs, using up loads of resources. If you search for "minecraftcpw" on Twitter you'll find his proper explanation.
 

Skyswimsky

New Member
Jul 29, 2019
11
0
0
I read a tweet by cpw that explains it's bad to have the "mx" different to the " ms" because the garbage collection sees one of them as a target and then constantly runs, using up loads of resources. If you search for "minecraftcpw" on Twitter you'll find his proper explanation.
changed them both to the same amount but it is still happening, thanks anyways
 
Status
Not open for further replies.