EBS 12.2.x Cloning- adcfgclone DBTechStack or DBTier fails on ouicli.pl with java.lang.NullPointerException on OracleHomeCloner.class
(Doc ID 2942681.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Applications Manager - Version 12.2.3 to 12.2.12 [Release 12.2Cloud to 12.2]Information in this document applies to any platform.
Symptoms
On : 12.2.x version, Rapidclone
When attempting to clone a 12.2.x EBS instance either following 2552208.1 (19c) or 1383621.1 (11g/12c),
while configuring the database tier on the Target, by running - perl adcfgclone.pl dbTechStack
the following error occurs.
Log - ApplyDBTechStack_<>.log
Beginning OUI CLI cloning for s_db_ohMon Apr 10 18:02:09 2023
/u02/oracle/DD/db19c/product/19c/appsutil/jre/bin/java -classpath /u02/oracle/DD/db19c/product/19c/appsutil/java:/u02/oracle/DD/db19c/product/19c/oui/jlib/OraInstaller.jar:/u02/oracle/DD/db19c/product/19c/appsutil/java/xmlparserv2.jar oracle.apps.ad.clone.util.OracleHomeCloner -OUICLI -e /u02/oracle/DD/db19c/product/19c/appsutil/DD_oracledbdev.xml -nolink -oaVar s_db_oh -homestub -log /u02/oracle/DD/db19c/product/19c/appsutil/log/DD_oracledbdev/ohclone.log
Finished OUI CLI cloning for s_db_oh with return code: 1
Mon Apr 10 18:03:51 2023
[APPLY PHASE]
AutoConfig could not successfully execute the following scripts:
Directory: /u02/oracle/DD/db19c/product/19c/perl/bin/perl -I /u02/oracle/DD/db19c/product/19c/perl/lib/5.36.0 -I /u02/oracle/DD/db19c/product/19c/perl/lib/site_perl/5.36.0 -I /u02/oracle/DD/db19c/product/19c/appsutil/perl /u02/oracle/DD/db19c/product/19c/appsutil/clone
ouicli.pl INSTE8_APPLY 1
Log - ohclone.log
date2.compareTo(date1) : -1
OUI runinstaller log file - null
Exception thrown while running OUI CLI cloning.
StackTrace:
java.lang.NullPointerException
at java.io.FileInputStream.(FileInputStream.java:130)
at java.io.FileInputStream.(FileInputStream.java:93)
at java.io.FileReader.(FileReader.java:58)
at oracle.apps.ad.clone.util.OracleHomeCloner.scanRunInstallerLogs(OracleHomeCloner.java:1195)
at oracle.apps.ad.clone.util.OracleHomeCloner.checkRunInstallerLogs(OracleHomeCloner.java:1170)
at oracle.apps.ad.clone.util.OracleHomeCloner.executeOUICLI(OracleHomeCloner.java:954)
at oracle.apps.ad.clone.util.OracleHomeCloner.main(OracleHomeCloner.java:2150)
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. From TARGET Database Tier, run command - perl adcfgclone DBTechStack
Changes
There has been a Timezone setting recently changed on the Target database Node.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |