Products | Versions |
---|---|
TIBCO BPM Enterprise (formerly TIBCO ActiveMatrix BPM) | 5.5.0 |
When installing BPM Enterprise (BPME) or BPM Studio 5.5.0 on Ubuntu 22.x, the below error in the TIBCO universal installer logs -
(The installation logs are available under "/home/<user>/.TIBCO/install_<timestamp>/" directory and in the log file tibco_universal_installer.<user>_install.log)
Caused by: java.lang.UnsatisfiedLinkError: /tmp/istemp2298475103090104/_bundledJRE_/lib/libawt_xawt.so: libXrender.so.1: cannot open shared object file: No such file or directory . . Caused by: java.lang.UnsatisfiedLinkError: /tmp/istemp2381231103095048/_bundledJRE_/lib/libawt_xawt.so: libXi.so.6: cannot open shared object file: No such file or directory . . Caused by: java.lang.NoClassDefFoundError: Could not initialize class sun.awt.SunToolkit
sudo apt-get install libxrender1 sudo apt-get install libxi6