Search Blog Post

Monday, October 14, 2013

ERROR : Unable to set CLASSPATH ../jlib/classes111.zip: is missing

Hi All,

Description
Recently I met the above issue while performing Oracle Applications Cloning for Release 11i environment on Red Hat Enterprise 5.4 64-bit O.S.

Running,


perl adcfgclone.pl appsTier
Enter the APPS password [APPS]: <Password>

ERROR : Unable to set CLASSPATH
<Path to $COMMON_TOP>/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: context creation not completed successfully.
Please check /tmp/adcfgclone.err file for erros

...

Cause

The first error indicates, that the file 'Classes111.zip' is missed.

Solution

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:-
[applmgr@tfnvlskp01 8.0.6]$ cd /app/oracle/testora/iAS/portal30/admin/plsql/lib/
[applmgr@tfnvlskp01 lib]$ ls classes111.zip
classes111.zip
[applmgr@tfnvlskp01 lib]$ cd /app/oracle/testcomn/clone/jlib/
[applmgr@tfnvlskp01 jlib]$ ls classes111.zip
ls: classes111.zip: No such file or directory
[applmgr@tfnvlskp01 jlib]$ cp /app/oracle/testora/iAS/portal30/admin/plsql/lib/classes111.zip /app/oracle/testcomn/clone/jlib/


 





No comments:

Post a Comment