Connecting to Server
Posted: Mon Sep 01, 2014 1:41 am
I've received the following two errors several times in the last two hours or so. I'm able to log in just fine, but after moving around for a bit, I get an error message saying that my connection to the server is either unstable or that there is no connection. Now, I don't have the greatest internet service, but I haven't had issues likes this ever.
ERROR - 2014-08-31 18:37:08,898 - [Illarion input thread]: The connection to the server is not working anymore.
java.io.IOException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[na:1.7.0_60]
at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[na:1.7.0_60]
at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[na:1.7.0_60]
at sun.nio.ch.IOUtil.read(Unknown Source) ~[na:1.7.0_60]
at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[na:1.7.0_60]
at illarion.client.net.Receiver.receiveData(Receiver.java:414) ~[client-2.1.17.1.jar:2.1.17.1]
at illarion.client.net.Receiver.run(Receiver.java:264) ~[client-2.1.17.1.jar:2.1.17.1]
ERROR - 2014-08-31 18:37:09,330 - [Illarion output thread]: General error within the sender
java.io.IOException: An existing connection was forcibly closed by the remote host
at sun.nio.ch.SocketDispatcher.write0(Native Method) ~[na:1.7.0_60]
at sun.nio.ch.SocketDispatcher.write(Unknown Source) ~[na:1.7.0_60]
at sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source) ~[na:1.7.0_60]
at sun.nio.ch.IOUtil.write(Unknown Source) ~[na:1.7.0_60]
at sun.nio.ch.SocketChannelImpl.write(Unknown Source) ~[na:1.7.0_60]
at illarion.client.net.Sender.run(Sender.java:169) ~[client-2.1.17.1.jar:2.1.17.1]