Skip to main content

Posts

Showing posts from March, 2022

Fatal Error: TXK Install Service RW-50010: Error: - script has returned an error: /bin/sh: error importing function definition for `which'

Fatal Error: TXK Install Service   RW-50010: Error: - script has returned an error:  /bin/sh: error importing function definition for `which' Description: R12.2 Installation fails during Install web Tier.  ------------------------------------------------------ Fatal Error: TXK Install Service oracle.apps.fnd.txk.config.ProcessStateException: OUI process failed : Exit=1 See log for details. CMD= /u01/soft/ebs/TechInstallMedia/ohs11119/Disk1/runInstaller -waitForCompletion -ignoreSysPrereqs -force -silent  -responseFile /u01/oracle/tstebs/fs2/inst/apps/tstebs_ebs22/temp/cfgHome/response/APPS_OHS_HOME/txkOHS_11119.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.proces...

Oracle E-Business Suite Preinstallation RPM (Oracle Linux 8)

  Oracle E-Business Suite Preinstallation RPM (Oracle Linux 8) To install the Oracle E-Business Suite Preinstallation RPM (Oracle Linux 8), please follow below steps: For Oracle Linux 8, review the  documentation on DNF and repository configurations , perform the following commands to install the preinstallation rpm using the DNF utility, and then skip to Step 4: # dnf install oraclelinux-release -y # dnf config-manager --set-enabled ol8_addons # dnf install oracle-ebs-server-R12-preinstall.x86_64 Ref:  Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64 (Doc ID 1330701.1)  

RW-50010: Error: - script has returned an error: 2 Unable to execute cr9idata.pl while doing fresh installation of EBS 12.2 on Linux

 RW-50010: Error: - script has returned an error:   2 Unable to execute cr9idata.pl while doing fresh installation of EBS 12.2 on Linux  Description: Fresh Installation of EBS 12.2 on Linux using RapidWizard Unable to execute cr9idata.pl     RW-50010: Error: - script has returned an error:   2 RW-50004: Error code received when running external process.  Check log file for details. Running Database Install Driver for dev instance Solution: [root@ebs122 ~]# yum list perl-File-CheckTree* Last metadata expiration check: 20:30:22 ago on Thu 03 Mar 2022 12:47:32 AM +03. Available Packages perl-File-CheckTree.noarch                                                                       4.42-303.el8                     ...

12.2 Stage area creation fails with startCD/Disk1/rapidwiz/bin/../jre/Linux_x64/1.6.0/bin/java: No such file or directory

 12.2 Stage area creation fails with startCD/Disk1/rapidwiz/bin/../jre/Linux_x64/1.6.0/bin/java: No such file or directory While creating the stage area for 12.2 Installation, we face issue while running the buildstage.sh ....startCD/Disk1/rapidwiz/bin/../jre/Linux_x64/1.6.0/bin/java: No such file or directory Solution:  Please go to the path provided in the error log and check if the java is working fine with below command: java -version Generally this java is having some issues.   Install the jre 7 or jre 8 and copy the the jre at the same path by renaming old folder. It should work fine.  Now if your run the build command again, it should succeed.  Running command: /u01/soft/ebs/startCD/Disk1/rapidwiz/bin/../jre/Linux_x64/1.6.0/bin/java -classpath /u01/soft/ebs/startCD/Disk1/rapidwiz/bin/../jlib/emocmutl.jar:/u01/soft/ebs/startCD/Disk1/rapidwiz/bin/../jlib/ewt-3_4_22.jar:/u01/soft/ebs/startCD/Disk1/rapidwiz/bin/../jlib/share-1_1_18.jar:/u01/soft/ebs/star...