APPLIES TO:
Oracle Applications Manager – Version 12.2 to 12.2 [Release 12.2Cloud]
Information in this document applies to any platform.
SYMPTOMS:
Trying to install 12.2 E-Business Suite on Linux and getting the following errors:
—
Executing command: ../startCD/Disk1/rapidwiz/jre/Linux_x64/1.6.0//bin/java/bin/java -cp $ORACLE_HOME/temp/VIXXXX_lv426/DBInstallHome/fnd/../j22065856_fnd.zip:$ORACLE_HOME/temp/VIXXXX_lv426/DBInstallHome/fnd/java/3rdparty/stdalone/xmlparserv2.zip -Doracle.apps.fnd.txk.env_home=$ORACLE_HOME/temp/VIXXXX_lv426/ -Doracle.apps.fnd.txk.runtime.config=$ORACLE_HOME/temp/VIXXXX_lv426/xmldocs/instDB.xml oracle.apps.fnd.txk.config.InstallService
Fatal Error: TXK Install Service
oracle.apps.fnd.txk.config.ProcessStateException: OUI process failed : Exit=255 See log for details. CMD= ../TechInstallMedia/database/database/runInstaller -waitForCompletion -ignoreSysPrereqs -force -silent -responseFile $ORACLE_HOME/temp/VIXXXX_lv426/cfgHome/response/DB_HOME/txkDB12cR1_12102.rsp
at oracle.apps.fnd.txk.config.OUIPatchActionNode.processState(OUIPatchActionNode.java:160)
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 Oracle Database Home
RW-50010: Error: – script has returned an error: 1
RW-50004: Error code received when running external process. Check log file for details.
Running Database Install Driver for VISXXXX instance
The issue can be reproduced at will with the following steps:
1. Perform Rapid Install
CAUSE
Observe 255 error in OUI call [ oracle.apps.fnd.txk.config.ProcessStateException: OUI process failed : Exit=255 ]
The exit code Exit=255 indicates gross failure, such as no permission to execute
Found:
/tmp mounted with noexec, preventing OUI instller from running
Check for [ noexec ] mount option in [ $ mount ] output.
$ mount | grep ” /tmp”
/dev/sdc1 on /tmp type ext3 (rw,noexec,nosuid,nodev)
SOLUTION
1. Try to:
a. Remount /tmp without noexec
OR
b. Specify an alternate location for the tmp directory for install:
$ export TMPDIR=
2. Clean failed install with: 12.2 E-Business Suite – How To Clean Up A Rapid Install Failure A Restart A Fresh Install(Note 2091880.1)
3. Restart the install.