8.2. Installer

When you are auto installing Red Hat Decision Manager on Red Hat JBoss EAP, Red Hat Decision Manager installer tries to configure properties for Red Hat JBoss Web Server [RHPAM-3150]

Issue: Red Hat Decision Manager installer tries to configure properties for Red Hat JBoss Web Server when you are auto installing on Red Hat JBoss EAP. Automated installer is not checking the conditions and executing Red Hat JBoss Web Server related steps even though the users are using installation script with Red Hat JBoss EAP.

Steps to reproduce:

  1. Run Red Hat Decision Manager installer with the default options.
  2. Use Red Hat JBoss EAP as an installation container.
  3. Complete the installation, generate an installation script, and name it as auto.xml.
  4. Clean the used Red Hat JBoss EAP container and run the installation again using the generated installation script:

    java -jar rhdm-installer-7.8.x.jar auto.xml -variables rhdm.username=rhbaUser,rhdm.password=bpmsAdmin123$
  5. Run the installed Red Hat Decision Manager.

Expected result: Red Hat Decision Manager installer is not trying setup any Red Hat JBoss Web Server related properties and installation on Red Hat JBoss EAP using automated script succeeds.

Actual result: Red Hat Decision Manager installer tries to setup Red Hat JBoss Web Server related properties and installation on Red Hat JBoss EAP using automated script fails.

Workaround: Install manually. Do not use the generated script for Red Hat JBoss EAP.