BWC Installation Hotfix for 64 bit machine to avoid the error of unalbe to start WF/Repo server from Admin GUI

BWC Installation Hotfix for 64 bit machine to avoid the error of unalbe to start WF/Repo server from Admin GUI

book

Article ID: KB0106133

calendar_today

Updated On:

Products Versions
TIBCO BusinessWorks Collaborator -
Not Applicable -

Description

Description:
Problem description:

If the customer’s environment is a 64 bit OS machine, they will be required to install this hotfix (TIBCOInstaller.jar) during their installation or upgrade. Otherwise, after they register their WF/Repo servers to the domain and want to start these two servers from the admin GUI, they will encounter the following error:
Failed to load shared library, library name :
/home/bwc55/tibco/jre/1.5.0/lib/sparcv9/server/libjvm.so

Root cause and workaround:

The root cause of the above error is because during their installation, the installer has provided a wrong path of /home/bwc55/tibco/jre/1.5.0/lib/sparcv9/server/libjvm.so
in the file of
tibco\tra\domain\&ltserver name>\application\TIBCOServers\ TIBCOServers-Workflow_Server_&ltserver name>.tra

The above path needs to be corrected as /home/bwc55/tibco/jre/1.5.0/lib/sparc/server/libjvm.so

Once this path is corrected, these two servers should be able to be started from the admin GUI without any problem.

Solution:

The following method will completely solve the above problem during the installation step:
Windows
a. Download the zip file and extract the jar into some temporary folder. Example : D:\temp\TIBCOInstaller.jar . Make sure the temp folder does not contain any space chars.

b. Run BWC installer, using the syntax

        TIB_bwc-suite_5.5.0_win_x86.exe -a -cp:p D:\temp\TIBCOInstaller.jar

Unix (example: Solaris 5.8)
a. Download the zip file and extract the jar into some temporary directory. Example: /tmp/TIBCOInstaller.jar

b. Run BWC installer, using the syntax

        bwworkflow.5.5.0-suite_sol8_sparc.bin -cp:p /tmp/TIBCOInstaller.jar

Environment

Product: TIBCO BusinessWorks Collaborator Version: 5.5.0 OS: All, Solaris --------------------

Issue/Introduction

BWC Installation Hotfix for 64 bit machine to avoid the error of unalbe to start WF/Repo server from Admin GUI

Attachments

BWC Installation Hotfix for 64 bit machine to avoid the error of unalbe to start WF/Repo server from Admin GUI get_app