opends/resource/DynamicConstants.java.stubs
@@ -166,14 +166,14 @@ /** * A string representation of the version number. */ public static String OPENDS_NUMBER_STRING = public static String OPENDJ_NUMBER_STRING = "${VERSION_NUMBER_STRING}"; /** * A string representation of the release version. */ public static String RELEASE_VERSION_STRING = OPENDS_NUMBER_STRING; OPENDJ_NUMBER_STRING; /** @@ -298,7 +298,7 @@ try{ RELEASE_VERSION_STRING = VERSION_NUMBER_STRING + " (OpenDJ version = " + OPENDS_NUMBER_STRING + ")" ; + OPENDJ_NUMBER_STRING + ")" ; } catch (Exception ex) {} } catch (Exception ex) { opends/resource/bin/_client-script.bat
@@ -24,6 +24,7 @@ rem rem rem Copyright 2006-2010 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS rem This script is used to invoke various client-side processes. It should not rem be invoked directly by end users. @@ -42,11 +43,11 @@ set INSTANCE_ROOT=%CD% cd /d %CUR_DIR% if "%OPENDS_INVOKE_CLASS%" == "" goto noInvokeClass if "%OPENDJ_INVOKE_CLASS%" == "" goto noInvokeClass goto launchCommand :noInvokeClass echo Error: OPENDS_INVOKE_CLASS environment variable is not set. echo Error: OPENDJ_INVOKE_CLASS environment variable is not set. pause goto end @@ -55,7 +56,7 @@ call "%INSTALL_ROOT%\lib\_script-util.bat" %* if NOT %errorlevel% == 0 exit /B %errorlevel% "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_ARGS% %SCRIPT_NAME_ARG% %OPENDS_INVOKE_CLASS% %* "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_ARGS% %SCRIPT_NAME_ARG% %OPENDJ_INVOKE_CLASS% %* :end opends/resource/bin/_client-script.sh
@@ -24,13 +24,14 @@ # # # Copyright 2006-2010 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script is used to invoke various client-side processes. It should not # be invoked directly by end users. if test -z "${OPENDS_INVOKE_CLASS}" if test -z "${OPENDJ_INVOKE_CLASS}" then echo "ERROR: OPENDS_INVOKE_CLASS environment variable is not set." echo "ERROR: OPENDJ_INVOKE_CLASS environment variable is not set." exit 1 fi @@ -66,4 +67,4 @@ fi # Launch the appropriate client utility. "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} ${SCRIPT_ARGS} ${SCRIPT_NAME_ARG} "${OPENDS_INVOKE_CLASS}" "${@}" "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} ${SCRIPT_ARGS} ${SCRIPT_NAME_ARG} "${OPENDJ_INVOKE_CLASS}" "${@}" opends/resource/bin/_mixed-script.bat
@@ -24,6 +24,7 @@ rem rem rem Copyright 2006-2010 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS rem This script is used to invoke various server-side processes. It should not rem be invoked directly by end users. @@ -42,15 +43,15 @@ set INSTANCE_ROOT=%CD% cd /d %CUR_DIR% if "%OPENDS_INVOKE_CLASS%" == "" goto noInvokeClass if "%OPENDJ_INVOKE_CLASS%" == "" goto noInvokeClass set OLD_SCRIPT_NAME=%SCRIPT_NAME% set SCRIPT_NAME=%OLD_SCRIPT_NAME%.online rem We keep this values to reset the environment before calling _script-util.bat. set ORIGINAL_JAVA_ARGS=%OPENDS_JAVA_ARGS% set ORIGINAL_JAVA_HOME=%OPENDS_JAVA_HOME% set ORIGINAL_JAVA_BIN=%OPENDS_JAVA_BIN% set ORIGINAL_JAVA_ARGS=%OPENDJ_JAVA_ARGS% set ORIGINAL_JAVA_HOME=%OPENDJ_JAVA_HOME% set ORIGINAL_JAVA_BIN=%OPENDJ_JAVA_BIN% set SCRIPT_UTIL_CMD=set-full-environment call "%INSTALL_ROOT%\lib\_script-util.bat" %* @@ -59,19 +60,19 @@ set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=%OLD_SCRIPT_NAME%" rem Check whether is local or remote "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_NAME_ARG% %OPENDS_INVOKE_CLASS% --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" --testIfOffline %* "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% %OPENDJ_INVOKE_CLASS% --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" --testIfOffline %* if %errorlevel% == 51 goto launchoffline if %errorlevel% == 52 goto launchonline exit /B %errorlevel% :noInvokeClass echo Error: OPENDS_INVOKE_CLASS environment variable is not set. echo Error: OPENDJ_INVOKE_CLASS environment variable is not set. pause goto end :launchonline "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_NAME_ARG% %OPENDS_INVOKE_CLASS% --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" %* "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% %OPENDJ_INVOKE_CLASS% --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" %* goto end @@ -81,16 +82,16 @@ rem Set the original values that the user had on the environment in order to be rem sure that the script works with the proper arguments (in particular rem if the user specified not to overwrite the environment). set OPENDS_JAVA_ARGS=%ORIGINAL_JAVA_ARGS% set OPENDS_JAVA_HOME=%ORIGINAL_JAVA_HOME% set OPENDS_JAVA_BIN=%ORIGINAL_JAVA_BIN% set OPENDJ_JAVA_ARGS=%ORIGINAL_JAVA_ARGS% set OPENDJ_JAVA_HOME=%ORIGINAL_JAVA_HOME% set OPENDJ_JAVA_BIN=%ORIGINAL_JAVA_BIN% set SCRIPT_UTIL_CMD=set-full-environment call "%INSTALL_ROOT%\lib\_script-util.bat" %* if NOT %errorlevel% == 0 exit /B %errorlevel% set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=%OLD_SCRIPT_NAME%" "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_ARGS% %SCRIPT_NAME_ARG% %OPENDS_INVOKE_CLASS% --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" %* "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_ARGS% %SCRIPT_NAME_ARG% %OPENDJ_INVOKE_CLASS% --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" %* goto end opends/resource/bin/_mixed-script.sh
@@ -24,14 +24,15 @@ # # # Copyright 2008-2010 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script is used to invoke processes that might be run on server or # in client mode (depending on the state of the server and the arguments # passed). It should not be invoked directly by end users. if test -z "${OPENDS_INVOKE_CLASS}" if test -z "${OPENDJ_INVOKE_CLASS}" then echo "ERROR: OPENDS_INVOKE_CLASS environment variable is not set." echo "ERROR: OPENDJ_INVOKE_CLASS environment variable is not set." exit 1 fi @@ -56,9 +57,9 @@ # We keep this values to reset the environment before calling _script-util.sh # for the second time. ORIGINAL_JAVA_ARGS=${OPENDS_JAVA_ARGS} ORIGINAL_JAVA_HOME=${OPENDS_JAVA_HOME} ORIGINAL_JAVA_BIN=${OPENDS_JAVA_BIN} ORIGINAL_JAVA_ARGS=${OPENDJ_JAVA_ARGS} ORIGINAL_JAVA_HOME=${OPENDJ_JAVA_HOME} ORIGINAL_JAVA_BIN=${OPENDJ_JAVA_BIN} # Set environment variables SCRIPT_UTIL_CMD=set-full-environment @@ -78,7 +79,7 @@ export SCRIPT_NAME_ARG # Check whether is local or remote "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} ${SCRIPT_ARGS} ${SCRIPT_NAME_ARG} "${OPENDS_INVOKE_CLASS}" \ "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} ${SCRIPT_ARGS} ${SCRIPT_NAME_ARG} "${OPENDJ_INVOKE_CLASS}" \ --configClass org.opends.server.extensions.ConfigFileHandler \ --configFile "${INSTANCE_ROOT}/config/config.ldif" --testIfOffline "${@}" EC=${?} @@ -87,9 +88,9 @@ # Set the original values that the user had on the environment in order to be # sure that the script works with the proper arguments (in particular # if the user specified not to overwrite the environment). OPENDS_JAVA_ARGS=${ORIGINAL_JAVA_ARGS} OPENDS_JAVA_HOME=${ORIGINAL_JAVA_HOME} OPENDS_JAVA_BIN=${ORIGINAL_JAVA_BIN} OPENDJ_JAVA_ARGS=${ORIGINAL_JAVA_ARGS} OPENDJ_JAVA_HOME=${ORIGINAL_JAVA_HOME} OPENDJ_JAVA_BIN=${ORIGINAL_JAVA_BIN} # Set the environment to use the offline properties SCRIPT_NAME=${OLD_SCRIPT_NAME}.offline @@ -119,7 +120,7 @@ export SCRIPT_NAME_ARG # Launch the server utility. "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} ${SCRIPT_ARGS} ${SCRIPT_NAME_ARG} "${OPENDS_INVOKE_CLASS}" \ "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} ${SCRIPT_ARGS} ${SCRIPT_NAME_ARG} "${OPENDJ_INVOKE_CLASS}" \ --configClass org.opends.server.extensions.ConfigFileHandler \ --configFile "${INSTANCE_ROOT}/config/config.ldif" "${@}" fi opends/resource/bin/_script-util.bat
@@ -23,6 +23,7 @@ rem rem rem Copyright 2008-2010 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS set SET_JAVA_HOME_AND_ARGS_DONE=false set SET_ENVIRONMENT_VARS_DONE=false @@ -83,38 +84,51 @@ if "%SET_JAVA_HOME_AND_ARGS_DONE%" == "true" goto prepareCheck if not exist "%INSTANCE_ROOT%\lib\set-java-home.bat" goto checkEnvJavaHome call "%INSTANCE_ROOT%\lib\set-java-home.bat" if "%OPENDS_JAVA_BIN%" == "" goto checkEnvJavaHome if "%OPENDJ_JAVA_BIN%" == "" goto checkEnvJavaHome :endJavaHomeAndArgs set SET_JAVA_HOME_AND_ARGS_DONE=true goto scriptBegin :checkEnvJavaHome if "%OPENDS_JAVA_BIN%" == "" goto checkOpenDSJavaHome if not exist "%OPENDS_JAVA_BIN%" goto checkOpenDSJavaHome if "%OPENDJ_JAVA_BIN%" == "" goto checkEnvLegacyJavaHome if not exist "%OPENDJ_JAVA_BIN%" goto checkEnvLegacyJavaHome goto endJavaHomeAndArgs :checkOpenDSJavaHome :checkEnvLegacyJavaHome if "%OPENDS_JAVA_BIN%" == "" goto checkOpenDJJavaHome if not exist "%OPENDS_JAVA_BIN%" goto checkOpenDJJavaHome set OPENDJ_JAVA_BIN=%OPENDS_JAVA_BIN% goto endJavaHomeAndArgs :checkOpenDJJavaHome if "%OPENDJ_JAVA_HOME%" == "" goto checkLegacyOpenDSJavaHome if not exist "%OPENDJ_JAVA_HOME%\bin\java.exe" goto checkLegacyOpenDSJavaHome set OPENDJ_JAVA_BIN=%OPENDJ_JAVA_HOME%\bin\java.exe goto endJavaHomeAndArgs :checkLegacyOpenDSJavaHome if "%OPENDS_JAVA_HOME%" == "" goto checkJavaPath if not exist "%OPENDS_JAVA_HOME%\bin\java.exe" goto checkJavaPath set OPENDS_JAVA_BIN=%OPENDS_JAVA_HOME%\bin\java.exe set OPENDJ_JAVA_BIN=%OPENDS_JAVA_HOME%\bin\java.exe goto endJavaHomeAndArgs :checkJavaPath java.exe -version > NUL 2>&1 if not %errorlevel% == 0 goto checkJavaBin set OPENDS_JAVA_BIN=java.exe set OPENDJ_JAVA_BIN=java.exe goto endJavaHomeAndArgs :checkJavaBin if "%JAVA_BIN%" == "" goto checkJavaHome if not exist "%JAVA_BIN%" goto checkJavaHome set OPENDS_JAVA_BIN=%JAVA_BIN% set OPENDJ_JAVA_BIN=%JAVA_BIN% goto endJavaHomeAndArgs :checkJavaHome if "%JAVA_HOME%" == "" goto noJavaFound if not exist "%JAVA_HOME%\bin\java.exe" goto noJavaFound set OPENDS_JAVA_BIN=%JAVA_HOME%\bin\java.exe set OPENDJ_JAVA_BIN=%JAVA_HOME%\bin\java.exe goto endJavaHomeAndArgs :noJavaFound @@ -122,7 +136,7 @@ echo You must specify the path to a valid Java 6.0 update 10 or higher version. echo The procedure to follow is: echo 1. Delete the file %INSTANCE_ROOT%\lib\set-java-home.bat if it exists. echo 2. Set the environment variable OPENDS_JAVA_HOME to the root of a valid echo 2. Set the environment variable OPENDJ_JAVA_HOME to the root of a valid echo Java 6.0 installation. echo If you want to have specific Java settings for each command line you must echo follow the steps 3 and 4. @@ -141,21 +155,28 @@ goto scriptBegin :testJava "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% org.opends.server.tools.InstallDS -t > NUL 2>&1 if "%OPENDJ_JAVA_ARGS%" == "" goto checkLegacyArgs :continueTestJava "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% org.opends.server.tools.InstallDS -t > NUL 2>&1 set RESULT_CODE=%errorlevel% if %RESULT_CODE% == 13 goto notSupportedJavaHome if not %RESULT_CODE% == 0 goto noValidJavaHome goto prepareCheck :checkLegacyArgs if "%OPENDS_JAVA_ARGS%" == "" goto continueTestJava set OPENDJ_JAVA_ARGS=%OPENDS_JAVA_ARGS% goto continueTestJava :noValidJavaHome if NOT "%OPENDS_JAVA_ARGS%" == "" goto noValidHomeWithArgs if NOT "%OPENDJ_JAVA_ARGS%" == "" goto noValidHomeWithArgs echo ERROR: The detected Java version could not be used. The detected echo Java binary is: echo %OPENDS_JAVA_BIN% echo %OPENDJ_JAVA_BIN% echo You must specify the path to a valid Java 6.0 update 10 or higher version. echo The procedure to follow is: echo 1. Delete the file %INSTANCE_ROOT%\lib\set-java-home.bat if it exists. echo 2. Set the environment variable OPENDS_JAVA_HOME to the root of a valid echo 2. Set the environment variable OPENDJ_JAVA_HOME to the root of a valid echo Java 6.0 installation. echo If you want to have specific Java settings for each command line you must echo follow the steps 3 and 4. @@ -169,19 +190,19 @@ :notSupportedJavaHome rem We get here when the java version is 6 (or up) but not supported. We run rem InstallDS again to see a localized message. "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% org.opends.server.tools.InstallDS -t "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% org.opends.server.tools.InstallDS -t pause exit /B 1 :noValidHomeWithArgs echo ERROR: The detected Java version could not be used with the set of Java echo arguments %OPENDS_JAVA_ARGS%. echo arguments %OPENDJ_JAVA_ARGS%. echo The detected Java binary is: echo %OPENDS_JAVA_BIN% echo %OPENDJ_JAVA_BIN% echo You must specify the path to a valid Java 6.0 update 10 or higher version. echo The procedure to follow is: echo 1. Delete the file %INSTANCE_ROOT%\lib\set-java-home.bat if it exists. echo 2. Set the environment variable OPENDS_JAVA_HOME to the root of a valid echo 2. Set the environment variable OPENDJ_JAVA_HOME to the root of a valid echo Java 6.0 installation. echo If you want to have specific Java settings for each command line you must echo follow the steps 3 and 4. @@ -211,7 +232,7 @@ :check if "%NO_CHECK%" == "true" goto end if "%CHECK_VERSION%" == "true" set OPT_CHECK_VERSION=--checkVersion "%OPENDS_JAVA_BIN%" %SCRIPT_NAME_ARG% -DINSTALL_ROOT="%INSTALL_ROOT%" -DINSTANCE_ROOT="%INSTANCE_ROOT%" org.opends.server.tools.configurator.CheckInstance %OPT_CHECK_VERSION% "%OPENDJ_JAVA_BIN%" %SCRIPT_NAME_ARG% -DINSTALL_ROOT="%INSTALL_ROOT%" -DINSTANCE_ROOT="%INSTANCE_ROOT%" org.opends.server.tools.configurator.CheckInstance %OPT_CHECK_VERSION% set RESULT_CODE=%errorlevel% if "%RESULT_CODE%" == "0" goto end exit /B 1 opends/resource/bin/_script-util.sh
@@ -30,7 +30,7 @@ # Display an error message # display_java_not_found_error() { echo "Please set OPENDS_JAVA_HOME to the root of a Java 6 update 10 (or higher) installation" echo "Please set OPENDJ_JAVA_HOME to the root of a Java 6 update 10 (or higher) installation" echo "or edit the java.properties file and then run the dsjavaproperties script to" echo "specify the Java version to be used" } @@ -44,10 +44,10 @@ display_java_not_found_error exit 1 else OPENDS_JAVA_BIN="${JAVA_HOME}/bin/java" if test -f "${OPENDS_JAVA_BIN}" OPENDJ_JAVA_BIN="${JAVA_HOME}/bin/java" if test -f "${OPENDJ_JAVA_BIN}" then export OPENDS_JAVA_BIN export OPENDJ_JAVA_BIN else display_java_not_found_error exit 1 @@ -63,10 +63,10 @@ then test_java_home else OPENDS_JAVA_BIN="${JAVA_BIN}" if test -f "${OPENDS_JAVA_BIN}" OPENDJ_JAVA_BIN="${JAVA_BIN}" if test -f "${OPENDJ_JAVA_BIN}" then export OPENDS_JAVA_BIN export OPENDJ_JAVA_BIN else test_java_home fi @@ -77,27 +77,27 @@ # function that tests the java executable in the PATH env variable. # test_java_path() { OPENDS_JAVA_BIN=`which java 2> /dev/null` if test -f "${OPENDS_JAVA_BIN}" OPENDJ_JAVA_BIN=`which java 2> /dev/null` if test -f "${OPENDJ_JAVA_BIN}" then export OPENDS_JAVA_BIN export OPENDJ_JAVA_BIN else test_java_bin fi } # # function that tests the OPENDS_JAVA_HOME env variable. # function that tests legacy OPENDS_JAVA_HOME env variable. # test_opends_java_home() { if test -z "${OPENDS_JAVA_HOME}" then test_java_path else OPENDS_JAVA_BIN="${OPENDS_JAVA_HOME}/bin/java" if test -f "${OPENDS_JAVA_BIN}" OPENDJ_JAVA_BIN="${OPENDS_JAVA_HOME}/bin/java" if test -f "${OPENDJ_JAVA_BIN}" then export OPENDS_JAVA_BIN export OPENDJ_JAVA_BIN else test_java_path fi @@ -105,16 +105,46 @@ } # # function that tests the OPENDS_JAVA_BIN env variable. # function that tests the OPENDJ_JAVA_HOME env variable. # test_opends_java_bin() { if test -z "${OPENDS_JAVA_BIN}" test_opendj_java_home() { if test -z "${OPENDJ_JAVA_HOME}" then test_opends_java_home else OPENDJ_JAVA_BIN="${OPENDJ_JAVA_HOME}/bin/java" if test -f "${OPENDJ_JAVA_BIN}" then export OPENDJ_JAVA_BIN else test_java_path fi fi } # # function that tests the OPENDJ_JAVA_BIN env variable. # test_opendj_java_bin() { if test -z "${OPENDJ_JAVA_BIN}" then # Check for legacy OPENDS_JAVA_BIN if test -z "${OPENDS_JAVA_BIN}" then test_opendj_java_home else if test -f "${OPENDS_JAVA_BIN}" then export OPENDS_JAVA_BIN OPENDJ_JAVA_BIN="${OPENDS_JAVA_BIN}" export OPENDJ_JAVA_BIN else test_opendj_java_home fi fi else if test -f "${OPENDJ_JAVA_BIN}" then export OPENDJ_JAVA_BIN else test_opends_java_home fi @@ -129,31 +159,42 @@ then . "${INSTANCE_ROOT}/lib/set-java-home" fi test_opends_java_bin test_opendj_java_bin } # Function that sets OPENDJ_JAVA_ARGS if not yet set but OPENDS_JAVA_ARGS is. test_java_args() { if test -z "${OPENDJ_JAVA_ARGS}" then if test -n "${OPENDS_JAVA_ARGS}" then OPENDJ_JAVA_ARGS="${OPENDS_JAVA_ARGS}" export OPENDJ_JAVA_ARGS fi fi } # Determine whether the detected Java environment is acceptable for use. test_java() { if test -z "${OPENDS_JAVA_ARGS}" if test -z "${OPENDJ_JAVA_ARGS}" then "${OPENDS_JAVA_BIN}" org.opends.server.tools.InstallDS -t 2> /dev/null "${OPENDJ_JAVA_BIN}" org.opends.server.tools.InstallDS -t 2> /dev/null RESULT_CODE=${?} if test ${RESULT_CODE} -eq 13 then # This is a particular error code that means that the Java version is 6 # but not supported. Let InstallDS to display the localized error message "${OPENDS_JAVA_BIN}" org.opends.server.tools.InstallDS -t "${OPENDJ_JAVA_BIN}" org.opends.server.tools.InstallDS -t exit 1 elif test ${RESULT_CODE} -ne 0 then echo "ERROR: The detected Java version could not be used. The detected" echo "Java binary is:" echo "${OPENDS_JAVA_BIN}" echo "${OPENDJ_JAVA_BIN}" echo "You must specify the path to a valid Java 6.0 update 10 or higher version." echo "The procedure to follow is:" echo "1. Delete the file ${INSTANCE_ROOT}/lib/set-java-home" if it exists. echo "2. Set the environment variable OPENDS_JAVA_HOME to the root of a valid " echo "2. Set the environment variable OPENDJ_JAVA_HOME to the root of a valid " echo "Java 6.0 installation." echo "If you want to have specific Java settings for each command line you must" echo "follow the steps 3 and 4." @@ -164,24 +205,24 @@ exit 1 fi else "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} org.opends.server.tools.InstallDS -t 2> /dev/null "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} org.opends.server.tools.InstallDS -t 2> /dev/null RESULT_CODE=${?} if test ${RESULT_CODE} -eq 13 then # This is a particular error code that means that the Java version is 6 # but not supported. Let InstallDS to display the localized error message "${OPENDS_JAVA_BIN}" org.opends.server.tools.InstallDS -t "${OPENDJ_JAVA_BIN}" org.opends.server.tools.InstallDS -t exit 1 elif test ${RESULT_CODE} -ne 0 then echo "ERROR: The detected Java version could not be used with the set of Java" echo "arguments ${OPENDS_JAVA_ARGS}." echo "arguments ${OPENDJ_JAVA_ARGS}." echo "The detected Java binary is:" echo "${OPENDS_JAVA_BIN}" echo "${OPENDJ_JAVA_BIN}" echo "You must specify the path to a valid Java 6.0 update 10 or higher version." echo "The procedure to follow is:" echo "1. Delete the file ${INSTANCE_ROOT}/lib/set-java-home" if it exists. echo "2. Set the environment variable OPENDS_JAVA_HOME to the root of a valid " echo "2. Set the environment variable OPENDJ_JAVA_HOME to the root of a valid " echo "Java 6.0 installation." echo "If you want to have specific Java settings for each command line you must" echo "follow the steps 3 and 4." @@ -315,6 +356,7 @@ set_java_home_and_args set_environment_vars set_classpath test_java_args test_java elif test "${SCRIPT_UTIL_CMD}" = "set-full-environment" then @@ -373,7 +415,7 @@ OPT_CHECK_VERSION="" fi # Launch the CheckInstance process. "${OPENDS_JAVA_BIN}" ${SCRIPT_NAME_ARG} "-DINSTALL_ROOT=${INSTALL_ROOT}" "-DINSTANCE_ROOT=${INSTANCE_ROOT}" org.opends.server.tools.configurator.CheckInstance --currentUser ${CURRENT_USER} ${OPT_CHECK_VERSION} "${OPENDJ_JAVA_BIN}" ${SCRIPT_NAME_ARG} "-DINSTALL_ROOT=${INSTALL_ROOT}" "-DINSTANCE_ROOT=${INSTANCE_ROOT}" org.opends.server.tools.configurator.CheckInstance --currentUser ${CURRENT_USER} ${OPT_CHECK_VERSION} # return part RETURN_CODE=$? if [ ${RETURN_CODE} -ne 0 ] opends/resource/bin/_server-script.bat
@@ -24,6 +24,7 @@ rem rem rem Copyright 2006-2010 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS rem This script is used to invoke various server-side processes. It should not rem be invoked directly by end users. @@ -42,11 +43,11 @@ set INSTANCE_ROOT=%CD% cd %CUR_DIR% if "%OPENDS_INVOKE_CLASS%" == "" goto noInvokeClass if "%OPENDJ_INVOKE_CLASS%" == "" goto noInvokeClass goto launchCommand :noInvokeClass echo Error: OPENDS_INVOKE_CLASS environment variable is not set. echo Error: OPENDJ_INVOKE_CLASS environment variable is not set. pause goto end @@ -55,7 +56,7 @@ call "%INSTALL_ROOT%\lib\_script-util.bat" %* if NOT %errorlevel% == 0 exit /B %errorlevel% "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_ARGS% %SCRIPT_NAME_ARG% %OPENDS_INVOKE_CLASS% --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" %* "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_ARGS% %SCRIPT_NAME_ARG% %OPENDJ_INVOKE_CLASS% --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" %* :end opends/resource/bin/_server-script.sh
@@ -24,13 +24,14 @@ # # # Copyright 2006-2010 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script is used to invoke various server-side processes. It should not # be invoked directly by end users. if test -z "${OPENDS_INVOKE_CLASS}" if test -z "${OPENDJ_INVOKE_CLASS}" then echo "ERROR: OPENDS_INVOKE_CLASS environment variable is not set." echo "ERROR: OPENDJ_INVOKE_CLASS environment variable is not set." exit 1 fi @@ -60,6 +61,6 @@ fi # Launch the appropriate server utility. "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} ${SCRIPT_ARGS} ${SCRIPT_NAME_ARG} "${OPENDS_INVOKE_CLASS}" \ "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} ${SCRIPT_ARGS} ${SCRIPT_NAME_ARG} "${OPENDJ_INVOKE_CLASS}" \ --configClass org.opends.server.extensions.ConfigFileHandler \ --configFile "${INSTANCE_ROOT}/config/config.ldif" "${@}" opends/resource/bin/backup
@@ -24,11 +24,12 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to perform a backup of a Directory Server backend. OPENDS_INVOKE_CLASS="org.opends.server.tools.BackUpDB" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.BackUpDB" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="backup" export SCRIPT_NAME opends/resource/bin/backup.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.BackUpDB" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.BackUpDB" set SCRIPT_NAME=backup for %%i in (%~sf0) do call "%%~dPsi\..\lib\_mixed-script.bat" %* opends/resource/bin/base64
@@ -24,11 +24,12 @@ # # # Copyright 2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to display the status panel. OPENDS_INVOKE_CLASS="org.opends.server.util.Base64" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.util.Base64" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="base64" export SCRIPT_NAME opends/resource/bin/base64.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.util.Base64" set OPENDJ_INVOKE_CLASS="org.opends.server.util.Base64" set SCRIPT_NAME=base64 for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* opends/resource/bin/control-panel
@@ -28,8 +28,8 @@ # This script may be used to display the control panel. OPENDS_INVOKE_CLASS="org.opends.guitools.controlpanel.ControlPanelLauncher" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.guitools.controlpanel.ControlPanelLauncher" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="control-panel" export SCRIPT_NAME opends/resource/bin/control-panel.bat
@@ -24,6 +24,7 @@ rem rem rem Copyright 2006-2009 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal for %%i in (%~sf0) do set DIR_HOME=%%~dPsi.. @@ -52,12 +53,12 @@ :callLaunch if exist "%INSTALL_ROOT%\lib\set-java-args.bat" DO call "%INSTALL_ROOT%\lib\set-java-args.bat" "%INSTALL_ROOT%\lib\winlauncher.exe" launch "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.guitools.controlpanel.ControlPanelLauncher "%INSTALL_ROOT%\lib\winlauncher.exe" launch "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.guitools.controlpanel.ControlPanelLauncher goto end :callJava if exist "%INSTALL_ROOT%\lib\set-java-args.bat" DO call "%INSTALL_ROOT%\lib\set-java-args.bat" "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.guitools.controlpanel.ControlPanelLauncher %* "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.guitools.controlpanel.ControlPanelLauncher %* rem return part if %errorlevel% == 50 goto version opends/resource/bin/create-rc-script
@@ -24,11 +24,12 @@ # # # Copyright 2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to display the status panel. OPENDS_INVOKE_CLASS="org.opends.server.tools.CreateRCScript" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.CreateRCScript" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="create-rc-script" export SCRIPT_NAME opends/resource/bin/dbtest
@@ -24,11 +24,12 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to debug JE backends in the Directory Server. OPENDS_INVOKE_CLASS="org.opends.server.tools.DBTest" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.DBTest" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="dbtest" export SCRIPT_NAME opends/resource/bin/dbtest.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.DBTest" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.DBTest" set SCRIPT_NAME=dbtest for %%i in (%~sf0) do call "%%~dPsi\..\lib\_server-script.bat" %* opends/resource/bin/dsconfig
@@ -24,11 +24,12 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to perform configuration operations on the server. OPENDS_INVOKE_CLASS="org.opends.server.tools.dsconfig.DSConfig" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.dsconfig.DSConfig" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="dsconfig" export SCRIPT_NAME opends/resource/bin/dsconfig.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.dsconfig.DSConfig" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.dsconfig.DSConfig" set SCRIPT_NAME=dsconfig for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* opends/resource/bin/dsframework
@@ -24,12 +24,13 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to perform operations with the global administration # framework OPENDS_INVOKE_CLASS="org.opends.server.admin.client.cli.DsFrameworkCliMain" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.admin.client.cli.DsFrameworkCliMain" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="dsframework" export SCRIPT_NAME opends/resource/bin/dsframework.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.admin.client.cli.DsFrameworkCliMain" set OPENDJ_INVOKE_CLASS="org.opends.server.admin.client.cli.DsFrameworkCliMain" set SCRIPT_NAME=dsframework for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* opends/resource/bin/dsjavaproperties
@@ -24,11 +24,12 @@ # # # Copyright 2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to perform some replication specific operations. OPENDS_INVOKE_CLASS="org.opends.server.tools.JavaPropertiesTool" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.JavaPropertiesTool" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="dsjavaproperties" export SCRIPT_NAME opends/resource/bin/dsjavaproperties.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2008-2009 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.JavaPropertiesTool" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.JavaPropertiesTool" set SCRIPT_NAME=dsjavaproperties set NO_CHECK=false for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* opends/resource/bin/dsreplication
@@ -24,11 +24,12 @@ # # # Copyright 2008-2010 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to perform some replication specific operations. OPENDS_INVOKE_CLASS="org.opends.server.tools.dsreplication.ReplicationCliMain" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.dsreplication.ReplicationCliMain" export OPENDJ_INVOKE_CLASS SCRIPT_DIR=`dirname "${0}"` opends/resource/bin/dsreplication.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2008-2010 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.dsreplication.ReplicationCliMain" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.dsreplication.ReplicationCliMain" if "%RECURSIVE_LOCAL_CALL%" == "true" goto callOffline goto callOnline opends/resource/bin/encode-password
@@ -24,12 +24,13 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to encode clear-text passwords or verify whether a # given clear-text password matches a provided encoded password. OPENDS_INVOKE_CLASS="org.opends.server.tools.EncodePassword" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.EncodePassword" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="encode-password" export SCRIPT_NAME opends/resource/bin/encode-password.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.EncodePassword" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.EncodePassword" set SCRIPT_NAME=encode-password for %%i in (%~sf0) do call "%%~dPsi\..\lib\_server-script.bat" %* opends/resource/bin/export-ldif
@@ -24,12 +24,13 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to perform an LDIF export for a Directory Server # backend. OPENDS_INVOKE_CLASS="org.opends.server.tools.ExportLDIF" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.ExportLDIF" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="export-ldif" export SCRIPT_NAME opends/resource/bin/export-ldif.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.ExportLDIF" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.ExportLDIF" set SCRIPT_NAME=export-ldif for %%i in (%~sf0) do call "%%~dPsi\..\lib\_mixed-script.bat" %* opends/resource/bin/import-ldif
@@ -24,11 +24,12 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to import LDIF data into a Directory Server backend. OPENDS_INVOKE_CLASS="org.opends.server.tools.ImportLDIF" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.ImportLDIF" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="import-ldif" export SCRIPT_NAME opends/resource/bin/import-ldif.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.ImportLDIF" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.ImportLDIF" set SCRIPT_NAME=import-ldif for %%i in (%~sf0) do call "%%~dPsi\..\lib\_mixed-script.bat" %* opends/resource/bin/ldapcompare
@@ -24,11 +24,12 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to perform LDAP compare operations. OPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPCompare" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDAPCompare" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="ldapcompare" export SCRIPT_NAME opends/resource/bin/ldapcompare.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPCompare" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDAPCompare" set SCRIPT_NAME=ldapcompare for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* opends/resource/bin/ldapdelete
@@ -24,11 +24,12 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to perform LDAP delete operations. OPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPDelete" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDAPDelete" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="ldapdelete" export SCRIPT_NAME opends/resource/bin/ldapdelete.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPDelete" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDAPDelete" set SCRIPT_NAME=ldapdelete for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* opends/resource/bin/ldapmodify
@@ -24,12 +24,13 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to perform LDAP add, delete, modify, and modify DN # operations. OPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPModify" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDAPModify" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="ldapmodify" export SCRIPT_NAME opends/resource/bin/ldapmodify.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPModify" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDAPModify" set SCRIPT_NAME=ldapmodify for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* opends/resource/bin/ldappasswordmodify
@@ -24,11 +24,12 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to perform LDAP password modify operations. OPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPPasswordModify" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDAPPasswordModify" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="ldappasswordmodify" export SCRIPT_NAME opends/resource/bin/ldappasswordmodify.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPPasswordModify" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDAPPasswordModify" set SCRIPT_NAME=ldappasswordmodify for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* opends/resource/bin/ldapsearch
@@ -24,11 +24,12 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to perform LDAP search operations. OPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPSearch" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDAPSearch" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="ldapsearch" export SCRIPT_NAME opends/resource/bin/ldapsearch.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPSearch" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDAPSearch" set SCRIPT_NAME=ldapsearch for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* opends/resource/bin/ldif-diff
@@ -24,11 +24,12 @@ # # # Copyright 2006-2009 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to compare the contents of two LDIF files. OPENDS_INVOKE_CLASS="org.opends.server.tools.LDIFDiff" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDIFDiff" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="ldif-diff" export SCRIPT_NAME opends/resource/bin/ldif-diff.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2009 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDIFDiff" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDIFDiff" set SCRIPT_NAME=ldif-diff for %%i in (%~sf0) do call "%%~dPsi\..\lib\_server-script.bat" %* opends/resource/bin/ldifmodify
@@ -24,11 +24,12 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to alter the contents of an LDIF file. OPENDS_INVOKE_CLASS="org.opends.server.tools.LDIFModify" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDIFModify" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="ldifmodify" export SCRIPT_NAME opends/resource/bin/ldifmodify.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDIFModify" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDIFModify" set SCRIPT_NAME=ldifmodify for %%i in (%~sf0) do call "%%~dPsi\..\lib\_server-script.bat" %* opends/resource/bin/ldifsearch
@@ -24,11 +24,12 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to perform searches in an LDIF file. OPENDS_INVOKE_CLASS="org.opends.server.tools.LDIFSearch" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDIFSearch" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="ldifsearch" export SCRIPT_NAME opends/resource/bin/ldifsearch.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDIFSearch" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDIFSearch" set SCRIPT_NAME=ldifsearch for %%i in (%~sf0) do call "%%~dPsi\..\lib\_server-script.bat" %* opends/resource/bin/list-backends
@@ -24,11 +24,12 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to perform a restore of a Directory Server backend. OPENDS_INVOKE_CLASS="org.opends.server.tools.ListBackends" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.ListBackends" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="list-backends" export SCRIPT_NAME opends/resource/bin/list-backends.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.ListBackends" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.ListBackends" set SCRIPT_NAME=list-backends for %%i in (%~sf0) do call "%%~dPsi\..\lib\_server-script.bat" %* opends/resource/bin/make-ldif
@@ -24,11 +24,12 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to generate LDIF data based on a provided template. OPENDS_INVOKE_CLASS="org.opends.server.tools.makeldif.MakeLDIF" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.makeldif.MakeLDIF" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="make-ldif" export SCRIPT_NAME opends/resource/bin/make-ldif.bat
@@ -24,6 +24,7 @@ rem rem rem Copyright 2006-2009 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal @@ -50,7 +51,7 @@ set INSTANCE_ROOT=%CD% cd /d %CUR_DIR% set OPENDS_INVOKE_CLASS="org.opends.server.tools.makeldif.MakeLDIF" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.makeldif.MakeLDIF" set SCRIPT_NAME=make-ldif "%INSTALL_ROOT%\lib\_server-script.bat" --resourcePath "%INSTANCE_ROOT%\config\MakeLDIF" %* opends/resource/bin/manage-account
@@ -24,11 +24,12 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to perform LDAP search operations. OPENDS_INVOKE_CLASS="org.opends.server.tools.ManageAccount" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.ManageAccount" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="manage-account" export SCRIPT_NAME opends/resource/bin/manage-account.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.ManageAccount" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.ManageAccount" set SCRIPT_NAME=manage-account for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* opends/resource/bin/manage-tasks
@@ -24,11 +24,12 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to manage tasks in the Directory Server. OPENDS_INVOKE_CLASS="org.opends.server.tools.ManageTasks" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.ManageTasks" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="manage-tasks" export SCRIPT_NAME opends/resource/bin/manage-tasks.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.ManageTasks" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.ManageTasks" set SCRIPT_NAME=manage-tasks for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* opends/resource/bin/rebuild-index
@@ -24,12 +24,13 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to rebuild the contents of a Directory # Server backend storing its data in the Berkeley DB Java Edition. OPENDS_INVOKE_CLASS="org.opends.server.tools.RebuildIndex" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.RebuildIndex" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="rebuild-index" export SCRIPT_NAME opends/resource/bin/rebuild-index.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.RebuildIndex" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.RebuildIndex" set SCRIPT_NAME=rebuild-index for %%i in (%~sf0) do call "%%~dPsi\..\lib\_server-script.bat" %* opends/resource/bin/restore
@@ -24,11 +24,12 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to perform a restore of a Directory Server backend. OPENDS_INVOKE_CLASS="org.opends.server.tools.RestoreDB" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.RestoreDB" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="restore" export SCRIPT_NAME opends/resource/bin/restore.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.RestoreDB" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.RestoreDB" set SCRIPT_NAME=restore for %%i in (%~sf0) do call "%%~dPsi\..\lib\_mixed-script.bat" %* opends/resource/bin/start-ds
@@ -92,7 +92,7 @@ # means that the server is already running and we shouldn't try to start it. # An exit code of anything else means that we're not trying to start the server # and we can just exit with that exit code. ${OPENDS_JAVA_BIN} -client ${SCRIPT_NAME_ARG} org.opends.server.core.DirectoryServer \ ${OPENDJ_JAVA_BIN} -client ${SCRIPT_NAME_ARG} org.opends.server.core.DirectoryServer \ --configClass org.opends.server.extensions.ConfigFileHandler \ --configFile "${CONFIG_FILE}" --checkStartability "${@}" EC=${?} @@ -102,24 +102,24 @@ # run detach # touch "${STARTING_FILE}" nohup "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} ${SCRIPT_NAME_ARG} \ nohup "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} ${SCRIPT_NAME_ARG} \ org.opends.server.core.DirectoryServer \ --configClass org.opends.server.extensions.ConfigFileHandler \ --configFile "${CONFIG_FILE}" "${@}" > "${LOG_FILE}" 2>&1 & echo $! > "${PID_FILE}" if test ${EC} -eq 99 then "${OPENDS_JAVA_BIN}" -client org.opends.server.tools.WaitForFileDelete \ "${OPENDJ_JAVA_BIN}" -client org.opends.server.tools.WaitForFileDelete \ --targetFile "${STARTING_FILE}" --logFile "${LOG_FILE}" "${@}" else "${OPENDS_JAVA_BIN}" -client org.opends.server.tools.WaitForFileDelete \ "${OPENDJ_JAVA_BIN}" -client org.opends.server.tools.WaitForFileDelete \ --targetFile "${STARTING_FILE}" "${@}" fi EC=${?} if test ${EC} -eq 0 then # An exit code of 98 means that the server is already running. ${OPENDS_JAVA_BIN} -client ${SCRIPT_NAME_ARG} org.opends.server.core.DirectoryServer \ ${OPENDJ_JAVA_BIN} -client ${SCRIPT_NAME_ARG} org.opends.server.core.DirectoryServer \ --configClass org.opends.server.extensions.ConfigFileHandler \ --configFile "${CONFIG_FILE}" --checkStartability > /dev/null 2>&1 EC=${?} @@ -140,7 +140,7 @@ # echo $$ > "${PID_FILE}" rm -f "${LOG_FILE}" exec "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} ${SCRIPT_NAME_ARG} \ exec "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} ${SCRIPT_NAME_ARG} \ org.opends.server.core.DirectoryServer \ --configClass org.opends.server.extensions.ConfigFileHandler \ --configFile "${CONFIG_FILE}" "${@}" @@ -151,7 +151,7 @@ # echo $$ > "${PID_FILE}" rm -f "${LOG_FILE}" exec "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} ${SCRIPT_NAME_ARG} \ exec "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} ${SCRIPT_NAME_ARG} \ org.opends.server.core.DirectoryServer \ --configClass org.opends.server.extensions.ConfigFileHandler \ --configFile "${CONFIG_FILE}" "${@}" > /dev/null opends/resource/bin/start-ds.bat
@@ -24,6 +24,7 @@ rem rem rem Copyright 2006-2010 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal for %%i in (%~sf0) do set DIR_HOME=%%~dPsi.. @@ -57,7 +58,7 @@ echo %SCRIPT%: PATH=%PATH% >> %LOG% "%OPENDS_JAVA_BIN%" -client %SCRIPT_NAME_ARG% org.opends.server.core.DirectoryServer --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" --checkStartability %* "%OPENDJ_JAVA_BIN%" -client %SCRIPT_NAME_ARG% org.opends.server.core.DirectoryServer --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" --checkStartability %* if %errorlevel% == 98 goto serverAlreadyStarted if %errorlevel% == 99 goto runDetach @@ -79,7 +80,7 @@ echo. > "%INSTANCE_ROOT%\logs\server.out" echo. > "%INSTANCE_ROOT%\logs\server.starting" if exist "%INSTANCE_ROOT%\lib\set-java-args.bat %SCRIPT%" DO call "%INSTANCE_ROOT%\lib\set-java-args.bat" "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.server.core.DirectoryServer --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" %* "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.server.core.DirectoryServer --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" %* set ERROR_CODE=%errorlevel% goto exitErrorCode @@ -88,7 +89,7 @@ echo. > "%INSTANCE_ROOT%\logs\server.out" echo. > "%INSTANCE_ROOT%\logs\server.starting" if exist "%INSTANCE_ROOT%\lib\set-java-args.bat %SCRIPT%" DO call "%INSTANCE_ROOT%\lib\set-java-args.bat" "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.server.core.DirectoryServer --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" %* >> %LOG% "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.server.core.DirectoryServer --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" %* >> %LOG% set ERROR_CODE=%errorlevel% goto exitErrorCode @@ -97,9 +98,9 @@ echo. > "%INSTANCE_ROOT%\logs\server.out" echo. > "%INSTANCE_ROOT%\logs\server.starting" if exist "%INSTANCE_ROOT%\lib\set-java-args.bat" DO call "%INSTANCE_ROOT%\lib\set-java-args.bat" "%INSTALL_ROOT%\lib\winlauncher.exe" start "%INSTANCE_ROOT%" "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.server.core.DirectoryServer --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" %* "%INSTALL_ROOT%\lib\winlauncher.exe" start "%INSTANCE_ROOT%" "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.server.core.DirectoryServer --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" %* echo %SCRIPT%: Waiting for "%INSTANCE_ROOT%\logs\server.starting" to be deleted >> %LOG% "%OPENDS_JAVA_BIN%" -client org.opends.server.tools.WaitForFileDelete --targetFile "%INSTANCE_ROOT%\logs\server.starting" --logFile "%INSTANCE_ROOT%\logs\server.out" %* "%OPENDJ_JAVA_BIN%" -client org.opends.server.tools.WaitForFileDelete --targetFile "%INSTANCE_ROOT%\logs\server.starting" --logFile "%INSTANCE_ROOT%\logs\server.out" %* goto checkStarted :runDetachQuiet @@ -107,9 +108,9 @@ echo. > "%INSTANCE_ROOT%\logs\server.out" echo. > "%INSTANCE_ROOT%\logs\server.starting" if exist "%INSTANCE_ROOT%\lib\set-java-args.bat" DO call "%INSTANCE_ROOT%\lib\set-java-args.bat" "%INSTALL_ROOT%\lib\winlauncher.exe" start "%INSTANCE_ROOT%" "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.server.core.DirectoryServer --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" %* "%INSTALL_ROOT%\lib\winlauncher.exe" start "%INSTANCE_ROOT%" "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.server.core.DirectoryServer --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" %* echo %SCRIPT%: Waiting for "%INSTANCE_ROOT%\logs\server.starting" to be deleted >> %LOG% "%OPENDS_JAVA_BIN%" -client org.opends.server.tools.WaitForFileDelete --targetFile "%INSTANCE_ROOT%\logs\server.starting" --logFile "%INSTANCE_ROOT%\logs\server.out" %* >> %LOG% "%OPENDJ_JAVA_BIN%" -client org.opends.server.tools.WaitForFileDelete --targetFile "%INSTANCE_ROOT%\logs\server.starting" --logFile "%INSTANCE_ROOT%\logs\server.out" %* >> %LOG% goto checkStarted :runDetachCalledByWinService @@ -120,24 +121,24 @@ echo. > "%INSTANCE_ROOT%\logs\server.startingservice" echo. > "%INSTANCE_ROOT%\logs\winservice.out" if exist "%INSTANCE_ROOT%\lib\set-java-args.bat" DO call "%INSTANCE_ROOT%\lib\set-java-args.bat" "%INSTALL_ROOT%\lib\winlauncher.exe" start "%INSTANCE_ROOT%" "%OPENDS_JAVA_BIN%" -Xrs %OPENDS_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.server.core.DirectoryServer --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" %* "%INSTALL_ROOT%\lib\winlauncher.exe" start "%INSTANCE_ROOT%" "%OPENDJ_JAVA_BIN%" -Xrs %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.server.core.DirectoryServer --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" %* echo %SCRIPT%: Waiting for "%INSTANCE_ROOT%\logs\server.starting" to be deleted >> %LOG% "%OPENDS_JAVA_BIN%" -client org.opends.server.tools.WaitForFileDelete --targetFile "%INSTANCE_ROOT%\logs\server.starting" --logFile "%INSTANCE_ROOT%\logs\server.out" --outputFile "%INSTANCE_ROOT%\logs\winservice.out" %* "%OPENDJ_JAVA_BIN%" -client org.opends.server.tools.WaitForFileDelete --targetFile "%INSTANCE_ROOT%\logs\server.starting" --logFile "%INSTANCE_ROOT%\logs\server.out" --outputFile "%INSTANCE_ROOT%\logs\winservice.out" %* erase "%INSTANCE_ROOT%\logs\server.startingservice" goto checkStarted :runAsService echo %SCRIPT%: Run as service >> %LOG% "%OPENDS_JAVA_BIN%" -client org.opends.server.tools.StartWindowsService "%OPENDJ_JAVA_BIN%" -client org.opends.server.tools.StartWindowsService echo %SCRIPT%: Waiting for "%INSTANCE_ROOT%\logs\server.startingservice" to be deleted >> %LOG% "%OPENDS_JAVA_BIN%" -client org.opends.server.tools.WaitForFileDelete --targetFile "%INSTANCE_ROOT%\logs\server.startingservice" %* "%OPENDJ_JAVA_BIN%" -client org.opends.server.tools.WaitForFileDelete --targetFile "%INSTANCE_ROOT%\logs\server.startingservice" %* rem Type the contents the winwervice.out file and delete it. if exist "%INSTANCE_ROOT%\logs\winservice.out" type "%INSTANCE_ROOT%\logs\winservice.out" if exist "%INSTANCE_ROOT%\logs\winservice.out" erase "%INSTANCE_ROOT%\logs\winservice.out" goto end :checkStarted "%OPENDS_JAVA_BIN%" -client %SCRIPT_NAME_ARG% org.opends.server.core.DirectoryServer --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" --checkStartability > NUL 2>&1 "%OPENDJ_JAVA_BIN%" -client %SCRIPT_NAME_ARG% org.opends.server.core.DirectoryServer --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" --checkStartability > NUL 2>&1 if %errorlevel% == 98 goto serverStarted goto serverNotStarted @@ -152,7 +153,7 @@ goto exitErrorCode :exitErrorCode if "%OPENDS_EXIT_NO_BACKGROUND%" == "true" exit %ERROR_CODE% if "%OPENDJ_EXIT_NO_BACKGROUND%" == "true" exit %ERROR_CODE% exit /B %ERROR_CODE% :end opends/resource/bin/status
@@ -24,11 +24,12 @@ # # # Copyright 2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to display the status panel. OPENDS_INVOKE_CLASS="org.opends.server.tools.status.StatusCli" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.status.StatusCli" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="status" export SCRIPT_NAME opends/resource/bin/status.bat
@@ -24,9 +24,10 @@ rem rem rem Copyright 2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.status.StatusCli" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.status.StatusCli" set SCRIPT_NAME=status for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* opends/resource/bin/stop-ds
@@ -51,9 +51,9 @@ cd "${WORKING_DIR}" # We keep this values to reset the environment before calling start-ds. ORIGINAL_JAVA_ARGS=${OPENDS_JAVA_ARGS} ORIGINAL_JAVA_HOME=${OPENDS_JAVA_HOME} ORIGINAL_JAVA_BIN=${OPENDS_JAVA_BIN} ORIGINAL_JAVA_ARGS=${OPENDJ_JAVA_ARGS} ORIGINAL_JAVA_HOME=${OPENDJ_JAVA_HOME} ORIGINAL_JAVA_BIN=${OPENDJ_JAVA_BIN} # Specify the script name so that we can use the specified java properties. @@ -99,7 +99,7 @@ fi "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} ${SCRIPT_NAME_ARG} \ "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} ${SCRIPT_NAME_ARG} \ org.opends.server.tools.StopDS --checkStoppability "${@}" EC=${?} @@ -165,7 +165,7 @@ EXIT_CODE=${?} if test ${EXIT_CODE} -eq 0 then "${OPENDS_JAVA_BIN}" -client org.opends.server.tools.WaitForFileDelete \ "${OPENDJ_JAVA_BIN}" -client org.opends.server.tools.WaitForFileDelete \ --targetFile "${INSTANCE_ROOT}/logs/server.pid" \ --logFile "${INSTANCE_ROOT}/logs/errors" EXIT_CODE=${?} @@ -200,9 +200,9 @@ # Set the original values that the user had on the environment in order to be # sure that the start-ds script works with the proper arguments (in particular # if the user specified not to overwrite the environment). OPENDS_JAVA_ARGS=${ORIGINAL_JAVA_ARGS} OPENDS_JAVA_HOME=${ORIGINAL_JAVA_HOME} OPENDS_JAVA_BIN=${ORIGINAL_JAVA_BIN} OPENDJ_JAVA_ARGS=${ORIGINAL_JAVA_ARGS} OPENDJ_JAVA_HOME=${ORIGINAL_JAVA_HOME} OPENDJ_JAVA_BIN=${ORIGINAL_JAVA_BIN} if test ${QUIET_MODE} -eq 0 then "${INSTALL_ROOT}/bin/start-ds" --quiet @@ -226,5 +226,5 @@ fi # If we've gotten here, then we should try to stop the server over LDAP. "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} ${SCRIPT_NAME_ARG} \ "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} ${SCRIPT_NAME_ARG} \ org.opends.server.tools.StopDS "${@}" opends/resource/bin/stop-ds.bat
@@ -24,19 +24,20 @@ rem rem rem Copyright 2006-2010 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set PATH=%SystemRoot% set OPENDS_INVOKE_CLASS="org.opends.server.tools.StopDS" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.StopDS" set SCRIPT_NAME=stop-ds for %%i in (%~sf0) do set DIR_HOME=%%~dPsi.. rem We keep this values to reset the environment before calling start-ds. set ORIGINAL_JAVA_ARGS=%OPENDS_JAVA_ARGS% set ORIGINAL_JAVA_HOME=%OPENDS_JAVA_HOME% set ORIGINAL_JAVA_BIN=%OPENDS_JAVA_BIN% set ORIGINAL_JAVA_ARGS=%OPENDJ_JAVA_ARGS% set ORIGINAL_JAVA_HOME=%OPENDJ_JAVA_HOME% set ORIGINAL_JAVA_BIN=%OPENDJ_JAVA_BIN% set INSTALL_ROOT=%DIR_HOME% @@ -64,7 +65,7 @@ echo %SCRIPT%: CLASSPATH=%CLASSPATH% >> %LOG% "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.server.tools.StopDS --checkStoppability %* "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.server.tools.StopDS --checkStoppability %* if %errorlevel% == 98 goto serverAlreadyStopped if %errorlevel% == 99 goto startUsingSystemCall @@ -86,9 +87,9 @@ rem Set the original values that the user had on the environment in order to be rem sure that the start-ds script works with the proper arguments (in particular rem if the user specified not to overwrite the environment). set OPENDS_JAVA_ARGS=%ORIGINAL_JAVA_ARGS% set OPENDS_JAVA_HOME=%ORIGINAL_JAVA_HOME% set OPENDS_JAVA_BIN=%ORIGINAL_JAVA_BIN% set OPENDJ_JAVA_ARGS=%ORIGINAL_JAVA_ARGS% set OPENDJ_JAVA_HOME=%ORIGINAL_JAVA_HOME% set OPENDJ_JAVA_BIN=%ORIGINAL_JAVA_BIN% "%INSTALL_ROOT%\bat\start-ds.bat" goto writeLastLine @@ -110,16 +111,16 @@ :stopAsWindowsService echo %SCRIPT%: stop as windows service >> %LOG% "%OPENDS_JAVA_BIN%" -client org.opends.server.tools.StopWindowsService "%OPENDJ_JAVA_BIN%" -client org.opends.server.tools.StopWindowsService goto end :restartAsWindowsService echo %SCRIPT%: restart as windows service, stopping >> %LOG% "%OPENDS_JAVA_BIN%" -client org.opends.server.tools.StopWindowsService "%OPENDJ_JAVA_BIN%" -client org.opends.server.tools.StopWindowsService if not %errorlevel% == 0 goto end echo %SCRIPT%: restart as windows service, starting >> %LOG% "%OPENDS_JAVA_BIN%" -client org.opends.server.tools.StartWindowsService "%OPENDS_JAVA_BIN%" -client org.opends.server.tools.WaitForFileDelete --targetFile "%INSTANCE_ROOT%\logs\server.startingservice" "%OPENDJ_JAVA_BIN%" -client org.opends.server.tools.StartWindowsService "%OPENDJ_JAVA_BIN%" -client org.opends.server.tools.WaitForFileDelete --targetFile "%INSTANCE_ROOT%\logs\server.startingservice" rem Type the contents the winwervice.out file and delete it. if exist "%INSTANCE_ROOT%\logs\winservice.out" type "%INSTANCE_ROOT%\logs\winservice.out" if exist "%INSTANCE_ROOT%\logs\winservice.out" erase "%INSTANCE_ROOT%\logs\winservice.out" opends/resource/bin/verify-index
@@ -24,12 +24,13 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to perform validation on the contents of a Directory # Server backend storing its data in the Berkeley DB Java Edition. OPENDS_INVOKE_CLASS="org.opends.server.tools.VerifyIndex" export OPENDS_INVOKE_CLASS OPENDJ_INVOKE_CLASS="org.opends.server.tools.VerifyIndex" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="verify-index" export SCRIPT_NAME opends/resource/bin/verify-index.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.VerifyIndex" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.VerifyIndex" set SCRIPT_NAME=verify-index for %%i in (%~sf0) do call "%%~dPsi\..\lib\_server-script.bat" %* opends/resource/bin/windows-service.bat
@@ -24,10 +24,11 @@ rem rem rem Copyright 2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.ConfigureWindowsService" set OPENDJ_INVOKE_CLASS="org.opends.server.tools.ConfigureWindowsService" set SCRIPT_NAME=windows-service for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* opends/resource/config/java.properties
@@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2008-2010 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # # @@ -56,14 +57,14 @@ # specified settings. # # Examples: # Specify to overwrite the content of the environment variable OPENDS_JAVA_HOME # Specify to overwrite the content of the environment variable OPENDJ_JAVA_HOME # (i.e. the contents of this properties file for the java home will be analyzed # before checking whether OPENDS_JAVA_HOME is specified in the environment): # before checking whether OPENDJ_JAVA_HOME is specified in the environment): # overwrite-env-java-home=true # # Specify to overwrite the content of the environment variable OPENDS_JAVA_ARGS # Specify to overwrite the content of the environment variable OPENDJ_JAVA_ARGS # (i.e. the contents of this properties file for the java args will be analyzed # before checking whether OPENDS_JAVA_ARGS is specified in the environment): # before checking whether OPENDJ_JAVA_ARGS is specified in the environment): # overwrite-env-java-args=true # # Specify to use a particular Java Virtual Machine for the offline import: opends/resource/configure
@@ -62,7 +62,7 @@ fi # Launch the configure process. "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} ${SCRIPT_NAME_ARG} -DINSTALL_ROOT=${INSTALL_ROOT} org.opends.server.tools.configurator.Configurator "${@}" "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} ${SCRIPT_NAME_ARG} -DINSTALL_ROOT=${INSTALL_ROOT} org.opends.server.tools.configurator.Configurator "${@}" # return part RETURN_CODE=$? opends/resource/setup
@@ -24,6 +24,7 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # Capture the current working directory so that we can change to it later. @@ -53,7 +54,7 @@ fi # Launch the setup process. "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} ${SCRIPT_NAME_ARG} org.opends.quicksetup.installer.SetupLauncher "${@}" "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} ${SCRIPT_NAME_ARG} org.opends.quicksetup.installer.SetupLauncher "${@}" # return part RETURN_CODE=$? opends/resource/setup.bat
@@ -66,11 +66,11 @@ goto end :callLaunch "%INSTALL_ROOT%\lib\winlauncher.exe" launch "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.quicksetup.installer.SetupLauncher "%INSTALL_ROOT%\lib\winlauncher.exe" launch "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.quicksetup.installer.SetupLauncher goto end :callJava "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.quicksetup.installer.SetupLauncher %* "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.quicksetup.installer.SetupLauncher %* rem return part if %errorlevel% == 50 goto version opends/resource/unconfigure
@@ -65,7 +65,7 @@ # An exit code of 0 means options are correct => continue unconfiguration # An exit code of 51 means --help or --version option has been specified => do not unconfigure # An exit code of 10 means syntax error => do not unconfigure "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} ${SCRIPT_NAME_ARG} -DINSTALL_ROOT=${INSTALL_ROOT} org.opends.server.tools.configurator.Unconfigurator --checkOptions "${@}" "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} ${SCRIPT_NAME_ARG} -DINSTALL_ROOT=${INSTALL_ROOT} org.opends.server.tools.configurator.Unconfigurator --checkOptions "${@}" EC=${?} if test ${EC} -eq 10 then @@ -79,7 +79,7 @@ # Launch the unconfiguration # Stop the server if needed # Check server status: an exit code of 98 means that the server is running ${OPENDS_JAVA_BIN} ${SCRIPT_NAME_ARG} org.opends.server.core.DirectoryServer \ ${OPENDJ_JAVA_BIN} ${SCRIPT_NAME_ARG} org.opends.server.core.DirectoryServer \ --configClass org.opends.server.extensions.ConfigFileHandler \ --configFile "${CONFIG_FILE}" --checkStartability "${@}" > /dev/null 2>&1 EC=${?} @@ -93,7 +93,7 @@ EC=98 while test ${EC} -eq 98 do ${OPENDS_JAVA_BIN} ${SCRIPT_NAME_ARG} org.opends.server.core.DirectoryServer \ ${OPENDJ_JAVA_BIN} ${SCRIPT_NAME_ARG} org.opends.server.core.DirectoryServer \ --configClass org.opends.server.extensions.ConfigFileHandler \ --configFile "${CONFIG_FILE}" --checkStartability "${@}" > /dev/null 2>&1 EC=${?} @@ -115,7 +115,7 @@ echo "Resetting instance location ..." # Launch the unconfigure process. "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} ${SCRIPT_NAME_ARG} -DINSTALL_ROOT=${INSTALL_ROOT} org.opends.server.tools.configurator.Unconfigurator "${@}" "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} ${SCRIPT_NAME_ARG} -DINSTALL_ROOT=${INSTALL_ROOT} org.opends.server.tools.configurator.Unconfigurator "${@}" EC=${?} if test ${EC} -eq 10 then opends/resource/uninstall
@@ -24,6 +24,7 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # This script may be used to uninstall the server. @@ -55,7 +56,7 @@ fi # Launch the uninstall process. "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} ${SCRIPT_NAME_ARG} org.opends.guitools.uninstaller.UninstallLauncher "${@}" "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} ${SCRIPT_NAME_ARG} org.opends.guitools.uninstaller.UninstallLauncher "${@}" # return part RETURN_CODE=$? opends/resource/uninstall.bat
@@ -24,6 +24,7 @@ rem rem rem Copyright 2006-2010 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal for %%i in (%~sf0) do set DIR_HOME=%%~dPsi. @@ -50,12 +51,12 @@ goto callJava :callLaunch "%INSTALL_ROOT%\lib\winlauncher.exe" launch "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.guitools.uninstaller.UninstallLauncher "%INSTALL_ROOT%\lib\winlauncher.exe" launch "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.guitools.uninstaller.UninstallLauncher goto end :callJava set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=uninstall" "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.guitools.uninstaller.UninstallLauncher %* "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.guitools.uninstaller.UninstallLauncher %* rem return part if %errorlevel% == 50 goto version opends/resource/upgrade
@@ -24,6 +24,7 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # Capture the current working directory so that we can change to it later. # Then capture the location of this script and the Directory Server instance @@ -105,7 +106,7 @@ # operation is a reversion. An exit code of 50 means that the usage # statement was printed and there is nothing else to do "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} org.opends.quicksetup.upgrader.BuildExtractor "${@}" "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} org.opends.quicksetup.upgrader.BuildExtractor "${@}" RETURN_CODE=$? if test ${RETURN_CODE} -eq 99 then @@ -118,7 +119,7 @@ CLASSPATH=${JAR}:${CLASSPATH} done # Launch the upgrade process. "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} -DINSTALL_ROOT=${INSTALL_ROOT} org.opends.quicksetup.upgrader.UpgradeLauncher "${@}" "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} -DINSTALL_ROOT=${INSTALL_ROOT} org.opends.quicksetup.upgrader.UpgradeLauncher "${@}" elif test ${RETURN_CODE} -eq 98 then # Copy jars to a temporary place from which to run the reverter @@ -136,7 +137,7 @@ CLASSPATH=${JAR}:${CLASSPATH} done # Launch the upgrade process. "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} -DINSTALL_ROOT=${INSTALL_ROOT} org.opends.quicksetup.upgrader.ReversionLauncher "${@}" "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} -DINSTALL_ROOT=${INSTALL_ROOT} org.opends.quicksetup.upgrader.ReversionLauncher "${@}" fi elif test ${RETURN_CODE} -eq 50 then opends/resource/upgrade.bat
@@ -24,6 +24,7 @@ rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Portions Copyright 2011 ForgeRock AS setlocal for %%i in (%~sf0) do set DIR_HOME=%%~dPsi. @@ -54,7 +55,7 @@ set CLASSPATH="" FOR %%x in ("%INSTALL_ROOT%\lib\*.jar") DO call "%INSTALL_ROOT%\lib\setcp.bat" %%x set CLASSPATH=%INSTANCE_ROOT%\classes;%CLASSPATH% "%OPENDS_JAVA_BIN%" %SCRIPT_NAME_ARG% org.opends.quicksetup.upgrader.BuildExtractor %* "%OPENDJ_JAVA_BIN%" %SCRIPT_NAME_ARG% org.opends.quicksetup.upgrader.BuildExtractor %* if %errorlevel% == 99 goto upgrader if %errorlevel% == 98 goto reverter if %errorlevel% == 50 goto version @@ -70,7 +71,7 @@ :upgrader set CLASSPATH="" FOR %%x in ("%INSTANCE_ROOT%\tmp\upgrade\lib\*.jar") DO call "%INSTALL_ROOT%\lib\setcp.bat" %%x "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_NAME_ARG% -DINSTALL_ROOT=%INSTALL_ROOT% org.opends.quicksetup.upgrader.UpgradeLauncher %* "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% -DINSTALL_ROOT=%INSTALL_ROOT% org.opends.quicksetup.upgrader.UpgradeLauncher %* goto end :reverter @@ -78,7 +79,7 @@ xcopy "%INSTALL_ROOT%\lib\*.*" "%INSTANCE_ROOT%\tmp\revert\lib\" /E /Q /Y set CLASSPATH="" FOR %%x in ("%INSTANCE_ROOT%\tmp\revert\lib\*.jar") DO call "%INSTALL_ROOT%\lib\setcp.bat" %%x "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_NAME_ARG% -DINSTALL_ROOT=%INSTALL_ROOT% org.opends.quicksetup.upgrader.ReversionLauncher %* "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% -DINSTALL_ROOT=%INSTALL_ROOT% org.opends.quicksetup.upgrader.ReversionLauncher %* goto end :version opends/resource/upgrade_svr4
@@ -24,6 +24,7 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS # Capture the current working directory so that we can change to it later. # Then capture the location of this script and the Directory Server instance @@ -89,4 +90,4 @@ fi # Launch the upgrade process. "${OPENDS_JAVA_BIN}" ${OPENDS_JAVA_ARGS} -DINSTALL_ROOT=${INSTALL_ROOT} org.opends.quicksetup.upgrader.UpgradeSvr4Launcher "${@}" "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} -DINSTALL_ROOT=${INSTALL_ROOT} org.opends.quicksetup.upgrader.UpgradeSvr4Launcher "${@}" opends/src/build-tools/windows/Makefile
@@ -27,11 +27,11 @@ # # This is the Makefile than can be used to generate the executables # winlauncher.exe and opends_service.exe that are used by OpenDS in # winlauncher.exe and opendj_service.exe that are used by OpenDS in # windows. # # The compilation of winlauncher.exe is straightforward but in the case of # opends_service.exe uses a Message File called EventLogMsg.mc which # opendj_service.exe uses a Message File called EventLogMsg.mc which # makes the compilation a little bit more complex. # During compilation the first step is to generate EventLogMsg.h and # EventLogMsg.res using the rc.exe and mc.exe utilities. @@ -40,7 +40,7 @@ # the Windows Event Log and is required in order service.c to be compiled. # Once the EvenLogMsg.h file is generated we can compile the service.c and # common.c and finally we link the service.obj, common.obj and # EventLogMsg.res files and we generate the opends_service.exe executable. # EventLogMsg.res files and we generate the opendj_service.exe executable. # CC=cl opends/src/build-tools/windows/README
@@ -79,7 +79,7 @@ > nmake all (See INSTRUCTIONS TO COMPILE opends_service.exe for more information). (See INSTRUCTIONS TO COMPILE opendj_service.exe for more information). ************************ opends/src/guitools/org/opends/guitools/controlpanel/task/Task.java
@@ -23,6 +23,7 @@ * * * Copyright 2008-2009 Sun Microsystems, Inc. * Portions Copyright 2011 ForgeRock AS */ package org.opends.guitools.controlpanel.task; @@ -562,8 +563,8 @@ ProcessBuilder pb = new ProcessBuilder(cmd); // Use the java args in the script. Map<String, String> env = pb.environment(); //env.put(SetupUtils.OPENDS_JAVA_ARGS, ""); env.remove(SetupUtils.OPENDS_JAVA_ARGS); //env.put(SetupUtils.OPENDJ_JAVA_ARGS, ""); env.remove(SetupUtils.OPENDJ_JAVA_ARGS); env.remove("CLASSPATH"); ProcessReader outReader = null; ProcessReader errReader = null; opends/src/guitools/org/opends/guitools/controlpanel/ui/JavaPropertiesPanel.java
@@ -23,6 +23,7 @@ * * * Copyright 2008-2010 Sun Microsystems, Inc. * Portions Copyright 2011 ForgeRock AS */ package org.opends.guitools.controlpanel.ui; @@ -817,7 +818,7 @@ String userJVM = javaHome.getText(); ArrayList<Message> errorMessages = new ArrayList<Message>(); ArrayList<Message> confirmationMessages = new ArrayList<Message>(); String defaultJVM = System.getenv(SetupUtils.OPENDS_JAVA_HOME); String defaultJVM = System.getenv(SetupUtils.OPENDJ_JAVA_HOME); if (defaultJVM == null) { defaultJVM = System.getProperty("java.home"); opends/src/guitools/org/opends/guitools/controlpanel/util/ControlPanelLog.java
@@ -23,6 +23,7 @@ * * * Copyright 2008-2010 Sun Microsystems, Inc. * Portions Copyright 2011 ForgeRock AS */ package org.opends.guitools.controlpanel.util; @@ -116,7 +117,7 @@ private static boolean disableLoggingToConsole() { return !"true".equals(System.getenv("OPENDS_LOG_TO_STDOUT")); return !"true".equals(System.getenv("OPENDJ_LOG_TO_STDOUT")); } } opends/src/messages/messages/admin_tool.properties
@@ -1914,21 +1914,21 @@ INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Java Settings INFO_CTRL_PANEL_JAVA_HOME_LABEL=Java Home: INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Use the value of the environment variable \ OPENDS_JAVA_HOME INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=If OPENDS_JAVA_HOME is not defined \ OPENDJ_JAVA_HOME INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=If OPENDJ_JAVA_HOME is not defined \ the value below will be used as fallback. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME=Use the following value: INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=If the value is not found \ launching the command-line the value of OPENDS_JAVA_HOME will be used as \ launching the command-line the value of OPENDJ_JAVA_HOME will be used as \ fallback. INFO_CTRL_PANEL_JAVA_ARGUMENTS_LABEL=Java Arguments: INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=Use the value of the environment variable \ OPENDS_JAVA_ARGS INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=If OPENDS_JAVA_ARGS is not defined \ OPENDJ_JAVA_ARGS INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=If OPENDJ_JAVA_ARGS is not defined \ the values specified below will be used as fallback. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS=Use the values specified below INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=If the value is not \ specified for a command-line the value of OPENDS_JAVA_ARGS will be used as \ specified for a command-line the value of OPENDJ_JAVA_ARGS will be used as \ fallback. # # Note that the following property must begin with <html> @@ -1961,12 +1961,12 @@ work.<br>Do you want to continue? INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_FALLBACK_ARGUMENTS_DETAILS=The following \ Java arguments could not be used with binary '%s':<br>%s\ <br><br>These arguments will be used as fall back when OPENDS_JAVA_ARGS is \ <br><br>These arguments will be used as fall back when OPENDJ_JAVA_ARGS is \ not defined. If you do not want to specify a fall back, leave those \ arguments empty.<br><br>The command-lines associated with those Java \ arguments may not work.<br>Do you want to continue? SEVERE_ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=The Java home value '%s' \ is not valid. This value will be used as fall back when the OPENDS_JAVA_HOME \ is not valid. This value will be used as fall back when the OPENDJ_JAVA_HOME \ environment variable is not defined. If you do not want to specify a fall \ back, leave the Java Home text field empty or specify a valid Java home.<br>\ Error details:<br>%s @@ -1975,7 +1975,7 @@ the provided Java Home. SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=The Java binary '%s' \ could not be used to launch the server scripts. This value will be used as \ fall back when the OPENDS_JAVA_HOME environment variable is not defined. If \ fall back when the OPENDJ_JAVA_HOME environment variable is not defined. If \ you do not want to specify a fall back, leave the Java Home text field empty \ or specify a valid Java home. MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Error checking Java \ opends/src/messages/messages/admin_tool_de.properties
@@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS @@ -1194,15 +1195,15 @@ INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Java-Einstellungen INFO_CTRL_PANEL_JAVA_HOME_LABEL=Java-Home: INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Verwenden Sie die Umgebungsvariable OPENDS_JAVA_HOME INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=Wenn OPENDS_JAVA_HOME nicht definiert ist, wird der unten stehende Wert als Ausweichl\u00f6sung verwendet. INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Verwenden Sie die Umgebungsvariable OPENDJ_JAVA_HOME INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=Wenn OPENDJ_JAVA_HOME nicht definiert ist, wird der unten stehende Wert als Ausweichl\u00f6sung verwendet. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME=Verwenden Sie den folgenden Wert: INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=Wenn der Wert beim Starten der Befehlszeile nicht verwendet wird, wird OPENDS_JAVA_HOME als Ausweichl\u00f6sung verwendet. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=Wenn der Wert beim Starten der Befehlszeile nicht verwendet wird, wird OPENDJ_JAVA_HOME als Ausweichl\u00f6sung verwendet. INFO_CTRL_PANEL_JAVA_ARGUMENTS_LABEL=Java-Argumente: INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=Verwenden Sie die Umgebungsvariable OPENDS_JAVA_ARGS INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=Wenn OPENDS_JAVA_ARGS nicht definiert ist, werden die unten stehenden Werte als Ausweichl\u00f6sunge verwendet. INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=Verwenden Sie die Umgebungsvariable OPENDJ_JAVA_ARGS INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=Wenn OPENDJ_JAVA_ARGS nicht definiert ist, werden die unten stehenden Werte als Ausweichl\u00f6sunge verwendet. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS=Verwenden Sie die unten stehenden Werte INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=Wenn der Wert f\u00fcr eine Befehlszeile nicht verwendet wird, wird OPENDS_JAVA_ARGS als Ausweichl\u00f6sung verwendet. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=Wenn der Wert f\u00fcr eine Befehlszeile nicht verwendet wird, wird OPENDJ_JAVA_ARGS als Ausweichl\u00f6sung verwendet. # # Note that the following property must begin with <html> # @@ -1222,10 +1223,10 @@ # (<br>) # INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=Die folgenden Java-Arguments konnten mit Bin\u00e4rdatei '%s' nicht verwendet werden: <br>%s<br><br>. Die Befehlszeile, die mit diesen Java-Argumenten verkn\u00fcpft ist, funktioniert unter Umst\u00e4nden nicht.<br>M\u00f6chten Sie fortfahren? INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_FALLBACK_ARGUMENTS_DETAILS=Die folgenden Java-Argumente konnten mit der folgenden Bin\u00e4rdatei '%s' nicht verwendet werden: <br>%s<br><br>Diese Argumente werden als Ausweichl\u00f6sung verwendet, wenn OPENDS_JAVA_ARGS nicht definiert ist. Wenn Sie keine Ausweichl\u00f6sung angeben m\u00f6chten, f\u00fcllen Sie diese Felder nicht aus.<br><br>Unter Umst\u00e4nden funktionieren die Befehlszeilen nicht, die mit diesen Java-Argumenten verkn\u00fcpft sind.<br>M\u00f6chten Sie fortfahren? SEVERE_ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=Der Java-Home-Wert '%s' ist ung\u00fcltig. Dieser Wert wird als Ausweichl\u00f6sung verwendet, wenn die Umgebungsvariable OPENDS_JAVA_HOME nicht definiert ist. Wenn Sie keine Ausweichl\u00f6sung angeben m\u00f6chten, lassen Sie das Java-Home-Textfeld leer oder geben Sie einen g\u00fcltigen Wert f\u00fcr Java-Home an.<br>Fehlerdetails:<br>%s INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_FALLBACK_ARGUMENTS_DETAILS=Die folgenden Java-Argumente konnten mit der folgenden Bin\u00e4rdatei '%s' nicht verwendet werden: <br>%s<br><br>Diese Argumente werden als Ausweichl\u00f6sung verwendet, wenn OPENDJ_JAVA_ARGS nicht definiert ist. Wenn Sie keine Ausweichl\u00f6sung angeben m\u00f6chten, f\u00fcllen Sie diese Felder nicht aus.<br><br>Unter Umst\u00e4nden funktionieren die Befehlszeilen nicht, die mit diesen Java-Argumenten verkn\u00fcpft sind.<br>M\u00f6chten Sie fortfahren? SEVERE_ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=Der Java-Home-Wert '%s' ist ung\u00fcltig. Dieser Wert wird als Ausweichl\u00f6sung verwendet, wenn die Umgebungsvariable OPENDJ_JAVA_HOME nicht definiert ist. Wenn Sie keine Ausweichl\u00f6sung angeben m\u00f6chten, lassen Sie das Java-Home-Textfeld leer oder geben Sie einen g\u00fcltigen Wert f\u00fcr Java-Home an.<br>Fehlerdetails:<br>%s SEVERE_ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=Der Java-Bin\u00e4rwert '%s' konnte nicht zum Starten der Serverskripts verwendet werden.<br>Der Server kann nicht mit dem angegebenen Java-Home ausgef\u00fchrt werden. SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=Der Java-Bin\u00e4rwert '%s' konnte nicht zum Starten der Serverskripts verwendet werden. Dieser Wert wird als Ausweichl\u00f6sung verwendet, wenn die Umgebungsvariable OPENDS_JAVA_HOME nicht definiert ist. Wenn Sie keine Ausweichl\u00f6sung angeben m\u00f6chten, lassen Sie das Java-Home-Textfeld leer oder geben Sie einen g\u00fcltigen Wert f\u00fcr Java-Home an. SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=Der Java-Bin\u00e4rwert '%s' konnte nicht zum Starten der Serverskripts verwendet werden. Dieser Wert wird als Ausweichl\u00f6sung verwendet, wenn die Umgebungsvariable OPENDJ_JAVA_HOME nicht definiert ist. Wenn Sie keine Ausweichl\u00f6sung angeben m\u00f6chten, lassen Sie das Java-Home-Textfeld leer oder geben Sie einen g\u00fcltigen Wert f\u00fcr Java-Home an. MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Fehler beim Pr\u00fcfen der Java-Einstellungen MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=Beim Pr\u00fcfen der Java-Einstellungen ist ein unerwarteter Fehler aufgetreten. Details: %s INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_TITLE=\u00c4ndern des Index opends/src/messages/messages/admin_tool_es.properties
@@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS @@ -1194,15 +1195,15 @@ INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Configuraci\u00f3n de Java INFO_CTRL_PANEL_JAVA_HOME_LABEL=Inicio de Java: INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Use el valor de la variable de entorno OPENDS_JAVA_HOME INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=Si OPENDS_JAVA_HOME no se ha definido, se utilizar\u00e1 el valor que se muestra a continuaci\u00f3n como respaldo. INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Use el valor de la variable de entorno OPENDJ_JAVA_HOME INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=Si OPENDJ_JAVA_HOME no se ha definido, se utilizar\u00e1 el valor que se muestra a continuaci\u00f3n como respaldo. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME=Use el siguiente valor: INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=Si el valor no se encuentra al iniciar la l\u00ednea de comandos, el valor de OPENDS_JAVA_HOME se utilizar\u00e1 como respaldo. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=Si el valor no se encuentra al iniciar la l\u00ednea de comandos, el valor de OPENDJ_JAVA_HOME se utilizar\u00e1 como respaldo. INFO_CTRL_PANEL_JAVA_ARGUMENTS_LABEL=Argumentos de Java: INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=Use el valor de la variable de entorno OPENDS_JAVA_ARGS INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=Si OPENDS_JAVA_ARGS no se ha definido, se utilizar\u00e1 el valor que se muestra a continuaci\u00f3n como respaldo. INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=Use el valor de la variable de entorno OPENDJ_JAVA_ARGS INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=Si OPENDJ_JAVA_ARGS no se ha definido, se utilizar\u00e1 el valor que se muestra a continuaci\u00f3n como respaldo. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS=Use los valores especificados a continuaci\u00f3n INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=Si el valor no se encuentra al iniciar la l\u00ednea de comandos, el valor de OPENDS_JAVA_ARGS se utilizar\u00e1 como respaldo. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=Si el valor no se encuentra al iniciar la l\u00ednea de comandos, el valor de OPENDJ_JAVA_ARGS se utilizar\u00e1 como respaldo. # # Note that the following property must begin with <html> # @@ -1222,10 +1223,10 @@ # (<br>) # INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=Los siguientes argumentos de Java no se pudieron utilizar con el valor binario '%s':<br>%s<br><br>Es posible que las l\u00edneas de comandos asociadas con dichos argumentos de Java no funcionen.<br>\u00bfDesea continuar? INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_FALLBACK_ARGUMENTS_DETAILS=Los siguientes argumentos de Java no se pudieron utilizar con el valor binario '%s':<br>%s<br><br>Estos argumentos se utilizar\u00e1 como respaldo cuando no se defina OPENDS_JAVA_ARGS. Si no desea especificar un valor de respaldo, deje estos argumentos en blanco.<br><br>Es posible que las l\u00edneas de comandos asociadas con dichos argumentos de Java no funcionen.<br>\u00bfDesea continuar? SEVERE_ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=El valor de Java Home '%s' no es v\u00e1lido. Este valor se emplear\u00e1 como retroceso si no se ha definido la variable de entorno OPENDS_JAVA_HOME. Si no desea especificar un retroceso, deje vac\u00edo el campo de texto Inicio de Java (Java Home) o especifique un inicio de Java v\u00e1lido.<br>Detalles del error:<br>%s INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_FALLBACK_ARGUMENTS_DETAILS=Los siguientes argumentos de Java no se pudieron utilizar con el valor binario '%s':<br>%s<br><br>Estos argumentos se utilizar\u00e1 como respaldo cuando no se defina OPENDJ_JAVA_ARGS. Si no desea especificar un valor de respaldo, deje estos argumentos en blanco.<br><br>Es posible que las l\u00edneas de comandos asociadas con dichos argumentos de Java no funcionen.<br>\u00bfDesea continuar? SEVERE_ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=El valor de Java Home '%s' no es v\u00e1lido. Este valor se emplear\u00e1 como retroceso si no se ha definido la variable de entorno OPENDJ_JAVA_HOME. Si no desea especificar un retroceso, deje vac\u00edo el campo de texto Inicio de Java (Java Home) o especifique un inicio de Java v\u00e1lido.<br>Detalles del error:<br>%s SEVERE_ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=El binario de Java '%s' no puede utilizarse para lanzar los scripts del servidor.<br>El servidor no se puede ejecutar utilizando el Java Home proporcionado. SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=El binario de Java '%s' no puede utilizarse para lanzar los scripts del servidor. Este valor se emplear\u00e1 como retroceso si no se ha definido la variable de entorno OPENDS_JAVA_HOME. Si no desea especificar un retroceso, deje vac\u00edo el campo de texto Inicio de Java (Java Home) o especifique un inicio de Java v\u00e1lido. SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=El binario de Java '%s' no puede utilizarse para lanzar los scripts del servidor. Este valor se emplear\u00e1 como retroceso si no se ha definido la variable de entorno OPENDJ_JAVA_HOME. Si no desea especificar un retroceso, deje vac\u00edo el campo de texto Inicio de Java (Java Home) o especifique un inicio de Java v\u00e1lido. MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Error al comprobar la configuraci\u00f3n de Java MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=Se produjo un error inesperado al comprobar la configuraci\u00f3n de Java proporcionada. Detalles: %s INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_TITLE=Modificando el \u00edndice opends/src/messages/messages/admin_tool_fr.properties
@@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS @@ -1194,15 +1195,15 @@ INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Param\u00e8tres Java INFO_CTRL_PANEL_JAVA_HOME_LABEL=Accueil JAVA\u00a0: INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Utiliser la valeur de la variable d'environnement OPENDS_JAVA_HOME INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=Si OPEN_JAVA_HOME n'est pas d\u00e9finie, la valeur ci-dessous sera utilis\u00e9e comme solution de repli. INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Utiliser la valeur de la variable d'environnement OPENDJ_JAVA_HOME INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=Si OPENDJ_JAVA_HOME n'est pas d\u00e9finie, la valeur ci-dessous sera utilis\u00e9e comme solution de repli. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME=Utiliser la valeur suivante\u00a0: INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=Si la valeur n'est pas trouv\u00e9e lors du lancement de la ligne de commande, la valeur de OPEN_JAVA_HOME sera utilis\u00e9e comme solution de repli. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=Si la valeur n'est pas trouv\u00e9e lors du lancement de la ligne de commande, la valeur de OPENDJ_JAVA_HOME sera utilis\u00e9e comme solution de repli. INFO_CTRL_PANEL_JAVA_ARGUMENTS_LABEL=Arguments Java INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=Utiliser la valeur de la variable d'environnement OPENDS_JAVA_ARGS INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=Si OPEN_JAVA_ARGS n'est pas d\u00e9finie, les valeurs ci-dessous seront utilis\u00e9es comme solution de repli. INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=Utiliser la valeur de la variable d'environnement OPENDJ_JAVA_ARGS INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=Si OPENDJ_JAVA_ARGS n'est pas d\u00e9finie, les valeurs ci-dessous seront utilis\u00e9es comme solution de repli. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS=Utiliser les valeurs indiqu\u00e9es ci-dessous INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=Si la valeur n'est pas indiqu\u00e9e pour une ligne de commande, la valeur de OPEN_JAVA_ARGS sera utilis\u00e9e comme solution de repli. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=Si la valeur n'est pas indiqu\u00e9e pour une ligne de commande, la valeur de OPENDJ_JAVA_ARGS sera utilis\u00e9e comme solution de repli. # # Note that the following property must begin with <html> # @@ -1222,10 +1223,10 @@ # (<br>) # INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=Les arguments Java suivants ne peuvent pas \u00eatre utilis\u00e9s avec le binaire '%s' :<br>%s<br><br>Les lignes de commands associ\u00e9es avec ces arguments Java peuvent ne pas fonctionner.<br> Voulez-vous continuer\u00a0? INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_FALLBACK_ARGUMENTS_DETAILS=Les arguments Java suivants ne peuvent \u00eatre utilis\u00e9s avec le binaire '%s'\u00a0: <br>%s<br><br>Ces arguments seront utilis\u00e9s comme solution de repli quand OPENDS_JAVA_ARGS n'est pas d\u00e9fini. Si vous ne voulez pas indiquer de solution de repli, laissez ces arguments vides.<br><br>Les lignes de commands associ\u00e9es avec ces arguments Java peuvent ne pas fonctionner.<br> Voulez-vous continuer\u00a0? SEVERE_ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=La valeur de r\u00e9pertoire de base Java '%s' n'est pas valide. Cette valeur est utilis\u00e9e comme solution de repli lorsque la variable d'environnement OPENDS_JAVA_HOME n'est pas d\u00e9finie. Si vous ne voulez pas indiquer de solution de repli, laissez le champ de r\u00e9pertoire de base Java vide ou indiquez un r\u00e9pertoire de base Java valide.<br>D\u00e9tails de l'erreur\u00a0:<br>%s INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_FALLBACK_ARGUMENTS_DETAILS=Les arguments Java suivants ne peuvent \u00eatre utilis\u00e9s avec le binaire '%s'\u00a0: <br>%s<br><br>Ces arguments seront utilis\u00e9s comme solution de repli quand OPENDJ_JAVA_ARGS n'est pas d\u00e9fini. Si vous ne voulez pas indiquer de solution de repli, laissez ces arguments vides.<br><br>Les lignes de commands associ\u00e9es avec ces arguments Java peuvent ne pas fonctionner.<br> Voulez-vous continuer\u00a0? SEVERE_ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=La valeur de r\u00e9pertoire de base Java '%s' n'est pas valide. Cette valeur est utilis\u00e9e comme solution de repli lorsque la variable d'environnement OPENDJ_JAVA_HOME n'est pas d\u00e9finie. Si vous ne voulez pas indiquer de solution de repli, laissez le champ de r\u00e9pertoire de base Java vide ou indiquez un r\u00e9pertoire de base Java valide.<br>D\u00e9tails de l'erreur\u00a0:<br>%s SEVERE_ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=Impossible d'utiliser le fichier binaire Java '%s' pour lancer les scripts de serveur.<br>Impossible d'ex\u00e9cuter le serveur avec le r\u00e9pertoire de base Java indiqu\u00e9. SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=Impossible d'utiliser le fichier binaire Java '%s' pour lancer les scripts de serveur. Cette valeur est utilis\u00e9e comme solution de repli lorsque la variable d'environnement OPENDS_JAVA_HOME n'est pas d\u00e9finie. Si vous ne voulez pas indiquer de solution de repli, laissez le champ de r\u00e9pertoire de base Java vide ou indiquez un r\u00e9pertoire de base Java valide. SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=Impossible d'utiliser le fichier binaire Java '%s' pour lancer les scripts de serveur. Cette valeur est utilis\u00e9e comme solution de repli lorsque la variable d'environnement OPENDJ_JAVA_HOME n'est pas d\u00e9finie. Si vous ne voulez pas indiquer de solution de repli, laissez le champ de r\u00e9pertoire de base Java vide ou indiquez un r\u00e9pertoire de base Java valide. MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Erreur lors de la v\u00e9rification des param\u00e8tres Java MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=Une erreur inattendue s'est produite lors de la v\u00e9rification des param\u00e8tres Java. D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_TITLE=Modification de l'index opends/src/messages/messages/admin_tool_ja.properties
@@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS @@ -1194,15 +1195,15 @@ INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Java \u8a2d\u5b9a INFO_CTRL_PANEL_JAVA_HOME_LABEL=Java \u30db\u30fc\u30e0: INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=\u74b0\u5883\u5909\u6570 OPENDS_JAVA_HOME \u306e\u5024\u3092\u4f7f\u7528\u3057\u307e\u3059 INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=OPENDS_JAVA_HOME \u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u3001\u4e0b\u4f4d\u306e\u5024\u304c\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002 INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=\u74b0\u5883\u5909\u6570 OPENDJ_JAVA_HOME \u306e\u5024\u3092\u4f7f\u7528\u3057\u307e\u3059 INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=OPENDJ_JAVA_HOME \u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u3001\u4e0b\u4f4d\u306e\u5024\u304c\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002 INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME=\u6b21\u306e\u5024\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=\u30b3\u30de\u30f3\u30c9\u884c\u306e\u8d77\u52d5\u6642\u306b\u5024\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u306f\u3001OPENDS_JAVA_HOME \u306e\u5024\u304c\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002 INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=\u30b3\u30de\u30f3\u30c9\u884c\u306e\u8d77\u52d5\u6642\u306b\u5024\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u306f\u3001OPENDJ_JAVA_HOME \u306e\u5024\u304c\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002 INFO_CTRL_PANEL_JAVA_ARGUMENTS_LABEL=Java \u5f15\u6570: INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=\u74b0\u5883\u5909\u6570 OPENDS_JAVA_ARGS \u306e\u5024\u3092\u4f7f\u7528\u3057\u307e\u3059 INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=OPENDS_JAVA_ARGS \u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u3001\u4e0b\u4f4d\u306b\u6307\u5b9a\u3055\u308c\u305f\u5024\u304c\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002 INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=\u74b0\u5883\u5909\u6570 OPENDJ_JAVA_ARGS \u306e\u5024\u3092\u4f7f\u7528\u3057\u307e\u3059 INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=OPENDJ_JAVA_ARGS \u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u3001\u4e0b\u4f4d\u306b\u6307\u5b9a\u3055\u308c\u305f\u5024\u304c\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002 INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS=\u4e0b\u4f4d\u306b\u6307\u5b9a\u3055\u308c\u305f\u5024\u3092\u4f7f\u7528\u3057\u307e\u3059 INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=\u30b3\u30de\u30f3\u30c9\u884c\u3067\u5024\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u3001OPENDS_JAVA_ARGS \u306e\u5024\u304c\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002 INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=\u30b3\u30de\u30f3\u30c9\u884c\u3067\u5024\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u3001OPENDJ_JAVA_ARGS \u306e\u5024\u304c\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002 # # Note that the following property must begin with <html> # @@ -1222,10 +1223,10 @@ # (<br>) # INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS= \u30d0\u30a4\u30ca\u30ea '%s' \u3067\u6b21\u306e Java \u5f15\u6570\u3092\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f:<br>%s<br><br>\u3053\u308c\u3089\u306e Java \u5f15\u6570\u3068\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30b3\u30de\u30f3\u30c9\u884c\u306f\u6a5f\u80fd\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002<br>\u7d9a\u884c\u3057\u307e\u3059\u304b ? INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_FALLBACK_ARGUMENTS_DETAILS=\u6b21\u306e Java \u5f15\u6570\u306f\u3001\u30d0\u30a4\u30ca\u30ea '%s' \u3067\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f:<br>%s<br><br>\u3053\u308c\u3089\u306e\u5f15\u6570\u306f\u3001OPENDS_JAVA_ARGS \u304c\u672a\u5b9a\u7fa9\u306e\u5834\u5408\u306e\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u3001\u305d\u308c\u3089\u306e\u5f15\u6570\u3092\u7a7a\u306b\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044\u3002<br><br>\u3053\u308c\u3089\u306e Java \u5f15\u6570\u3068\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30b3\u30de\u30f3\u30c9\u884c\u306f\u6a5f\u80fd\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002<br>\u7d9a\u884c\u3057\u307e\u3059\u304b ? SEVERE_ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=Java \u30db\u30fc\u30e0\u306e\u5024 '%s' \u306f\u7121\u52b9\u3067\u3059\u3002\u3053\u306e\u5024\u306f\u3001OPENDS_JAVA_HOME \u74b0\u5883\u5909\u6570\u304c\u672a\u5b9a\u7fa9\u306e\u5834\u5408\u306e\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u3001\u300cJava \u30db\u30fc\u30e0\u300d\u30c6\u30ad\u30b9\u30c8\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u7a7a\u306e\u307e\u307e\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f\u3001\u6709\u52b9\u306a Java \u30db\u30fc\u30e0\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002<br>\u30a8\u30e9\u30fc\u8a73\u7d30:<br>%s INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_FALLBACK_ARGUMENTS_DETAILS=\u6b21\u306e Java \u5f15\u6570\u306f\u3001\u30d0\u30a4\u30ca\u30ea '%s' \u3067\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f:<br>%s<br><br>\u3053\u308c\u3089\u306e\u5f15\u6570\u306f\u3001OPENDJ_JAVA_ARGS \u304c\u672a\u5b9a\u7fa9\u306e\u5834\u5408\u306e\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u3001\u305d\u308c\u3089\u306e\u5f15\u6570\u3092\u7a7a\u306b\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044\u3002<br><br>\u3053\u308c\u3089\u306e Java \u5f15\u6570\u3068\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30b3\u30de\u30f3\u30c9\u884c\u306f\u6a5f\u80fd\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002<br>\u7d9a\u884c\u3057\u307e\u3059\u304b ? SEVERE_ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=Java \u30db\u30fc\u30e0\u306e\u5024 '%s' \u306f\u7121\u52b9\u3067\u3059\u3002\u3053\u306e\u5024\u306f\u3001OPENDJ_JAVA_HOME \u74b0\u5883\u5909\u6570\u304c\u672a\u5b9a\u7fa9\u306e\u5834\u5408\u306e\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u3001\u300cJava \u30db\u30fc\u30e0\u300d\u30c6\u30ad\u30b9\u30c8\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u7a7a\u306e\u307e\u307e\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f\u3001\u6709\u52b9\u306a Java \u30db\u30fc\u30e0\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002<br>\u30a8\u30e9\u30fc\u8a73\u7d30:<br>%s SEVERE_ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=Java \u30d0\u30a4\u30ca\u30ea '%s' \u3092\u4f7f\u7528\u3057\u3066\u30b5\u30fc\u30d0\u30fc\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u958b\u59cb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002<br>\u6307\u5b9a\u3055\u308c\u305f Java \u30db\u30fc\u30e0\u3092\u4f7f\u7528\u3057\u3066\u30b5\u30fc\u30d0\u30fc\u3092\u5b9f\u884c\u3067\u304d\u307e\u305b\u3093\u3002 SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=Java \u30d0\u30a4\u30ca\u30ea '%s' \u3092\u4f7f\u7528\u3057\u3066\u30b5\u30fc\u30d0\u30fc\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u958b\u59cb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3053\u306e\u5024\u306f\u3001OPENDS_JAVA_HOME \u74b0\u5883\u5909\u6570\u304c\u672a\u5b9a\u7fa9\u306e\u5834\u5408\u306e\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u3001\u300cJava \u30db\u30fc\u30e0\u300d\u30c6\u30ad\u30b9\u30c8\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u7a7a\u306e\u307e\u307e\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f\u3001\u6709\u52b9\u306a Java \u30db\u30fc\u30e0\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=Java \u30d0\u30a4\u30ca\u30ea '%s' \u3092\u4f7f\u7528\u3057\u3066\u30b5\u30fc\u30d0\u30fc\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u958b\u59cb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3053\u306e\u5024\u306f\u3001OPENDJ_JAVA_HOME \u74b0\u5883\u5909\u6570\u304c\u672a\u5b9a\u7fa9\u306e\u5834\u5408\u306e\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u3001\u300cJava \u30db\u30fc\u30e0\u300d\u30c6\u30ad\u30b9\u30c8\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u7a7a\u306e\u307e\u307e\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f\u3001\u6709\u52b9\u306a Java \u30db\u30fc\u30e0\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Java \u8a2d\u5b9a\u306e\u691c\u67fb\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=\u6307\u5b9a\u3055\u308c\u305f Java \u8a2d\u5b9a\u306e\u691c\u67fb\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u8a73\u7d30: %s INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_TITLE=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5909\u66f4 opends/src/messages/messages/admin_tool_ko.properties
@@ -1148,15 +1148,15 @@ INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Java Settings INFO_CTRL_PANEL_JAVA_HOME_LABEL=Java Home: INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Use the value of the environment variable OPENDS_JAVA_HOME INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=If OPENDS_JAVA_HOME is not defined the value below will be used as fallback. INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Use the value of the environment variable OPENDJ_JAVA_HOME INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=If OPENDJ_JAVA_HOME is not defined the value below will be used as fallback. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME=Use the following value: INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=If the value is not found launching the command-line the value of OPENDS_JAVA_HOME will be used as fallback. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=If the value is not found launching the command-line the value of OPENDJ_JAVA_HOME will be used as fallback. INFO_CTRL_PANEL_JAVA_ARGUMENTS_LABEL=Java Arguments: INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=Use the value of the environment variable OPENDS_JAVA_ARGS INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=If OPENDS_JAVA_ARGS is not defined the values specified below will be used as fallback. INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=Use the value of the environment variable OPENDJ_JAVA_ARGS INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=If OPENDJ_JAVA_ARGS is not defined the values specified below will be used as fallback. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS=Use the values specified below INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=If the value is not specified for a command-line the value of OPENDS_JAVA_ARGS will be used as fallback. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=If the value is not specified for a command-line the value of OPENDJ_JAVA_ARGS will be used as fallback. # # Note that the following property must begin with <html> # opends/src/messages/messages/admin_tool_zh_CN.properties
@@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS @@ -1194,15 +1195,15 @@ INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Java \u8bbe\u7f6e INFO_CTRL_PANEL_JAVA_HOME_LABEL=Java \u4e3b\u9875: INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=\u4f7f\u7528\u73af\u5883\u53d8\u91cf OPENDS_JAVA_HOME \u7684\u503c INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=\u5982\u679c\u672a\u5b9a\u4e49 OPENDS_JAVA_HOME\uff0c\u5219\u4e0b\u9762\u7684\u503c\u5c06\u7528\u4f5c\u540e\u5907\u9879\u3002 INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=\u4f7f\u7528\u73af\u5883\u53d8\u91cf OPENDJ_JAVA_HOME \u7684\u503c INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=\u5982\u679c\u672a\u5b9a\u4e49 OPENDJ_JAVA_HOME\uff0c\u5219\u4e0b\u9762\u7684\u503c\u5c06\u7528\u4f5c\u540e\u5907\u9879\u3002 INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME=\u4f7f\u7528\u4ee5\u4e0b\u503c: INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=\u5982\u679c\u542f\u52a8\u547d\u4ee4\u884c\u672a\u627e\u5230\u8be5\u503c\uff0c\u5219 OPENDS_JAVA_HOME \u7684\u503c\u5c06\u7528\u4f5c\u540e\u5907\u9879\u3002 INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=\u5982\u679c\u542f\u52a8\u547d\u4ee4\u884c\u672a\u627e\u5230\u8be5\u503c\uff0c\u5219 OPENDJ_JAVA_HOME \u7684\u503c\u5c06\u7528\u4f5c\u540e\u5907\u9879\u3002 INFO_CTRL_PANEL_JAVA_ARGUMENTS_LABEL=Java \u53c2\u6570: INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=\u4f7f\u7528\u73af\u5883\u53d8\u91cf OPENDS_JAVA_ARGS \u7684\u503c INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=\u5982\u679c\u672a\u5b9a\u4e49 OPENDS_JAVA_ARGS\uff0c\u5219\u4e0b\u9762\u6307\u5b9a\u7684\u503c\u5c06\u7528\u4f5c\u540e\u5907\u9879\u3002 INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=\u4f7f\u7528\u73af\u5883\u53d8\u91cf OPENDJ_JAVA_ARGS \u7684\u503c INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=\u5982\u679c\u672a\u5b9a\u4e49 OPENDJ_JAVA_ARGS\uff0c\u5219\u4e0b\u9762\u6307\u5b9a\u7684\u503c\u5c06\u7528\u4f5c\u540e\u5907\u9879\u3002 INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS=\u4f7f\u7528\u4e0b\u9762\u6307\u5b9a\u7684\u503c INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=\u5982\u679c\u6ca1\u6709\u9488\u5bf9\u547d\u4ee4\u884c\u6307\u5b9a\u503c\uff0c\u5219 OPENDS_JAVA_ARGS \u7684\u503c\u5c06\u7528\u4f5c\u540e\u5907\u9879\u3002 INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=\u5982\u679c\u6ca1\u6709\u9488\u5bf9\u547d\u4ee4\u884c\u6307\u5b9a\u503c\uff0c\u5219 OPENDJ_JAVA_ARGS \u7684\u503c\u5c06\u7528\u4f5c\u540e\u5907\u9879\u3002 # # Note that the following property must begin with <html> # opends/src/messages/messages/admin_tool_zh_TW.properties
@@ -1148,15 +1148,15 @@ INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Java Settings INFO_CTRL_PANEL_JAVA_HOME_LABEL=Java Home: INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Use the value of the environment variable OPENDS_JAVA_HOME INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=If OPENDS_JAVA_HOME is not defined the value below will be used as fallback. INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Use the value of the environment variable OPENDJ_JAVA_HOME INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=If OPENDJ_JAVA_HOME is not defined the value below will be used as fallback. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME=Use the following value: INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=If the value is not found launching the command-line the value of OPENDS_JAVA_HOME will be used as fallback. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=If the value is not found launching the command-line the value of OPENDJ_JAVA_HOME will be used as fallback. INFO_CTRL_PANEL_JAVA_ARGUMENTS_LABEL=Java Arguments: INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=Use the value of the environment variable OPENDS_JAVA_ARGS INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=If OPENDS_JAVA_ARGS is not defined the values specified below will be used as fallback. INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=Use the value of the environment variable OPENDJ_JAVA_ARGS INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=If OPENDJ_JAVA_ARGS is not defined the values specified below will be used as fallback. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS=Use the values specified below INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=If the value is not specified for a command-line the value of OPENDS_JAVA_ARGS will be used as fallback. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=If the value is not specified for a command-line the value of OPENDJ_JAVA_ARGS will be used as fallback. # # Note that the following property must begin with <html> # @@ -1176,10 +1176,10 @@ # (<br>) # INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=The following Java arguments could not be used with binary '%s':<br>%s<br><br>The command-lines associated with those Java arguments may not work.<br>Do you want to continue? INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_FALLBACK_ARGUMENTS_DETAILS=The following Java arguments could not be used with binary '%s':<br>%s<br><br>These arguments will be used as fall back when OPENDS_JAVA_ARGS is not defined. If you do not want to specify a fall back, leave those arguments empty.<br><br>The command-lines associated with those Java arguments may not work.<br>Do you want to continue? SEVERE_ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=The Java home value '%s' is not valid. This value will be used as fall back when the OPENDS_JAVA_HOME environment variable is not defined. If you do not want to specify a fall back, leave the Java Home text field empty or specify a valid Java home.<br>Error details:<br>%s INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_FALLBACK_ARGUMENTS_DETAILS=The following Java arguments could not be used with binary '%s':<br>%s<br><br>These arguments will be used as fall back when OPENDJ_JAVA_ARGS is not defined. If you do not want to specify a fall back, leave those arguments empty.<br><br>The command-lines associated with those Java arguments may not work.<br>Do you want to continue? SEVERE_ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=The Java home value '%s' is not valid. This value will be used as fall back when the OPENDJ_JAVA_HOME environment variable is not defined. If you do not want to specify a fall back, leave the Java Home text field empty or specify a valid Java home.<br>Error details:<br>%s SEVERE_ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=The Java binary '%s' could not be used to launch the server scripts.<br>The server cannot run using the provided Java Home. SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=The Java binary '%s' could not be used to launch the server scripts. This value will be used as fall back when the OPENDS_JAVA_HOME environment variable is not defined. If you do not want to specify a fall back, leave the Java Home text field empty or specify a valid Java home. SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=The Java binary '%s' could not be used to launch the server scripts. This value will be used as fall back when the OPENDJ_JAVA_HOME environment variable is not defined. If you do not want to specify a fall back, leave the Java Home text field empty or specify a valid Java home. MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Error checking Java settings MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=An unexpected error occurred checking the provided Java settings. \u8a73\u7d30\u8cc7\u8a0a: %s INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_TITLE=Modifying Index opends/src/messages/messages/quicksetup.properties
@@ -1377,7 +1377,7 @@ properties. Error code: %d SEVERE_ERR_INCOMPATIBLE_VERSION=The minimum Java version required is %s.%n%n\ The detected version is %s.%nThe binary detected is %s%n%n\Please set \ OPENDS_JAVA_HOME to the root of a compatible Java installation or edit the \ OPENDJ_JAVA_HOME to the root of a compatible Java installation or edit the \ java.properties file and then run the dsjavaproperties script to specify the \ java version to be used. SEVERE_ERR_INVALID_JAVA_ARGS=The java arguments used in the server \ opends/src/messages/messages/quicksetup_de.properties
@@ -898,7 +898,7 @@ SEVERE_ERR_COULD_NOT_FIND_REPLICATIONID=Remote-Peer zum Initialisieren des Inhalts des lokalen DN konnte nicht gefunden werden: %s. INFO_NEW_UPGRADE_SCRIPT_AVAILABLE=Es wurde eine neue Version von '%s' verf\u00fcgbar gemacht. Nach diesem Vorgang sollten Sie dieses Skript l\u00f6schen und '%s' in '%1$s' umbenennen. MILD_ERR_ERROR_CREATING_JAVA_HOME_SCRIPTS=Fehler beim Aktualisieren von Skripts mit Java-Eigenschaften. Fehlercode: %d SEVERE_ERR_INCOMPATIBLE_VERSION=Die mindestens erforderliche Java-Version ist %s.%n%nDie erkannte Version ist %s.%nDie erkannte bin\u00e4re ist %s%n%nBitte setzen Sie OPENDS_JAVA_HOME auf die Root einer kompatiblen Java-Installation oder bearbeiten Sie die Datei java.properties und f\u00fchren Sie dann das Skript dsjavaproperties aus, um die Java-Version anzugeben, die verwendet werden soll. SEVERE_ERR_INCOMPATIBLE_VERSION=Die mindestens erforderliche Java-Version ist %s.%n%nDie erkannte Version ist %s.%nDie erkannte bin\u00e4re ist %s%n%nBitte setzen Sie OPENDJ_JAVA_HOME auf die Root einer kompatiblen Java-Installation oder bearbeiten Sie die Datei java.properties und f\u00fchren Sie dann das Skript dsjavaproperties aus, um die Java-Version anzugeben, die verwendet werden soll. SEVERE_ERR_INVALID_JAVA_ARGS=Die in der Serverinstallation in '%s' verwendeten Java-Argumente sind offenbar nicht kompatibel mit der Java Virtual Machine, die zum Ausf\u00fchren des Updatemoduls (%s) verwendet wird.%n%nZum Beheben dieses Problems l\u00f6schen Sie die Datei %s und klicken auf erneut auf 'Weiter'.%nSobald das Updatemodul beende wurde, m\u00fcssen Sie die Java-Argumente erneut einrichten, indem Sie die Befehlszeile %s ausf\u00fchren. INFO_ADS_CONTEXT_EXCEPTION_MSG=Fehler bei den Registrierungsinformationen. Fehlertyp: '%s'. INFO_ADS_CONTEXT_EXCEPTION_WITH_DETAILS_MSG=Fehler bei den Registrierungsinformationen. Fehlertyp: '%s'. Details: %s opends/src/messages/messages/quicksetup_es.properties
@@ -898,7 +898,7 @@ SEVERE_ERR_COULD_NOT_FIND_REPLICATIONID=No pudo encontrarse un equipo remoto para inicializar los contenidos del ND de base local: %s. INFO_NEW_UPGRADE_SCRIPT_AVAILABLE=Hay disponible una nueva versi\u00f3n de '%s'. Despu\u00e9s de esta operaci\u00f3n debe eliminar esta secuencia de comandos y cambiar el nombre de '%s' a '%1$s'. MILD_ERR_ERROR_CREATING_JAVA_HOME_SCRIPTS=Error al actualizar secuencias de comandos con propiedades java. C\u00f3digo de error: %d SEVERE_ERR_INCOMPATIBLE_VERSION=La versi\u00f3n m\u00ednima requerida de Java es %s.%n%nLa versi\u00f3n detectada es %s.%nEl binario detectado es %s%n%n\Configure OPENDS_JAVA_HOME en la ra\u00edz de una instalaci\u00f3n de Java compatible o edite el archivo java.properties y, a continuaci\u00f3n, ejecute la secuencia de comandos dsjavaproperties para especificar la versi\u00f3n de Java que va a usar. SEVERE_ERR_INCOMPATIBLE_VERSION=La versi\u00f3n m\u00ednima requerida de Java es %s.%n%nLa versi\u00f3n detectada es %s.%nEl binario detectado es %s%n%n\Configure OPENDJ_JAVA_HOME en la ra\u00edz de una instalaci\u00f3n de Java compatible o edite el archivo java.properties y, a continuaci\u00f3n, ejecute la secuencia de comandos dsjavaproperties para especificar la versi\u00f3n de Java que va a usar. SEVERE_ERR_INVALID_JAVA_ARGS=Los argumentos Java utilizados en la instalacion del servidor en '%s' no parecen ser compatibles con la m\u00e1quina virtual Java utilizada para ejecutar el actualizador (%s).%n%nPara corregir este problema borra el archivo %s y presiona en 'siguiente' de nuevo.%nUna vez que el actualizador termine tendra que definir de nuevo los argumentos de Java corriendo la linea de comandos %s. INFO_ADS_CONTEXT_EXCEPTION_MSG=Error de informaci\u00f3n de registro. Tipo de error: '%s'. INFO_ADS_CONTEXT_EXCEPTION_WITH_DETAILS_MSG=Error de informaci\u00f3n de registro. Tipo de error: '%s'. Detalles: %s opends/src/messages/messages/quicksetup_fr.properties
@@ -898,7 +898,7 @@ SEVERE_ERR_COULD_NOT_FIND_REPLICATIONID=Impossible de trouver un pair distant pour initialiser le contenu du DN de base local\u00a0: %s. INFO_NEW_UPGRADE_SCRIPT_AVAILABLE=Une nouvelle version de '%s' est maintenant disponible. Apr\u00e8s cette op\u00e9ration, vous devez supprimer ce script et renommer '%s' en '%1$s'. MILD_ERR_ERROR_CREATING_JAVA_HOME_SCRIPTS=Erreur lors de la mise \u00e0 ce jour des scripts avec des propri\u00e9t\u00e9s java. Code d'erreur\u00a0: %d SEVERE_ERR_INCOMPATIBLE_VERSION=La version Java minimale requise est %s.%n%nLa version d\u00e9tect\u00e9e est %s.%nLe binaire d\u00e9tect\u00e9 est %s%n%n\Configurez OPENDS_JAVA_HOME \u00e0 la racine d'une installation Java compatible ou modifiez le fichier java.properties, puis ex\u00e9cutez le script dsjavaproperties pour sp\u00e9cifier la version java \u00e0 utiliser. SEVERE_ERR_INCOMPATIBLE_VERSION=La version Java minimale requise est %s.%n%nLa version d\u00e9tect\u00e9e est %s.%nLe binaire d\u00e9tect\u00e9 est %s%n%n\Configurez OPENDJ_JAVA_HOME \u00e0 la racine d'une installation Java compatible ou modifiez le fichier java.properties, puis ex\u00e9cutez le script dsjavaproperties pour sp\u00e9cifier la version java \u00e0 utiliser. SEVERE_ERR_INVALID_JAVA_ARGS=Les arguments Java utilis\u00e9s dans l'installation du serveur dans '%s' ne semblent pas compatibles avec la machine virtuelle Java servant \u00e0 ex\u00e9cuter le programme de mise \u00e0 niveau (%s).%n%nPour r\u00e9soudre le probl\u00e8me, supprimez le fichier %s et cliquez de nouveau sur 'Suivant'.%nApr\u00e8s l'ex\u00e9cution du programme de mise \u00e0 niveau, vous devez \u00e0 nouveau d\u00e9finir les arguments Java en ex\u00e9cutant la ligne de commande %s. INFO_ADS_CONTEXT_EXCEPTION_MSG=Erreur sur les informations d'enregistrement. Type d'erreur : '%s'. INFO_ADS_CONTEXT_EXCEPTION_WITH_DETAILS_MSG=Erreur sur les informations d'enregistrement. Type d'erreur : '%s'. D\u00e9tails\u00a0: %s opends/src/messages/messages/quicksetup_ja.properties
@@ -898,7 +898,7 @@ SEVERE_ERR_COULD_NOT_FIND_REPLICATIONID=\u30ed\u30fc\u30ab\u30eb\u30d9\u30fc\u30b9 DN \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u521d\u671f\u5316\u3059\u308b\u305f\u3081\u306e\u30ea\u30e2\u30fc\u30c8\u30d4\u30a2\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f: %s\u3002 INFO_NEW_UPGRADE_SCRIPT_AVAILABLE='%s' \u306e\u65b0\u898f\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u4f7f\u7528\u53ef\u80fd\u306b\u306a\u308a\u307e\u3057\u305f\u3002 \u3053\u306e\u64cd\u4f5c\u306e\u3042\u3068\u3067\u3001\u3053\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u524a\u9664\u3057\u3001'%s' \u306e\u540d\u524d\u3092 '%1$s' \u306b\u5909\u66f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_ERROR_CREATING_JAVA_HOME_SCRIPTS=java \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3092\u4f7f\u7528\u3057\u305f\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 \u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d SEVERE_ERR_INCOMPATIBLE_VERSION=The minimum Java version required is %s.%n%nThe detected version is %s.%nThe binary detected is %s%n%n\Please set OPENDS_JAVA_HOME to the root of a compatible Java installation or edit the java.properties file and then run the dsjavaproperties script to specify the java version to be used. SEVERE_ERR_INCOMPATIBLE_VERSION=The minimum Java version required is %s.%n%nThe detected version is %s.%nThe binary detected is %s%n%n\Please set OPENDJ_JAVA_HOME to the root of a compatible Java installation or edit the java.properties file and then run the dsjavaproperties script to specify the java version to be used. SEVERE_ERR_INVALID_JAVA_ARGS='%s' \u3067\u30b5\u30fc\u30d0\u30fc\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306b\u4f7f\u7528\u3055\u308c\u305f Java \u5f15\u6570\u306f\u3001\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u64cd\u4f5c\u306e\u5b9f\u884c\u306b\u4f7f\u7528\u3055\u308c\u305f Java \u4eee\u60f3\u30de\u30b7\u30f3\u3068\u4e92\u63db\u6027\u304c\u306a\u3044\u3088\u3046\u3067\u3059 (%s)\u3002%n%n\u3053\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3059\u308b\u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb %s \u3092\u524a\u9664\u3057\u3001\u300c\u6b21\u3078\u300d\u3092\u3082\u3046\u4e00\u5ea6\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u64cd\u4f5c\u304c\u5b8c\u4e86\u3057\u305f\u3089\u3001\u30b3\u30de\u30f3\u30c9\u884c %s \u3092\u5b9f\u884c\u3057\u3066 Java \u5f15\u6570\u3092\u8a2d\u5b9a\u3057\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_ADS_CONTEXT_EXCEPTION_MSG=\u767b\u9332\u60c5\u5831\u30a8\u30e9\u30fc\u3002\u30a8\u30e9\u30fc\u306e\u30bf\u30a4\u30d7: '%s'\u3002 INFO_ADS_CONTEXT_EXCEPTION_WITH_DETAILS_MSG=\u767b\u9332\u60c5\u5831\u30a8\u30e9\u30fc\u3002\u30a8\u30e9\u30fc\u306e\u30bf\u30a4\u30d7: '%s'\u3002\u8a73\u7d30: %s opends/src/messages/messages/quicksetup_ko.properties
@@ -875,7 +875,7 @@ SEVERE_ERR_COULD_NOT_FIND_REPLICATIONID=\ub85c\uceec \uae30\ubcf8 DN\uc758 \ub0b4\uc6a9\uc744 \ucd08\uae30\ud654\ud560 \uc6d0\uaca9 \ud53c\uc5b4\ub97c \ucc3e\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s. INFO_NEW_UPGRADE_SCRIPT_AVAILABLE='%s'\uc758 \ucd5c\uc2e0 \ubc84\uc804\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc791\uc5c5 \ud6c4\uc5d0 \uc774 \uc2a4\ud06c\ub9bd\ud2b8\ub97c \uc0ad\uc81c\ud558\uace0 '%s'\uc758 \uc774\ub984\uc744 '%1$s'(\uc73c)\ub85c \ubcc0\uacbd\ud574\uc57c \ud569\ub2c8\ub2e4. MILD_ERR_ERROR_CREATING_JAVA_HOME_SCRIPTS=Java \ub4f1\ub85d \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc2a4\ud06c\ub9bd\ud2b8\ub97c \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc624\ub958 \ucf54\ub4dc: %d SEVERE_ERR_INCOMPATIBLE_VERSION=\ud544\uc694\ud55c \ucd5c\uc18c Java \ubc84\uc804\uc740 %s\uc785\ub2c8\ub2e4.%n%n\uac80\uc0c9\ub41c \ubc84\uc804\uc740 %s\uc785\ub2c8\ub2e4.%n\uac80\uc0c9\ub41c \uc774\uc9c4\uc740 %s\uc785\ub2c8\ub2e4.%n%n\OPENDS_JAVA_HOME\uc744 \ud638\ud658 \uac00\ub2a5\ud55c Java \uc124\uce58\uc758 \ub8e8\ud2b8\ub85c \uc124\uc815\ud558\uac70\ub098, java.properties \ud30c\uc77c\uc744 \ud3b8\uc9d1\ud55c \ub2e4\uc74c dsjavaproperties \uc2a4\ud06c\ub9bd\ud2b8\ub97c \uc2e4\ud589\ud558\uc5ec \uc0ac\uc6a9\ud560 java \ubc84\uc804\uc744 \uc9c0\uc815\ud558\uc2ed\uc2dc\uc624. SEVERE_ERR_INCOMPATIBLE_VERSION=\ud544\uc694\ud55c \ucd5c\uc18c Java \ubc84\uc804\uc740 %s\uc785\ub2c8\ub2e4.%n%n\uac80\uc0c9\ub41c \ubc84\uc804\uc740 %s\uc785\ub2c8\ub2e4.%n\uac80\uc0c9\ub41c \uc774\uc9c4\uc740 %s\uc785\ub2c8\ub2e4.%n%n\OPENDJ_JAVA_HOME\uc744 \ud638\ud658 \uac00\ub2a5\ud55c Java \uc124\uce58\uc758 \ub8e8\ud2b8\ub85c \uc124\uc815\ud558\uac70\ub098, java.properties \ud30c\uc77c\uc744 \ud3b8\uc9d1\ud55c \ub2e4\uc74c dsjavaproperties \uc2a4\ud06c\ub9bd\ud2b8\ub97c \uc2e4\ud589\ud558\uc5ec \uc0ac\uc6a9\ud560 java \ubc84\uc804\uc744 \uc9c0\uc815\ud558\uc2ed\uc2dc\uc624. SEVERE_ERR_INVALID_JAVA_ARGS=The java arguments used in the server installation in '%s' do not seem to be compatible with the JVM used to run the upgrader (%s).%n%nTo fix this problem delete the file %s and click on 'Next' again.%nOnce the upgrader finishes you will have to set again the java arguments by running the command-line %s. INFO_ADS_CONTEXT_EXCEPTION_MSG=Registration information error. Error type: '%s'. INFO_ADS_CONTEXT_EXCEPTION_WITH_DETAILS_MSG=Registration information error. Error type: '%s'. \uc138\ubd80 \uc815\ubcf4: %s opends/src/messages/messages/quicksetup_zh_CN.properties
@@ -898,7 +898,7 @@ SEVERE_ERR_COULD_NOT_FIND_REPLICATIONID=\u627e\u4e0d\u5230\u8fdc\u7a0b\u540c\u7ea7\u8bbe\u5907\u4ee5\u521d\u59cb\u5316\u672c\u5730\u57fa DN %s \u7684\u5185\u5bb9\u3002 INFO_NEW_UPGRADE_SCRIPT_AVAILABLE=\u5df2\u53d1\u5e03\u65b0\u7684 '%s' \u7248\u672c\u3002\u5728\u6267\u884c\u6b64\u64cd\u4f5c\u540e\uff0c\u5e94\u5220\u9664\u8be5\u811a\u672c\uff0c\u5e76\u5c06 '%s' \u91cd\u547d\u540d\u4e3a '%1$s'\u3002 MILD_ERR_ERROR_CREATING_JAVA_HOME_SCRIPTS=\u5728\u4f7f\u7528 Java \u5c5e\u6027\u66f4\u65b0\u811a\u672c\u65f6\u51fa\u73b0\u9519\u8bef\u3002\u9519\u8bef\u4ee3\u7801: %d SEVERE_ERR_INCOMPATIBLE_VERSION=\u6240\u9700\u7684\u6700\u4f4e Java \u7248\u672c\u4e3a %s\u3002%n%n\u68c0\u6d4b\u5230\u7684\u7248\u672c\u4e3a %s\u3002%n\u68c0\u6d4b\u5230\u7684\u4e8c\u8fdb\u5236\u6587\u4ef6\u4e3a %s%n%n\\u8bf7\u5c06 OPENDS_JAVA_HOME \u8bbe\u7f6e\u4e3a\u517c\u5bb9 Java \u5b89\u88c5\u7684\u6839\u76ee\u5f55\uff1b\u6216\u8005\u7f16\u8f91 java.properties \u6587\u4ef6\uff0c\u7136\u540e\u8fd0\u884c dsjavaproperties \u811a\u672c\u4ee5\u6307\u5b9a\u8981\u4f7f\u7528\u7684 Java \u7248\u672c\u3002 SEVERE_ERR_INCOMPATIBLE_VERSION=\u6240\u9700\u7684\u6700\u4f4e Java \u7248\u672c\u4e3a %s\u3002%n%n\u68c0\u6d4b\u5230\u7684\u7248\u672c\u4e3a %s\u3002%n\u68c0\u6d4b\u5230\u7684\u4e8c\u8fdb\u5236\u6587\u4ef6\u4e3a %s%n%n\\u8bf7\u5c06 OPENDJ_JAVA_HOME \u8bbe\u7f6e\u4e3a\u517c\u5bb9 Java \u5b89\u88c5\u7684\u6839\u76ee\u5f55\uff1b\u6216\u8005\u7f16\u8f91 java.properties \u6587\u4ef6\uff0c\u7136\u540e\u8fd0\u884c dsjavaproperties \u811a\u672c\u4ee5\u6307\u5b9a\u8981\u4f7f\u7528\u7684 Java \u7248\u672c\u3002 SEVERE_ERR_INVALID_JAVA_ARGS='%s' \u4e2d\u7684\u670d\u52a1\u5668\u5b89\u88c5\u4e2d\u4f7f\u7528\u7684 Java \u53c2\u6570\u4f3c\u4e4e\u4e0d\u4e0e\u7528\u4e8e\u8fd0\u884c\u5347\u7ea7\u7a0b\u5e8f (%s) \u7684 Java \u865a\u62df\u673a\u517c\u5bb9\u3002%n%n \u5982\u679c\u9700\u8981\u89e3\u51b3\u8fd9\u4e2a\u95ee\u9898\uff0c\u8bf7\u5220\u9664%s\u6587\u4ef6\u5e76\u91cd\u65b0\u70b9\u51fb'\u4e0b\u4e00\u6b65'.%n\u5f53\u5347\u7ea7\u5b8c\u6210\u540e\uff0c\u4f60\u9700\u8981\u91cd\u65b0\u8fd0\u884c%s\u547d\u4ee4\u6765\u8bbe\u7f6eJAVA\u7684\u53c2\u6570. INFO_ADS_CONTEXT_EXCEPTION_MSG=\u6ce8\u518c\u4fe1\u606f\u9519\u8bef\u3002\u9519\u8bef\u7c7b\u578b: '%s'\u3002 INFO_ADS_CONTEXT_EXCEPTION_WITH_DETAILS_MSG=\u6ce8\u518c\u4fe1\u606f\u9519\u8bef\u3002\u9519\u8bef\u7c7b\u578b: '%s'\u3002\u8be6\u7ec6\u4fe1\u606f: %s opends/src/messages/messages/quicksetup_zh_TW.properties
@@ -876,7 +876,7 @@ SEVERE_ERR_COULD_NOT_FIND_REPLICATIONID=\u627e\u4e0d\u5230\u9060\u7aef\u5c0d\u7b49\u7aef\u53ef\u521d\u59cb\u5316\u672c\u6a5f\u57fa\u5e95 DN \u7684\u5167\u5bb9: %s\u3002 INFO_NEW_UPGRADE_SCRIPT_AVAILABLE=\u300c%s\u300d\u5df2\u6709\u65b0\u7248\u53ef\u4f9b\u4f7f\u7528\u3002\u5b8c\u6210\u6b64\u4f5c\u696d\u5f8c\uff0c\u61c9\u522a\u9664\u6b64\u7a0b\u5e8f\u6a94\uff0c\u4e26\u5c07\u300c%s\u300d\u91cd\u65b0\u547d\u540d\u70ba\u300c%1$s\u300d\u3002 MILD_ERR_ERROR_CREATING_JAVA_HOME_SCRIPTS=\u4ee5 java \u7279\u6027\u66f4\u65b0\u7a0b\u5e8f\u6a94\u6642\u767c\u751f\u932f\u8aa4\u3002\u932f\u8aa4\u78bc: %d SEVERE_ERR_INCOMPATIBLE_VERSION=\u5fc5\u8981\u7684 Java \u6700\u4f4e\u7248\u672c\u70ba %s\u3002%n%n\u5075\u6e2c\u5230\u7684\u7248\u672c\u70ba %s\u3002%n\u5075\u6e2c\u5230\u7684\u4e8c\u9032\u4f4d\u6a94\u70ba %s%n%n\\u8acb\u5c07 OPENDS_JAVA_HOME \u8a2d\u70ba\u76f8\u5bb9 Java \u5b89\u88dd\u7684\u6839\u76ee\u9304\uff0c\u6216\u7de8\u8f2f java.properties \u6a94\u6848\uff0c\u7136\u5f8c\u57f7\u884c dsjavaproperties \u7a0b\u5e8f\u6a94\uff0c\u4ee5\u6307\u5b9a\u8981\u4f7f\u7528\u7684 java \u7248\u672c\u3002 SEVERE_ERR_INCOMPATIBLE_VERSION=\u5fc5\u8981\u7684 Java \u6700\u4f4e\u7248\u672c\u70ba %s\u3002%n%n\u5075\u6e2c\u5230\u7684\u7248\u672c\u70ba %s\u3002%n\u5075\u6e2c\u5230\u7684\u4e8c\u9032\u4f4d\u6a94\u70ba %s%n%n\\u8acb\u5c07 OPENDJ_JAVA_HOME \u8a2d\u70ba\u76f8\u5bb9 Java \u5b89\u88dd\u7684\u6839\u76ee\u9304\uff0c\u6216\u7de8\u8f2f java.properties \u6a94\u6848\uff0c\u7136\u5f8c\u57f7\u884c dsjavaproperties \u7a0b\u5e8f\u6a94\uff0c\u4ee5\u6307\u5b9a\u8981\u4f7f\u7528\u7684 java \u7248\u672c\u3002 SEVERE_ERR_INVALID_JAVA_ARGS=The java arguments used in the server installation in '%s' do not seem to be compatible with the JVM used to run the upgrader (%s).%n%nTo fix this problem delete the file %s and click on 'Next' again.%nOnce the upgrader finishes you will have to set again the java arguments by running the command-line %s. INFO_ADS_CONTEXT_EXCEPTION_MSG=Registration information error. Error type: '%s'. INFO_ADS_CONTEXT_EXCEPTION_WITH_DETAILS_MSG=Registration information error. Error type: '%s'. \u8a73\u7d30\u8cc7\u8a0a: %s opends/src/messages/messages/tools.properties
@@ -2023,7 +2023,7 @@ INFO_CREATERC_JAVA_ARGS_DESCRIPTION_1377=A set of arguments that should be \ passed to the JVM when running the server SEVERE_ERR_CREATERC_JAVA_HOME_DOESNT_EXIST_1378=The directory %s specified \ as the OPENDS_JAVA_HOME path does not exist or is not a directory as the OPENDJ_JAVA_HOME path does not exist or is not a directory INFO_INSTALLDS_STATUS_COMMAND_LINE_1379=To see basic server configuration \ status and configuration you can launch %s INFO_INSTALLDS_PROMPT_ENABLE_SSL_1380=Do you want to enable SSL? opends/src/messages/messages/tools_de.properties
@@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS @@ -1002,7 +1003,7 @@ INFO_CREATERC_USER_DESCRIPTION_1375=Name des Benutzerkontos, unter dem der Server ausgef\u00fchrt werden soll INFO_CREATERC_JAVA_HOME_DESCRIPTION_1376=Pfad zur Java-Installation, die zum Ausf\u00fchren des Servers verwendet werden soll INFO_CREATERC_JAVA_ARGS_DESCRIPTION_1377=Reihe von Argumenten, die an die JVM beim Ausf\u00fchren des Servers geleitet werden sollen SEVERE_ERR_CREATERC_JAVA_HOME_DOESNT_EXIST_1378=Das Verzeichnis %s, das als Pfad OPENDS_JAVA_HOME angegeben ist, existiert nicht oder ist kein Verzeichnis SEVERE_ERR_CREATERC_JAVA_HOME_DOESNT_EXIST_1378=Das Verzeichnis %s, das als Pfad OPENDJ_JAVA_HOME angegeben ist, existiert nicht oder ist kein Verzeichnis INFO_INSTALLDS_STATUS_COMMAND_LINE_1379=Um den Standardserver-Konfigurationsstatus und die Konfiguration angezeigt zu bekommen, k\u00f6nnen Sie %s aufrufen INFO_INSTALLDS_PROMPT_ENABLE_SSL_1380=Soll SSL aktiviert werden? INFO_INSTALLDS_PROMPT_LDAPSPORT_1381=Geben Sie den Port an, auf dem der Directory-Server Verbindungen von LDAPS-Clients annehmen soll opends/src/messages/messages/tools_es.properties
@@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS @@ -1002,7 +1003,7 @@ INFO_CREATERC_USER_DESCRIPTION_1375=El nombre de la cuenta de usuario bajo la que se ejecutar\u00eda el servidor INFO_CREATERC_JAVA_HOME_DESCRIPTION_1376=La ruta a la instalaci\u00f3n Java que se utilizar\u00eda para ejecutar el servidor INFO_CREATERC_JAVA_ARGS_DESCRIPTION_1377=Se debe transferir un conjunto de argumentos al JVM al ejecutar el servidor SEVERE_ERR_CREATERC_JAVA_HOME_DOESNT_EXIST_1378=El directorio %s especificado como la ruta OPENDS_JAVA_HOME no existe o no es un directorio SEVERE_ERR_CREATERC_JAVA_HOME_DOESNT_EXIST_1378=El directorio %s especificado como la ruta OPENDJ_JAVA_HOME no existe o no es un directorio INFO_INSTALLDS_STATUS_COMMAND_LINE_1379=Para ver el estado de configuraci\u00f3n de servidor b\u00e1sico y la configuraci\u00f3n puede iniciar %s INFO_INSTALLDS_PROMPT_ENABLE_SSL_1380=\u00bfDesea habilitar SSL? INFO_INSTALLDS_PROMPT_LDAPSPORT_1381=\u00bfEn qu\u00e9 puerto desea que el servidor de directorios acepte las conexiones de los clientes LDAPS? opends/src/messages/messages/tools_fr.properties
@@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS @@ -1002,7 +1003,7 @@ INFO_CREATERC_USER_DESCRIPTION_1375=Le nom du compte utilisateur sous lequel le serveur doit tourner INFO_CREATERC_JAVA_HOME_DESCRIPTION_1376=Le chemin vers l'installation Java \u00e0 utiliser pour faire tourner le serveur INFO_CREATERC_JAVA_ARGS_DESCRIPTION_1377=Un jeu d'arguments que la JVM doit accepter quand le serveur tourne SEVERE_ERR_CREATERC_JAVA_HOME_DOESNT_EXIST_1378=Le r\u00e9pertoire %s, sp\u00e9cifi\u00e9 en tant que chemin OPENDS_JAVA_HOME, n'existe pas ou n'est pas un r\u00e9pertoire SEVERE_ERR_CREATERC_JAVA_HOME_DOESNT_EXIST_1378=Le r\u00e9pertoire %s, sp\u00e9cifi\u00e9 en tant que chemin OPENDJ_JAVA_HOME, n'existe pas ou n'est pas un r\u00e9pertoire INFO_INSTALLDS_STATUS_COMMAND_LINE_1379=Pour voir l'\u00e9tat de la configuration de base du serveur et la configuration, vous pouvez lancer %s INFO_INSTALLDS_PROMPT_ENABLE_SSL_1380=Souhaitez-vous activer SSL\u00a0? INFO_INSTALLDS_PROMPT_LDAPSPORT_1381=Sur quel port souhaitez-vous que Directory Server accepte des connexions de clients LDAPS\u00a0? opends/src/messages/messages/tools_ja.properties
@@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS @@ -1002,7 +1003,7 @@ INFO_CREATERC_USER_DESCRIPTION_1375=\u30b5\u30fc\u30d0\u30fc\u3092\u5b9f\u884c\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u540d\u524d INFO_CREATERC_JAVA_HOME_DESCRIPTION_1376=\u30b5\u30fc\u30d0\u30fc\u306e\u5b9f\u884c\u306b\u4f7f\u7528\u3059\u308b Java \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3078\u306e\u30d1\u30b9 INFO_CREATERC_JAVA_ARGS_DESCRIPTION_1377=\u30b5\u30fc\u30d0\u30fc\u306e\u5b9f\u884c\u6642\u306b JVM \u306b\u6e21\u3059\u5f15\u6570\u306e\u30bb\u30c3\u30c8 SEVERE_ERR_CREATERC_JAVA_HOME_DOESNT_EXIST_1378=OPENDS_JAVA_HOME \u30d1\u30b9\u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u306f\u5b58\u5728\u3057\u306a\u3044\u304b\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u306f\u3042\u308a\u307e\u305b\u3093 SEVERE_ERR_CREATERC_JAVA_HOME_DOESNT_EXIST_1378=OPENDJ_JAVA_HOME \u30d1\u30b9\u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u306f\u5b58\u5728\u3057\u306a\u3044\u304b\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u306f\u3042\u308a\u307e\u305b\u3093 INFO_INSTALLDS_STATUS_COMMAND_LINE_1379=\u57fa\u672c\u7684\u306a\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u72b6\u614b\u304a\u3088\u3073\u69cb\u6210\u3092\u8868\u793a\u3059\u308b\u5834\u5408\u306f\u3001%s \u3092\u8d77\u52d5\u3067\u304d\u307e\u3059 INFO_INSTALLDS_PROMPT_ENABLE_SSL_1380=SSL \u3092\u6709\u52b9\u306b\u3057\u307e\u3059\u304b ? INFO_INSTALLDS_PROMPT_LDAPSPORT_1381=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304c LDAPS \u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u306e\u63a5\u7d9a\u3092\u53d7\u3051\u5165\u308c\u308b\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 opends/src/messages/messages/tools_ko.properties
@@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2009 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS @@ -1000,7 +1001,7 @@ INFO_CREATERC_USER_DESCRIPTION_1375=\uc11c\ubc84\ub97c \uc2e4\ud589\ud560 \uc0ac\uc6a9\uc790 \uacc4\uc815\uc758 \uc774\ub984 INFO_CREATERC_JAVA_HOME_DESCRIPTION_1376=\uc11c\ubc84\ub97c \uc2e4\ud589\ud558\ub294 \ub370 \uc0ac\uc6a9\ub420 Java \uc124\uce58 \uacbd\ub85c INFO_CREATERC_JAVA_ARGS_DESCRIPTION_1377=\uc11c\ubc84\ub97c \uc2e4\ud589\ud560 \ub54c JVM\uc5d0 \uc804\ub2ec\ub420 \uc778\uc218 \uc9d1\ud569 SEVERE_ERR_CREATERC_JAVA_HOME_DOESNT_EXIST_1378=OPENDS_JAVA_HOME \uacbd\ub85c\ub85c \uc9c0\uc815\ub41c %s \ub514\ub809\ud1a0\ub9ac\uac00 \uc5c6\uac70\ub098 \ub514\ub809\ud1a0\ub9ac\uac00 \uc544\ub2d9\ub2c8\ub2e4. SEVERE_ERR_CREATERC_JAVA_HOME_DOESNT_EXIST_1378=OPENDJ_JAVA_HOME \uacbd\ub85c\ub85c \uc9c0\uc815\ub41c %s \ub514\ub809\ud1a0\ub9ac\uac00 \uc5c6\uac70\ub098 \ub514\ub809\ud1a0\ub9ac\uac00 \uc544\ub2d9\ub2c8\ub2e4. INFO_INSTALLDS_STATUS_COMMAND_LINE_1379=%s\uc744(\ub97c) \uc2e4\ud589\ud560 \uc218 \uc788\ub294 \uae30\ubcf8 \uc11c\ubc84 \uad6c\uc131 \uc0c1\ud0dc \ubc0f \uad6c\uc131\uc744 \ubcf4\ub294 \ubc29\ubc95 INFO_INSTALLDS_PROMPT_ENABLE_SSL_1380=SSL\uc744 \ud65c\uc131\ud654\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? INFO_INSTALLDS_PROMPT_LDAPSPORT_1381=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c LDAPS \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc744 \uc218\ub77d\ud560 \ud3ec\ud2b8\ub294 \ubb34\uc5c7\uc785\ub2c8\uae4c? opends/src/messages/messages/tools_zh_CN.properties
@@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS @@ -1002,7 +1003,7 @@ INFO_CREATERC_USER_DESCRIPTION_1375=\u8fd0\u884c\u670d\u52a1\u5668\u65f6\u5e94\u4f7f\u7528\u7684\u7528\u6237\u5e10\u6237\u540d\u79f0 INFO_CREATERC_JAVA_HOME_DESCRIPTION_1376=\u8fd0\u884c\u670d\u52a1\u5668\u65f6\u5e94\u4f7f\u7528\u7684 Java \u5b89\u88c5\u8def\u5f84 INFO_CREATERC_JAVA_ARGS_DESCRIPTION_1377=\u8fd0\u884c\u670d\u52a1\u5668\u65f6\u5e94\u4f20\u9012\u7ed9 JVM \u7684\u4e00\u7ec4\u53c2\u6570 SEVERE_ERR_CREATERC_JAVA_HOME_DOESNT_EXIST_1378=\u6307\u5b9a\u4e3a OPENDS_JAVA_HOME \u8def\u5f84\u7684\u76ee\u5f55 %s \u4e0d\u5b58\u5728\u6216\u5e76\u975e\u76ee\u5f55 SEVERE_ERR_CREATERC_JAVA_HOME_DOESNT_EXIST_1378=\u6307\u5b9a\u4e3a OPENDJ_JAVA_HOME \u8def\u5f84\u7684\u76ee\u5f55 %s \u4e0d\u5b58\u5728\u6216\u5e76\u975e\u76ee\u5f55 INFO_INSTALLDS_STATUS_COMMAND_LINE_1379=\u8981\u67e5\u770b\u57fa\u672c\u670d\u52a1\u5668\u914d\u7f6e\u72b6\u6001\u548c\u914d\u7f6e\uff0c\u60a8\u53ef\u4ee5\u542f\u52a8 %s INFO_INSTALLDS_PROMPT_ENABLE_SSL_1380=\u662f\u5426\u8981\u542f\u7528 SSL\uff1f INFO_INSTALLDS_PROMPT_LDAPSPORT_1381=\u60a8\u5e0c\u671b\u76ee\u5f55\u670d\u52a1\u5668\u4f7f\u7528\u54ea\u4e2a\u7aef\u53e3\u63a5\u53d7\u6765\u81ea LDAPS \u5ba2\u6237\u7aef\u7684\u8fde\u63a5\uff1f opends/src/messages/messages/tools_zh_TW.properties
@@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2009 Sun Microsystems, Inc. # Portions Copyright 2011 ForgeRock AS @@ -1000,7 +1001,7 @@ INFO_CREATERC_USER_DESCRIPTION_1375=\u57f7\u884c\u4f3a\u670d\u5668\u6642\u6240\u61c9\u4f7f\u7528\u7684\u4f7f\u7528\u8005\u5e33\u865f\u540d\u7a31 INFO_CREATERC_JAVA_HOME_DESCRIPTION_1376=\u57f7\u884c\u4f3a\u670d\u5668\u6642\u6240\u61c9\u4f7f\u7528\u4e4b Java \u5b89\u88dd\u7684\u8def\u5f91 INFO_CREATERC_JAVA_ARGS_DESCRIPTION_1377=\u57f7\u884c\u4f3a\u670d\u5668\u6642\u61c9\u50b3\u9001\u81f3 JVM \u7684\u4e00\u7d44\u5f15\u6578 SEVERE_ERR_CREATERC_JAVA_HOME_DOESNT_EXIST_1378=\u6307\u5b9a\u70ba OPENDS_JAVA_HOME \u8def\u5f91\u7684\u76ee\u9304 %s \u4e0d\u5b58\u5728\u6216\u4e0d\u662f\u76ee\u9304 SEVERE_ERR_CREATERC_JAVA_HOME_DOESNT_EXIST_1378=\u6307\u5b9a\u70ba OPENDJ_JAVA_HOME \u8def\u5f91\u7684\u76ee\u9304 %s \u4e0d\u5b58\u5728\u6216\u4e0d\u662f\u76ee\u9304 INFO_INSTALLDS_STATUS_COMMAND_LINE_1379=\u82e5\u8981\u6aa2\u8996\u57fa\u672c\u4f3a\u670d\u5668\u914d\u7f6e\u72c0\u614b\u8207\u914d\u7f6e\uff0c\u60a8\u53ef\u4ee5\u555f\u52d5 %s INFO_INSTALLDS_PROMPT_ENABLE_SSL_1380=\u60a8\u8981\u555f\u7528 SSL \u55ce\uff1f INFO_INSTALLDS_PROMPT_LDAPSPORT_1381=\u60a8\u8981\u8b93\u76ee\u9304\u4f3a\u670d\u5668\u5728\u54ea\u500b\u9023\u63a5\u57e0\u4e0a\u63a5\u53d7\u4f86\u81ea LDAPS \u7528\u6236\u7aef\u7684\u9023\u7dda\uff1f opends/src/quicksetup/org/opends/quicksetup/BuildInformation.java
@@ -23,6 +23,7 @@ * * * Copyright 2006-2010 Sun Microsystems, Inc. * Portions Copyright 2011 ForgeRock AS */ package org.opends.quicksetup; @@ -80,9 +81,9 @@ final boolean[] done = {false}; try { Map<String, String> env = pb.environment(); env.put(SetupUtils.OPENDS_JAVA_HOME, System.getProperty("java.home")); env.put(SetupUtils.OPENDJ_JAVA_HOME, System.getProperty("java.home")); // This is required in order the return code to be valid. env.put("OPENDS_EXIT_NO_BACKGROUND", "true"); env.put("OPENDJ_EXIT_NO_BACKGROUND", "true"); final Process process = pb.start(); is = process.getInputStream(); out = process.getOutputStream(); opends/src/quicksetup/org/opends/quicksetup/QuickSetupLog.java
@@ -23,6 +23,7 @@ * * * Copyright 2008-2010 Sun Microsystems, Inc. * Portions Copyright 2011 ForgeRock AS */ package org.opends.quicksetup; @@ -125,6 +126,6 @@ private static boolean disableLoggingToConsole() { return !"true".equals(System.getenv("OPENDS_LOG_TO_STDOUT")); return !"true".equals(System.getenv("OPENDJ_LOG_TO_STDOUT")); } } opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -2346,7 +2346,7 @@ /** * Writes the java home that we are using for the setup in a file. * This way we can use this java home even if the user has not set * OPENDS_JAVA_HOME when running the different scripts. * OPENDJ_JAVA_HOME when running the different scripts. * */ private void writeOpenDSJavaHome() opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java
@@ -160,8 +160,8 @@ LOG.log(Level.INFO, "import-ldif arg list: "+argList); ProcessBuilder pb = new ProcessBuilder(allArgs); Map<String, String> env = pb.environment(); env.remove(SetupUtils.OPENDS_JAVA_HOME); env.remove(SetupUtils.OPENDS_JAVA_ARGS); env.remove(SetupUtils.OPENDJ_JAVA_HOME); env.remove(SetupUtils.OPENDJ_JAVA_ARGS); env.remove("CLASSPATH"); pb.directory(installPath); Process process = null; @@ -908,7 +908,7 @@ String javaHome = System.getProperty("java.home"); if ((javaHome == null) || (javaHome.length() == 0)) { javaHome = System.getenv(SetupUtils.OPENDS_JAVA_HOME); javaHome = System.getenv(SetupUtils.OPENDJ_JAVA_HOME); } // Try to transform things if necessary. The following map has as key opends/src/quicksetup/org/opends/quicksetup/installer/ui/JavaArgumentsDialog.java
@@ -23,6 +23,7 @@ * * * Copyright 2010 Sun Microsystems, Inc. * Portions Copyright 2011 ForgeRock AS */ package org.opends.quicksetup.installer.ui; @@ -763,7 +764,7 @@ String javaHome = System.getProperty("java.home"); if ((javaHome == null) || (javaHome.length() == 0)) { javaHome = System.getenv(SetupUtils.OPENDS_JAVA_HOME); javaHome = System.getenv(SetupUtils.OPENDJ_JAVA_HOME); } if (!Utils.supportsOption(options, javaHome, INSTALL_PATH)) { opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetup.java
@@ -23,6 +23,7 @@ * * * Copyright 2006-2010 Sun Microsystems, Inc. * Portions Copyright 2011 ForgeRock AS */ package org.opends.quicksetup.ui; @@ -414,7 +415,7 @@ pb = new ProcessBuilder(cmd); } Map<String, String> env = pb.environment(); env.put(SetupUtils.OPENDS_JAVA_HOME, System.getProperty("java.home")); env.put(SetupUtils.OPENDJ_JAVA_HOME, System.getProperty("java.home")); Process process = pb.start(); /** * Wait for 3 seconds. Assume that if the process has not exited opends/src/quicksetup/org/opends/quicksetup/upgrader/Upgrader.java
@@ -680,10 +680,10 @@ // This is the message thrown when there was a problem with // the binary. The details content is on the scripts and not // localized, we can assume that if there is a mention to // OPENDS_JAVA_HOME in the message there is an error with the // OPENDJ_JAVA_HOME in the message there is an error with the // script. if (ae.getMessageObject().toString().indexOf( "OPENDS_JAVA_HOME") != -1) "OPENDJ_JAVA_HOME") != -1) { String javaBin = System.getProperty("java.home")+ File.separator+ opends/src/quicksetup/org/opends/quicksetup/util/ExternalTools.java
@@ -23,6 +23,7 @@ * * * Copyright 2008 Sun Microsystems, Inc. * Portions Copyright 2011 ForgeRock AS */ package org.opends.quicksetup.util; @@ -115,7 +116,7 @@ ProcessBuilder pb = new ProcessBuilder(args); Map<String, String> env = pb.environment(); env.put(SetupUtils.OPENDS_JAVA_HOME, System.getProperty("java.home")); env.put(SetupUtils.OPENDJ_JAVA_HOME, System.getProperty("java.home")); Process p = pb.start(); opends/src/quicksetup/org/opends/quicksetup/util/ServerController.java
@@ -23,6 +23,7 @@ * * * Copyright 2008-2010 Sun Microsystems, Inc. * Portions Copyright 2011 ForgeRock AS */ package org.opends.quicksetup.util; @@ -164,8 +165,8 @@ } ProcessBuilder pb = new ProcessBuilder(args); Map<String, String> env = pb.environment(); env.put(SetupUtils.OPENDS_JAVA_HOME, System.getProperty("java.home")); env.remove(SetupUtils.OPENDS_JAVA_ARGS); env.put(SetupUtils.OPENDJ_JAVA_HOME, System.getProperty("java.home")); env.remove(SetupUtils.OPENDJ_JAVA_ARGS); env.remove("CLASSPATH"); LOG.log(Level.INFO, "Before calling stop-ds. Is server running? "+ @@ -361,8 +362,8 @@ ProcessBuilder pb = new ProcessBuilder(args); pb.directory(installation.getBinariesDirectory()); Map<String, String> env = pb.environment(); env.put(SetupUtils.OPENDS_JAVA_HOME, System.getProperty("java.home")); env.remove(SetupUtils.OPENDS_JAVA_ARGS); env.put(SetupUtils.OPENDJ_JAVA_HOME, System.getProperty("java.home")); env.remove(SetupUtils.OPENDJ_JAVA_ARGS); // Upgrader's classpath contains jars located in the temporary // directory that we don't want locked by the directory server opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -191,10 +191,10 @@ args.add(script); ProcessBuilder pb = new ProcessBuilder(args); Map<String, String> env = pb.environment(); env.put(SetupUtils.OPENDS_JAVA_HOME, javaHome); env.put("OPENDS_JAVA_ARGS", option); env.put(SetupUtils.OPENDJ_JAVA_HOME, javaHome); env.put("OPENDJ_JAVA_ARGS", option); env.put("SCRIPT_UTIL_CMD", "set-full-environment-and-test-java"); env.remove("OPENDS_JAVA_BIN"); env.remove("OPENDJ_JAVA_BIN"); // In windows by default the scripts ask the user to click on enter when // they fail. Set this environment variable to avoid it. if (Utils.isWindows()) opends/src/server/org/opends/server/schema/SchemaConstants.java
@@ -38,8 +38,12 @@ /** * The IANA-assigned base OID for all things under the OpenDS umbrella. */ public static final String OID_OPENDS_BASE = "1.3.6.1.4.1.26027"; private static final String OID_OPENDS_BASE = "1.3.6.1.4.1.26027"; /** * The IANA-assigned base OID for all things under the OpenDS umbrella. */ private static final String OID_OPENDJ_BASE = "1.3.6.1.4.1.36733.2.1"; /** opends/src/server/org/opends/server/tools/CreateRCScript.java
@@ -23,7 +23,7 @@ * * * Copyright 2008 Sun Microsystems, Inc. * Portions Copyright 2010 ForgeRock AS * Portions Copyright 2010-2011 ForgeRock AS */ package org.opends.server.tools; @@ -219,7 +219,7 @@ } else { javaHomeDir = System.getenv(SetupUtils.OPENDS_JAVA_HOME); javaHomeDir = System.getenv(SetupUtils.OPENDJ_JAVA_HOME); } @@ -277,16 +277,16 @@ if (javaHomeDir != null) { w.println("# Specify the path to the Java installation to use"); w.println("OPENDS_JAVA_HOME=\"" + javaHomeDir + "\""); w.println("export OPENDS_JAVA_HOME"); w.println("OPENDJ_JAVA_HOME=\"" + javaHomeDir + "\""); w.println("export OPENDJ_JAVA_HOME"); w.println(); } if (javaArgs.isPresent()) { w.println("# Specify arguments that should be provided to the JVM"); w.println("OPENDS_JAVA_ARGS=\"" + javaArgs.getValue() + "\""); w.println("export OPENDS_JAVA_ARGS"); w.println("OPENDJ_JAVA_ARGS=\"" + javaArgs.getValue() + "\""); w.println("export OPENDJ_JAVA_ARGS"); w.println(); } opends/src/server/org/opends/server/tools/JavaPropertiesTool.java
@@ -23,6 +23,7 @@ * * * Copyright 2008-2009 Sun Microsystems, Inc. * Portions Copyright 2011 ForgeRock AS */ package org.opends.server.tools; @@ -501,6 +502,10 @@ buf.append( "# See if the environment variables for java home are set"+EOL+ "# in the path and try to figure it out."+EOL+ "if test ! -f \"${OPENDJ_JAVA_BIN}\""+EOL+ "then"+EOL+ " if test ! -d \"${OPENDJ_JAVA_HOME}\""+EOL+ " then"+EOL+ "if test ! -f \"${OPENDS_JAVA_BIN}\""+EOL+ "then"+EOL+ " if test ! -d \"${OPENDS_JAVA_HOME}\""+EOL); @@ -560,8 +565,8 @@ s+" TEMP=\""+value+"/bin/java\""+EOL+ s+" if test -f ${TEMP}"+EOL+ s+" then"+EOL+ s+" OPENDS_JAVA_BIN=\""+value+"/bin/java\""+EOL+ s+" export OPENDS_JAVA_BIN"+EOL+ s+" OPENDJ_JAVA_BIN=\""+value+"/bin/java\""+EOL+ s+" export OPENDJ_JAVA_BIN"+EOL+ s+" fi"+EOL); nIfs++; } @@ -582,8 +587,8 @@ } buf.append( s+"else"+EOL+ s+" OPENDS_JAVA_BIN=\""+defaultJavaHome+"/bin/java\""+EOL+ s+" export OPENDS_JAVA_BIN"+EOL); s+" OPENDJ_JAVA_BIN=\""+defaultJavaHome+"/bin/java\""+EOL+ s+" export OPENDJ_JAVA_BIN"+EOL); } else { @@ -594,15 +599,15 @@ " TEMP=\""+defaultJavaHome+"/bin/java\""+EOL+ " if test -f ${TEMP}"+EOL+ " then"+EOL+ " OPENDS_JAVA_BIN=${TEMP}"+EOL+ " export OPENDS_JAVA_BIN"+EOL+ " OPENDJ_JAVA_BIN=${TEMP}"+EOL+ " export OPENDJ_JAVA_BIN"+EOL+ " fi"+EOL); } else { buf.append( "OPENDS_JAVA_BIN=\""+defaultJavaHome+"/bin/java\""+EOL+ "export OPENDS_JAVA_BIN"+EOL); "OPENDJ_JAVA_BIN=\""+defaultJavaHome+"/bin/java\""+EOL+ "export OPENDJ_JAVA_BIN"+EOL); } } propertiesAdded = true; @@ -631,19 +636,32 @@ // No properties added: this is required not to break the script buf.append( " then"+EOL+ " OPENDS_JAVA_BIN=${OPENDS_JAVA_BIN}"+EOL); " OPENDJ_JAVA_BIN=${OPENDJ_JAVA_BIN}"+EOL); } buf.append( " else"+EOL+ " OPENDS_JAVA_BIN=${OPENDS_JAVA_HOME}/bin/java"+EOL+ " export OPENDS_JAVA_BIN"+EOL+ " OPENDJ_JAVA_BIN=${OPENDJ_JAVA_HOME}/bin/java"+EOL+ " export OPENDJ_JAVA_BIN"+EOL+ " fi"+EOL+ " else"+EOL+ " OPENDJ_JAVA_BIN=${OPENDS_JAVA_BIN}"+EOL+ " export OPENDJ_JAVA_BIN"+EOL+ " fi"+EOL+ " else"+EOL+ " OPENDJ_JAVA_BIN=${OPENDS_JAVA_HOME}/bin/java"+EOL+ " export OPENDJ_JAVA_BIN"+EOL+ " fi"+EOL+ "fi"+EOL+EOL); } else if (defaultJavaHome == null) { buf.append( EOL+ "if test ! -f \"${OPENDJ_JAVA_BIN}\""+EOL+ "then"+EOL+ " if test ! -d \"${OPENDJ_JAVA_HOME}\""+EOL+ " then"+EOL+ "if test ! -f \"${OPENDS_JAVA_BIN}\""+EOL+ "then"+EOL+ " if test ! -d \"${OPENDS_JAVA_HOME}\""+EOL+ @@ -652,47 +670,55 @@ " then"+EOL+ " if test ! -d \"${JAVA_HOME}\""+EOL+ " then"+EOL+ " OPENDS_JAVA_BIN=`which java 2> /dev/null`"+EOL+ " OPENDJ_JAVA_BIN=`which java 2> /dev/null`"+EOL+ " if test ${?} -eq 0"+EOL+ " then"+EOL+ " export OPENDS_JAVA_BIN"+EOL+ " export OPENDJ_JAVA_BIN"+EOL+ " else"+EOL+ " echo \"You must specify the path to a valid Java 5.0 or "+ "higher version in the\""+EOL+ " echo \"properties file and then run the dsjavaproperties "+ "tool. \""+EOL+ " echo \"You must specify the path to a valid Java 5.0 "+ "or higher version in the\""+EOL+ " echo \"properties file and then run the "+ "dsjavaproperties tool. \""+EOL+ " echo \"The procedure to follow is:\""+EOL+ " echo \"You must specify the path to a valid Java 5.0 or "+ "higher version. The \""+EOL+ " echo \"You must specify the path to a valid Java 5.0 "+ "or higher version. The \""+EOL+ " echo \"procedure to follow is:\""+EOL+ " echo \"1. Delete the file "+ "${INSTANCE_ROOT}/lib/set-java-home\""+EOL+ " echo \"2. Set the environment variable OPENDS_JAVA_HOME "+ "to the root of a valid \""+EOL+ " echo \"2. Set the environment variable "+ "OPENDJ_JAVA_HOME to the root of a valid \""+EOL+ " echo \"Java 5.0 installation.\""+EOL+ " echo \"If you want to have specificjava settings for "+ "each command line you must\""+EOL+ " echo \"follow the steps 3 and 4\""+EOL+ " echo \"3. Edit the properties file specifying the java "+ "binary and the java arguments\""+EOL+ " echo \"for each command line. The java properties file "+ "is located in:\""+EOL+ " echo \"3. Edit the properties file specifying the "+ "java binary and the java arguments\""+EOL+ " echo \"for each command line. The java properties "+ "file is located in:\""+EOL+ " echo \"${INSTANCE_ROOT}/config/java.properties.\""+EOL+ " echo \"4. Run the command-line "+ "${INSTANCE_ROOT}/bin/dsjavaproperties\""+EOL+ " exit 1"+EOL+ " fi"+EOL+ " else"+EOL+ " OPENDS_JAVA_BIN=\"${JAVA_HOME}/bin/java\""+EOL+ " export OPENDS_JAVA_BIN"+EOL+ " OPENDJ_JAVA_BIN=\"${JAVA_HOME}/bin/java\""+EOL+ " export OPENDJ_JAVA_BIN"+EOL+ " fi"+EOL+ " else"+EOL+ " OPENDS_JAVA_BIN=\"${JAVA_BIN}\""+EOL+ " export OPENDS_JAVA_BIN"+EOL+ " OPENDJ_JAVA_BIN=\"${JAVA_BIN}\""+EOL+ " export OPENDJ_JAVA_BIN"+EOL+ " fi"+EOL+ " else"+EOL+ " OPENDS_JAVA_BIN=\"${OPENDS_JAVA_HOME}/bin/java\""+EOL+ " export OPENDS_JAVA_BIN"+EOL+ " OPENDJ_JAVA_BIN=\"${OPENDS_JAVA_HOME}/bin/java\""+EOL+ " export OPENDJ_JAVA_BIN"+EOL+ " fi"+EOL+ " else"+EOL+ " OPENDJ_JAVA_BIN=\"${OPENDS_JAVA_BIN}\""+EOL+ " export OPENDJ_JAVA_BIN"+EOL+ " fi"+EOL+ " else"+EOL+ " OPENDJ_JAVA_BIN=\"${OPENDJ_JAVA_HOME}/bin/java\""+EOL+ " export OPENDJ_JAVA_BIN"+EOL+ " fi"+EOL+ "fi"+EOL+EOL); } @@ -703,6 +729,8 @@ buf.append( EOL+ "# See if the environment variables for arguments are set."+EOL+ "if test -z \"${OPENDJ_JAVA_ARGS}\""+EOL+ "then"+EOL+ "if test -z \"${OPENDS_JAVA_ARGS}\""+EOL); } @@ -747,8 +775,8 @@ } buf.append( s+"then"+EOL+ s+" OPENDS_JAVA_ARGS=\""+value+"\""+EOL+ s+" export OPENDS_JAVA_ARGS"+EOL); s+" OPENDJ_JAVA_ARGS=\""+value+"\""+EOL+ s+" export OPENDJ_JAVA_ARGS"+EOL); nIfs++; } } @@ -760,8 +788,8 @@ { buf.append( s+"else"+EOL+ s+" OPENDS_JAVA_ARGS=\""+defaultJavaArgs+"\""+EOL+ s+" export OPENDS_JAVA_ARGS"+EOL); s+" OPENDJ_JAVA_ARGS=\""+defaultJavaArgs+"\""+EOL+ s+" export OPENDJ_JAVA_ARGS"+EOL); } else { @@ -769,15 +797,15 @@ { buf.append( " then"+EOL+ " OPENDS_JAVA_ARGS=\""+defaultJavaArgs+"\""+EOL+ " export OPENDS_JAVA_ARGS"+EOL); " OPENDJ_JAVA_ARGS=\""+defaultJavaArgs+"\""+EOL+ " export OPENDJ_JAVA_ARGS"+EOL); } else { buf.append( EOL+ "OPENDS_JAVA_ARGS=\""+defaultJavaArgs+"\""+EOL+ "export OPENDS_JAVA_ARGS"+EOL); " OPENDJ_JAVA_ARGS=\""+defaultJavaArgs+"\""+EOL+ " export OPENDJ_JAVA_ARGS"+EOL); } } propertiesAdded = true; @@ -795,9 +823,13 @@ // No properties added: this is required not to break the script buf.append( " then"+EOL+ " OPENDS_JAVA_ARGS=${OPENDS_JAVA_ARGS}"+EOL); " OPENDJ_JAVA_ARGS=${OPENDJ_JAVA_ARGS}"+EOL); } buf.append( " else"+EOL+ " OPENDJ_JAVA_ARGS=${OPENDS_JAVA_ARGS}"+EOL+ " export OPENDJ_JAVA_ARGS"+EOL+ " fi"+EOL+ "fi"+EOL); } @@ -821,6 +853,7 @@ final String CHECK_JAVA_ARGS = "checkJavaArgs"; final String CHECK_DEFAULT_JAVA_HOME = "checkDefaultJavaHome"; final String CHECK_DEFAULT_JAVA_ARGS = "checkDefaultJavaArgs"; final String LEGACY = "Legacy"; if (!overwriteJavaHome) { @@ -848,28 +881,45 @@ buf.append( ":"+CHECK_ENV_JAVA_HOME+EOL+ "if \"%OPENDS_JAVA_BIN%\" == \"\" goto checkOpendsJavaHome"+EOL+ "if not exist \"%OPENDS_JAVA_BIN%\" goto checkOpendsJavaHome"+EOL+ "if \"%OPENDJ_JAVA_BIN%\" == \"\" goto checkEnvJavaHome"+LEGACY+EOL+ "if not exist \"%OPENDJ_JAVA_BIN%\" goto checkEnvJavaHome"+LEGACY+EOL+ "goto "+javaArgsLabel1+EOL+EOL+ ":checkOpendsJavaHome"+EOL); ":checkEnvJavaHome"+LEGACY+EOL+ "if \"%OPENDS_JAVA_BIN%\" == \"\" goto checkOpendjJavaHome"+EOL+ "if not exist \"%OPENDS_JAVA_BIN%\" goto checkOpendjJavaHome"+EOL+ "goto "+javaArgsLabel1+EOL+EOL+ ":checkOpendjJavaHome"+EOL ); if (javaHomeLabel1 == CHECK_ENV_JAVA_HOME) { buf.append( "if \"%OPENDJ_JAVA_HOME%\" == \"\" goto "+javaHomeLabel2+LEGACY+EOL+ "set TEMP=%OPENDJ_JAVA_HOME%\\bin\\java.exe"+EOL+ "if not exist \"%TEMP%\" goto "+javaHomeLabel2+LEGACY+EOL+ "set OPENDJ_JAVA_BIN=%TEMP%"+EOL+ "goto "+javaArgsLabel1+EOL+EOL+ ":"+javaHomeLabel2+LEGACY+EOL+ "if \"%OPENDS_JAVA_HOME%\" == \"\" goto "+javaHomeLabel2+EOL+ "set TEMP=%OPENDS_JAVA_HOME%\\bin\\java.exe"+EOL+ "if not exist \"%TEMP%\" goto "+javaHomeLabel2+EOL+ "set OPENDS_JAVA_BIN=%TEMP%"+EOL+ "set OPENDJ_JAVA_BIN=%TEMP%"+EOL+ "goto "+javaArgsLabel1+EOL+EOL ); } else { buf.append( "if \"%OPENDJ_JAVA_HOME%\" == \"\" goto "+javaArgsLabel1+LEGACY+EOL+ "set TEMP=%OPENDJ_JAVA_HOME%\\bin\\java.exe"+EOL+ "if not exist \"%TEMP%\" goto "+javaArgsLabel1+LEGACY+EOL+ "set OPENDJ_JAVA_BIN=%TEMP%"+EOL+ "goto "+javaArgsLabel1+EOL+EOL+ ":"+javaArgsLabel1+LEGACY+EOL+ "if \"%OPENDS_JAVA_HOME%\" == \"\" goto "+javaArgsLabel1+EOL+ "set TEMP=%OPENDS_JAVA_HOME%\\bin\\java.exe"+EOL+ "if not exist \"%TEMP%\" goto "+javaArgsLabel1+EOL+ "set OPENDS_JAVA_BIN=%TEMP%"+EOL+ "set OPENDJ_JAVA_BIN=%TEMP%"+EOL+ "goto "+javaArgsLabel1+EOL+EOL ); } @@ -882,7 +932,7 @@ ":"+CHECK_DEFAULT_JAVA_HOME+EOL+ "set TEMP="+defaultJavaHome+"\\bin\\java.exe"+EOL+ "if not exist \"%TEMP%\" goto "+javaArgsLabel1+EOL+ "set OPENDS_JAVA_BIN=%TEMP%"+EOL+ "set OPENDJ_JAVA_BIN=%TEMP%"+EOL+ "goto "+javaArgsLabel1+EOL+EOL ); } @@ -892,7 +942,7 @@ ":"+CHECK_DEFAULT_JAVA_HOME+EOL+ "set TEMP="+defaultJavaHome+"\\bin\\java.exe"+EOL+ "if not exist \"%TEMP%\" goto "+CHECK_ENV_JAVA_HOME+EOL+ "set OPENDS_JAVA_BIN=%TEMP%"+EOL+ "set OPENDJ_JAVA_BIN=%TEMP%"+EOL+ "goto "+javaArgsLabel1+EOL+EOL ); } @@ -963,7 +1013,7 @@ "if not exist \"%TEMP%\" goto "+CHECK_ENV_JAVA_HOME+EOL); } buf.append( "set OPENDS_JAVA_BIN=%TEMP%"+EOL+ "set OPENDJ_JAVA_BIN=%TEMP%"+EOL+ "goto "+javaArgsLabel1+EOL+EOL); } } @@ -973,7 +1023,11 @@ if (javaArgsLabel1 == CHECK_ENV_JAVA_ARGS) { buf.append( "if \"%OPENDJ_JAVA_ARGS%\" == \"\" goto "+javaArgsLabel2+LEGACY+EOL+ "goto end"+EOL+EOL+ ":"+javaArgsLabel2+LEGACY+EOL+ "if \"%OPENDS_JAVA_ARGS%\" == \"\" goto "+javaArgsLabel2+EOL+ "set OPENDJ_JAVA_ARGS=%OPENDS_JAVA_ARGS%"+EOL+ "goto end"+EOL+EOL); } else @@ -986,7 +1040,7 @@ { buf.append( ":"+CHECK_DEFAULT_JAVA_ARGS+EOL+ "set OPENDS_JAVA_ARGS="+defaultJavaArgs+EOL+ "set OPENDJ_JAVA_ARGS="+defaultJavaArgs+EOL+ "goto end"+EOL+EOL); } @@ -1043,7 +1097,7 @@ name.length() - ".java-args".length()); buf.append( ":check"+scriptName+"JavaArgs"+EOL+ "set OPENDS_JAVA_ARGS="+value+EOL+ "set OPENDJ_JAVA_ARGS="+value+EOL+ "goto end"+EOL+EOL); } } opends/src/server/org/opends/server/util/SetupUtils.java
@@ -70,12 +70,12 @@ /** * Specific environment variable used by the scripts to find java. */ public static final String OPENDS_JAVA_HOME = "OPENDS_JAVA_HOME"; public static final String OPENDJ_JAVA_HOME = "OPENDJ_JAVA_HOME"; /** * Specific environment variable used by the scripts to set java arguments. */ public static final String OPENDS_JAVA_ARGS = "OPENDS_JAVA_ARGS"; public static final String OPENDJ_JAVA_ARGS = "OPENDJ_JAVA_ARGS"; /** * Java property used to know which are the jar files that must be downloaded opends/src/svr4/OpenDJ/_svc-opendj.sh
@@ -34,8 +34,8 @@ case "$1" in 'start') OPENDS_JAVA_HOME="${OPENDS_JAVA_HOME}" \ OPENDS_JAVA_ARGS="${OPENDS_JAVA_ARGS}" ${STARTDS} OPENDJ_JAVA_HOME="${OPENDJ_JAVA_HOME}" \ OPENDJ_JAVA_ARGS="${OPENDJ_JAVA_ARGS}" ${STARTDS} RES=$? if ${TEST} ${RES} -ne 0 then @@ -50,7 +50,7 @@ ;; 'stop') OPENDS_JAVA_HOME="${OPENDS_JAVA_HOME}" ${STOPDS} OPENDJ_JAVA_HOME="${OPENDJ_JAVA_HOME}" ${STOPDS} if ${TEST} $? -ne 0 then exit ${SMF_EXIT_ERR_FATAL}