Error after cloning an instance - maxdb 7.6

Hi,
I am trying to clone a database in order to do some testing but it crashes when I execute the db_online command.
I issue the following commands to get the full data backup.
util_connect
medium_put MY_BACKUP "/tmp/my_backup" FILE DATA 0 8 NO
db_connect
backup_start MY_BACKUP
After the backup process is finished, I issue the following comands
to load the data backup in the new instance.
medium_put MY_BACKUP "/tmp/my_backup" FILE DATA 0 8 YES
db_admin
db_connect
db_activate RECOVER MY_BACKUP
db_online
Looks like db_activate works fine but db_online crashes.
>db_activate RECOVER MY_BACKUP
OK
Returncode              0 
Date                    20090122
Time                    00092429
Server                  myserver
Database                MYDATABASE
Kernel Version          Kernel    7.6.05   Build 009-121-191-997
Pages Transferred       170536
Pages Left              0 
Volumes                 1 
Medianame               MY_BACKUP
Location                /tmp/MY_BACKUP
Errortext
Label                   DAT_000001433
Is Consistent           true
First LOG Page          670
Last LOG Page
DB Stamp 1 Date         20090122
DB Stamp 1 Time         00085015
DB Stamp 2 Date
DB Stamp 2 Time
Page Count              170515
Devices Used            1 
Database ID             myserver:MYINSTANCE_20090122_085318
Max Used Data Page      0 
Converter Page Count    112
>db_online
ERR
-24988,ERR_SQL: SQL error
-31001,(no error text available from database kernel)
Looking at knldiag.err  I see the following errors:
2009-01-21 13:38:37                          --- Starting GMT 2009-01-21 12:38:37           7.6.05   Build 009-121-191-997
2009-01-21 13:54:59  6787 ERR 51261 TRIGGER  system trigger failed with rc *1001
2009-01-21 13:55:01  6787 ERR     3 Admin    Database state: OFFLINE
2009-01-21 13:55:01  6787 ERR     2 Admin     +   A fatal error caused EMERGENCY SHUTDOWN. core is written
2009-01-21 13:55:01  6787 ERR 11196 DBCRASH  vabort:Emergency Shutdown, Kernel_Administration.cpp: 619
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   -
> Emergency Stack Back Trace <----
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   -
> End of Stack Back Trace <----
2009-01-21 13:55:02  6787 ERR     7 Messages Begin of dump of registered messages
2009-01-21 13:55:02  6787 ERR     2 Admin    A fatal error caused EMERGENCY SHUTDOWN. core is written
2009-01-21 13:55:02  6787 ERR     2 Admin    A fatal error caused EMERGENCY SHUTDOWN. core is written
2009-01-21 13:55:02  6787 ERR     8 Messages End of the message list registry dump
2009-01-21 13:55:02  6787 ERR 51105 AK CACHE AK00001.dmp     written: 0
2009-01-21 13:55:02  6787 ERR 11196 DBCRASH  vabort:Emergency Shutdown, Task: 207
2009-01-21 13:55:02     0 ERR 12006 DBCRASH  Kernel exited without core and exit status 0x200
2009-01-21 13:55:02     0 ERR 12010 DBCRASH  Kernel exited exit code 2
2009-01-21 13:55:02                          ___ Stopping GMT 2009-01-21 12:55:02           7.6.05   Build 009-121-191-997
Thanks in advance,
Xavi
Edited by: Xavi Graci on Jan 22, 2009 2:30 PM

Ops!
I send  my logs again  and the stack back trace.
2009-01-21 13:38:37                          --- Starting GMT 2009-01-21 12:38:37           7.6.05   Build 009-121-191-997
2009-01-21 13:54:59  6787 ERR 51261 TRIGGER  system trigger failed with rc *1001
2009-01-21 13:55:01  6787 ERR     3 Admin    Database state: OFFLINE
2009-01-21 13:55:01  6787 ERR     2 Admin     +   A fatal error caused EMERGENCY SHUTDOWN. core is written
2009-01-21 13:55:01  6787 ERR 11196 DBCRASH  vabort:Emergency Shutdown, Kernel_Administration.cpp: 619
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   -
> Emergency Stack Back Trace <----
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   (0):0x8c26bfb [0x97689e78](0x0,0x0,0x0,0x150003)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   (2):0x8c26d93 [0x97689e98](0x0,0x0,0x0,0x8ff98c0)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   (4):0x8c26dea [0x97689eb8](0x0,0x0,0x97689ed8,0x8c8a03d)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   (6):0x8c54150 [0x97689ed8](0x9020aa0,0x97689fe4,0x1,0x0)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   (8):0x8b4349d [0x97689f18](0x1,0x1,0x8e1f089,0x8e1f094)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   (10):0x8b01cc8 [0x97689f48](0x9768bf30,0x97689fe0,0x8e192ad,0x8e18ea2)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   (12):0x876f45b [0x9768a048](0x900d1e0,0x9768a100,0x1,0x1)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   (14):0x84963b3 [0x9768a168](0x1,0x2,0x68,0x9768a43f)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   (16):0x84977e0 [0x9768a3a8](0x9768a930,0x0,0x0,0x9768a43f)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   (18):0x8b13f16 [0x9768a488](0x9768a930,0x9768a926,0x9768a4a7,0xb7dc6814)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   (20):0x8b14288 [0x9768a8d8](0x50105120,0x2,0x9768a930,0xb7d84e30)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   (22):0x8bb3557 [0x9768bf98](0x50105120,0x0,0x0,0x8ff98c0)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   (24):0x8c8a286 [0x9768bfb8](0x3281,0x3,0x8e2d70e,0x8e39f24)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   (26):0x4abb8b [0x9768bfe8](0x0,0x0,0x0,0x0)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   -
> Module List <----
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   |.text Start |.text End   | Module File Name
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   | 0x00450000 | 0x0046a000 | /lib/ld-2.5.so
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   | 0x0046a000 | 0x0046b000 | /lib/ld-2.5.so
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   | 0x00473000 | 0x005b3000 | /lib/i686/nosegneg/libc-2.5.so
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   | 0x005b3000 | 0x005b5000 | /lib/i686/nosegneg/libc-2.5.so
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   | 0x005bb000 | 0x005bd000 | /lib/libdl-2.5.so
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   | 0x005bd000 | 0x005be000 | /lib/libdl-2.5.so
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   | 0x005c1000 | 0x005d4000 | /lib/i686/nosegneg/libpthread-2.5.so
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   | 0x005d4000 | 0x005d5000 | /lib/i686/nosegneg/libpthread-2.5.so
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   | 0x005da000 | 0x005ff000 | /lib/i686/nosegneg/libm-2.5.so
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   | 0x005ff000 | 0x00600000 | /lib/i686/nosegneg/libm-2.5.so
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   | 0x00665000 | 0x0066c000 | /lib/i686/nosegneg/librt-2.5.so
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   | 0x0066c000 | 0x0066d000 | /lib/i686/nosegneg/librt-2.5.so
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   | 0x008a9000 | 0x008b4000 | /lib/libgcc_s-4.1.2-20080102.so.1
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   | 0x08048000 | 0x08e62000 | /opt/sdb/7605/pgm/kernel
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   | 0x8e8f8000 | 0x8eb23000 | /opt/sdb/7605/lib/liboms.so
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   | 0xb7db9000 | 0xb7dc2000 | /lib/libnss_files-2.5.so
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   | 0xb7dc2000 | 0xb7dc3000 | /lib/libnss_files-2.5.so
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   | 0xb7f0a000 | 0xb7fb9000 | /usr/lib/libstdc++.so.5.0.7
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   | 0xb7fcc000 | 0xb7fcd000 | [vdso]
2009-01-21 13:55:01  6787 ERR 11599 BTRACE  
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   -
> Symbolic Stack Back Trace <----
2009-01-21 13:55:01  6787 ERR 11599 BTRACE      0: 0x08c26bfb eo670_CTraceContextStackOCB +0x002b
2009-01-21 13:55:01  6787 ERR 11599 BTRACE          /opt/sdb/7605/pgm/kernel
2009-01-21 13:55:01  6787 ERR 11599 BTRACE         Frameinfo [0x97689e78] (0x0,0x0,0x0,0x150003)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE      1: 0x08c26d93 eo670_CTraceStackOCB +0x0043
2009-01-21 13:55:01  6787 ERR 11599 BTRACE          /opt/sdb/7605/pgm/kernel
2009-01-21 13:55:01  6787 ERR 11599 BTRACE         Frameinfo [0x97689e98] (0x0,0x0,0x0,0x8ff98c0)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE      2: 0x08c26dea eo670_CTraceStack +0x002a
2009-01-21 13:55:01  6787 ERR 11599 BTRACE          /opt/sdb/7605/pgm/kernel
2009-01-21 13:55:01  6787 ERR 11599 BTRACE         Frameinfo [0x97689eb8] (0x0,0x0,0x97689ed8,0x8c8a03d)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE      3: 0x08c54150 vabort +0x0030
2009-01-21 13:55:01  6787 ERR 11599 BTRACE          /opt/sdb/7605/pgm/kernel
2009-01-21 13:55:01  6787 ERR 11599 BTRACE         Frameinfo [0x97689ed8] (0x9020aa0,0x97689fe4,0x1,0x0)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE      4: 0x08b4349d Z9RTECrashRK20SAPDBErr_MessageList +0x016d
2009-01-21 13:55:01  6787 ERR 11599 BTRACE          /opt/sdb/7605/pgm/kernel
2009-01-21 13:55:01  6787 ERR 11599 BTRACE         Frameinfo [0x97689f18] (0x1,0x1,0x8e1f089,0x8e1f094)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE      5: 0x08b01cc8 ZN21KernelAdministration7OfflineERK20SAPDBErr_MessageListbb +0x0498
2009-01-21 13:55:01  6787 ERR 11599 BTRACE          /opt/sdb/7605/pgm/kernel
2009-01-21 13:55:01  6787 ERR 11599 BTRACE         Frameinfo [0x97689f48] (0x9768bf30,0x97689fe0,0x8e192ad,0x8e18ea2)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE      6: 0x0876f45b gg999Abort +0x025b
2009-01-21 13:55:01  6787 ERR 11599 BTRACE          /opt/sdb/7605/pgm/kernel
2009-01-21 13:55:01  6787 ERR 11599 BTRACE         Frameinfo [0x9768a048] (0x900d1e0,0x9768a100,0x1,0x1)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE      7: 0x084963b3 ak93sending +0x0283
2009-01-21 13:55:01  6787 ERR 11599 BTRACE          /opt/sdb/7605/pgm/kernel
2009-01-21 13:55:01  6787 ERR 11599 BTRACE         Frameinfo [0x9768a168] (0x1,0x2,0x68,0x9768a43f)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE      8: 0x084977e0 a93_user_commands +0x0310
2009-01-21 13:55:01  6787 ERR 11599 BTRACE          /opt/sdb/7605/pgm/kernel
2009-01-21 13:55:01  6787 ERR 11599 BTRACE         Frameinfo [0x9768a3a8] (0x9768a930,0x0,0x0,0x9768a43f)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE      9: 0x08b13f16 Z7SQLTaskR20takall_command_globRhb +0x0086
2009-01-21 13:55:01  6787 ERR 11599 BTRACE          /opt/sdb/7605/pgm/kernel
2009-01-21 13:55:01  6787 ERR 11599 BTRACE         Frameinfo [0x9768a488] (0x9768a930,0x9768a926,0x9768a4a7,0xb7dc6814)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE     10: 0x08b14288 Z11KernelMainR13RTETask_ITask +0x02c8
2009-01-21 13:55:01  6787 ERR 11599 BTRACE          /opt/sdb/7605/pgm/kernel
2009-01-21 13:55:01  6787 ERR 11599 BTRACE         Frameinfo [0x9768a8d8] (0x50105120,0x2,0x9768a930,0xb7d84e30)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE     11: 0x08bb3557 RTETask_TaskMain +0x0047
2009-01-21 13:55:01  6787 ERR 11599 BTRACE          /opt/sdb/7605/pgm/kernel
2009-01-21 13:55:01  6787 ERR 11599 BTRACE         Frameinfo [0x9768bf98] (0x50105120,0x0,0x0,0x8ff98c0)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE     12: 0x08c8a286 Z23en88CallKernelTaskMainP9TASK_TYPE +0x00c6
2009-01-21 13:55:01  6787 ERR 11599 BTRACE          /opt/sdb/7605/pgm/kernel
2009-01-21 13:55:01  6787 ERR 11599 BTRACE         Frameinfo [0x9768bfb8] (0x3281,0x3,0x8e2d70e,0x8e39f24)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE     13: 0x004abb8b ___tls_get_addr@@GLIBC_2.3 +0x38b8b
2009-01-21 13:55:01  6787 ERR 11599 BTRACE          /lib/i686/nosegneg/libc-2.5.so
2009-01-21 13:55:01  6787 ERR 11599 BTRACE         Frameinfo [0x9768bfe8] (0x0,0x0,0x0,0x0)
2009-01-21 13:55:01  6787 ERR 11599 BTRACE   -
> End of Stack Back Trace <----
2009-01-21 13:55:02  6787 ERR     7 Messages Begin of dump of registered messages
2009-01-21 13:55:02  6787 ERR     2 Admin    A fatal error caused EMERGENCY SHUTDOWN. core is written
2009-01-21 13:55:02  6787 ERR     2 Admin    A fatal error caused EMERGENCY SHUTDOWN. core is written
2009-01-21 13:55:02  6787 ERR     8 Messages End of the message list registry dump
2009-01-21 13:55:02  6787 ERR 51105 AK CACHE AK00001.dmp     written: 0
2009-01-21 13:55:02  6787 ERR 11196 DBCRASH  vabort:Emergency Shutdown, Task: 207
2009-01-21 13:55:02     0 ERR 12006 DBCRASH  Kernel exited without core and exit status 0x200
2009-01-21 13:55:02     0 ERR 12010 DBCRASH  Kernel exited exit code 2
2009-01-21 13:55:02                          ___ Stopping GMT 2009-01-21 12:55:02           7.6.05   Build 009-121-191-997

Similar Messages

  • Error while cloning R12 instance

    Hi,
    I am trying to clone R12 Production instance to R12 development instance.
    And i got the below error.
    /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/jlib/java:/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/jlib/oui/OraInstaller.jar:/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/jlib/oui/ewt3.jar:/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/jlib/oui/share.jar:/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/jlib/oui/srvm.jar:/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/jlib/ojmisc.jar oracle.apps.ad.clone.ApplyDBTier -e /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/VIS4_blink4.xml -stage /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone -showProgress
    APPS Password : Log file located at /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/log/VIS4_blink4/ApplyDBTier_11291440.log
    / 50% completed
    RC-50004: Fatal: Error occurred in ApplyDBTier:
    StackTrace -
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:67)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NoSuchMethodError: oracle.apps.ad.autoconfig.InstantiateFile.writeReport(Ljava/util/Vector;Loracle/apps/ad/util/LogFile;I)V
    at oracle.apps.ad.clone.ApplyDatabase.checkAutoConfigErr(ApplyDatabase.java:3034)
    at oracle.apps.ad.clone.ApplyDatabase.runAutoConfig(ApplyDatabase.java:2839)
    at oracle.apps.ad.clone.ApplyDatabase.doConf(ApplyDatabase.java:489)
    at oracle.apps.ad.clone.ApplyDatabase.doApply(ApplyDatabase.java:443)
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:336)
    at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier.java:101)
    ... 6 more
    ERROR while running Apply...
    Tue Nov 29 14:42:27 2011
    ERROR: Failed to execute /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/bin/adclone.pl
    Please check logfile.
    [oravis12@blink4 bin]$ ping blink3
    PING blink3.blink.com (192.168.100.178) 56(84) bytes of data.
    64 bytes from blink3.blink.com (192.168.100.178): icmp_seq=0 ttl=64 time=1.18 ms64 bytes from blink3.blink.com (192.168.100.178): icmp_seq=1 ttl=64 time=0.168 ms
    --- blink3.blink.com ping statistics ---
    2 packets transmitted, 2 received, 0% packet loss, time 1000ms
    rtt min/avg/max/mdev = 0.168/0.675/1.182/0.507 ms, pipe 2
    Can you please help me........
    Thanks in advance
    Regards,
    Nikunj

    Thanks Kashif,
    Below are the details from my log file. My log file size is very large so i m spiliting it's in 2 part.
    Started ApplyDBTier at Tue Nov 29 18:00:08 GMT+05:30 2011
    Version:
         ApplyDBTier.java     :      120.6
    ApplyDBTier (prog) -1 true true true...
    # Calling ApplyDBTechStack...
    Executing runInstallDriver...
    Started unzipping files...
    Completed runInstallDriver.
    Executing home registration for s_db_oh...
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adouidb.pl
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/ouicli.pl
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/ouicli.pl to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/ouicli0.pl
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/config_ux.tmp
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/rdbms/lib/config.c
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/rdbms/lib/config.c to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/config1.c
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adlnkoh.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/adlnkoh.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/adlnkoh.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/adlnkoh0.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    Executing script in InstantiateFile:
    /d01/oracle/VIS4/db/tech_st/10.2.0/perl/bin/perl -I /d01/oracle/VIS4/db/tech_st/10.2.0/perl/lib/5.8.3 -I /d01/oracle/VIS4/db/tech_st/10.2.0/perl/lib/site_perl/5.8.3 -I /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/perl /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/ouicli.pl
    script returned:
    Beginning OUI CLI cloning for s_db_ohTue Nov 29 18:00:10 2011
    /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/jre/bin/java -classpath /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/java:/d01/oracle/VIS4/db/tech_st/10.2.0/oui/jlib/OraInstaller.jar:/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/java/xmlparserv2.jar oracle.apps.ad.clone.util.OracleHomeCloner -OUICLI -e /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/VIS4_blink4.xml -nolink -oaVar s_db_oh -homestub db -log /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/log/VIS4_blink4/ohclone.log
    NON-COMPLIANT: /d01/oracle/VIS4/db/tech_st/10.2.0/oraInst.loc does not point to an inventory inside the current ORACLE_HOME
    Rapid Clone only supports oraInst.loc at that location if its content points to an inventory inside the same ORACLE_HOME
    Please make the necessary changes to the following file:
    /d01/oracle/VIS4/db/tech_st/10.2.0/oraInst.loc
    running OUI CLI home cloning:
    /d01/oracle/VIS4/db/tech_st/10.2.0/oui/bin/runInstaller -clone -silent -force -nolink -waitForCompletion -invPtrLoc /d01/oracle/VIS4/db/tech_st/10.2.0/admin/oui/VIS4_blink4/oraInst.loc ORACLE_HOME=/d01/oracle/VIS4/db/tech_st/10.2.0 ORACLE_HOME_NAME=VIS4_DB__d01_oracle_VIS4_db_tech_st_10_2_0 -J-Doracle.installer.noLink=true
    Finished OUI CLI cloning for s_db_oh with return code: 0Tue Nov 29 18:01:29 2011
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/adlnkoh.sh
    script returned:
    adlnkoh.sh started at Tue Nov 29 18:01:29 IST 2011
    Log file located at /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/log/VIS4_blink4/make_11291801.log
    Using make file "ins_sysman.mk" for linking SYSMAN utilities...
    Using make file "ins_emdb.mk" for linking COLLECTOR utility...
    adlnkoh.sh completed sucessfully
    .end std out.
    .end err out.
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adouidb.pl
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/ouicli.pl
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/ouicli.pl to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/ouicli1.pl
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/config_ux.tmp
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/rdbms/lib/config.c
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/rdbms/lib/config.c to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/config2.c
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adlnkoh.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/adlnkoh.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/adlnkoh.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/adlnkoh1.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    Completed home registration for s_db_oh
    Executing Technology Stack Configuration...
    Executing runAutoConfig...
    Deleting files of type INSTALL
    Checking for file: /d01/oracle/VIS4/db/tech_st/10.2.0/network/admin/VIS4_blink4/sqlnet.ora
    Processing driver file: /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/addbtmpl.drv
    Checking for file: /d01/oracle/VIS4/db/tech_st/10.2.0/dbs/initVIS4.ora
    Checking for file: /d01/oracle/VIS4/db/tech_st/10.2.0/network/admin/VIS4_blink4/listener.ora
    Checking for file: /d01/oracle/VIS4/db/tech_st/10.2.0/network/admin/VIS4_blink4/tnsnames.ora
    Starting CVM in INSTE8_SETUP mode
         Using Context file : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/VIS4_blink4.xml
    Attempting to create a back up of the Context file
    Created back up file of name :
    /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/VIS4_blink4.xml
    ===========================================================================
    Starting synchronization of file system Context file and its templates with those in the database
    Database connection : Failed
    OAM Context editing support feature: Unverified
    OAM Customization support feature : Unverified
    File system template : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adxdbctx.tmp
    Checking for customizations to Context template
    Warning: Unable to connect to Database.
    If the system is OAM enabled, this may result in loss of customizations.
    Looking for custom template at : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/custom/adxdbctx.tmp
    Custom template : Not available
    Customizations found : None
    File system Context file :/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/VIS4_blink4.xml
    Checking the Context file for possible updates from the Database
    Warning: Unable to connect to Database.
    If the system is OAM enabled, this may result in loss of customizations and the Context files in DataBase and in the file system may be unsynchronized
    ===========================================================================
    Starting Updates of Context file Tue Nov 29 18:02:30 GMT+05:30 2011
    found context version : 120.27.12000000.5
    available update version : 120.27.12000000.5
    No updates to apply
    Ending Updates of Context file
    ===========================================================================
    ===========================================================================
    Starting Context Value Management System at Tue Nov 29 18:02:30 GMT+05:30 2011
    Using version 120.8.12000000.4
    Options:
    Force : no
    Contextfile : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/VIS4_blink4.xml
    Templatefile : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adxdbctx.tmp
    ValueUpdateFile : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adcvmdb.xml
    Verifying value management system requirements:
    ContextFile : VALID
    Template File : VALID
    ValueUpdateFile : VALID
    Parsing the ValueUpdateFile
    [ s_contextfile ]
    Action : seed
    Change reason : Setting the location to what has been specified by user
    New value : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/VIS4_blink4.xml
    [ s_tools_oranls ]
    Action : translate
    WARNING : Variable missing - skipping
    ===========================================================================
    [ Config tool : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/bin/adgentns.pl ]
    Command : /d01/oracle/VIS4/db/tech_st/10.2.0/perl/bin/perl -I /d01/oracle/VIS4/db/tech_st/10.2.0/perl/lib/5.8.3 -I /d01/oracle/VIS4/db/tech_st/10.2.0/perl/lib/site_perl/5.8.3 -I /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/perl /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/bin/adgentns.pl PASSWORD contextfile=/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/VIS4_blink4.xml logdir=/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/log/VIS4_blink4
    Action : execute
    SCRIPT RETURNED:
    Generate Tns Names
         Classpath : :/d01/oracle/VIS4/db/tech_st/10.2.0/jdbc/lib/ojdbc14.jar:/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/java/xmlparserv2.jar:/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/java:/d01/oracle/VIS4/db/tech_st/10.2.0/jlib/netcfg.jar:/d01/oracle/VIS4/db/tech_st/10.2.0/jlib/ldapjclnt10.jar
    Loading ORACLE_HOME environment from /d01/oracle/VIS4/db/tech_st/10.2.0
    Logfile: /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/log/VIS4_blink4/NetServiceHandler.log
    Error generating tnsnames.ora from the database, temperory tnsnames.ora will be generated using templates
    Instantiating templates
    tnsnames.ora instantiated
    listener.ora instantiated
    adgentns.pl exiting with status 25600
    ERRORCODE = 25600 ERRORCODE_END
    .end std out.
    .end err out.
    Result : FAILED
    ===========================================================================
    Ending Context Value Management System.
    ===========================================================================
    ===========================================================================
    No uploading of Context file and its templates to database. Database conection failed
    ===========================================================================
    Finished running CVM.....
    Processing DriverFile = /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/addbtmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for AppsUtil
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/ons_config_db.tmp
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/opmn/conf/ons.config
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/opmn/conf/ons.config to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/ons.config
    setting permissions: 644
    setting ownership: oravis12:dba
    Creation of Directory - /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4 Succeeded.
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adexecsql.pl
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adexecsql.pl
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adexecsql.pl to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adexecsql.pl
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adstopdb.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adstopdb.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adstopdb.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adstopdb.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adstrtdb.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adstrtdb.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adstrtdb.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adstrtdb.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    Creation of Directory - /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4 Succeeded.
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/addbccnv.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/addbccnv.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/addbccnv.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/addbccnv.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adcrobj.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcrobj.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcrobj.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adcrobj.sql
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adchknls.pl
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adchknls.pl
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adchknls.pl to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adchknls.pl
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/ad8idbux.env
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/VIS4_blink4.env
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/VIS4_blink4.env to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/VIS4_blink4.env
    setting permissions: 644
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adupdlib_ux.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adupdlib.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adupdlib.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adupdlib.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adsvdb.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adsvdb.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adsvdb.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adsvdb.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adsvdlsn.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adsvdlsn.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adsvdlsn.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adsvdlsn.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adsvdcnv.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adsvdcnv.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adsvdcnv.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adsvdcnv.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/addbprf.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/addbprf.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/addbprf.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/addbprf.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/addbprf.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/addbprf.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/addbprf.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/addbprf.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/afdbprf.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/afdbprf.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/afdbprf.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/afdbprf.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/afdbprf.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/afdbprf.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/afdbprf.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/afdbprf.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/addbctl.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/addbctl.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/addbctl.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/addbctl.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/addlnctl.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/addlnctl.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/addlnctl.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/addlnctl.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adlsnodes_ux.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adlsnodes.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adlsnodes.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adlsnodes.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adcrobj.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcrobj.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcrobj.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adcrobj.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/txkConfigDbOcm.pl
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/txkConfigDbOcm.pl
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/txkConfigDbOcm.pl to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/txkConfigDbOcm.pl
    setting permissions: 700
    setting ownership: oravis12:dba
    File /d01/oracle/VIS4/db/tech_st/10.2.0/dbs/initVIS4.ora of type INSTALL does not exist, will be instantiated in the current pass
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/afinit_db102.ora
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/dbs/initVIS4.ora
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/dbs/initVIS4.ora to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/initVIS4.ora
    setting ownership: oravis12:dba
    File /d01/oracle/VIS4/db/tech_st/10.2.0/network/admin/VIS4_blink4/listener.ora of type INSTALL already exists, this file will not be instantiated.
    File /d01/oracle/VIS4/db/tech_st/10.2.0/network/admin/VIS4_blink4/tnsnames.ora of type INSTALL already exists, this file will not be instantiated.
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/config_ux.tmp
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/rdbms/lib/config.c
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/rdbms/lib/config.c to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/config.c
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adautocfg_ux.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adautocfg.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adautocfg.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adautocfg.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adlicnse.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adlicnse.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adlicnse.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adlicnse.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adclobconv.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adclobconv.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adclobconv.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adclobconv.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adclobtmp.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adclobtmp.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adclobtmp.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adclobtmp.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adpreclone.pl
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adpreclone.pl
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adpreclone.pl to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adpreclone.pl
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adcrdb.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcrdb.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcrdb.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adcrdb.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/addbupdgsm.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/addbupdgsm.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/addbupdgsm.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/addbupdgsm.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adlnkoh.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/adlnkoh.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/adlnkoh.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adlnkoh.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adcrdbrdlg.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcrdbrdlg.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcrdbrdlg.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adcrdbrdlg.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/afmkinit.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/afmkinit.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/afmkinit.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/afmkinit.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adcmclean.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcmclean.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcmclean.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adcmclean.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adcctclean.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcctclean.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcctclean.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adcctclean.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    AutoConfig Setup Phase
    Running Setup Process 1 of 2 for AppsUtil
    Executing script in InstantiateFile:
    /d01/oracle/VIS4/db/tech_st/10.2.0/perl/bin/perl -I /d01/oracle/VIS4/db/tech_st/10.2.0/perl/lib/5.8.3 -I /d01/oracle/VIS4/db/tech_st/10.2.0/perl/lib/site_perl/5.8.3 -I /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/perl /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adchknls.pl

  • IStore displaying error after clonning

    We are getting below error after cloning the dev instance from prod..
    Message: ORA-06550: line 1, column 31:
    PLS-00302: component 'GET_MSITE_EXCLUDED_SECTIONS' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    Stack:
    java.sql.SQLException: ORA-06550: line 1, column 31:
    PLS-00302: component 'GET_MSITE_EXCLUDED_SECTIONS' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:215)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:965)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1170)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3339)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3445)
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4395)
    at oracle.apps.ibe.minisites.Minisite.retrieveExcludedSectionsFromDB(Minisite.java:2065)
    at oracle.apps.ibe.minisites.Minisite.getSiteExcludedSections(Minisite.java:1998)
    at oracle.apps.ibe.store.StoreMinisite.getSiteExcludedSections(StoreMinisite.java:299)
    at oracle.apps.ibe.catalog.Section.removeExclusions(Section.java:3855)
    at oracle.apps.ibe.catalog.Section.getSubSectionIDs(Section.java:4532)
    at _ibeCCtpFwdSubSct._jspService(_ibeCCtpFwdSubSct.java:1145)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:702)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:252)
    at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
    at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:186)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:191)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:322)
    at _ibeCCtpSctDspRte._jspService(_ibeCCtpSctDspRte.java:1217)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:702)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:252)
    at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
    at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:186)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:191)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:322)
    at _ibeCZzpHome._jspService(_ibeCZzpHome.java:1159)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.ibe.util.IBEReleaseResFilter.doFilter(IBEReleaseResFilter.java:43)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:610)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)

    Hello Rahuljith,
    You can use query such as:
    select object_name,object_type from dba_objects where status like 'INVALID' and object_type like '%PACKAGE%' ';
        References:  Troubleshooting Guide - invalid objects in the E-Business Suite Environment 11i and 12 (Doc ID 1325394.1)
    Regards,
    Debbie

  • Error 109 : MaxL api instance is not Active  after installing excel add-in

    Hello Gurus
    I am getting error Error 109 : MaxL api instance is not Active while expanding essbase server in EAS console.
    I am using EPM 11.1.2.1 on Windows server 2008 x64 with MS Office 2007 x32
    EAS was working properly before installing Excel Add-in,
    What i did is
    1. I first installed excel add-in and when I clicked on connect Log-in screen didn't appears.
    2. Then I reinstalled excel add-in and it started working properly and EAS was also working fine.
    3. But after restarting VM, EAS is not working, it is giving error like "Error 109 : MaxL api instance is not Active"
    4. I also searched on OTN for EAS issue and checked following environment variables
    ESSBASEPATH : C:\Oracle\Middleware\EPMSystem11R1\products\ExcelAddin
    ESSLANG : English_UnitedStates.Latin1@Binary
    5. And also tried reinstalling EAS
    Any help will be highly appreciated.
    Thanks
    Yash
    Edited by: yash on Apr 10, 2012 8:01 PM

    Hello,
    I had the same problem, after add-in 's installation on epm 11.121
    Without solution, I was forced to uninstall all epm and reintsall.
    Is there another method to solve this problem ?
    thx

  • Do you have a workaround for this error: terminate called after throwing an instance of 'std::runtim

    I have a power mac g5 running OSX 10.5.8. My hard disk crashed, and I put in a new one. Now all of my software needs to be reinstalled. I am far away from my home office and only have my backup disks to use for reinstall. I have CS3 and Cs4 on backup disks. I tried to install CS4, and got an error that looked like this:
    UI mode: Full GUI
    terminate called after throwing an instance of 'std::runtime_error'
      what():  Invalid path passed to FileSystemPath constructor.
    I thought maybe I needed to install CS3 first, so I did that with no problem. But now it's asking for my serial number, which I do not have for CS3. I do have my serial number for CS4.
    With CS3 installed but not activated, I still get the same error.
    How do I install CS4 on my computer?
    Any help you can give me would be greatly appreciated. Thanks very much.

    Since you weren't able to deactivate your software before the hard disk crashed, you'll need to get assistance from our support staff. You can contact them through chat at http://www.adobe.com/support/contact/?issue=myOptions_activate
    Be sure to have whatever serial numbers you have on hand (and make sure to register them).

  • Error code after cloning

    After cloning my OS HD to another drive using CCC I'm getting "The operation could not be completed, an unexpected error has occurred(error code -43)" when I click on Time Machine in the dashboard.
    Does using CCC somehow negate TM or cause it to not function from the dashboard? I can start it from System Prefs or the recent items list but not from the Dash.

    Don't know anything about a TM widget, but that error states:
    fnfErr = -43, /*File not found*/
    and I surmise the link to the widget is broken.

  • CM looking its old server after cloning ..... can't running CM

    Dear Gurus,
    I have cloned PROD instance from GTGEBSPROD server to GTGEBSRND, after that I can't start Concurrent Manager. DB, Apps all r up and running.....
    Look here.....
    [applmgr@gtgebsrnd ~]$
    [applmgr@gtgebsrnd ~]$ ps -ef | grep FNDL
    applmgr   1307  1302  0 16:39 pts/3 00:00:00 FNDLIBR
    applmgr   1807   610  0 16:52 pts/3 00:00:00 grep FNDL
    [applmgr@gtgebsrnd ~]$
    [applmgr@gtgebsrnd ~]$
    [applmgr@gtgebsrnd ~]$
    [applmgr@gtgebsrnd log]$ cat PROD_1110.mgr
    Process monitor session started : 10-NOV-2013 15:07:50
    Could not contact Service Manager FNDSM_GTGEBSPROD_PROD. The TNS alias could not be located, the listener process on GTGEBSPROD could not be contacted, or the listener failed to spawn the Service Manager process.
    CONC-SM TNS FAIL
    Call to PingProcess failed for FNDCPGSC
    CONC-SM TNS FAIL
    Call to StopProcess failed for FNDCPGSC
    CONC-SM TNS FAIL
    Call to PingProcess failed for FNDCPGSC
    CONC-SM TNS FAIL
    Call to StopProcess failed for FNDCPGSC
    CONC-SM TNS FAIL
    Call to PingProcess failed for FNDCPGSC
    CONC-SM TNS FAIL
    Call to StopProcess failed for FNDCPGSC
    CONC-SM TNS FAIL
    Call to PingProcess failed for FNDOPP
    CONC-SM TNS FAIL
    Call to StopProcess failed for FNDOPP
    CONC-SM TNS FAIL
    Call to PingProcess failed for FNDOPP
    CONC-SM TNS FAIL
    Call to StopProcess failed for FNDOPP
      Process monitor session ended : 10-NOV-2013 15:07:50
    [applmgr@gtgebsrnd log]$
    [applmgr@gtgebsrnd scripts]$ tnsping FNDSM_GTGEBSRND_PROD
    TNS Ping Utility for Linux: Version 10.1.0.5.0 - Production on 10-NOV-2013 15:35:56
    Copyright (c) 1997, 2003, Oracle.  All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=gtgebsrnd.xpressbd.net)(PORT=1703)) (CONNECT_DATA= (SID=FNDSM)))
    OK (0 msec)
    [applmgr@gtgebsrnd scripts]$
    CM is looking its origin server FNDSM_GTGEBSPROD_PROD....
    Where .. in which file I need to edit .. please guide me.
    Apps Environmental file is given below....
    [applmgr@gtgebsrnd home]$ cat set_env
    .  /u02/app/oracle/PROD/apps/apps_st/appl/APPSPROD_gtgebsrnd.env
    [applmgr@gtgebsrnd home]$
    [applmgr@gtgebsrnd home]$ cat /u02/app/oracle/PROD/apps/apps_st/appl/APPSPROD_gtgebsrnd.env
    # $Header: APPSORA_ux.env 120.0 2005/06/20 15:33:34 appldev noship $
    # =============================================================================
    # NAME
    #    APPSORA.env
    # DESCRIPTION
    #    Execute environment for Oracle and APPL_TOP
    # NOTES
    # HISTORY
    # =============================================================================
    # This file is automatically generated by AutoConfig.  It will be read and
    # overwritten.  If you were instructed to edit this file, or if you are not
    # able to use the settings created by AutoConfig, refer to Metalink Note
    # 387859.1 for assistance.
    # Source the custom file if it exists
    customfile=/u02/app/oracle/PROD/apps/apps_st/appl/customPROD_gtgebsrnd.env
    if [  -f $customfile ]; then
    . /u02/app/oracle/PROD/apps/apps_st/appl/customPROD_gtgebsrnd.env
    fi
    . /u02/app/oracle/PROD/inst/apps/PROD_gtgebsrnd/ora/10.1.2/PROD_gtgebsrnd.env
    . /u02/app/oracle/PROD/apps/apps_st/appl/PROD_gtgebsrnd.env
    [applmgr@gtgebsrnd home]$
    DB Environmental file is given below...
    [oracle@gtgebsrnd ~]$ cat set_env
    . /u01/oracle/PROD/db/tech_st/11.1.0/PROD_gtgebsrnd.env
    [oracle@gtgebsrnd ~]$ cat /u01/oracle/PROD/db/tech_st/11.1.0/PROD_gtgebsrnd.env
    #!/bin/sh
    # $Header: ad8idbux.env 120.8.12010000.2 2009/08/19 11:49:59 sbandla ship $
    # =============================================================================
    # NAME
    #    PROD.env
    # DESCRIPTION
    #    Setup environment for Oracle
    # NOTES
    # HISTORY
    #    Created by AutoConfig
    # =============================================================================
    # This file is automatically generated by AutoConfig.  It will be read and
    # overwritten.  If you were instructed to edit this file, or if you are not
    # able to use the settings created by AutoConfig, refer to Metalink Note
    # 387859.1 for assistance.
    # Unset all the variables NOT required
    unset TWO_TASK
    unset ORA_NLS33
    unset USERPATH
    # Source the custom file if it exists
    customfile=/u01/oracle/PROD/db/tech_st/11.1.0/customPROD_gtgebsrnd.env
    if [  -f $customfile ]; then
    . /u01/oracle/PROD/db/tech_st/11.1.0/customPROD_gtgebsrnd.env
    fi
    # Set the variables required
    ORACLE_HOME="/u01/oracle/PROD/db/tech_st/11.1.0"
    export ORACLE_HOME
    ORACLE_SID="PROD"
    export ORACLE_SID
    ORA_NLS10="/u01/oracle/PROD/db/tech_st/11.1.0/nls/data/9idata"
    export ORA_NLS10
    PATH="/u01/oracle/PROD/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/u01/oracle/PROD/db/tech_st/11.1.0/appsutil/jre/bin:/bin:/usr/bin/X11:/usr/local/bin:$PATH:."
    export PATH
    LINK_CNTRL=""
    export LINK_CNTRL
    TNS_ADMIN="/u01/oracle/PROD/db/tech_st/11.1.0/network/admin/PROD_gtgebsrnd"
    export TNS_ADMIN
    if test "LINUX_X86-64" = "IBM AIX"; then
    export AIXTHREAD_SCOPE=S
    fi
    # The CONTEXT_FILE variable stores the location of the context file.
    CONTEXT_FILE="/u01/oracle/PROD/db/tech_st/11.1.0/appsutil/PROD_gtgebsrnd.xml"
    export CONTEXT_FILE
    # The CONTEXT_NAME variable stores the value for the current context
    CONTEXT_NAME="PROD_gtgebsrnd"
    export CONTEXT_NAME
    # Set Library Path
    LD_LIBRARY_PATH="/u01/oracle/PROD/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/PROD/db/tech_st/11.1.0/lib:/usr/dt/lib:/u01/oracle/PROD/db/tech_st/11.1.0/ctx/lib"
    export LD_LIBRARY_PATH
    SHLIB_PATH="/u01/oracle/PROD/db/tech_st/11.1.0/lib:/usr/lib:/u01/oracle/PROD/db/tech_st/11.1.0/ctx/lib"
    export SHLIB_PATH
    LIBPATH="/u01/oracle/PROD/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/PROD/db/tech_st/11.1.0/lib:/usr/dt/lib:/u01/oracle/PROD/db/tech_st/11.1.0/ctx/lib"
    export LIBPATH
    # Add perl to the PATH and set PERL5LIB
    PERLBIN=`dirname /u01/oracle/PROD/db/tech_st/11.1.0/perl/bin/perl`
    PATH=${PERLBIN}:${PATH}
    export PATH
    PERL5LIB=/u01/oracle/PROD/db/tech_st/11.1.0/perl/lib/5.8.3:/u01/oracle/PROD/db/tech_st/11.1.0/perl/lib/site_perl/5.8.3:/u01/oracle/PROD/db/tech_st/11.1.0/appsutil/perl
    export PERL5LIB
    ADPERLPRG=/u01/oracle/PROD/db/tech_st/11.1.0/perl/bin/perl
    export ADPERLPRG
    # National Language Support environment variables
    NLS_LANG="American_America.US7ASCII"
    export NLS_LANG
    NLS_DATE_FORMAT="DD-MON-RR"
    export NLS_DATE_FORMAT
    NLS_NUMERIC_CHARACTERS=".,"
    export NLS_NUMERIC_CHARACTERS
    NLS_SORT="binary"
    export NLS_SORT
    # Set java program used by AD
    ADJVAPRG="/u01/oracle/PROD/db/tech_st/11.1.0/appsutil/jre/bin/java"
    export ADJVAPRG
    ADJREOPTS="-Xms128M -Xmx512M"
    export ADJREOPTS
    # Timezone Specification file
    # For 11gR2, time zone file location should be empty
    if test "db111" = "db112" ; then
    ORA_TZFILE=""
    else
      ORA_TZFILE="$ORACLE_HOME/oracore/zoneinfo/timezlrg.dat"
    fi
    export ORA_TZFILE
    [oracle@gtgebsrnd ~]$
    Guide me Please.......
    Regards,
    Shweta
    [email protected]

    Please see:
    Diagnostics APPS fails with Could not contact Service Manager FNDSM%. (Doc ID 1138128.1)
    Apps Listener Starts But Fails to Spawn The Service Manager FNDSM (Doc ID 1073677.1)
    Concurrent Processing - R12 Output Post Processor Service Not Coming Up. (Doc ID 460578.1)
    Unable to Bring Up Concurrent Managers after Running Autoconfig (Doc ID 736024.1)
    Concurrent Processing - Internal Manager Log File contains messages "Could Not Initialize the Service Manager FNDSM_<HOSTNAME>_<SID>" for Non Concurrent Processing Nodes (Doc ID 754698.1)
    Concurrent Managers Fail to Start, No Service Manager Process Spawned OR Fails with: ORA-01427, ORA-06512 (Doc ID 470100.1)
    Autoconfig on The Apps Tier Server Node B (R12.1.X/RAC) Completed With The Error.ORA-12505, TNS:listener does not currently know of SID given in connect descriptor (Doc ID 1506464.1)
    Concurrent Manager Fails to Start due to Corrupt Index: FND_CONCURRENT_REQUESTS_N1 (Doc ID 1090673.1)
    Thanks,
    Hussein

  • Unable to Login to OAM after cloning

    Hi,
    I am unable to login to OAM after cloning. I am getting the message "The page cannot be displayed" when clicking on OAM front end link.
    Application version: 11.5.7
    Message from the error_log
    /apps/ts2aps/product/iAS/Apache/Apache/logs > tail -100 error_log
    DBC file :Applications
    DBC file :Applications
    log Message called
    log Message called
    log Message called
    log Message called
    log Message called
    log Message called
    *[Mon Apr  5 00:44:20 2010] [error] OPM: EW: Fail to start process with mod=JServ and grp=OACoreGroup, it's possible that your configuration file is not correct.*
    Please let me know for any other details.
    Regards,
    Mukarram

    http://<host_name>:32001/OA_HTML/jsp/fnd/aoljtest.jsp
    I am getting "The page cannot be displayed" for my hostname, after running the above URL.
    Error Message from error_log
    [Mon Apr  5 21:55:52 2010] [error] [client 64.100.24.42] client denied by server configuration: /apps/ts2aps/common_top/portal/oprocmgr-service
    [Mon Apr  5 21:55:53 2010] [error] [client 64.100.24.42] client denied by server configuration: /apps/ts2aps/common_top/portal/oprocmgr-service
    log Message called
    TransportAgentMain init called.
    Deug mode false
    Before loading jdbc drivers
    Before creating Connection Pool instance
    Setting INit Connections
    No of Connections to be created 5
    Connection no 0
    DBC file :Applications
    Connection no 1
    DBC file :Applications
    Connection no 2
    DBC file :Applications
    Connection no 3
    DBC file :Applications
    Connection no 4
    DBC file :Applications
    INit Connections done
    log Message called
    log Message called
    DBC file :Applications
    log Message called
    DBC file :Applications
    log Message called
    log Message called
    log Message called
    log Message called
    DBC file :Applications
    DBC file :Applications
    DBC file :Applications
    log Message called
    log Message called
    log Message called
    log Message called
    log Message called
    [Mon Apr  5 22:09:53 2010] [error] OPM: EW: Fail to start process with mod=JServ and grp=OACoreGroup, it's possible that your configuration file is not correct.
    Please let me know for any details.

  • EBS 11i Workflow mailer is down after cloning.

    After cloning EBS 11i to new server the Workflow Notification Mailer is down with status "Stopped with Error".
    I tried to restart it several times but still not working.
    Thanks.

    Did you complete the manual steps for correcting workflow mailer settings on the target instance as per Rapid Clone doc (Cloning Oracle Applications Release 11i with Rapid Clone [ID 230672.1])?
    Please check the workflow log file for the complete error message.
    How to Troubleshoot when the Workflow Services Go Down [ID 564394.1]
    How to Perform a Meaningful SMTP Telnet Test to Troubleshoot Java Mailer For Sending Email Notifications [ID 753845.1
    Troubleshooting Oracle Workflow in Applications 11i [ID 262011.1]
    E-Business Suite Diagnostics 11i Test Catalog [ID 179661.1] -- Oracle Workflow Cartridge
    Thanks,
    Hussein

  • After cloning form server is not running in r12

    Hi All,
    after cloning form server is not working
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    OC4JGroup:default_group | OC4J:oafm | 528566 | Alive
    OC4JGroup:default_group | OC4J:forms | N/A | Down
    OC4JGroup:default_group | OC4J:oacore | 327766 | Alive
    HTTP_Server | HTTP_Server | 1163498 | Alive
    i checked logfile.i found below error
    /opmn/bin/opmnctl[31]: unlimited: bad number
    opmnctl: opmn is already running.
    when i check adformsctl.sh status it showing like below
    adformsctl.sh: exiting with status 0
    how to trobleshut this one.
    Thanks.

    Hi,
    did u check all the pre-requisites on the clone server before cloning. Please post contents of logfile here.
    $INST_TOP/logs/ora/10.1.3/opmn/default_group~forms*.log
    $INST_TOP/logs/ora/10.1.3/opmn/forms_default_group*/formsstd.err
    Thanks,
    Taher

  • Internal Server Error after implemeting a Merged Appl_top

    Hi folks,
    I have been plagued by an issue since a long time. I'm implementing a merged appltop on sun solaris (5.10) on 11.5.10.2
    Basically its a clone of two nodes into a single node. After merging, the services are coming up good. Apache is running well. But when opening the AppsLogin page, it is blowing up saying Internal Server Error.
    When looked into the mod_jserv.log, it shows the below error.
    [07/02/2012 10:28:28:718] (ERROR) ajp12: Servlet Error: OracleJSP: oracle.jsp.provider.JspCompileException: Errors compiling:/d05/ufindev/ufindevcomn1/_pages/_oa__html//_AppsLocalLogin.java<TABLE BORDER=1 WIDTH=100%><TR><TH>Line #</TH><TH>Error</TH></TR><TR><TD WIDTH=7% VALIGN=TOP>259<TD> isRtl(java.lang.String) has protected access in oracle.apps.fnd.sso.SessionMgr if (SessionMgr.isRtl(langCode)) {                                 </TD></TR></TABLE>
    [07/02/2012 10:28:28:718] (ERROR) an error returned handling request via protocol "ajpv12"
    [07/02/2012 10:28:28:718] (INFO) balance: continuing to u64findev.motel6.com:16440
    [07/02/2012 10:28:28:719] (ERROR) balance: 10297 internal servlet error in server u64findev.motel6.com:16440
    [07/02/2012 10:28:28:719] (ERROR) an error returned handling request via protocol "balance"
    Any idea whats going wrong?
    Thanks,
    Lakshman.
    Edited by: 912983 on Feb 7, 2012 1:54 PM

    Have you completed all the steps in (Cloning Oracle Applications Release 11i with Rapid Clone [ID 230672.1] -- Reducing the number of Nodes of a Multi-Node System (merge APPL_TOP)) and (Sharing the Application Tier File System in Oracle Applications Release 11i [ID 233428.1] -- Section 4: Merging existing APPL_TOPs into a single APPL_TOP) with no errors?
    Can you find any errors in the database log file?
    Was AutoConfig completed successfully?
    Please clear the server cache as per (How To Clear Server Cache and Bounce Apache (Web Server)? [ID 295484.1]) and check then.
    Also, please see these docs.
    Insternal server error After Patch9578141 CPU PATCH FOR JULY 2010 [ID 1221603.1]
    Accessing web pages, randomly get Internal Server Error [ID 1374874.1]
    Internal Server Error When Trying To Enter The Processed Date In The Adjust Form [ID 549511.1]
    Thanks,
    Hussein

  • All Mac apps don't work after cloning on new hd.

    All Mac apps don't work after cloning on new hd.
    I used CCC to clone 10.6.8 then onto new drive. Everything works BUT all Mac apps.
    Error: You can't open the app(s) because it is not supported on this type of Mac. (On MacBook 2011)
    Thanks for your help.

    All good. Just drag and dropped each application and they worked until I did a restart. Then repaired permissions and everything works.

  • "F11 System Recovery" during boot does not work after Cloning hard drive.

    Problem: “F11 System Recovery” during boot does not work after Cloning hard drive.
    HP Envy m6-1125dx UEFI Notebook Computer with GPT hard drive.
    Original Seagate Hard Disk GPT 700GB with Window 8.0_64 upgraded to Windows 8.1_64
    Startup Menu (F11 System Menu works properly) only on original hard drive.
    Following obtained from Disk Management & diskpart in Command Prompt.
                                     GPT Disk <700GB>
    Partition 1 WINRE NTFS Primary 235MB/400MB [Recovery]
    Partition 2 EFI System FAT32 (LBA) Primary 108MB/260MB [System]
    Partition 3 (NONE) Unformatted Primary 128MB/128MB [Reserve]
    Partition 4 Main NTFS Primary 90GB/195GB [Primary “C”]
    Partition 5 (NONE) NTFS Primary 372MB/450MB [Recovery]
    Partition 6 Data NTFS Primary 7GB/475GB [Primary “E”]
    Partition 7 NTFS Primary 26MB/350MB [Recovery]
    Partition 8 Recovery NTFS Primary 24GB/26GB [Recovery “D”]
    I have Cloned the original hard drive to a new HGST 1TB Hard Drive using four different methods (sector by sector):
    Acronis True Image 2015
    Acronis Backup for PC
    AOMEI Backupper Professional
    Macrium Reflect
    Each time the cloning process completes successfully and has the same original partition arrangement. The computer works properly except when trying to use the “F11 System Menu” key during boot. It gives the following error message:
    “Recovery
    Your PC needs to be repaired
    A required device isn’t connected or can’t be accessed.
    Error code: 0xc0000225
    You need to use the recovery tools on your installation media. If you don’t have any installation media (like a disc or USB device), contact your system administrator or PC manufacturer. “
    Any suggestions why the F11 System Recovery does not work during boot and how to fix the problem would be appreciated. I have does various disk checking and file checking on both the original and new hard drive with no errors.
    Thank you in advanced.

    Hi,
    How did you clone the HDD ? One-for-one or different method ?
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Error after upgrading from 10.2.0.1 to 10.2.0.2 on Win 2003 server

    Hi,
    I just upgrade oracle 10.2.0.1 on Win 2003 server(32-bit) to 10.2.0.2. The installation seemed to be successful. (no errors) utlrp.sql ran ok as well. However, when I tried to start the upgraded database, I got the following error:
    SQL> startup
    ORACLE instance started.
    Total System Global Area 293601280 bytes
    Fixed Size 1289064 bytes
    Variable Size 96470168 bytes
    Database Buffers 188743680 bytes
    Redo Buffers 7098368 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    Any ideas?
    Thank you very much for your help.

    Looks like, you have only upgraded Oracle Software from 10.2.0.1 to 10.2.0.2. After that, immediately you are trying to bring the DB up. In that case you will receive an error "ORA-01092: ORACLE instance terminated. Disconnection forced".
    Did you upgrade your 10.2.0.1 Database after the software upgrade? I mean did you execute the following steps.
    SQL> STARTUP UPGRADE;
    SQL> SPOOL patch.log
    SQL> @?/rdbms/admin/catupgrd.sql
    SQL> SPOOL OFF
    SQL> SHUTDOWN IMMEDIATE;
    SQL> STARTUP;
    SQL> @?/rdbms/admin/utlrp.sql
    If not please execute them, and also follow the README document of the patch carefully.
    Regards,
    Sabdar Syed,
    http://sabdarsyed.blogspot.com/

  • Error code = 601; message="An Error happened during call of MaxDB Tool sdbi

    I'm trying to install SAPNW7.0ABAPTrialSP12 and
    I did these steps and was able to reinstall without any problems.
    1. Run registry clean tool that came with the packaged software
    \Additional_Tools\RegCleanTool
    2. Then run Uninstall - System/Standalone Engine/Optional Standadlon ......
    This is under the Software Life-Cycle Options-Uninstall
    3. Check if there are any files located in
    \Program Files\sapinst_instdir -
    delete this directory
    \Documents and SettinsThe specified item was not found.\Local settings\Temp
    delete any references to SAP
    The above steps helped me to reinstall the Trial software.
    Make sure that the system for the install meet the following requirements:
    u2022 Operating System: Windows XP Professional (Service Pack 2) or Windows Server 2003 or Windows Vista
    u2022 Hostname must not exceed 13 characters
    u2022 NTFS-File system
    u2022 Internet Explorer 5.5 or higher or Firefox 1.0 or higher
    u2022 At least 1 GB RAM (2-4 GB recommended)
    u2022 Pagefile size according to your RAM settings.
    u2022 Intel Pentium III/1.1 GHz or higher (or compatible)
    u2022 30 GB hard disk space temporary during installation - 24 GB permanent
    The actual hard disk space required is more than 32GB. It is best to install the SAP directory on a separate drive if possible. Othewise you have to make sure that the drive where you install SAP has sufficient space for you system and the SAP install.
    u2022 High-resolution monitor (1024x768 or higher, 256 colors)
    u2022 Make sure that no other SAP system is installed on your computer
    u2022 The SAP system requires several ports for communication services. Therefore the file %WINDIR%\system32\drivers\etc\services must not include an entry for the ports 3200, 3600, 3900 and 8000. A possible entry can be excluded by using the hash symbol (#). (Note: The entry sapmsNSP 3600 for dialog instances may not exist, as it is set to 0 in Trial versions).
    u2022 If no DHCP server is available on your network (which dynamically determines the IP address) or your computer is not connected to any network, you need to install the virtual interface adapter MS Loopback Adapter.
    but it's happening the following error :
    (Dec 6, 2023 9:32:54 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file J:\sapdb\NSP\log.txt for details.
    (Dec 6, 2023 9:32:54 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile J:/DOCUME1/Nando/CONFIG1/Temp/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile J:/DOCUME1/Nando/CONFIG1/Temp/MaxDBSAPNWPREV.log")
         at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:193)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Thanks,
    Nando

    I'm trying to install SAPNW7.0ABAPTrialSP12 and
    I did these steps and was able to reinstall without any problems.
    1. Run registry clean tool that came with the packaged software
    \Additional_Tools\RegCleanTool
    2. Then run Uninstall - System/Standalone Engine/Optional Standadlon ......
    This is under the Software Life-Cycle Options-Uninstall
    3. Check if there are any files located in
    \Program Files\sapinst_instdir -
    delete this directory
    \Documents and SettinsThe specified item was not found.\Local settings\Temp
    delete any references to SAP
    The above steps helped me to reinstall the Trial software.
    Make sure that the system for the install meet the following requirements:
    u2022 Operating System: Windows XP Professional (Service Pack 2) or Windows Server 2003 or Windows Vista
    u2022 Hostname must not exceed 13 characters
    u2022 NTFS-File system
    u2022 Internet Explorer 5.5 or higher or Firefox 1.0 or higher
    u2022 At least 1 GB RAM (2-4 GB recommended)
    u2022 Pagefile size according to your RAM settings.
    u2022 Intel Pentium III/1.1 GHz or higher (or compatible)
    u2022 30 GB hard disk space temporary during installation - 24 GB permanent
    The actual hard disk space required is more than 32GB. It is best to install the SAP directory on a separate drive if possible. Othewise you have to make sure that the drive where you install SAP has sufficient space for you system and the SAP install.
    u2022 High-resolution monitor (1024x768 or higher, 256 colors)
    u2022 Make sure that no other SAP system is installed on your computer
    u2022 The SAP system requires several ports for communication services. Therefore the file %WINDIR%\system32\drivers\etc\services must not include an entry for the ports 3200, 3600, 3900 and 8000. A possible entry can be excluded by using the hash symbol (#). (Note: The entry sapmsNSP 3600 for dialog instances may not exist, as it is set to 0 in Trial versions).
    u2022 If no DHCP server is available on your network (which dynamically determines the IP address) or your computer is not connected to any network, you need to install the virtual interface adapter MS Loopback Adapter.
    but it's happening the following error :
    (Dec 6, 2023 9:32:54 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file J:\sapdb\NSP\log.txt for details.
    (Dec 6, 2023 9:32:54 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile J:/DOCUME1/Nando/CONFIG1/Temp/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile J:/DOCUME1/Nando/CONFIG1/Temp/MaxDBSAPNWPREV.log")
         at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:193)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Thanks,
    Nando

Maybe you are looking for

  • Problem in setting background Image to TabedPane.

    Hi Pals, I created a JFrame which consist of some components. The structure of the added components are given below. 1) I added a JPanel (MainPanel) with background image in a JFrame. 2) I added a JTabbedPane with 7 tabs in the previous JPanel (MainP

  • What is the best way to upgrade a hard drive on my macbook?

    How do I get the information on my current internal hard-drive onto another internal hard-drive? Thanks in advance for any and all information.

  • Set field value in Discussion Board Reply

    Hi all, I need to set the value of a field in all discussion board replies within a discussion. In my example, I need to pass a value from the discussion board item to all of the replies (ex. when a reply is made, I want a field named "Project Number

  • Quotation replacement conundrum

    I have some data stored in a database (user inputted data). I need to display this data within xml, and I need all the quotation marks removed (since that would mess up the xml). The logical replacement (to make it look roughly as the user intended)

  • Sum of file sizes; based on file extension, sorted by size

    Hello, Here is what I need, hope someone can help me: I want to get a sum of all file sizes in a current directory, based on the file extensions, e.g. 250K *.txt 800K *.php 2M    *.jpg 10M  *.mp4 I was trying something with "du -sch" and "type -f" bu