Skip to main content

EBS R12.2 addnode.sh - RC-50208: Exception in method TimedProcessProcess.run


Oracle EBS R12.2 is a highly scalable software package and the application can be scale up to multiple servers based on the business requirements. I encountered below error message while adding additonal server to an newly cloned EBS Environment.



Verifying: pairsfile /apps/appspre/UAT/fs2/inst/apps/UAT_erpnode1/appl/admin/pairsnode02.txt


Verifying: Run file system AdminServer is running

Validated the passed arguments for the option ebs-get-serverstatus
AdminServer is in RUNNING mode.

.end std out.

.end err out.

Script Executed in 2302 milliseconds, returning status 0
run AdminServer is RUNNING
Verifying: Patch file system AdminServer is running
RC-50208: Exception  in method TimedProcessProcess.run
Raised by oracle.apps.ad.util.TimedProcess$TimedProcessProcess: java.io.IOException: Cannot run program "/apps/NTISPROD/fs1/F
MW_Home/webtier/perl/bin/perl": error=2, No such file or directory

Exception in TimedProcess...Failed to  execute command = /apps/NTISPROD/fs1/FMW_Home/webtier/perl/bin/perl  -I/apps/NTISPROD/
fs1/FMW_Home/webtier/perl/lib/5.10.0 -I/apps/NTISPROD/fs1/FMW_Home/webtier/perl/lib/site_perl/5.10.0 -I/apps/NTISPROD/fs1/EBS
apps/appl/au/12.0.0/perl -I/apps/NTISPROD/fs1/FMW_Home/webtier/ohs/mod_perl/lib/site_perl/5.10.0/x86_64-linux-thread-multi /a
pps/NTISPROD/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/adProvisionEBS.pl ebs-get-serverstatus -contextfile=/apps/appspre/NTISP
RE/fs2/EBSapps/comn/clone/context/apps/patch/CTXORIG.xml -logfile=/apps/appspre/UAT/fs2/EBSapps/comn/clone/bin/../FMW/log
s/sfslog/run/RCloneSFSAddNode_05011230.log -servername=AdminServer -promptmsg=hide
Script Executed in 101 milliseconds, returning status -1
ERROR: patch file system AdminServer is not running
ERROR: run addNode Failed in validation stageerifying: pairsfile /apps/appspre/UAT/fs2/inst/apps/UAT_erpnode1/appl/admin/pairsnode02.txt


As per the error message  admin server on patch file system is not running, but actually its running on patch fs.

Cause:

The root cause for this problem is adpreclone.pl file is not executed on source system, here source system means your "primary" application node.

Execute "adpreclone.pl" on both RUN and PATCH file system and then proceed with  the addnode procedure.

Hope it helps :)

Thanks for reading.

regards,
X A H E E R



Comments

Blogger said…
You should see how my pal Wesley Virgin's biography launches in this SHOCKING AND CONTROVERSIAL video.

Wesley was in the army-and shortly after leaving-he found hidden, "mind control" secrets that the CIA and others used to get whatever they want.

THESE are the EXACT same SECRETS lots of famous people (especially those who "come out of nowhere") and elite business people used to become wealthy and successful.

You probably know how you utilize only 10% of your brain.

Really, that's because the majority of your brain's power is UNCONSCIOUS.

Maybe this thought has even occurred IN YOUR very own head... as it did in my good friend Wesley Virgin's head seven years back, while riding an unregistered, garbage bucket of a car with a suspended driver's license and on his bank card.

"I'm very frustrated with going through life check to check! When will I get my big break?"

You took part in those types of thoughts, am I right?

Your success story is waiting to start. All you have to do is in YOURSELF.

WATCH WESLEY SPEAK NOW

Popular posts from this blog

Disable Firewall on Oracle Linux 8

In this blogpost we will see how we can stop/disable the firewall on Oracle Linux 8, the firewall command is same in both linux 7 an linux 8. The below listed is the procedure for stopping and disabling the  firewall on Oracle Linux 8. - Here we can see the firewall deamon in active state - Here when we stop the firewall in previous command, now the firewall daemon is dead - For permanent disabling the firewall on server, we can use "disable" option The following commands will be helpful: #systemctl status firewalld #systemctl stop firewalld #systemctl disable firewalld #systemctl enable firewalld #systemctl start firewalld Hope it helps !! Thanks for reading :) regards, X A H E E R

Enable Desktop on Oracle Solaris 11.4

Oracle Solaris 11 installation has multiple options to choose for installation of an Operating Environment, but mostly Oracle Solaris text install media is used and this installation media doesn't offer the GUI Desktop Environment by default after the installation. This blog post will explain how we can enable the desktop for Oracle Solaris 11.4 operating system, after the completion of installation. We have to install "solaris-desktop" package and reboot the machine and GUI desktop will be enabled for the Operating System. In this blog post my virtual machine is connected to the internet and hence I am able to use available pupblic repository for package installation, if in case internet is not available for the server/machine then we have configure the local/Server  repository for the installation. Follow the below steps for desktop package installation: After installation of dekstop package we are now able to login with GUI desktop environment

Oracle Applications R12.2 Installation on Linux using virtual box

Oracle E-Business suite R12.2 is released a month ago. I received too many requests from my followers to demonstrate this Installation. This is a step by step detailed article for Installing Oracle E-business suite R12,2 on Oracle Enterprise Linux 5.7 (64-bit). I've used oracle virtual box for Installing Linux. Note:  This Installation is demonstrated on virtual machine with 8GB RAM and Installation completed in 7 hours. I am not sure whether this Installation will work with less than this .  My Virtual Machine configuration: CPU    = 1 core RAM   = 8 GB HDD   =  380 GB Software's Required: 1) Oracle Virtual Box 2) Oracle Enterprise Linux 5.7 (64-bit) 3) Oracle E-Business suite R12.2 for LinuxX86-64-bit Installation Steps: Hardware requirements Create virtual machine and Install operating system Operating System pre-requisites Prepare Stage Area Install Oracle EBS R12.2 software Verify Installation 1. Hardware Requirement