Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
=========
importExcel operation of studio-tools utility fails with Error "Failed to load shared library, library name :" .
Environment:
==========
TIBCO Product name and version: TIBCO BusinessEvents (BE) 4.0.2
Operating System(s): All
Symptoms:
========
See above description.
Resolution:
========
Missing values for the following variables in studio-tools.tra cause the above error:
++++
tibco.env.TIB_JAVA_HOME
tibco.env.JVM_LIB_PATH
tibco.env.JVM_LIB_DIR
tibco.env.JDK_LIB=/lib
+++++
The following values need to be set for the above variables:
+++++
tibco.env.TIB_JAVA_HOME=$TIBCO_HOME/tibcojre/1.6.0
tibco.env.JVM_LIB_PATH=$TIBCO_HOME/tibcojre/1.6.0/bin/server/jvm.dll
tibco.env.JVM_LIB_DIR=$TIBCO_HOME/tibcojre/1.6.0/bin/client
tibco.env.JDK_LIB=$TIBCO_HOME/tibcojre/1.6.0/lib
++++++
Where $TIBCO_HOME is the value of TIBCO_HOME where BE is installed.
References:
=========
None