Execute server bat file which loads server, no issues found during the spawning of the map.
On client side load server and get to the Downloading Terrain screen and then it will error out with the following error:
internal exception io.netty.handler.timeout.readtimeoutexception
The client will then quit and the log from the server console will crash with the following crash log attached.
I have tried this using 3 different servers and 3 different clients and the problem is always the same.
Linked issues
duplicates 1
Attachments
Comments 7
Adding this line, stops the server from crashing but the client still gets the "internal exception io.netty.handler.timeout.readtimeoutexception" error.
Tested again with 2 different clients
This is the server log after the watchdog disable command. It now no longer crashes but lags alot. Still unable to get a client to connect to it
This is the client log when the io.netty issue occurs, joining the server after the watch disable switch has been added.
Dupe of MC-63590
What happens if you edit server.properties and disable the watchdog?