Issue :

adop fs_Clone Failed “ERRORMSG: File instantiation failed”

Observation :

Fs_clone fails with the following error:

Completed FSCloneStage…

shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Error occurred during initialization of VM
java.lang.Error: Properties init: Could not determine current working directory.
at java.lang.System.initProperties(Native Method)
at java.lang.System.initializeSystemClass(System.java:1119)

*******FATAL ERROR*******
PROGRAM : (<DIR>/oracle/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPPreparePhaseSynchronize.pl)

FUNCTION: main::instantiateFile [ Level 1 ] ERRORMSG: File instantiation failed

 

Reason :

Running fs_clone fails with initiation failed.

*******FATAL ERROR*******
PROGRAM : (<DIR>/oracle/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPPreparePhaseSynchronize.pl)

FUNCTION: main::instantiateFile [ Level 1 ] ERRORMSG: File instantiation failed

Fix :

1. Make sure no services or processes are running from the PATCH file system

2. Ensure the Weblogic Admin Server and Node Manager are running on the Run File system. You can run the following commands to check the status:

$ adadminsrvctl.sh status
$ adnodemgrctl.sh status

3. Run these in order:

$ adop phase=cleanup cleanup_mode=full
$ adop phase=fs_clone force=yes

Recommended Posts

Start typing and press Enter to search