Search This Blog

Wednesday, October 24, 2018

Rapidwiz errros while solaris to linux migration at FMW installation

Guys,

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

2. Make sure there is adequate space in /tmp

Thanks!
Sikky




No comments:

Post a Comment

You cannot complete this task because one of the following events caused a loss of page data: A system failure has occurred "Front end is locked after 12.2 upgrade"

  If you have upgraded to Oracle E-Business Suite 12.2.10 Release Update Pack from Oracle E-Business Suite 12.2.6 Release Update Pack (or ea...