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
Release : 20.2
Component : CABI JasperReports Server for CA Performance Management
Missing java location in the environment PATH
This is the section of the install.sh script where it is failing:
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