Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can verify things are good before starting,

Code Block
languagebash
 
cd /opt/opendj/bin
 ./status 
Please set OPENDJ_JAVA_HOME to the root of a Java 6 update 10 (or higher) installation
or edit the java.properties file and then run the dsjavaproperties script to
specify the Java version to be used

In this case it looks like there are still bugs in this area. I verified that the proper environment variables were set,

Code Block
languagebash
echo $OPENDJ_JAVA_HOME$
/opt/java-forgerock

 

Start and Stop

As a reference,

...