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

Valery Kharseko
6 hours ago 0138b5924ff14ef709398bf878dbb9bf2a0b7c33
opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/Uninstaller.java
@@ -696,6 +696,11 @@
  /** Actually performs the uninstall in this thread. The thread is blocked. */
  @Override
  public void run() {
    // The uninstall begins here, as the install begins in Installer.run(): the errors below go
    // to the error logger, and only the log file puts a publisher on it. Without it a failed
    // uninstall in the wizard leaves no record anywhere (issue #1030). The command line
    // uninstaller is given no supplier - its launcher has created the log already.
    openTempLogFile();
    status = STARTED;
    logger.info(LocalizableMessage.raw("run of the Uninstaller started"));