Error Log Message Help

Can any one help explain the cause of the following error when someone attempts to connect?

2005.03.15 12:57:31 [org.jivesoftware.messenger.handler.IQAuthHandler.handleIQ(IQAuthHandler.java:1 44)

] Error handling authentication IQ packet

java.lang.NullPointerException

at org.jivesoftware.messenger.handler.IQAuthHandler.handleIQ(IQAuthHandler.java:98 )

at org.jivesoftware.messenger.handler.IQHandler.process(IQHandler.java:48)

at org.jivesoftware.messenger.IQRouter.handle(IQRouter.java:195)

at org.jivesoftware.messenger.IQRouter.route(IQRouter.java:74)

at org.jivesoftware.messenger.PacketRouter.route(PacketRouter.java:65)

at org.jivesoftware.messenger.net.SocketReadThread.readStream(SocketReadThread.jav a:254)

at org.jivesoftware.messenger.net.SocketReadThread.run(SocketReadThread.java:110)

The debug log shows a connection, but then nothing. If the client kills the connection then debug shows a logging off message. However, the clients never actually connect.

Hey Richard,

That is a weird error. It seems that the session that sent the authentication packet is no longer available. Could you provide me the steps I should follow to reproduce this problem?

Thanks

– Gato