clonning ORACLE APPLICATION SERVER 10.1.2
Hello I am trying to clone OAS 10.1.2 and change instance name but when run clone script I got following error:
perl clone.pl ORACLE_HOME=/oracle/product/IAS1012 ORACLE_HOME_NAME=IAS1012 -instance IAS1012_B -ias_admin_old_pwd manager1 -ias_admin_new_pwd manager1 '-O-ignoreSysPrereqs'
ignoresysprereqs is because of version HP-UX 11.31 not supported by OUI
[Thu Sep 9 10:40:26 2010 ERROR] ....................(START) Printing contents of file /tmp/silentInstall.log....................
[Thu Sep 9 10:40:26 2010 ERROR] silentInstall.log
[Thu Sep 9 10:40:26 2010 ERROR] Error:*** Alert: Cannot find dependee "oracle.swd.jre 1.1.8.0.6" of component "Oracle Java Tools 10.1.0.2.0 " in home "0". ***
[Thu Sep 9 10:40:26 2010 ERROR] oracle.sysman.oii.oiii.OiiiMissingDependeeException: Cannot find dependee "oracle.swd.jre 1.1.8.0.6" of component "Oracle Java Tools 10.1.0.2.0 " in home "0".
[Thu Sep 9 10:40:26 2010 ERROR] ....................(END) Printing contents of file /tmp/silentInstall.log....................
[Thu Sep 9 10:40:26 2010 ERROR] Error occured invoking OUI in the clone mode. Error value: 65280
[Thu Sep 9 10:40:26 2010 INFO]
I have CLASSPATH set to CLASSPATH=/oracle/product/IAS1012/inventory/Components21/oracle.swd.jre:/oracle/product/IAS1012/jlib:/oracle/product/IAS1012/jre/1.4.2
ORACLE_HOME=/oracle/product/IAS1012
ORACLE_BASE=/oracle/product
Have you ever see this problem????
Thomas