SPM bootstrap to remote node on CCE 10.1

Hi,

I’ve found a bootstrap.xml sample file and I’ve filled in the javaPath element as recommended in KB 1773467.

But when I try to run the installation, I still get the java error:

Status
UnsupportedOperationException: Extracting java from the installer image is not supported. Java must be present on the target system
Details
Ensuring java

My bootstrap.xml contains the following values:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> spm-all-9.8-mirror_products_98_lnx-lnxamd64 9.8 lnxamd64 ALL true s51lvqu.cmctst.be SSH 22 BASIC PASSWORD ***** ***** /opt/sag false /opt/sag/java/jdk1.8.0_66 8092 8093

Does someone know what I’m doing wrong here?

when I removed the
false
element and I explicitly called the java executable in the path element

/opt/sag/java/jdk1.8.0_66/bin/java

the java error disappeared.