BC FTP plugins fails during the installation process.

BC FTP plugins fails during the installation process.

book

Article ID: KB0092443

calendar_today

Updated On:

Products Versions
TIBCO BusinessConnect -
Not Applicable -

Description

Description:
When installing the BusinessConnect 6.2 SSH server plugin, the following exception occurs, "Bundled JRE is not binary compatible with host OS/Arch or it is corrupt. Testing bundled JRE failed". 
Symptoms:
The plugin Installer fails with the following exception "Bundled JRE is not binary compatible with host OS/Arch or it is corrupt. Testing bundled JRE failed" 
Cause:
The user installing the software does not have proper permission to access the configured temp directory, or there is no enough space in the /temp directory.

Resolution

When running the installer, use the following command to set the temp directory:

TIBCOUniversalInstaller-lnx-x86-64.bin -is:tempdir <pathToTempDir>

where pathToTempDir is the directory location to put temporary directories instead of /tmp. If not, then there is a permission issue. Have the user try to create a file and change execute permissions on the file inside the /tmp directory. 


cd /tmp
touch test.out
chmod 755 test.out

Issue/Introduction

BC FTP plugins fails during the installation process.