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

Fabio Pistolesi
24.41.2015 8ed24d57f423f11acc2a5c0ccdea5d3e685d8189
opendj-server-legacy/src/main/java/org/opends/server/tools/EncodePassword.java
@@ -880,7 +880,7 @@
        backend.setWritabilityMode(WritabilityMode.INTERNAL_ONLY);
        try {
          backend.configureBackend(backendCfg, directoryServer.getServerContext());
          backend.initializeBackend();
          backend.openBackend();
        } catch (Exception e) {
          LocalizableMessage msg = ERR_CONFIG_BACKEND_CANNOT_INITIALIZE.get(className, backendCfg.dn(),
              stackTraceToSingleLineString(e));