12.2 E-Business Suite startCD 50 Install Fails with Fatal Error: TXK Install Service oracle.apps.fnd.txk.config.ProcessStateException: OUI process failed Cannot install Web Tier Utilities

APPLIES TO:
Oracle Applications DBA - Version 12.2.5 to 12.2.5 [Release 12.2]
Oracle Applications Manager - Version 12.2.5 and later
Information in this document applies to any platform.

SYMPTOMS:
E-Business Suite 12.2 Applications Manager, Applications Installation related issues

Using RHEL 7 with Start CD 50, the 12.2.5 install fails (at around 38%) with the following error:

Fatal Error: TXK Install Service
oracle.apps.fnd.txk.config.ProcessStateException: OUI process failed : Exit=1 See log for details. CMD= /../TechInstallMedia/ohs11117/Disk1/runInstaller -waitForCompletion -ignoreSysPrereqs -force -silent -responseFile /../oracle/<SID>/fs2/inst/apps/<CONTEXT_NAME>/temp/cfgHome/response/APPS_OHS_HOME/txkOHS_11117.rsp
at oracle.apps.fnd.txk.config.OUIPatchActionNode.processState(OUIPatchActionNode.java:159)
at oracle.apps.fnd.txk.config.PatchActionNode.processState(PatchActionNode.java:187)
at oracle.apps.fnd.txk.config.PatchNode.processState(PatchNode.java:338)
at oracle.apps.fnd.txk.config.PatchesNode.processState(PatchesNode.java:79)
at oracle.apps.fnd.txk.config.InstallNode.processState(InstallNode.java:68)
at oracle.apps.fnd.txk.config.TXKTopology.traverse(TXKTopology.java:594)
at oracle.apps.fnd.txk.config.InstallService.doInvoke(InstallService.java:224)
at oracle.apps.fnd.txk.config.InstallService.invoke(InstallService.java:237)
at oracle.apps.fnd.txk.config.InstallService.main(InstallService.java:291)

Cannot install Web Tier Utilities
RW-50010: Error: - script has returned an error: 1
RW-50004: Error code received when running external process. Check log file for details.
Running APPL_TOP Install Driver for <SID> instance

CAUSE:
This is related to an issue with the startCD 50 buildStage script on RHEL7 platform.

SOLUTION:
To resolve the issue, test the following steps in a development instance and then migrate accordingly:
1. It is always recommended to use the latest startCD available. Consider using startCD 51 available via Patch 22066363, and review the startCD 51 Blog Announcement here.
2 To resolve the issue with startCD 50, you will need to cleanup the failed install and retry after the step #3 below.
3. Manually copy the filegroup3.jar.modified from the /startCD/Disk1/rapidwiz/etc to /TechInstallMedia/ohs11117/Disk3/stage/Components/oracle.calypso/11.1.1.7.0/1/DataFiles as filegroup3.jar
eg: cp /startCD/Disk1/rapidwiz/etc/filegroup3.jar.modified /TechInstallMedia/ohs11117/Disk3/stage/Components/oracle.calypso/11.1.1.7.0/1/DataFiles/filegroup3.jar
4. Restart the startCD 50 installation and confirm it completes successfully
Recent Posts