-
Bug
-
Resolution: Invalid
-
None
-
Minecraft 1.9
-
None
-
Currently running Minecraft Server 1.9 since i had the same error on 1.8.9
-
Unconfirmed
I can connect to the server with no issues, however I get kicked randomly every 6 - 11 min. Issue is only present from playing at a remote locations. When playing locally I have no issues.
Running 64 bit machine with 64 bit java Version 8 Update 73 .
Error Message:
Internal Exception: java.io.IOException: An existing connection was forcibly closed by the remote host
If you could fix this bug in 1.8.9 and 1.9 that would be fantastic!
Here is my .bat file:
@echo off
java -d64 -Xms4096M -Xmx4096M -jar minecraft_server.1.9.jar gui
Pause
also tried
@echo off
java -Xms4096M -Xmx4096M -jar minecraft_server.1.9.jar gui
Pause
Here is the log:
WaterBoy lost connection: TranslatableComponent{key='disconnect.genericReason', args=[Internal Exception: java.io.IOException: An established connection was aborted by the software in your host machine], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}
Thanks,