TIBCO ActiveMatrix(R) Updater Tool for Java Runtime Environment (JRE) fails with libjvm.so not found

book

Article ID: KB0075137

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix Service Grid 3.3.0

Description

While running the ActiveMatrix (AMX) JRE Updater utility, the following error maybe seen

==============================

[bpm@hostname bin]$ ./amx_jre_updater discover -configHomeLocation /opt/tibco/bpm_config_home/data/
Lib name libjvm.so
Failed to load shared library, library name : libjvm.so
==============================

Root cause:

The above error occurs because the JRE Updater is not able to locate / access the JVM lib file as specified in the JRE Updater tool configuration (.tra) file.

Environment

All Supported Linux/Unix OS Platforms

Resolution

The path to "libjvm.so" is configured in the following file:

    TIBCO_HOME/amx/3.3/bin/amx_jre_updater.tra,

The property name is "java.library".

The library "libjvm.so" is typically found here:

    JRE_HOME/lib/amd64/server/libjvm.so


Please check the following

- The library "libjvm.so" is available and accessible by the user running the JRE Updater utility

- The path to "libjvm.so" is correctly configured in the "amx_jre_updater.tra" file
 

Issue/Introduction

TIBCO ActiveMatrix(R) Updater Tool for Java Runtime Environment (JRE) fails with libjvm.so not found