Are your /etc/gluu/conf/ox-ldap.properties file the same on all of your servers?
Can you check that your LDAP on all your servers actually has the same inums as your ox-ldap.properties file and the correct number of entries?
The default looks something like ![this](https://imgur.com/a/TnUqT "basic LDAP").
Note that my ox-ldap.properties configuration inums match my LDAP db:
```
oxauth_ConfigurationEntryDN=ou=oxauth,ou=configuration,inum=@!A394.7CE9.D6E1.A557!0002!67A8.509E,ou=appliances,o=gluu
oxtrust_ConfigurationEntryDN=ou=oxtrust,ou=configuration,inum=@!A394.7CE9.D6E1.A557!0002!67A8.509E,ou=appliances,o=gluu
oxidp_ConfigurationEntryDN=ou=oxidp,ou=configuration,inum=@!A394.7CE9.D6E1.A557!0002!67A8.509E,ou=appliances,o=gluu
oxcas_ConfigurationEntryDN=ou=oxcas,ou=configuration,inum=@!A394.7CE9.D6E1.A557!0002!67A8.509E,ou=appliances,o=gluu
oxasimba_ConfigurationEntryDN=ou=oxasimba,ou=configuration,inum=@!A394.7CE9.D6E1.A557!0002!67A8.509E,ou=appliances,o=gluu
oxpassport_ConfigurationEntryDN=ou=oxpassport,ou=configuration,inum=@!A394.7CE9.D6E1.A557!0002!67A8.509E,ou=appliances,o=gluu
```
This error `Caused by: LDAPSearchException(resultCode=32 (no such object)` makes me think you might have removed the databases on all of your servers, instead of leaving one to replicate from, per the instructions.