Re: Error in adop phase=prepare post Cloning
Posted by ErmanArslansOracleBlog on Feb 07, 2017; 8:13pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Error-in-adop-phase-prepare-post-Cloning-tp2047p2141.html
We need more debug on ctxSynchronizer...
This is a java program.
We need to enable debug on java.
We have static final boolean c_bDebugMode = Boolean.getBoolean("DEBUG_MODE"); for enabling debug in these classes.
so if we execute this java classes with -DDEBUG_MODE=true , we will get the debug info written in our logfile.
* So , please run your command with -DDEBUG_MODE=true and upload the result *, as shown in the example below.
Example:
[applmgr@daroratestappsrv1 util]$ $ADJVAPRG -DDEBUG_MODE=true oracle.apps.ad.autoconfig.oam.CtxSynchronizer action=upload contextfile=$CONTEXT_FILE logfile=/tmp/patchctxupload.log
Enter the APPS password:
DEBUG: InDbCtxFile.InDbCtxFileException() : Calling strd proc BEGIN fnd_gsm_util.append_ctx_fragment(:1,:2,:3); END;
DEBUG: InDbCtxFile.InDbCtxFileException() : Calling strd proc BEGIN fnd_gsm_util.append_ctx_fragment(:1,:2,:3); END;
DEBUG: InDbCtxFile.InDbCtxFileException() : Calling strd proc BEGIN fnd_gsm_util.append_ctx_fragment(:1,:2,:3); END;
DEBUG: InDbCtxFile.InDbCtxFileException() : Calling strd proc BEGIN fnd_gsm_util.append_ctx_fragment(:1,:2,:3); END;
DEBUG: InDbCtxFile.InDbCtxFileException() : Calling strd proc BEGIN fnd_gsm_util.append_ctx_fragment(:1,:2,:3); END;
DEBUG: InDbCtxFile.InDbCtxFileException() : Calling strd proc BEGIN fnd_gsm_util.append_ctx_fragment(:1,:2,:3); END;
DEBUG: InDbCtxFile.InDbCtxFileException() : Calling strd proc BEGIN fnd_gsm_util.append_ctx_fragment(:1,:2,:3); END;
DEBUG: InDbCtxFile.InDbCtxFileException() : Calling strd proc BEGIN fnd_gsm_util.append_ctx_fragment(:1,:2,:3); END;
DEBUG: InDbCtxFile.uploadCtx() : Calling strd proc BEGIN fnd_gsm_util.upload_context_file(:1,:2,:3,:4,:5); END;
with params:
file: /u01/install/APPS/fs2/inst/apps/ORATEST_daroratestappsrv1/appl/admin/ORATEST_daroratestappsrv1.xml
sContextType: APPS
sFileType: CONTEXT
DEBUG: InDbCtxFile.InDbCtxFileException() : '/u01/install/APPS/fs2/inst/apps/ORATEST_daroratestappsrv1/appl/admin/ORATEST_daroratestappsrv1.xml' uploaded successfully!