The customer encountered a critical issue where projects were not visible in the DevTest Portal and the Workstation performance degraded to an unusable state.
from portal grails reshub log :
Devtest 10.8.3.1 and up
Investigation revealed that maintenance activity on the LDAP server disrupted connectivity from Keycloak (Identity Access Manager - IAM). This disruption created a performance bottleneck during the authentication phase of REST API calls between the DevTest Portal and the Registry.
ERROR [org.keycloak.services.error.KeycloakErrorHandler] (executor-thread-6) Uncaught server error:
org.keycloak.models.ModelException: LDAP Query failed
at org.keycloak.storage.ldap.idm.query.internal.LDAPQuery.getResultList(LDAPQuery.java:178)
at org.keycloak.storage.ldap.idm.query.internal.LDAPQuery.getFirstResult(LDAPQuery.java:185)
at org.keycloak.storage.ldap.LDAPStorageProvider.loadLDAPUserByUsername(LDAPStorageProvider.java...)
Caused by: org.keycloak.models.ModelException: Querying of LDAP failed org.keycloak.storage.ldap.idm.query.internal.LDAPQuery@125b478a
at org.keycloak.storage.ldap.idm.store.ldap.LDAPIdentityStore.fetchQueryResults(LDAPIdentityStore.java:294)
at org.keycloak.storage.ldap.idm.query.internal.LDAPQuery.getResultList