Skip to content

OpenDJ v5.0.1 unable to install: UnsatisfiedLinkError: /tmp/bc-fips-jni #575

@muralicbe1983

Description

@muralicbe1983

Describe the bug
Downloaded the latest OpenDJ version 5.0.1 and tried to install it on the RHEL 9.6 , the installation getting failed during the setup command. error as below.

[18/Nov/2025:06:23:12 +0000] category=QUICKSETUP severity=NOTICE msgID=-1 msg=server: Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/bc-fips-jni_2299347829132695/libbc-probe.so: /tmp/bc-fips-jni_2299347829132695/libbc-probe.so: failed to map segment from shared object

Note - /tmp directory has write permissions for the unix account.

To Reproduce
Steps to reproduce the behavior:

  1. Below is the install command tried.
    sh setup --cli --ldapPort 2389 --adminConnectorPort 7444 --rootUserDN "cn=root user" --rootUserPassword '*****' --ldapsPort 2636 --usePkcs12keyStore keystore.p12 --keyStorePasswordFile mspki.key --certNickname opendjcert --no-prompt --noPropertiesFile
  2. using jdk version as below.

openjdk version "21.0.8" 2025-07-15 LTS
OpenJDK Runtime Environment (Red_Hat-21.0.8.0.9-1) (build 21.0.8+9-LTS)
OpenJDK 64-Bit Server VM (Red_Hat-21.0.8.0.9-1) (build 21.0.8+9-LTS, mixed mode, sharing)

  1. Tried the OpenDJ version 5.0.0 snapshot version, the same command works without any issues.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions