Page tree

Versions Compared

Key

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

...

Ensure that your dns entry is also in yoru host file.

Install Required Package

For some reason fontconfig is required for a proper install otherwise you get this error message,

Code Block
languagebash
Fontconfig error: Cannot load default config file
See /tmp/opends-setup-2789148880898957298.log for a detailed log of this operation. 

Install fontconfig

Code Block
languagebash
sudo apt-get install fontconfig 

Configure Java

Panel

If your default Java environment is not appropriate, set OPENDJ_JAVA_HOME to the path to the correct Java environment, or set OPENDJ_JAVA_BIN to the absolute path of the java command. The latter environment variable is useful for example if you have both 32-bit and 64-bit versions of the Java environment installed, and want to make sure you use the 64-bit version.

...

What would you like to do? 1)  Set up the server with the parameters above

Code Block
languagebash
Fontconfig error: Cannot load default config file
Enter choice [1]:
See /tmp/opends-setup-2789148880898957298774306341481213092.log for a detailed log of this operation.
Configuring Directory Server ..... Done.
Creating Base Entry dc=tin-pham,dc=com ..... Done.
To see basic server configuration status and configuration you can launch /opt/opendj.0/bin/status

Hmmm.. let's look at the errorsYou can run the status command even if the server is off and verify the configuration.

References

Not bad but not good manual setup - http://opendj.forgerock.org/doc/install-guide/OpenDJ-Install-Guide.html

...