Issue:
On AIX server, perl adcfgclon.pl appsTier is failing with below errors.
$ perl adcfgclone.pl appsTier
Enter the APPS password [APPS]:
First Creating a new context file for the cloned system.
The program is going to ask you for information about the new system:
sh: 758236 Illegal instruction(coredump)
ERROR: context creation not completed successfully.
Please check /tmp/adcfgclone_1515866.err file for errors
$ cat /tmp/adcfgclone_1515866.err
stackpointer=2ff207f0
JVMXM004: JVM is performing abort shutdown sequence
JVMDG217: Dump Handler is Processing a Signal - Please Wait.
JVMDG303: JVM Requesting Java core file
JVMDG304: Java core file written to /u01/app/comn/clone/bin/javacore1413304.1369742403.txt
JVMDG215: Dump Handler has Processed Exception Signal 4.
Cause:
The cause of the issue is because the symbolic links were missing from either $IAS_ORACLE_HOME/appsoui/jre/1.3.1 or $COMMON_TOP directory.
Fix:
1. Go to /<COMMON_TOP>/clone/jre.
2. mv lib lib.old
3. mv bin bin.old
4. ln -s jre/bin bin
5. ln -s jre/lib lib
6. Repeat the steps in $IAS_ORACLE_HOME/appsoui/jre/1.3.1
7. Run the perl adcfgclone.pl AppsTier again.
On AIX server, perl adcfgclon.pl appsTier is failing with below errors.
$ perl adcfgclone.pl appsTier
Enter the APPS password [APPS]:
First Creating a new context file for the cloned system.
The program is going to ask you for information about the new system:
sh: 758236 Illegal instruction(coredump)
ERROR: context creation not completed successfully.
Please check /tmp/adcfgclone_1515866.err file for errors
$ cat /tmp/adcfgclone_1515866.err
stackpointer=2ff207f0
JVMXM004: JVM is performing abort shutdown sequence
JVMDG217: Dump Handler is Processing a Signal - Please Wait.
JVMDG303: JVM Requesting Java core file
JVMDG304: Java core file written to /u01/app/comn/clone/bin/javacore1413304.1369742403.txt
JVMDG215: Dump Handler has Processed Exception Signal 4.
Cause:
The cause of the issue is because the symbolic links were missing from either $IAS_ORACLE_HOME/appsoui/jre/1.3.1 or $COMMON_TOP directory.
Fix:
1. Go to /<COMMON_TOP>/clone/jre.
2. mv lib lib.old
3. mv bin bin.old
4. ln -s jre/bin bin
5. ln -s jre/lib lib
6. Repeat the steps in $IAS_ORACLE_HOME/appsoui/jre/1.3.1
7. Run the perl adcfgclone.pl AppsTier again.
No comments:
Post a Comment