NPE in sendKeepAlive when connection timesout
Status: Beta
Brought to you by:
wilko
There is a exception whenever AOL times out to
connect.
Wait 30 more seconds and you'll see:
Exception in thread "Thread-3"
java.lang.NullPointerException
at
com.wilko.jaim.JaimConnection.sendKeepAlive
(JaimConnection.java:348)
at com.wilko.jaim.JaimConnection.run
(JaimConnection.java:368)
at java.lang.Thread.run(Thread.java:595)
JaimConnection.java:368 - sout is null.
Please fix.