OpenIdentityPlatform / OpenDJ

OpenDJ is an LDAPv3 compliant directory service, which has been developed for the Java platform, providing a high performance, highly available, and secure store for the identities managed by your organization. Its easy installation process, combined with the power of the Java platform makes OpenDJ the simplest, fastest directory to deploy and manage.
https://www.openidentityplatform.org/opendj
Other
369 stars 103 forks source link

Connection on admin port times out #273

Closed ettr02 closed 1 year ago

ettr02 commented 1 year ago

Describe the bug When the opendj is under high load the connection with admin user times out and a connection is until restart impossible. Example call: bin/ldapsearch -X -Z -h localhost -p 4444 -D "cn=tecAdmin,cn=Root DNs,cn=config" -w ** -b dc=data,dc=test "(mail=Test*)" dn Other admin user also fail! Is there a way to reactivate the admin port?**

To Reproduce Steps to reproduce the behavior:

  1. set opendj under pressure
  2. call ldapsearch after a while an more then once, there is no pattern I could find.
  3. See error: The LDAP search request failed: 91 (Connect Error) Additional Information: The connection attempt to server localhost/127.0.0.1:4444 has failed because the connection timeout period of 30000 ms was exceeded

Expected behavior ldapsearch result

Desktop (please complete the following information):

Additional context opendj 4.5.2

aadrii commented 1 year ago

Got the same "behaviour", but was due to errors during init, cf https://github.com/OpenIdentityPlatform/OpenDJ/issues/274#issuecomment-1541706522

vharseko commented 1 year ago

try use client port 389/636 admin connection -p 4444 allow single user