Products | Versions |
---|---|
TIBCO BusinessConnect Remote | - |
Not Applicable | - |
Description:
After successfully installing BCRemote and trying to start the DeploymentWizard, it is throwing the following error and failing to start:
"Failed to load shared library, library name: "
Reason :
The following variables are not set in the deploymentwizard.tra file, hence throwing the error:
tibco.env.PSP=;
tibco.env.TIB_HOME=C:/tibco
tibco.env.JVM_LIB_PATH=%TIBCO_JVM_LIB_SERVER_ESC%
tibco.env.JVM_LIB_DIR=%TIBCO_JVM_LIB_DIR_ESC%
tibco.env.TIB_JAVA_HOME=%TIBCO_JAVA_HOME_ESC%
Workaound :
Edit deploymentwizard.tra, console.tra and bcremote.tra file and manually modify the above variables to their correct path.
Symptoms:
Cause: