11 Feb, 2008
3 commits
-
Instead of printing the password print the string "{rootUserPassword}" in the log file. git-svn-id: https://svn.forgerock.org/opendj/trunk@3852 41b1ffd8-f28e-4786-ab96-9950f0a78031 -
…ed after a import. Issue 2931. git-svn-id: https://svn.forgerock.org/opendj/trunk@3851 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
(issue 1288 : replication should not create 10 threads for each replication domain) the window mechanism from the Replication Server to the LDAP server is not working anymore because the window ACK is sent as soon as the LDAP server has read the message from the socket while it should be sent after replaying the operation. This can cause out of memory problems and bad monitoring. The fix is to move the response using WindowMessage from the ListenerThread to the ReplayThread at the end of the message processing. git-svn-id: https://svn.forgerock.org/opendj/trunk@3849 41b1ffd8-f28e-4786-ab96-9950f0a78031
08 Feb, 2008
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3847 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Implementation of the Brian's mock-up 2 Configuration Reference are now generated in build/docgen: - one without the LDAP mapping - one with the LDAP mapping - Fix for Issue #2912 ("core" category should be "core server") git-svn-id: https://svn.forgerock.org/opendj/trunk@3845 41b1ffd8-f28e-4786-ab96-9950f0a78031
07 Feb, 2008
7 commits
-
Try to minimize the cases where issue 2915 can affect to the setup by trying to reconnect more often to the server after it is started. Since the start can take long, use the same point mechanism to show progress in non verbose mode we use for the import. This way the user does not have the impression that we are stuck on the start. git-svn-id: https://svn.forgerock.org/opendj/trunk@3840 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3839 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ctersPasswordValidatorConfiguration.xml git-svn-id: https://svn.forgerock.org/opendj/trunk@3838 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3835 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3834 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The fix consists of checking whether the uid and pwd arguments are null or not. Appart from this a bug has been fixed in the uninstall parser: the method parseArguments was called twice (once in UninstallLauncher and another in UninstallCliHelper). This made that providing any non-boolean argument in the command-line resulted in a error. git-svn-id: https://svn.forgerock.org/opendj/trunk@3833 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The fix consists on simply not setting pending values. Since the code we are running only works with the server offline this approach is safe. git-svn-id: https://svn.forgerock.org/opendj/trunk@3832 41b1ffd8-f28e-4786-ab96-9950f0a78031
06 Feb, 2008
3 commits
-
… be incorporated in the new generated config reference git-svn-id: https://svn.forgerock.org/opendj/trunk@3829 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3828 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Some modification for the doc generation. git-svn-id: https://svn.forgerock.org/opendj/trunk@3827 41b1ffd8-f28e-4786-ab96-9950f0a78031
05 Feb, 2008
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3826 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
invalid input parameter are now quoted git-svn-id: https://svn.forgerock.org/opendj/trunk@3823 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Add the "certnickname" option. Note that the -N is already used for "newPasswordFile" git-svn-id: https://svn.forgerock.org/opendj/trunk@3821 41b1ffd8-f28e-4786-ab96-9950f0a78031
04 Feb, 2008
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3820 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3819 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3818 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3817 41b1ffd8-f28e-4786-ab96-9950f0a78031
01 Feb, 2008
7 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3815 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… be incorporated in the new generated config reference git-svn-id: https://svn.forgerock.org/opendj/trunk@3814 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3813 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3812 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3811 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
to propagate them to the Directory Servers was sometimes leaving some Database cursors open. This was leading to Deadlock Exceptions that was causing shutdown of the Replication Server When the 2 Replication Servers used in this test were dead the Replication was dead. These changes fix the code so that we always release the cursors and catch the Deadlock Exception in case we would meet transient Deadlock even though we believe it's not possible with the current code. git-svn-id: https://svn.forgerock.org/opendj/trunk@3810 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Log database cache preload status, progress and completion reports. git-svn-id: https://svn.forgerock.org/opendj/trunk@3806 41b1ffd8-f28e-4786-ab96-9950f0a78031
31 Jan, 2008
1 commit
-
When there is an error reading the configuration return an specific error code. git-svn-id: https://svn.forgerock.org/opendj/trunk@3801 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Jan, 2008
10 commits
-
…) in interactive mode) The fix consists in not throwing a RuntimeException but a CLIException (the code assumed that there was a serious issue and did not consider this case). With the fix the behavior of MenuBuilder is similar to the one of LDAPConnectionConsoleInteraction. git-svn-id: https://svn.forgerock.org/opendj/trunk@3798 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…value for the checkbox 'Start Server' is not taken into account. The fix consists basically on using different FieldNames for this checkbox in the upgrade and in the installer. git-svn-id: https://svn.forgerock.org/opendj/trunk@3797 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3795 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3793 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3792 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…inserted has both child and parent nodes already registered in the workflow topology. git-svn-id: https://svn.forgerock.org/opendj/trunk@3791 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3790 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3789 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3788 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…rning and inform the user that the problematic file might being used by another process. git-svn-id: https://svn.forgerock.org/opendj/trunk@3787 41b1ffd8-f28e-4786-ab96-9950f0a78031