This error occurred while migration ebs 12.2 from solaris to linux. This is not complete 12.2 installation instead it was only FMW installation for migration activity.
Fatal Error: TXK Install Service
oracle.apps.fnd.txk.config.ProcessStateException: FileSys OS COMMAND Failed : Exit=1 See log for details. CMD= mv /appstier1/CLONE/fs2/inst/apps/CLONE_prodapp/temp/patches/17239083/jdk32 /appstier1/CLONE/fs2/EBSapps/comn/util/ ## Node=NodeId=484 Type=24 TypeName=filesys_patch_action Name= RefId=424 State=init ConfigDoc=APPS_JAVA_HOME ParentDoc=null Topology=R12 Action=os_cmd
at oracle.apps.fnd.txk.config.FileSysPatchActionNode.doFileSysOSCmd(FileSysPatchActionNode.java:169)
at oracle.apps.fnd.txk.config.FileSysPatchActionNode.processState(FileSysPatchActionNode.java:101)
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 WebLogic Server
RW-50010: Error: - script has returned an error: 1
solution :
As part of migration step i downloaded jdk 32 and 64 bit directories and kept under $COMMON_TOP/util. When rapidwiz tried to copy jdk from stage its was throwing the error. This log can be seen at the below
$APPL_TOP/admin/$CONTEXT_NAME/logs/oracle.apps.fnd.txk.default0.log
$APPL_TOP/admin/$CONTEXT_NAME/logs/oracle.apps.fnd.txk.install0.log
Fix :
- remove jdk directories if exists under $COOMON_TOP/util
I was able to install successfully after doing the above.
I am consolidating other fixes too in this post whichever i went through MOS.
1. Make sure you dont have higher version of binutils except 2.25 or 2.23.
binutils-2.25.1-32.base.el7_4.2.x86_64 or binutils-2.23.52.0.1-16.el7.x86_64
Use the below to downgrade it.
# yum downgrade binutils
# rpm -Uvh --oldpackage binutils-2.25.1-32.base.el7_4.2.x86_64.rpm
Thanks!
Sikky
No comments:
Post a Comment