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

vharseko
22.11.2019 4375b3d7800f457ab28e2752d18ee1fefdaa13e4
try FIX Error writing host name file (reallocation data) (#52)

* try FIX Error writing host name file (reallocation data)
https://github.com/OpenIdentityPlatform/OpenDJ/issues/50#issuecomment-465451403

* update sm
2 files modified
4 ■■■■ changed files
forgerock-parent @ fe7a46 2 ●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/Installer.java 2 ●●● patch | view | raw | blame | history
forgerock-parent
@@ -1 +1 @@
Subproject commit 030730a670772b6fe60d4aed57af12060d209bda
Subproject commit fe7a46976a3050c7a442366120333fb4350bfec4
opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/Installer.java
@@ -2325,7 +2325,7 @@
   */
  private String getHostNameFile()
  {
    return Utils.getPath(getInstallation().getRootDirectory().getAbsolutePath(), SetupUtils.HOST_NAME_FILE);
    return Utils.getPath(getInstallation().getInstanceDirectory().getAbsolutePath(),SetupUtils.HOST_NAME_FILE);
  }
  /**