| | |
| | | printProgressLineBreak(); |
| | | Message msg = formatter.getFormattedProgress( |
| | | INFO_PROGRESS_INITIALIZING_SUFFIX.get(baseDN, |
| | | ConnectionUtils.getHostPort(ctxDestination))); |
| | | ConnectionUtils.getHostPort(ctxSource))); |
| | | printProgressMessage(msg); |
| | | printProgressLineBreak(); |
| | | initializeSuffix(baseDN, ctxSource, ctxDestination, true); |
| | |
| | | try |
| | | { |
| | | installer.initializeSuffix(ctxDestination, replicationId, baseDN, |
| | | displayProgress, ConnectionUtils.getHostPort(ctxDestination)); |
| | | displayProgress, ConnectionUtils.getHostPort(ctxSource)); |
| | | initDone = true; |
| | | } |
| | | catch (PeerNotFoundException pnfe) |