30 Mar, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5148 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 Mar, 2009
2 commits
-
Update the code to execute a full backup when there is no base backup in the provided path. A message is logged informing of this fallback behavior. git-svn-id: https://svn.forgerock.org/opendj/trunk@5147 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5146 41b1ffd8-f28e-4786-ab96-9950f0a78031
27 Mar, 2009
2 commits
-
The problem is caused because VLVIndex.close() is called twice. VLVIndex.close() basically calls DatabaseContainer.close(), and calling it twice generates a NullPointerException (the database object is set to null when close() is called). The fix consists on removing the first explicit call to VLVIndex.close (the next call to deleteDatabase(VLVIndex) will call VLVIndex.close). git-svn-id: https://svn.forgerock.org/opendj/trunk@5145 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5144 41b1ffd8-f28e-4786-ab96-9950f0a78031
26 Mar, 2009
10 commits
-
… Completed" option doesn't work) Only initialize the value of the startServer property in the user data when we are in CLI mode. The Web Start version of the upgrader already updates it properly. git-svn-id: https://svn.forgerock.org/opendj/trunk@5143 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5142 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…obs : move blobs to active state before writing the actual data, use new writeData API, optimize add operation to invoke execute/NoCommit past insert only when necessary ie when batching. git-svn-id: https://svn.forgerock.org/opendj/trunk@5141 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5140 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Use an specific error message when we cannot read the provided file. git-svn-id: https://svn.forgerock.org/opendj/trunk@5139 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The problem is that we are using a comparison of absolute paths instead of canonical paths to determine if the server has the same install and instance paths. git-svn-id: https://svn.forgerock.org/opendj/trunk@5138 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5137 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Create a listener that will notify some panels that an import or a restore has been done. git-svn-id: https://svn.forgerock.org/opendj/trunk@5136 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5135 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5134 41b1ffd8-f28e-4786-ab96-9950f0a78031
25 Mar, 2009
5 commits
-
Use a MultiChoiceArgument instead of a StringArgument for the scope argument. The consequence of this is that the error message refers to the scope argument if no scope value is specified but the user provided the -s value. In addition to this the code has been modified to allow specifying capital letters for scopes (so now -b ONE is accepted by the command-line). git-svn-id: https://svn.forgerock.org/opendj/trunk@5133 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- remove keytool dependencie by using keystore API - integrate Andy Wang's IBM JVM/JDK changes - provide a Platform class to put platform and JDK version specific code in a single place - provide APIs for Kunals core matching rule changes git-svn-id: https://svn.forgerock.org/opendj/trunk@5132 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Compare the current date with the date provided by the user, if the date provided by the user has passed, display an error message. git-svn-id: https://svn.forgerock.org/opendj/trunk@5131 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Use localized strings to check the answer provided by the user. Be more permisive and make a non-case sensitive check of the user's answer (so know Yes is accepted). git-svn-id: https://svn.forgerock.org/opendj/trunk@5130 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…is set to a wrong value Fix 3899 Windows : GUIs do not load the appropriated resources git-svn-id: https://svn.forgerock.org/opendj/trunk@5129 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Mar, 2009
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5128 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5127 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Use DN class instead of String to compare DNs. Handle the case where the node existed as a non-suffix node. git-svn-id: https://svn.forgerock.org/opendj/trunk@5126 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Check the backend where the suffix must be created before displaying an error when analyzing the provided bind DN. git-svn-id: https://svn.forgerock.org/opendj/trunk@5125 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Mar, 2009
7 commits
-
…th sh built-in commands) Replace occurrences of 'cat' and 'grep' by shell builtin command. git-svn-id: https://svn.forgerock.org/opendj/trunk@5124 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5123 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
https://opends.dev.java.net/issues/show_bug.cgi?id=3884 https://opends.dev.java.net/issues/show_bug.cgi?id=3867 git-svn-id: https://svn.forgerock.org/opendj/trunk@5122 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5121 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5120 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This change adds a getReplicaStates() method to the ReplicationDomain This allows Replicas to know about the State of the other Replicas in the topology. git-svn-id: https://svn.forgerock.org/opendj/trunk@5119 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5118 41b1ffd8-f28e-4786-ab96-9950f0a78031
20 Mar, 2009
4 commits
-
…e root virtual attributes are initialized before backends initialization takes places; fix virtual attributes stripping. git-svn-id: https://svn.forgerock.org/opendj/trunk@5117 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5116 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Replace use of HashMap with TreeMap in order to handle byte[] keys. git-svn-id: https://svn.forgerock.org/opendj/trunk@5115 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5114 41b1ffd8-f28e-4786-ab96-9950f0a78031
19 Mar, 2009
2 commits
-
…calhost" and hostname for --host1 and --host2 In such cases the Replication Server were not detecting that they are already connected and was keeping trying to open new connection to each other Replication Server. The trick is simply to handle loopback and localhost addresses as equals. git-svn-id: https://svn.forgerock.org/opendj/trunk@5113 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
When doing a modrate on as DS where assured replication is not enabled, if you enable assured replication (safe-data or safe-read) with dsconfig at the same time, you may get some timeouts for some messages at the beginning. This is due to the fact that new configuration values are set (assured boolean set to true) before reconnection occurs. So messages are fired in assured mode and then just after, the connection is broken to reconnect with new configuration to the topology. This may make the messages fired before reconnection fail in timeout. Fix: read new conf, disconnect, store new conf, reconnect git-svn-id: https://svn.forgerock.org/opendj/trunk@5112 41b1ffd8-f28e-4786-ab96-9950f0a78031
18 Mar, 2009
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5111 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
There are a bunch of issues here: 1. The server was not stopped after being started if it contains replicated data. 2. The log files do not contain enough information. New debug lines have been added. 3. One of the problems also found is that one of the remote servers to be updated (to remove the replication references) could not be contacted. This is the expected behavior if the option forceOnError is NOT specified. However the error message was not very clear about what was happening. The new error message is very explicit about this and informs the user of the existence and behavior of the forceOnError option. git-svn-id: https://svn.forgerock.org/opendj/trunk@5110 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5109 41b1ffd8-f28e-4786-ab96-9950f0a78031