Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot reconnecting fails on some server disconnect. #5

Open
melwil opened this issue Jun 21, 2013 · 0 comments
Open

Bot reconnecting fails on some server disconnect. #5

melwil opened this issue Jun 21, 2013 · 0 comments

Comments

@melwil
Copy link
Collaborator

melwil commented Jun 21, 2013

The bot was still running, but it was not trying to reconnect to freenode.

What happened was that the server room lost internet for about 1 hour+, and the bot never succeeded to reconnect after that.

2013-06-20 23:54:23,783 - no.ntnu.online.onlineguru.OnlineGuru - INFO - <- freenode: PING :holmes.freenode.net
2013-06-20 23:56:53,785 - no.ntnu.online.onlineguru.OnlineGuru - INFO - <- freenode: PING :holmes.freenode.net
2013-06-21 00:02:22,232 - no.fictive.irclib.model.network.Connection - ERROR - Connection broken.
java.net.SocketException: Connection reset
        at java.net.SocketInputStream.read(SocketInputStream.java:189)
        at java.net.SocketInputStream.read(SocketInputStream.java:121)
        at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
        at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
        at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
        at java.io.InputStreamReader.read(InputStreamReader.java:184)
        at java.io.BufferedReader.fill(BufferedReader.java:154)
        at java.io.BufferedReader.readLine(BufferedReader.java:317)
        at java.io.BufferedReader.readLine(BufferedReader.java:382)
        at no.fictive.irclib.model.network.Connection.run(Connection.java:146)
        at java.lang.Thread.run(Thread.java:722)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant