Authenticating...[LDAP: error code 49 - 80090308: LgapErr: DSID-0C090451, comment: AcceptSecurityContext error, data 52e, v3839]; nested exception is javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C090451, comment: AcceptSecurityContext error, data 52e, v3839]This failure occurs when the Service Account used to connect to the LDAP server is configured with a password that doesn't match the expected password in LDAP. The account is configured in the EAR/TAS tile, under the Authentication and Enterprise SSO section, specifically the "LDAP credentials" configuration. This failure might occur if the EAR/TAS tile configuration is managed by a pipeline that is out of date containing an old password, or, if someone updated the credentials and saved, but didn't Apply Changes in the past.
Breaking down the error code reported:
Edit the LDAP credentials in the EAR/TAS tile and ensure the correct username and password are used for the Service Account that can access the LDAP server. Apply Changes after ensuring the credentials are correct.