Client Auth Error

hi there,

i have a problem with a 3.1.1 fresh install with MySQL and LDAP.

i happily get connected with LDAP server and i have all the accounts listed in “users/groups”.

the problem is when i try to authenticate against LDAP.

i use Gaim but same problem happens with other clients (gaim exits with Not Authorized message).

Wildfire’'s logs mark these lines red (i guess these are error lines):

2007.02.13 12:07:51 org.jivesoftware.wildfire.nio.ConnectionHandler.messageReceived(ConnectionHandle r.java:128) Closing connection due to error while processing message:

java.lang.NullPointerException

at org.jivesoftware.wildfire.net.StanzaHandler.process(StanzaHandler.java:218)

at org.jivesoftware.wildfire.net.StanzaHandler.process(StanzaHandler.java:147)

at org.jivesoftware.wildfire.nio.ConnectionHandler.messageReceived(ConnectionHandl er.java:126)

thanks for help

zeta

Hey zeta,

That is weird. The exception is happening because there is no session associated to that connection. That could happen if the client wanted to use TLS and TLS was not available or failed or if there was an error while processing the initial stream header. In any case, the connection is closed so not sure how this is happening.

Could you open a debugger window and post the exchanged XML? Do you see any other error or warning in the log files?

Thanks,

– Gato