opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -634,7 +634,9 @@ String userDir = System.getProperty("user.home"); String firstLocation = userDir + File.separator + org.opends.server.util.DynamicConstants.COMPACT_VERSION_STRING; + org.opends.server.util.DynamicConstants.SHORT_NAME + "-" + org.opends.server.util.DynamicConstants.MAJOR_VERSION + "." + org.opends.server.util.DynamicConstants.MINOR_VERSION; String serverLocation = firstLocation; int i = 1; while (fileExists(serverLocation)