IBM Support

Launching Rational Rhapsody on Linux results in “Error: File not found libjsig.so”

Troubleshooting


Problem

Attempts to launch IBM Rational Rhapsody on Linux results in “Error: File not found libjsig.so”.

Cause

Invalid path entry for JRE installation in rhp_env file.

Resolving The Problem

Procedure:

  1. Navigate to the Rhapsody Installation directory

  2. Locate the rhp_env file.

  3. Modify the second if statement in the rhp_env file with the correct location of the file libjsig.so

    Example extract from rhp_env with the corresponding code:


    if [ $IsEclipseSelected = "TRUE" ]
    then
    if [ -f /usr/java/jdk/jre/lib/i386/libjsig.so ]
    then
    LD_PRELOAD=/usr/java/jdk/jre/lib/i386/libjsig.so
    export LD_PRELOAD
    else
    echo "Error: File not found /usr/java/jdk/jre/lib/i386/libjsig.so"
    fi
    fi

[{"Product":{"code":"SSB2MU","label":"IBM Engineering Systems Design Rhapsody"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"General Information","Platform":[{"code":"PF016","label":"Linux"}],"Version":"7.6;7.6.1;8.0;8.0.1;8.0.3","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Product Synonym

Rational Rhapsody

Document Information

Modified date:
27 May 2022

UID

swg21650269