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

jvergara
03.15.2007 4800838209900a59c8be9fe1528a843a10c811ba
refs
author jvergara <jvergara@localhost>
Wednesday, October 3, 2007 14:15 +0200
committer jvergara <jvergara@localhost>
Wednesday, October 3, 2007 14:15 +0200
commit4800838209900a59c8be9fe1528a843a10c811ba
tree 5a554ea9142231e2fb6b592fd2f0f1eaa7429ed0 tree | zip | gz
parent 323e0dc5c8261046be9b77441f430eb75b495576 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
opendj-sdk/opends/src/guitools/org/opends/guitools/replicationcli/ReplicationCliMain.java 40 ●●●●● diff | view | raw | blame | history