Problem Players Lag then Crash

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Darklord6229

New Member
Jul 29, 2019
3
0
0
The players on my server complain that they lag and then randomly get kicked. On the player screens it states internal connection error. I have tried to do a fresh install of the server and that did not work. I can not seem to track down what the cause is, but from what I can read the server is basically shutting the players off the server by closing their sockets. Here is the exact server error I receive in the cmd, and attached is the entire log file. (Entire Log: http://pastebin.com/0XkxxduT)

Code:
2012-12-23 22:29:42 [INFO] [STDERR] java.net.SocketException: Software caused connection abort: socket write error
2012-12-23 22:29:42 [INFO] [STDERR]    at java.net.SocketOutputStream.socketWrite0(Native Method)
2012-12-23 22:29:42 [INFO] [STDERR]    at java.net.SocketOutputStream.socketWrite(Unknown Source)
2012-12-23 22:29:42 [INFO] [STDERR]    at java.net.SocketOutputStream.write(Unknown Source)
2012-12-23 22:29:42 [INFO] [STDERR]    at anr.write(Unknown Source)
2012-12-23 22:29:42 [INFO] [STDERR]    at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
2012-12-23 22:29:42 [INFO] [STDERR]    at java.io.BufferedOutputStream.flush(Unknown Source)
2012-12-23 22:29:42 [INFO] [STDERR]    at java.io.DataOutputStream.flush(Unknown Source)
2012-12-23 22:29:42 [INFO] [STDERR]    at bz.run(SourceFile:128)
2012-12-23 22:29:42 [INFO] [STDERR] java.net.SocketException: Software caused connection abort: recv failed
2012-12-23 22:29:42 [INFO] [STDERR]    at java.net.SocketInputStream.socketRead0(Native Method)
2012-12-23 22:29:42 [INFO] [STDERR]    at java.net.SocketInputStream.read(Unknown Source)
2012-12-23 22:29:42 [INFO] [STDERR]    at java.net.SocketInputStream.read(Unknown Source)
2012-12-23 22:29:42 [INFO] [STDERR]    at java.io.FilterInputStream.read(Unknown Source)
2012-12-23 22:29:42 [INFO] [STDERR]    at anq.a(Unknown Source)
2012-12-23 22:29:42 [INFO] [STDERR]    at anq.read(Unknown Source)
2012-12-23 22:29:42 [INFO] [STDERR]    at java.io.FilterInputStream.read(Unknown Source)
2012-12-23 22:29:42 [INFO] [STDERR]    at dx.a(Packet.java:138)
2012-12-23 22:29:42 [INFO] [STDERR]    at bx.i(TcpConnection.java:324)
2012-12-23 22:29:42 [INFO] [STDERR]    at bx.c(TcpConnection.java:525)
2012-12-23 22:29:42 [INFO] [STDERR]    at by.run(SourceFile:101)
2012-12-23 22:29:42 [INFO] [STDERR] java.net.SocketException: Software caused connection abort: socket write error
2012-12-23 22:29:42 [INFO] [STDERR]    at java.net.SocketOutputStream.socketWrite0(Native Method)
2012-12-23 22:29:42 [INFO] [STDERR]    at java.net.SocketOutputStream.socketWrite(Unknown Source)
2012-12-23 22:29:42 [INFO] [STDERR]    at java.net.SocketOutputStream.write(Unknown Source)
2012-12-23 22:29:42 [INFO] [STDERR]    at anr.write(Unknown Source)
2012-12-23 22:29:42 [INFO] [STDERR]    at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
2012-12-23 22:29:42 [INFO] [STDERR]    at java.io.BufferedOutputStream.flush(Unknown Source)
2012-12-23 22:29:42 [INFO] [STDERR]    at java.io.DataOutputStream.flush(Unknown Source)
2012-12-23 22:29:42 [INFO] [STDERR]    at bz.run(SourceFile:128)


Relevant Info:
OS: Windows 7
Local Server Not built for minecraft hosting
Feed The Beast Beta Pack A V12
No mods are added to the game
8 gb of ram running on a i5 2.8ghz proc
I give the server 2gb of ram to run on


Thank you in advance for helping me with this issue.