This content has been marked as final.
Show 7 replies
-
1. Re: ERROR<53761> Connection Bind through PTA failed (91). Retrying...
handat Oct 14, 2010 1:46 AM (in response to 804908)The DSCC has to be on the same server as the ADS. By default your install of DSEE will install both your directory instances and the config instance (ADS). When you configure DSCC, its war file is generated to point at the local ADS. -
2. Re: ERROR<53761> Connection Bind through PTA failed (91). Retrying...
799264 Oct 14, 2010 3:46 PM (in response to 804908)In your DS2's dse.ldif edit DS1.csueastbay.edu part in " nsslapd-pluginarg0: ldap://DS1.csueastbay.edu:3998/cn=dscc " i.e, hostname and use the IP address instead. Restart the server and see if it works -
3. Re: ERROR<53761> Connection Bind through PTA failed (91). Retrying...
804908 Oct 14, 2010 6:02 PM (in response to 799264)I tried by replacing the hostname to ip in PTA plugin but did not help. Still same problem. Thanks though for your response. Regards.
Fyi - If I enable the access to ds2 from ds1 using DSCC, the internal code automatically update the nsslapd-pluginarg0 parameter in dse.ldif file of ds2. It updates with the value of ds1 hostname. Error is still same.
Also if stat the server ds2 from ds1 using DSCC, under Run modes & Status, the operational status shows as *"Warning: [LDAP: error code 1 - Can't connect to the LDAP server]* -
4. Re: ERROR<53761> Connection Bind through PTA failed (91). Retrying...
Adi Narayana Oct 19, 2010 12:25 PM (in response to 804908)Please check your /etc/hosts file entries in your DSCC server. It should have entries for Host A as well as Host B
Please make sure hosts file entries are in place in both the servers.
Regards,
Adi. -
5. Re: ERROR<53761> Connection Bind through PTA failed (91). Retrying...
804908 Oct 19, 2010 11:43 PM (in response to Adi Narayana)Thanks for the reply. I do see the host names in /etc/hosts file on both the machines ( DSCC as well actual directory server) but no positive response yet. I think the error is lying here. Ran dsccmon on the server where Directory server 7.0 is running.
[diruser@ds1 ~]$ dsccmon view-servers -E
Server Status Version Entry# Suffix# Roles
----------------------- ------ ------- ------ ------- -----
ds1.csueastbay.edu:1389 ERROR - 0 0 ---
ds1.csueastbay.edu:1389 {
ERROR_UNEXPECTED_FAILURE[javax.naming.NamingException: [LDAP: error code 1 - Can't connect to the LDAP server]]
at com.sun.directory.dcc.core.ServerCacheEntryImpl.reportException(ServerCacheEntryImpl.java:195)
at com.sun.directory.dcc.core.ServerLoader.run(TopologyLoader.java:334)
Caused by: javax.naming.NamingException: [LDAP: error code 1 - Can't connect to the LDAP server]
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3081)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2987)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2789)
at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2703)
at com.sun.jndi.ldap.LdapCtx.ensureOpen(LdapCtx.java:2602)
at com.sun.jndi.ldap.LdapCtx.ensureOpen(LdapCtx.java:2576)
at com.sun.jndi.ldap.LdapCtx.reconnect(LdapCtx.java:2572)
at javax.naming.ldap.InitialLdapContext.reconnect(InitialLdapContext.java:173)
at com.sun.directory.common.ssl.LdapContextUtils$3.run(LdapContextUtils.java:251)
at java.lang.Thread.run(Thread.java:619)
Embedded exception:
javax.naming.NamingException: [LDAP: error code 1 - Can't connect to the LDAP server]
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3081)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2987)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2789)
at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2703)
at com.sun.jndi.ldap.LdapCtx.ensureOpen(LdapCtx.java:2602)
at com.sun.jndi.ldap.LdapCtx.ensureOpen(LdapCtx.java:2576)
at com.sun.jndi.ldap.LdapCtx.reconnect(LdapCtx.java:2572)
at javax.naming.ldap.InitialLdapContext.reconnect(InitialLdapContext.java:173)
at com.sun.directory.common.ssl.LdapContextUtils$3.run(LdapContextUtils.java:251)
at java.lang.Thread.run(Thread.java:619)
}
1 server error(s) displayed -
6. Re: ERROR<53761> Connection Bind through PTA failed (91). Retrying...
user1175091 Sep 20, 2011 5:29 AM (in response to 804908)could you update, if this error has been resolved? we stuck in similar issue on DSEE 6.3
thanks, -
7. Re: ERROR<53761> Connection Bind through PTA failed (91). Retrying...
bhadra12 Oct 15, 2013 5:13 AM (in response to user1175091)Hi,
Did you try by unregistering and registering directory server with DSCC.
Thanks.