BPM Enterprise Installation failed on Ubuntu 22.x with error - libXrender.so.1 or libXi.so.6: cannot open shared object file: No such file or directory

BPM Enterprise Installation failed on Ubuntu 22.x with error - libXrender.so.1 or libXi.so.6: cannot open shared object file: No such file or directory

book

Article ID: KB0070082

calendar_today

Updated On:

Products Versions
TIBCO BPM Enterprise (formerly TIBCO ActiveMatrix BPM) 5.5.0

Description

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



This is caused due to the missing libraries on Ubuntu 22 x.
 

Issue/Introduction

BPME 5.5 Installation failed on Ubuntu 22.x with error "libXrender.so.1: / libXi.so.6: cannot open shared object file: No such file or directory"

Environment

Ubuntu 22.x, BPME 5.5

Resolution

Install the below libraries on Ubuntu 22.x:

Steps:
  1.  Install the below libraries on the Ubuntu 22.x using the apt package manager:
sudo apt-get install libxrender1
sudo apt-get install libxi6

 
  1.  Re-install BPM Enterprise or BPM Studio 5.5.0