Identify the case where we cannot find the replication ID to initialize the suffix for a given base DN and throw an exception informing of it.
| | |
| | | INFO_WELCOME_STEP=Welcome |
| | | INFO_CONFIRM_UNINSTALL_STEP=Uninstall Options |
| | | INFO_ZIP_FILES_DESCRIPTION=OpenDS Installation Package (.zip) |
| | | SEVERE_ERR_COULD_NOT_FIND_REPLICATIONID=Could not find a remote peer to \ |
| | | initialize the contents of local base DN: %s. |
| | | |
| | |
| | | } |
| | | } |
| | | } |
| | | if (replicationId == -1) |
| | | { |
| | | throw new ApplicationException( |
| | | ReturnCode.APPLICATION_ERROR, |
| | | ERR_COULD_NOT_FIND_REPLICATIONID.get(dn), null); |
| | | } |
| | | try |
| | | { |
| | | Thread.sleep(3000); |