Symptoms
When running adcfgclone on DBTier,
the following errors occur :
ERROR
RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
- 50% completed
ERROR while running Apply...
ERROR: Failed to execute adclone.pl
StackTrace:
java.lang.Exception: java.lang.NullPointerException
at oracle.apps.ad.clone.ApplyDBTechStack.runRelinkOH(ApplyDBTechStack.java:779)
at oracle.apps.ad.clone.ApplyDBTechStack.(ApplyDBTechStack.java:361)
at oracle.apps.ad.clone.ApplyDBTier.(ApplyDBTier.java:126)
at java.lang.reflect.Constructor.newInstance(Native Method)
at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
at java.lang.Thread.run(Unknown Source)
A close examination of the Rapidclone log file, ApplyDBTechStack
Cause
In this case the problem is a missing file from "$ORACLE_HOME/rdbms/admin/shrept.lst", this file is used by the "genclntsh", a shell script that builds the shared libraries. The "genclntsh" requires "shrept.lst" so when it is missing that will cause adlnkoh.sh to fail, which in turn causes the clone to fail.
Solution
To implement the solution, please execute the following steps:
1.Copy this file ORACLE_HOME/rdbms/admin/shrept.lst from other $ORACLE_HOME/rdbms/admin/ (at same server if available).
2. Rerun the adcfgclone on DBTier which will now complete successfully.
No comments:
Post a Comment