I am using BC on a 64-bit platform.When I run the scripted deployment tool, I get this error: /opt/tibco/jre/1.5.0/lib/i386/server/libjvm.so - this file present in the system. What do I do?

I am using BC on a 64-bit platform.When I run the scripted deployment tool, I get this error: /opt/tibco/jre/1.5.0/lib/i386/server/libjvm.so - this file present in the system. What do I do?

book

Article ID: KB0084987

calendar_today

Updated On:

Products Versions
TIBCO BusinessConnect Add-on Pack for Scripting Deployment -
Not Applicable -

Description

Resolution:
BusinessConnect Scripted Deployment 5.2.1 is not provided on 64-bit operating systems.  To work around this issue:

1.  Install the corresponding 32-bit version of Scripted Deployment on your system.
2.  Install the 32-bit JVM for the system into a separate directory
3.  Modify these lines in the bcappmanage.tra file:

tibco.env.JVM_LIB_PATH=/opt/tibco/jre/1.5.0/bin/server/jvm.dll
tibco.env.JVM_LIB_DIR=/opt/tibco/jre/1.5.0/bin
tibco.env.TIB_JAVA_HOME=/opt/tibco/jre/1.5.0

to point at the corresponding entries in your 32-bit JVM file.

4.  Execute the program as usual.

Issue/Introduction

I am using BC on a 64-bit platform.When I run the scripted deployment tool, I get this error: /opt/tibco/jre/1.5.0/lib/i386/server/libjvm.so - this file present in the system. What do I do?