Fix a copy paste typo that made that there was a duplicate replication error return code.
Eliminate some progress messages in resetGenerationId method.
| | |
| | | /** |
| | | * Error initializing Administration Framework. |
| | | */ |
| | | ERROR_INITIALIZING_ADMINISTRATION_FRAMEWORK(20, |
| | | ERROR_INITIALIZING_ADMINISTRATION_FRAMEWORK(21, |
| | | ERR_REPLICATION_NO_MESSAGE.get()), |
| | | |
| | | /** |
| | | * Error seeding trustore. |
| | | */ |
| | | ERROR_SEEDING_TRUSTORE(21, ERR_REPLICATION_NO_MESSAGE.get()); |
| | | ERROR_SEEDING_TRUSTORE(22, ERR_REPLICATION_NO_MESSAGE.get()); |
| | | |
| | | |
| | | private Message message; |
| | |
| | | ne), ne); |
| | | } |
| | | } |
| | | resetGenerationId(ctx, suffixDn, true, sourceServerDisplay); |
| | | resetGenerationId(ctx, suffixDn, sourceServerDisplay); |
| | | } |
| | | |
| | | /** |
| | |
| | | } |
| | | |
| | | private void resetGenerationId(InitialLdapContext ctx, |
| | | String suffixDn, boolean displayProgress, String sourceServerDisplay) |
| | | String suffixDn, String sourceServerDisplay) |
| | | throws ApplicationException |
| | | { |
| | | boolean taskCreated = false; |
| | |
| | | null); |
| | | throw ae; |
| | | } |
| | | else if (displayProgress) |
| | | { |
| | | notifyListeners(getFormattedProgress( |
| | | INFO_SUFFIX_INITIALIZED_SUCCESSFULLY.get())); |
| | | } |
| | | } |
| | | } |
| | | catch (NameNotFoundException x) |
| | | { |
| | | isOver = true; |
| | | notifyListeners(getFormattedProgress( |
| | | INFO_SUFFIX_INITIALIZED_SUCCESSFULLY.get())); |
| | | } |
| | | catch (NamingException ne) |
| | | { |