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

kenneth_suter
11.51.2007 04ead8f1c81d759108686bbd4add4b9eee542c2e
refs
author kenneth_suter <kenneth_suter@localhost>
Wednesday, April 11, 2007 20:51 +0200
committer kenneth_suter <kenneth_suter@localhost>
Wednesday, April 11, 2007 20:51 +0200
commit04ead8f1c81d759108686bbd4add4b9eee542c2e
tree ac59fc442d01d03966d9ad5ba770967477ece789 tree | zip | gz
parent 295680dfafa1cff7ac23da6a2c7ea541edf6ff73 view | diff
During schema and configuration upgrade, the server is started 'in process' without any connection handlers and the changes are made using an internal connection to the server.  During configuration/schema updates:

- If an 'object class violation' occurs the modification is processed again with schema turned off. This seems to be required for instance to change the port number since the value is always required to be part of the LDAP connection handler's configuration entry.

- If an 'attribute or value already exists' error is returned the situation is logged and processing continues.

10 files modified
933 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/Application.java 24 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Installation.java 4 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java 2 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties 9 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgradeOracle.java 5 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/Upgrader.java 569 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/FileManager.java 110 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/ServerController.java 97 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java 69 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/ZipExtractor.java 44 ●●●●● diff | view | raw | blame | history