rapidclone appsTier error

classic Classic list List threaded Threaded
14 messages Options
Reply | Threaded
Open this post in threaded view
|

rapidclone appsTier error

VinodN
Hi Erman,

I restored database and apps fs1 (run file system) backup and started database successfully after restore and recovery, but appsTier dualfs is ending with this error:

Configuring: Run file system....
LogFile located at /oraapp/EBS/fs1/inst/apps/ERP_synerpapp-prod/admin/log/clone/run/RCloneApplyAppstier_06050904.log


             <Jun 5, 2024 9:49:11 AM IST> <Warning> <JNDI> <BEA-050001> <WLContext.close() was called in a different thread than the one in which it was created.>

ERROR: Failed to configure the target system,

This is 12.2.10 and database 19c

Regards,
Vinod

Reply | Threaded
Open this post in threaded view
|

Re: rapidclone appsTier error

ErmanArslansOracleBlog
Administrator
More details for the log could be good, but with what I have in our hands, I can think that this may be a port issue..

See -> Adcfgclone.pl failing on target system (Doc ID 2574776.1)
Reply | Threaded
Open this post in threaded view
|

Re: rapidclone appsTier error

VinodN
Apologies for not providing more details. This is one error in another log:

[2024-06-05T09:50:52+05:30] [opmn] [ERROR:1] [] [internal] lxlinit - NLS boot file not found or invalid
 -- default linked-in boot block used
[2024-06-05T09:50:52+05:30] [opmn] [ERROR:1] [105] [internal] XML parser init: character set initialization failed.
opmnctl ping: error parsing /oraapp/EBS/fs1/FMW_Home/webtier/instances/EBS_web_OHS1/config/OPMN/opmn/opmn.xml

I too noticed some processes running and killed them and re-ran the command. It is still running.
Reply | Threaded
Open this post in threaded view
|

Re: rapidclone appsTier error

ErmanArslansOracleBlog
Administrator
Ok. So you retried after clearing the process and it is still running.. (supposing it s the adcfg that is running)
Lets see the outcome.
Reply | Threaded
Open this post in threaded view
|

Re: rapidclone appsTier error

VinodN
Reply | Threaded
Open this post in threaded view
|

Re: rapidclone appsTier error

VinodN
In reply to this post by ErmanArslansOracleBlog
Reply | Threaded
Open this post in threaded view
|

Re: rapidclone appsTier error

VinodN
In reply to this post by ErmanArslansOracleBlog
Looks like the adcfgclone is stuck.. I have uploaded the logs, if you would like to go through, Erman.
Reply | Threaded
Open this post in threaded view
|

Re: rapidclone appsTier error

ErmanArslansOracleBlog
Administrator
I can't analyze your logs fully, no time for that at the moment.

Please copy and paste the relevant parts of it.. Where does it stuck? While doing what? Give the written details and copy/paste the relevant part of the logs..
Reply | Threaded
Open this post in threaded view
|

Re: rapidclone appsTier error

VinodN
Stuck at this step:

copying 10.1.2 from run to patch file system..
Reply | Threaded
Open this post in threaded view
|

Re: rapidclone appsTier error

ErmanArslansOracleBlog
Administrator
In reply to this post by VinodN
I saw that actually. Check from OS side , if the relevant copy process is till continuing.. Use OS commands to check that.. It may some time if your OS/storage/IO Subsystem etc.. is slow.
Reply | Threaded
Open this post in threaded view
|

Re: rapidclone appsTier error

VinodN
Sure. Thanks!
Reply | Threaded
Open this post in threaded view
|

Re: rapidclone appsTier error

VinodN
In reply to this post by ErmanArslansOracleBlog
Ran it again but now it did not progress beyond:

Copying /oraapp/EBS/fs1/EBSapps/comn/java/classes/oracle/apps/cs to /oraapp/EBS/fs2/EBSapps/comn/java/classes/oracle/apps/cs/
Done copying /oraapp/EBS/fs1/EBSapps/comn/java/classes/oracle/apps/inv to /oraapp/EBS/fs2/EBSapps/comn/java/classes/oracle/apps/inv/
Copying /oraapp/EBS/fs1/EBSapps/comn/java/classes/oracle/apps/wip to /oraapp/EBS/fs2/EBSapps/comn/java/classes/oracle/apps/wip/


Also, I did ps -ef | grep applmgr and I do not see adcfgclone or any cp process.. Could this happen due to putty session becoming inactive?
Reply | Threaded
Open this post in threaded view
|

Re: rapidclone appsTier error

ErmanArslansOracleBlog
Administrator
Yes maybe..
Make a clean start.. Kill everything about applmgr and use VNC to start it again.. Make sure you have a proper environment in your shell.
Reply | Threaded
Open this post in threaded view
|

Re: rapidclone appsTier error

VinodN
Looks like it was due to setting of environment. I started new session without setting env and it succeeded.