ldap_error 81, Server connection lost

1.9k views Asked by At

I have deployed OpenDJ application on one of the instances and written a java based application as well to access user details from OpenDJ using unbound LDAP SDK. All the things are up and running and working as well.

The issue occurs when the concurrent request for search user hit the OpenDJ and I get the exception as:

Error while checking the user abdulwaheed in LDAP: Error code 81, message LDAPSearchException(resultCode=81 (server down), numEntries=0, numReferences=0, errorMessage='The connection to server rfhat-iam-opendj.net:1389 was closed while waiting for a response to search request SearchRequest(baseDN='uid=abdulwaheed ,ou=people,dc=domain,dc=com', scope=BASE, deref=NEVER, sizeLimit=1, timeLimit=0, filter='(objectClass=*)', attrs={}).')

Previously, I thought the issue can be with my java application which is not able to handle multiple concurrent requests and not able to get any free connection but after looking into error code, the error is coming from OpenDj (LDAP_ERROR 81).

I looked into the OpenDJ connection as well and seems like all the config are set to its default value (unlimited).

So, I am not sure what can be the issue and where I can look into it further?

0

There are 0 answers