Unable to login via Spart using admin credentials however admin login works fine on web admin page

Hi,

Users are unable to login via spark, when I checked i am unable to login via Admin Account too but I am able to login and check Admin web page on http://server:9090.

Below are debugs logs

at sun.nio.ch.IOUtil.read(IOUtil.java:206)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:207)
at org.mortbay.io.nio.ChannelEndPoint.fill(ChannelEndPoint.java:122)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:282)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)
2011.01.28 13:47:48 JettyLog: EOF
2011.01.28 13:56:42 LdapManager: Creating a DirContext in LdapManager.getContext()…
2011.01.28 13:56:42 LdapManager: Created hashtable with context values, attempting to create context…
2011.01.28 13:56:42 LdapManager: … context created successfully, returning.
2011.01.28 13:56:42 LdapManager: Creating a DirContext in LdapManager.getContext()…
2011.01.28 13:56:42 LdapManager: Created hashtable with context values, attempting to create context…
2011.01.28 13:56:42 LdapManager: … context created successfully, returning.
2011.01.28 13:56:56 LdapManager: Trying to find a user’s DN based on their username. sAMAccountName: chatadmin, Base DN: OU=Chat Users,OU=xxx,OU=xxx,OU=Users,OU=xxx,DC=xxx,DC=xxx,DC=xxx,DC=net…
2011.01.28 13:56:56 LdapManager: Creating a DirContext in LdapManager.getContext()…
2011.01.28 13:56:56 LdapManager: Created hashtable with context values, attempting to create context…
2011.01.28 13:56:56 LdapManager: … context created successfully, returning.
2011.01.28 13:56:56 LdapManager: Starting LDAP search…
2011.01.28 13:56:56 LdapManager: … search finished
2011.01.28 13:56:56 Trying to find group names for user: chatadmin@hydeparkz1 using query: (&(&(cn=*)(objectClass=group))(member=CN=“Chat Admin”,OU=“xxx”,OU=“xxxx”,OU=“xxx”,OU=“xxx”,OU=“xxx”,DC=“xxx”,DC=“xxx”,DC=“xxx” ,DC=“net”))
2011.01.28 13:56:56 LdapManager: Creating a DirContext in LdapManager.getContext()…
2011.01.28 13:56:56 LdapManager: Created hashtable with context values, attempting to create context…
2011.01.28 13:56:56 LdapManager: … context created successfully, returning.
2011.01.28 13:58:59 JettyLog: EOF
2011.01.28 13:59:01 LdapManager: Creating a DirContext in LdapManager.getContext()…
2011.01.28 13:59:01 LdapManager: Created hashtable with context values, attempting to create context…
2011.01.28 13:59:01 LdapManager: … context created successfully, returning.
2011.01.28 13:59:04 Set parameter http.connection.timeout = 3000
2011.01.28 13:59:04 Set parameter http.socket.timeout = 3000
2011.01.28 13:59:04 Open connection to www.igniterealtime.org:80
2011.01.28 13:59:07 Closing the connection.
2011.01.28 13:59:07 Method retry handler returned false. Automatic recovery will not be attempted
2011.01.28 13:59:07 Releasing connection back to connection manager.

I cross checked testing LDAP setting and I am able to autheticate to my WINDOWS AD sucessfully on Admin web page.

Any Help Appreciated

This is resolved. Killed Java PID and restarted Openfire deamon.