From bffeb78279ded6c57eb050f7237201ad93f8a4c2 Mon Sep 17 00:00:00 2001 From: vharseko <vharseko@3a-systems.ru> Date: Tue, 18 Jul 2023 16:23:17 +0000 Subject: [PATCH] FIX Setup Issue - Error Creating Base Entry (#286) --- opendj-server-legacy/resource/config/java.properties | 14 +++++--------- 1 files changed, 5 insertions(+), 9 deletions(-) diff --git a/opendj-server-legacy/resource/config/java.properties b/opendj-server-legacy/resource/config/java.properties index 028a617..91f7ed7 100644 --- a/opendj-server-legacy/resource/config/java.properties +++ b/opendj-server-legacy/resource/config/java.properties @@ -12,7 +12,7 @@ # # Copyright 2008-2010 Sun Microsystems, Inc. # Portions Copyright 2011-2016 ForgeRock AS. - +# Portions Copyright 2018- 3A Systems LLC. # # This file contains the java properties that the different command lines will # use when launched. You can specify the location of the java binaries to be @@ -42,7 +42,7 @@ # Examples: # # Specify to use a particular Java Virtual Machine for the offline import: -# import-ldif.offline.java-home=/usr/jdk1.7 +# import-ldif.offline.java-home=/usr/jdk1.8 # # Specify to use -client argument when running dsconfig: # dsconfig.java-args=-client @@ -52,15 +52,11 @@ # # Specify to use the java home for all the command-lines that have not # an associated property defined: -# default.java-home=/usr/jdk1.6 +# default.java-home=/usr/jdk1.8 # # Specify to use the -client argument for all the command-lines that have not # an associated property defined: -# default.java-args=-client +# default.java-args=-server default.java-home=$JAVA_HOME -default.java-args=-Xms32m -client -import-ldif.offline.java-args=-server -rebuild-index.offline.java-args=-server -start-ds.java-args=-server -ldifdiff.java-args=-server +default.java-args=-server \ No newline at end of file -- Gitblit v1.10.0