webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

SPM bootstrap to remote node on CCE 10.1

  • 1.  SPM bootstrap to remote node on CCE 10.1

    Posted Wed December 06, 2017 10:19 AM

    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?


    #Command-Central
    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: SPM bootstrap to remote node on CCE 10.1

    Posted Thu December 07, 2017 09:53 AM

    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.


    #Integration-Server-and-ESB
    #webMethods-General
    #Command-Central
    #webMethods