Exceptions from js.com

Time for another installment of exceptions from the js.com log files, regrettably i have no context around these exceptions so I can’'t really indicate from an end user perspective what is happening but it might help to find some issues none the less so here they are:

2007.06.06 22:12:31 [org.jivesoftware.openfire.gateway.protocols.yahoo.YahooSessionListener.inputExceptionThrown(YahooSessionListener.java:191)] Input error from yahoo: Source: InputThread
ymsg.network.YMSG9BadFormatException: Bad parse of online friends in logon packet
at ymsg.network.Session.receiveLogon(Unknown Source)
at ymsg.network.Session$InputThread.process(Unknown Source)
at ymsg.network.Session$InputThread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at java.util.Hashtable.get(Hashtable.java:336)
at ymsg.network.UserStore.get(Unknown Source)
at ymsg.network.Session.updateFriendsStatus(Unknown Source)
... 3 more
2007.06.07 11:28:56 [org.jivesoftware.openfire.gateway.protocols.yahoo.YahooSessionListener.inputExceptionThrown(YahooSessionListener.java:191)] Input error from yahoo: Source: InputThread
ymsg.network.YMSG9BadFormatException: Bad parse of online friends in logon packet
at ymsg.network.Session.receiveLogon(Unknown Source)
at ymsg.network.Session$InputThread.process(Unknown Source)
at ymsg.network.Session$InputThread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at java.util.Hashtable.get(Hashtable.java:336)
at ymsg.network.UserStore.get(Unknown Source)
at ymsg.network.Session.updateFriendsStatus(Unknown Source)
... 3 more

=) Those are hopefully fixed by OpenYMSG in the upcoming 1.1.0.