Article Number
000038878
Applies To
RSA Product Set: RSA Identity Governance & Lifecycle
Platform/Application Server: WildFly
O/S Version: SUSE Linux Enterprise Server 12 SP4 (SLES 12 SP4)
RSA Version/Condition: 7.1.1
Issue
The 7.1.1 RSA Identity Governance & Lifecycle WildFly installation on a SUSE Linux Enterprise Server 12 SP4 (SLES 12 SP4) server fails with the following error messages:
Pre-Requisites Test(s) failed with the following message(s) :
Older version 1.19.6-2.1.x86_64 of xorg-x11-server is installed, 7.6.1.15.2-36.21 or higher is required
Older version 1.19.6-2.1.x86_64 of xorg-x11-server-extra is installed, 7.6.1.15.2-36.21 or higher is required
and
Quitting installation due to system does not meet requirements
Fresh install failed.. deleting /home/oracle/install, /home/oracle/Aveksa_System.cfg and /home/oracle/setDeployEnv.sh as part of cleanup.
Step failed! See /tmp/aveksa-install.log for more information.
Cause
The naming convention changed for packages xorg-x11-server and xorg-x11-server-extra. The packages are missing the major version number prefix 7.6_ in SP4.
This is a known issue reported in engineering ticket ACM-100425.
Resolution
This issue is resolved in RSA Identity Governance & Lifecycle 7.2.0 where the pre-requisite check no longer checks for the major version prefix.
Workaround
- Login as the oracle user and modify InspectSystem.sh. Before modifying this file make a backup copy.
cd /tmp/aveksa/staging/deploy
cp InspectSystem.sh InspectSystem.sh_backup_<date>
vi InspectSystem.sh
- Remove the second occurrence of 7.6_ from the two lines that refer to xorg-x11-server and xorg-x11-server-extra:
FROM:
xorg-x11-server-7.6_1.15.2-36.21.x86_64,xorg-x11-server,7.6_1.15.2,36.21,x86_64
xorg-x11-server-extra-7.6_1.15.2-36.21.x86_64,xorg-x11-server-extra,7.6_1.15.2,36.21,x86_64
TO:
xorg-x11-server-7.6_1.15.2-36.21.x86_64,xorg-x11-server,1.15.2,36.21,x86_64
xorg-x11-server-extra-7.6_1.15.2-36.21.x86_64,xorg-x11-server-extra,1.15.2,36.21,x86_64
- Login as the root user and restart the installation.
Notes
For more information, see the following two SUSE Bugzilla references: