Error while generating jar in Oracle Apps the adogjf() Unable to copy Registry.Dat
While generating jar using adadmin getting below error.
Error:
Error copying the Forms Registry file to /u01/oracle/apps/apps_st/comn/java/classes/oracle/forms/registry/Registry.dat
ISSUE:
Copying Registry.dat from the Forms Java directory to /u01/oracle/apps/apps_st/comn/java/classes ...
AutoPatch error:
Error copying the Forms Registry file to /u01/oracle/apps/apps_st/comn/java/classes/oracle/forms/registry/Registry.dat.
adogjf() Unable to copy Registry.Dat.
AutoPatch error:
Failed to generate the product JAR files
Cause:
Incorrect ORACLE_HOME sourced
Solution:
-bash-3.2$ echo $ORACLE_HOME
/u01/oracle/apps/tech_st/10.1.3
-bash-3.2$ cd $APPL_TOP
-bash-3.2$ . APPSEBS_funapps.env
-bash-3.2$ echo $ORACLE_HOME
/u01/oracle/apps/tech_st/10.1.2
Post a Comment
Post a Comment