Hi,
We are using Tomcat5 along with Weblogic8.1. In our application
when user login by using there LDAP user id/pwd sometime they
are getting error message like Invalid UserID/PWD even though they
enter correct user/pwd. and when they again try to login they wll be able to login to the application. Following are the error that we are getting :
JNDIRealm[Catalina]: lookupUser(ravindra.paliwal)
JNDIRealm[Catalina]: dn=uid=ravindra.paliwal,ou=Equant ,ou=People,o=
globalone.net
JNDIRealm[Catalina]: validating credentials by binding as the user
JNDIRealm[Catalina]: binding as uid=ravindra.paliwal,ou=Equant ,ou=People,o=
globalone.net
JNDIRealm[Catalina]: Exception performing authentication
javax.naming.ServiceUnavailableException:
cod.dc.iad.equant.com:389; socket closed; remaining name ''
at com.sun.jndi.ldap.Connection.readReply(Connection. java:410)
at com.sun.jndi.ldap.LdapClient.ldapBind(LdapClient.j ava:340)
at com.sun.jndi.ldap.LdapClient.authenticate(LdapClie nt.java:193)
at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:264 0)
at com.sun.jndi.ldap.LdapCtx.ensureOpen(LdapCtx.java: 2549)
at com.sun.jndi.ldap.LdapCtx.ensureOpen(LdapCtx.java: 2523)
at com.sun.jndi.ldap.LdapCtx.doSearch(LdapCtx.java:19 04)
at com.sun.jndi.ldap.LdapCtx.doSearchOnce(LdapCtx.jav a:1896)
at com.sun.jndi.ldap.LdapCtx.c_getAttributes(LdapCtx. java:1289)
at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_get Attributes(
JNDIRealm[Catalina]: Closing directory context
Can someone help us in find the solution for this problem.
Thanks in advance.
Ravi