Automated installer is not checking conditions properly and proceeds in executing JWS related steps even thought users are using installation script with EAP.
In logs you can see:
Starting process Create kie-server dodeploy file (55/64)
Empty file /home/dhanak/IdeaProjects/bxms-qe-tests/test-installer/target/dist/jboss-eap-7.3/standalone/deployments/kie-server.war.dodeploy created successfully.
Starting process Modify Tomcat server.xml (56/64)
Adding valve definition to server.xml failed. See log for more information
Starting process Onfail Server Shutdown Job (57/64)
Those steps should not be run.
Automated installation succeeds, while it should not. But installer cleans up the container in a same manner as when it fails.
Actual result
Installer tries to setup JWS related properties and the installation on EAP using auto script fails.
Expected result
Installer does not try to setup JWS related properties and the installation on EAP using auto script succeeds.
- is related to
-
RHPAM-3149 Auto installation on ends with success even when failure occurs
- Closed