Today, I was debugging something and shut down Node 2 and used ssoadm.jsp to update a service (update-svc) which I previously created.
When I tried to save, I get Unexpected LDAP error on the UI.
I found out why when I saw the following in Configuration log file:
ERROR: SMSLdapObject.modify(): Error in modifying entry: ou=1.0,ou=sunAMAuthXXXAuthService,ou=services,o=XXX,c=sg
By Principal: id=amadmin,ou=user,o=XXX,c=sg
com.sun.identity.shared.ldap.LDAPException: error result (53); The Replication is configured for suffix o=Ministry of Education,c=SG but was not able to connect to any Replication Server
at com.sun.identity.shared.ldap.LDAPConnection.checkMsg(LDAPConnection.java:4875)
at com.sun.identity.shared.ldap.LDAPConnection.modify(LDAPConnection.java:3163)
at com.sun.identity.shared.ldap.LDAPConnection.modify(LDAPConnection.java:3102)
at com.sun.identity.shared.ldap.LDAPConnection.modify(LDAPConnection.java:3111)
at com.sun.identity.shared.ldap.LDAPConnection.modify(LDAPConnection.java:3077)
at com.sun.identity.sm.ldap.SMSLdapObject.modify(SMSLdapObject.java:435)
.