An example of the error seen in the universal installer log -
:ERROR::, Exception while initializing zip assembly from archive: /opt/software/BPM4.3HF01/TIB_amx-bpm_4.3.0_HF-001.zip : /opt/software/BPM4.3HF01/temp/69B36C11B3B5 (No such file or directory), class com.tibco.installer.wizard.action.thread.TIBCOInitializeAssemblies
This log may also indicate there was not enough temp space available -
::INFO::, temp dir freeSpace = 468475904 ::INFO::, temp dir totalSpace = 1063256064 ::INFO::, temp dir usableSpace = 468475904 ::WARNING::, TEMP DIR SPACE PROBLEM, setting temp dir to /opt/software/BPM4.3HF01/temp, class com.tibco.installer.wizard.action.thread.TIBCOInitializeLaunchDirectory
Issue/Introduction
When installing the software in TIBCO_HOME, Universal Installer may fail with the error - "Exception while initializing zip assembly from archive..."
Environment
Operating System (OS): All supported UNIX based OS
Resolution
This issue is occurring due to a lack of space in the temp directory. The following options are available to resolve this issue -
Option 1 - Add or free up space from the default temporary directory.
Option 2 - Re-point universal installer to use a different location (where sufficient space is available) as the temp directory -
TIBCOUniversalInstaller-x86-64 -is:tempdir <full path to a temp dir> -is:log install_log.log
Once the temp directory has enough space available using either of the above options, re-run the universal installer.