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

jvergara
20.28.2007 721cd804be4bf45762c1ee54db2a79cd98d027df
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -3978,7 +3978,7 @@
                        ne), ne);
      }
    }
    resetGenerationId(ctx, suffixDn, true, sourceServerDisplay);
    resetGenerationId(ctx, suffixDn, sourceServerDisplay);
  }
  /**
@@ -4030,7 +4030,7 @@
  }
  private void resetGenerationId(InitialLdapContext ctx,
      String suffixDn, boolean displayProgress, String sourceServerDisplay)
      String suffixDn, String sourceServerDisplay)
  throws ApplicationException
  {
    boolean taskCreated = false;
@@ -4139,18 +4139,11 @@
                null);
            throw ae;
          }
          else if (displayProgress)
          {
            notifyListeners(getFormattedProgress(
                INFO_SUFFIX_INITIALIZED_SUCCESSFULLY.get()));
          }
        }
      }
      catch (NameNotFoundException x)
      {
        isOver = true;
        notifyListeners(getFormattedProgress(
            INFO_SUFFIX_INITIALIZED_SUCCESSFULLY.get()));
      }
      catch (NamingException ne)
      {