mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
03.15.2007 a53897d51e2e9d9b26a00dd3ef67f0f79a3c6386
refs
author jvergara <jvergara@localhost>
Wednesday, October 3, 2007 14:15 +0200
committer jvergara <jvergara@localhost>
Wednesday, October 3, 2007 14:15 +0200
commita53897d51e2e9d9b26a00dd3ef67f0f79a3c6386
tree a9e76a5b3b2ddc12efef0728596540fab194357b tree | zip | gz
parent 1cea068fa7cfcbe84de748281589bc37473775ba view | diff
Fix for issue 2407: dsreplication enable : can't configure several instances when using the same "source".
The problem was that the code (if the skip port check was not present) did check that the provided replication port was available in the *local* host. If it was not the case, the error message appeared. The fix consists of performing this check only if the user specified to configure the local server (the only host on which we can actually perform the check).

The workaround for this issue is to use the skipPortCheck argument.
1 files modified
40 ■■■■■ changed files
opends/src/guitools/org/opends/guitools/replicationcli/ReplicationCliMain.java 40 ●●●●● diff | view | raw | blame | history