1. Rohit Chaube
  2. Oracle - All Others
  3. Saturday, 15 September 2018
  4.  Subscribe via email
I am building Oracle EBS R12.2 multi-node server (one Database & one Application server), I have successfully completed the database server install but while running the rapidwiz install on the Application server, the installation fails at Step 1 - 13%, 66% completed - Configuring Application Terminology Stack.

I see the following error in the log file




Installing 10.1.2 Tools patches.

Using /u01/oracle/VIS01/fs2/inst/apps/VIS01_kc1demoebsas01/temp/xmldocs/instToolPatches.xml


Executing command: /u01/Stage122/startCD/Disk1/rapidwiz/jre/Linux_x64/1.6.0/bin/java -cp /u01/oracle/VIS01/fs2/inst/apps/VIS01_kc1demoebsas01/temp/ASInstallHome/fnd/../j11067592_fnd.zip:/u01/oracle/VIS01/fs2/inst/apps/VIS01_kc1demoebsas01/temp/ASInstallHome/fnd/java/3rdparty/stdalone/xmlparserv2.zip -Doracle.apps.fnd.txk.env_home=/u01/oracle/VIS01/fs2/EBSapps/appl/admin/VIS01_kc1demoebsas01/ -Doracle.apps.fnd.txk.runtime.config=/u01/oracle/VIS01/fs2/inst/apps/VIS01_kc1demoebsas01/temp/xmldocs/instToolPatches.xml oracle.apps.fnd.txk.config.InstallService



Fatal Error: TXK Install Service



oracle.apps.fnd.txk.config.ProcessStateException: OPatch process failed : Exit=100 See log for details. CMD= perl /u01/oracle/VIS01/fs2/EBSapps/10.1.2/OPatch/opatch.pl apply -verbose -silent -ocmrf /u01/oracle/VIS01/fs2/inst/apps/VIS01_kc1demoebsas01/temp/ASInstallHome/fnd/admin/template/txkForms_ocm.rsp /u01/oracle/VIS01/fs2/inst/apps/VIS01_kc1demoebsas01/temp/patches/16271876/16271876



at oracle.apps.fnd.txk.config.OPatchActionNode.processState(OPatchActionNode.java:312)
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 patch 10.1.2 Tools.

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 VIS01 instance


Any idea what could be causing this issue,
I have this issue open on the Oracle Community too but so far have not been able to resolve it.
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
Hello Rohit
From your thread its not clear on which OS you are installing. I assume its OEL7.x.

Secondly the log files doesn't detail much and I guess you will have to dig further into Application Server log files.

With that assumption try below mentioned possible solutions:
Solution 1
this error comes if at all you had a failed installation previously, and it was not fully cleaned up. Ensure that you fully clean up the old installation.
See the solution at my blog at this link - https://aclnz.com/interests/blogs/oracle-e-business-suite-installation-of-release-12-2-0-failed-with-error-rw-50004-under-oracle-linux-7-5-os

Solution 2
The issue is caused by missing RPM glibc-devel-2.17-55.el7.i686. MOS Document ID 1330701.1 lists all the required RPM packages running R12.2 on Linux x86-64.

That said, please execute the following steps:
Step 1. Install 'glibc-devel-2.17-55.el7.i686' or higher version.
Step 2. Clean up the old installation.
Step 3. Reinstall the Application.

Let me know how it goes.
Regards
Kabeer Khan
Comment
There are no comments made yet.
  1. more than a month ago
  2. Oracle - All Others
  3. # 1
Accepted Answer Pending Moderation
Thanks Kabeer for the quick response.
I am installing on OEL 5.7 and was able to overcome the issue.

The root cause was SElinux was enabled, once I disabled it and cleaned up the failed install was able to proceed with the installation, Now I am seeing a different issue with post install

HTTP
Help Page
Virtual Directory
JSP and
Login Page

All are not responding. The service might not have started on the port yet.

Any idea how I resolve this issue.


thanks
Rohit
Comment
There are no comments made yet.
  1. more than a month ago
  2. Oracle - All Others
  3. # 2
Accepted Answer Pending Moderation
Its hard to determine the root cause of the issue based on the message you gave here. Are you getting any errors out there? Perhaps check the Application Servers log and see what's going on and share the errors here.

Secondly are you now on Release 12.2.0 or on 12.2.7?

Finally, try restarting the Application Servers:
Step 1. Set the environment
Step 2. Stop all the services running under Application Server. For this go to $INST_TOP/admin/scripts and run the script adstpall.sh
Step 3. Now restart the services by running the script $INST_TOP/admin/scripts/adstrtal.sh.
Regards
Kabeer Khan
Comment
There are no comments made yet.
  1. more than a month ago
  2. Oracle - All Others
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.