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

jvergara
28.14.2009 66962c445640f43cf0b1a0bfef5afc9f05e511ac
opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -1213,8 +1213,16 @@
    // Perform the handler-specific initialization.
    try
    {
      configHandler.initializeConfigHandler(configFile.getAbsolutePath(),
                                            false);
      String path;
      try
      {
        path = configFile.getCanonicalPath();
      }
      catch (Exception ex)
      {
        path = configFile.getAbsolutePath();
      }
      configHandler.initializeConfigHandler(path, false);
    }
    catch (InitializationException ie)
    {