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
| | |
| | | Subproject commit 030730a670772b6fe60d4aed57af12060d209bda |
| | | Subproject commit fe7a46976a3050c7a442366120333fb4350bfec4 |
| | |
| | | */ |
| | | private String getHostNameFile() |
| | | { |
| | | return Utils.getPath(getInstallation().getRootDirectory().getAbsolutePath(), SetupUtils.HOST_NAME_FILE); |
| | | return Utils.getPath(getInstallation().getInstanceDirectory().getAbsolutePath(),SetupUtils.HOST_NAME_FILE); |
| | | } |
| | | |
| | | /** |