Business Studio 4.3.1 silent install fails on Linux with error unable to find LGPL Assembly

Business Studio 4.3.1 silent install fails on Linux with error unable to find LGPL Assembly

book

Article ID: KB0073701

calendar_today

Updated On:

Products Versions
TIBCO Business Studio - BPM Edition 4.3.1

Description

Description:
Silent-mode installation of Business Studio 4.3.1 can fail, due to incorrect filename of LGPL assembly (if pre-downloaded)

Symptoms:
tibco_universal_installer.USERNAME_install.log will have the following error towards the end:

(03-22-2021.111354), ::ERROR::, Unable to find LGPL Assembly in the location defined by LGPLAssemblyPath setting in .silent file., class com.tibco.installer.wizard.action.TIBCODownloadAssemblyWizardAction
(03-22-2021.111354), TIBINS5188049: Warning, tibco_universal_installer, , Unable to locate or verify the LGPL assembly required for this product.


Note: TUI logs are found in a session-timestamped folder, in a hidden subfolder of the user's home:
[Windows] %USERPROFILE%\.TIBCO\install_YYYY_MM_DD.hhmmss\
[Linux] ${HOME}/.TIBCO/install_YYYY_MM_DD.hhmmss/

Cause:
Packaging error: declared filename has a trailing space in contrib_bstudio_5.0.1_FeatureConfig_linux24gl23_x86_64.xml
 

Issue/Introduction

Business Studio 4.3.1 silent install fails on Linux with error unable to find LGPL Assembly

Environment

OS: Linux TIBCO Business Studio - BPM Edition 4.3.1

Resolution

Either
Rename the downloaded file, to have a space at the end  (if your filesystem allows this!)

Or
Manually edit contrib_bstudio_5.0.1_FeatureConfig_linux24gl23_x86_64.xml
Remove the space after .zip on this line:
    <property filename="product_tibco_eclipse_lgpl_4.7.1.001_linux_x86_64.zip "/>

Additional Information

Silent install, XPD-8534