netscape.ldap.LDAPException: Server down (80); Unknown error
807573Jan 7 2005 — edited Mar 22 2007I have a small program that updates the userpassword attribute in my directory. Since upgrading to 5.2 the program executes for a while and then fails with the following error:
netscape.ldap.LDAPException: Server down (80); Unknown error
at netscape.ldap.LDAPConnThread.networkError(LDAPConnThread.java:619)
at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:436)
If I point the same code to a 5.1 server it executes with no problems.
Any help is appreciaated