Integration with CABI JasperReports Server failed
search cancel

Integration with CABI JasperReports Server failed

book

Article ID: 206466

calendar_today

Updated On:

Products

CA Performance Management - Usage and Administration

Issue/Introduction

JasperServer 7.1.1.1 fresh installed and successfully integrated with Spectrum.

Now I'm trying to integrate it with CA-PM 20.2.5.

I ran the install.sh integration script and it ended with following messages

BUILD SUCCESSFUL
Total time: 1 second
Using Pro setup
./bin/js-import-export.sh: line 65: java: command not found
Tue 15:27:30 -  Error during importing the report
Tue 15:27:30 -  Installation failed

Environment

Release : 20.2

Component : CABI JasperReports Server for CA Performance Management

Cause

Missing java location in the environment PATH

This is the section of the install.sh script where it is failing:

Resolution

Add the java location in the $PATH

Show the PATH environment variable:

$ echo $PATH

 

Here an example to add the java location in the $PATH:

$ export PATH=/opt/CA/SharedComponents/cabusinessintelligence/java/bin:$PATH

OR

$ export PATH=/opt/CA/SharedComponents/CA\ Business\ Intelligence/jre/bin/java/bin:$PATH

OR

$ export PATH=/opt/CA/SharedComponents/CA\ Business\ Intelligence/java/bin:$PATH

Whichever path applies to your environment