Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
============
Starting up either RMS or Decision Manager would throw an error of "Failed to load shared library: library name: C:/tibco/jre/1.6.0/bin/hotspot/jvm.dll".
Environment:
==========
Windows 7 installed with 64-bit TRA 5.7. Under the same TIBCO home was installed BE 3.0.2 as a 32-bit application. Under separate TIBCO homes BE 4.0.1 and BE 5.0 were installed as 32-bit applications. The customer then used the 32-bit BE 4.0 tibcojre.
Symptoms:
=========
See above.
Cause:
=====
The Decision Manager and RMS configuration files were pointing to the 64-bit JRE instead of the 32-bit JRE.
Resolution:
=========
The Decision Manager uses the DecisionManager.ini to specify the configuration.
Under -vm, update the location for the Java JVM
C:/tibco/BE4.0/tibcojre/1.6.0/bin and update -DJDK_LIB to
C:/tibco/BE4.0/tibcojre/1.6.0/lib
For RMS update be-rms.tra for the following settings:
tibco.env.JVM_LIB_PATH=C:/tibco/jre/1.6.0/bin/client/jvm.dll
tibco.env.JVM_LIB_DIR=C:/tibco/jre/1.6.0/bin
tibco.env.TIB_JAVA_HOME=C:/tibco/jre/1.6.0