BusinessConnect engines stops immediately on startup on Linux systems

BusinessConnect engines stops immediately on startup on Linux systems

book

Article ID: KB0138011

calendar_today

Updated On:

Products Versions
TIBCO BusinessConnect 7.5.0

Description

After the BusinessConnect engine is deployed, the BC engine will not start.

If you try running the BC engine from the linux .sh file in the $TIBCO_HOME/tra/domain/<your domain name>/application/BusinessConnect directory, you will see this error

bcengine: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

This error is caused by an incorrect bcengine file being installed in the $TIBCO_HOME/bc/7.5/bin directory

Environment

This issue only occurs on Linux systems only.  Windows systems are not impacted.

Resolution

To resolve this issue, do the following:

1.  In the $TIBCO_HOME/bc/7.5/bin directory, rename the bcengine file to bcengine.old

2.  Copy the file $TIBCO_HOME/tra/5.13/bin/wrap to the $TIBCO_HOME/bc/7.5/bin directory.

3.  In the $TIBCO_HOME/bc/7.5/bin directory, rename "wrap" to "bcengine"

 

Issue/Introduction

After the BusinessConnect engine is deployed in a Linux environment, the following error occurs when the BC engine is started:

bcengine: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory