ERROR : Unable to set CLASSPATH ../jlib/classes111.zip: is missing
Description:-
Recently I met the above issue while performing Oracle Applications Cloning for Release 11i environment on Red Hat Enterprise 5.8 64-bit O.S.
perl adcfgclone.pl appsTier
Enter the APPS password [APPS]:
ERROR : Unable to set CLASSPATH
/applprod/prodcomn/clone/bin/../jlib/classes111.zip: is missing
First Creating a new context file for the cloned system.
The program is going to ask you for information about the new system:
Error: can’t find libjava.so.
ERROR: context creation not completed successfully.
Please check /tmp/adcfgclone_29265.err file for errors
Enter the APPS password [APPS]:
ERROR : Unable to set CLASSPATH
/applprod/prodcomn/clone/bin/../jlib/classes111.zip: is missing
First Creating a new context file for the cloned system.
The program is going to ask you for information about the new system:
Error: can’t find libjava.so.
ERROR: context creation not completed successfully.
Please check /tmp/adcfgclone_29265.err file for errors
Cause:–
The first error indicates, that the file ‘Classes111.zip’ is missed.
The first error indicates, that the file ‘Classes111.zip’ is missed.
Solution:–
To implement the solution, please execute the following steps :
To implement the solution, please execute the following steps :
1. Copy from $iAS_TOP/portal30/admin/plsql/lib/classes111.zip to $COMMON_TOP/clone/jlib/classes111.zip :
Workaround:–
[root@oratestdb bin]# cd /applprod/prodora/iAS/portal30/admin/plsql/lib/
[root@oratestdb lib]# ls classes111.zip
classes111.zip
[root@oratestdb lib]#
[root@oratestdb bin]# cd /applprod/prodcomn/clone/jlib/
[root@oratestdb jlib]#ls classes111.zip
ls: classes111.zip: No such file or directory
[root@oratestdb jlib]# cp /applprod/prodora/iAS/portal30/admin/plsql/lib/classes111.zip /applprod/prodcomn/clone/jlib/
[root@oratestdb lib]# ls classes111.zip
classes111.zip
[root@oratestdb lib]#
[root@oratestdb bin]# cd /applprod/prodcomn/clone/jlib/
[root@oratestdb jlib]#ls classes111.zip
ls: classes111.zip: No such file or directory
[root@oratestdb jlib]# cp /applprod/prodora/iAS/portal30/admin/plsql/lib/classes111.zip /applprod/prodcomn/clone/jlib/
Comments
Post a Comment