JRE libraries are missing or not compatible with installing JasperSoft 7.1.1
search cancel

JRE libraries are missing or not compatible with installing JasperSoft 7.1.1

book

Article ID: 204963

calendar_today

Updated On:

Products

CA Spectrum DX NetOps

Issue/Introduction

When installing JasperSoft 7.1.1 via the Linux CLI instead of through the GUI, the error that I'm getting is in finding the necessary java libraries.  As far as I can tell, I have the right binaries installed.


$ cd /opt/CABI
$ sudo ./setup.sh
Preparing to install
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

JRE libraries are missing or not compatible....
Exiting....
[CABI]$ java -version
openjdk version "1.8.0_272"
OpenJDK Runtime Environment (build 1.8.0_272-b10)
OpenJDK 64-Bit Server VM (build 25.272-b10, mixed mode)

 

Environment

Release : DX NetOps Spectrum 20.2

Component : Spectrum Core / SpectroSERVER

Cause

/tmp did not allow running binaries

Resolution

To allow binaries to run from /tmp, use linux command mount -o remount exec /tmp