Oracle Apps R12 (12.1.1) Installation Issue – RW-50004 , RW-50010

If you follow Steven Chan’s blog you probably know that Oracle Apps Release 12.1.1 is available for download now.

Last week I installed version 12.1.1 for Oracle Apps DBA training here ; error and fix below (oom-killer)

Technology Stack changes in 12.1.1

1. Default database version is 11g  (10g in 12.0.X ; 9i in 11i)
2. Default forms and report version is 10.1.2.3 (10.1.2.2 in 12.0.4 ; 8.0.6 in 11i)
3. Default Web Server version is 10.1.3.4 (10.1.3.0.X in 12.0.X ; 9i/1.0.2.2.2 in 11i)
.

Disk Space for 12.1.1
Vision Database
194 GB
Application Tier 30 GB

.
Installation Issue   Oracle Apps Installation is 5 step process

Step1 & Step 2 are database tier related
Step 1
– 0-20% – Oracle Database Software Installation including registration of DB ORACLE_HOME in inventory. To know more about inventory click here
Step 2 – 20-40% – Oracle Database creation including copy of data files from staging area to data top

Install log file for 0-40% is located at $INSTALL_BASE/ db/ tech_st/ 11.1.0/appsutil/ log/<context_name>/MMDDHHMM.log

—–

Step 3, 4 and 5 are application tier related

Step 3 – 40-60% – Oracle Technology Stack Installation (10.1.2 and 10.1.3 ORACLE HOME) for Application Tier
Step 4 – 60-80%  – APPL_TOP and PRODUCT Top setup
Step 5– 80-100% – Configuration, Startup and Checks

Install log file for 60-100% is located at $INSTALL_BASE/ inst/ apps/ <context_name>/ logs/ MMDDHHMM.log

At around 37% Installer failed with message in log file at  $Install_Base/db/ tech_st/ 11.1.0/ appsutil/ log/ $SID_HOSTNAME/ MMDDHHMM.log ->  RW-50010: Error: – script has returned an error RW-50004: Error code received when running external process. Check log file for details

after several unsuccessful attempts I looked at /var/log/messages and found messages like
Out of Memory: Killed process 2592 (ovisr12)
.

OOM-KILLER – The OOM killer, a feature enabled by default (on Linux) to protect system from hang by terminating processes using high memory.
If kernel can not find memory to allocate when it’s needed, it puts in-use user data pages on the swap-out queue, to be swapped out. If the Virtual Memory (VM) cannot allocate memory and cannot swap out in-use memory, the Out-of-memory killer may begin killing current user-space processes. it will sacrifice one or more processes in order to free up memory for the system when all else fails.

.

Fix :Turn oom-killer off:
# echo “0” > /proc/sys/vm/oom-kill   (turn off)
# echo “1” > /proc/sys/vm/oom-kill    (turn on)
More information hereThis issue is also reported in Metalink Note # 460790.1

.
Other possible reasons for RW-50004/RW-50010

1. If RW-50004/10 @ ORACLE_HOME registration with inventory (DB_HOME or Oracle Application Server 10.1.2 & 10.1.3 HOME); check previliges to oraInventory location
or
If this is re-install (from previous failed installation), check ORACLE_HOME is not already registered in Inventory>

2. Corrupt media file – For error like AC-00023: Error: Exception: java. io. FileNotFound Exception with RW-50004/10

.

Related

  • 604125.1  Fresh R12.0.4 Installation : Errors RW-50004, RW-50010 After Applying The Rapidwiz Patch 6796703 (Rapidwiz version 12.0.4.7)
  • 418109.1  Windows – Rapidwiz R12 Failed at 66% with error: RW-50004: Error code received when running external process.
  • 460790.1  Rw-50010 Error : 137 Rw-50004 Running External Process Running Database Install
  • 452000.1  Linux: Out-of-Memory (OOM) Killer

Oracle Apps DBA (E-Business Suite) R12

Live Instructor led Online sessions with Hands-on Lab Exercises, Dedicated Machines to Practice.

For more queries mail us at contactus@k21technologies.com

Click here to learn more

About the Author Atul Kumar

Oracle ACE, Author, Speaker and Founder of K21 Technologies & K21 Academy : Specialising in Design, Implement, and Trainings.

follow me on:

Leave a Comment:

55 comments
Ramnik Gupta says June 3, 2009

It is really nice you cover these issues in this article to help Apps user community.I didn’t face any of these error in R12.1.1. It is better to follow the Instalation note carefully and review all pre-requisites. I installed R12.1.1 on Red Hat Linux 5.3 32 bit and 64-bit.

Keep it up Atul.

Regards
Ramnik Gupta

Reply
Rupdipt says July 22, 2009

Hi,
I am installing R12.1.1 on RHEL 5.2 64-bit.While installing, in step 2, at 33% I am getting an error:

RW-50004:Error Code received when running external process.

Reply
Atul Kumar says July 23, 2009

@ Rupdipt ,
Did you check log at

$INSTALL_BASE/ db/ tech_st/ 11.1.0/appsutil/ log//MMDDHHMM.log

Reply
Rupdipt says July 24, 2009

Hi Atul,

Solved the issue and installed EBS successfully.Some of the files in the Stage area were corrupt.Basically, this was an data corruption issue.

Regards,
Rupdipt

Reply
sudhir says September 9, 2009

hi rupdipt
hw did you resolve the issue?
what message were you getting?
thanks

Reply
Atul Kumar says September 11, 2009

@ Sudhir, staging area was corrupt for Rupdipt. To fix this issue he replaced corrupt staging/software

Reply
freeman says October 7, 2009

i read this post and also i do not understand how can i solve this problem what i do to solve this problem

Reply
Atul Kumar says October 7, 2009

@Freeman,
Solution to problem will depend on issue and to identify issue you need to check logs.

Are you facing any issue in R12 installation ? If yes check installation log ( mentioned above) and update here

Reply
sundar says October 8, 2009

Hi Atul,
I found the website to be extremely informative. I’m an Oracle core DBA interested in learning about Oracle Apps. I understand that to download Oracle Apps, I need to use edelivery.oracle.com I find R12 available under e business suite. I do not find 11i for download. So my question is:1) Is it not possible for me to find 11i. 2) I noticed R12 download size is 49G (49 parts). Is Apps R12 so huge? Any ideas abt the size of 11i? Thanks in advance.

Reply
Atul Kumar says October 8, 2009

@ Sundar,
11i is not available to download . If you need 11i software then raise metalink SR to Oracle to ship CD’s to your office.

49 GB is for multi language , I suppose for US its 37 GB

for 11i its approx 25 GB

Above size is for software only.

R12 (12.1.1 vision) after installation is around 225 GB

Reply
appsepm says October 20, 2009

Hi All,

I am getting an error when at the time of installation http://R12.1.1

RW-50004: Error code received when running external process. Check log for details. Running Database Install Driver for VIS Instance
Here the complete error VIS Log

Thu Mar 26 00:04:29 2009
Create Relation ADR_CONTROL
Create Relation ADR_INVALIDATION
Create Relation INC_METER_IMPT_DEF
Create Relation INC_METER_PK_IMPTS
System parameter file is E:\ab\apps\VIS\db\tech_
st\11.1.0\network\admin\VIS_ap702app\listener.ora
Log messages written to e:\ab\apps\vis\db\tech_st\11.1.0\log\diag\tnslsnr\ap702app\vis\alert\log.xml
Trace information written to e:\ab\apps\vis\db\tech_st\11.1.0\log\diag
\tnslsnr\ap702app\vis\trace\ora_3920_604.trc
Trace level is currently 0

Started with pid=3920
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HO
ST=ap702app.us.oracle.com)(PORT=3001)))
Listener completed notification to CRS on start

TIMESTAMP * CONNECT DATA * PROTOCOL INFO * EVENT * SID * RETURN CODE
26-MAR-2009 00:04:36 * (CONNECT_DATA=(CID=(PROGRAM=)(H
OST=)(USER=apps))(COMMAND=status)(ARGUMENTS=64)(SERV
ICE=VIS)(VERSION=185599744)) * status * 0
Thu Mar 26 01:06:52 2009
26-MAR-2009 01:06:52 * 12502
TNS-12502: TNS:listener received no CONNECT_DATA from client
Thu Mar 26 01:07:04 2009
System parameter file is E:\ab\apps\VIS\db\tech_st\11.1.0\
network\admin\VIS_ap702app\listener.ora
Trace information written to e:\ab\apps\vis\db\tech_st\11.1
.0\log\diag\tnslsnr\ap702app\vis\trace\ora_3920_604.trc
Trace level is currently 0
Log messages written to e:\ab\apps\vis\db\tech_st\11.1.0\lo
g\diag\tnslsnr\ap702app\vis\alert\log.xml
26-MAR-2009 01:07:04 * (CONNECT_DATA=(CID=(PROGRAM=
)(HOST=)(USER=apps))(COMMAND=reload)(ARGUMENTS=64)(SE
RVICE=VIS)(VERSION=185599744)) * reload * 0
Thu Mar 26 01:07:16 2009
System parameter file is E:\ab\apps\VIS\db\tech_st\11.1.0\netw
ork\admin\VIS_ap702app\listener.ora
Trace information written to e:\ab\apps\vis\db\tech_st\11.1.0\l
og\diag\tnslsnr\ap702app\vis\trace\ora_3920_604.trc
Trace level is currently 0
Log messages written to e:\ab\apps\vis\db\tech_st\11.1.0\log\diag\tnslsnr\ap702app\vis\alert\log.xml
26-MAR-2009 01:07:16 * (CONNECT_DATA=(CID=(PROGRA
M=)(HOST=)(USER=apps))(COMMAND=reload)(ARGUMENTS
=64)(SERVICE=VIS)(VERSION=185599744)) * reload * 0
26-MAR-2009 01:07:17 * (CONNECT_DATA=(SID=VIS)(CID=
(PROGRAM=)(HOST=__jdbc__)(USER=apps))) * (ADDRESS=(P
ROTOCOL=tcp)(HOST=139.185.72.85)(PORT=3386)) * establish * VIS * 12518
TNS-12518: TNS:listener could not hand off client connection
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
32-bit Windows Error: 2: No such file or directory
26-MAR-2009 01:07:17 * (CONNECT_DATA=(CID=(PROGRAM=)(HO
ST=__jdbc__)(USER=apps))(SERVICE_NAME=VIS)) * (ADDRESS=(P
ROTOCOL=tcp)(HOST=139.185.72.85)(PORT=3387)) * establish * VIS * 12518
TNS-12518: TNS:listener could not hand off client connection
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
32-bit Windows Error: 2: No such file or directory
26-MAR-2009 01:07:17 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__
jdbc__)(USER=apps))(SERVICE_NAME=VIS.us.oracle.com)) * (ADDRESS=
(PROTOCOL=tcp)(HOST=139.185.72.85)(PORT=3388)) * establish * VI
S.us.oracle.com * 12514
TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
System parameter file is E:\ab\apps\VIS\db\tech_st\11.1.0\network\admin\VIS_ap702app\listener.ora
Trace information written to e:\ab\apps\vis\db\tech_st\11.1.0\
log\diag\tnslsnr\ap702app\vis\trace\ora_3920_604.trc
Trace level is currently 0
Log messages written to e:\ab\apps\vis\db\tech_st\11.1.0\log\diag\tnslsnr\ap702app\vis\alert\log.xml
26-MAR-2009 01:07:25 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=
)(USER=apps))(COMMAND=reload)(ARGUMENTS=64)(SERVICE=VIS)(VERSION=185599744)) * reload * 0
Thu Mar 26 01:07:36 2009
26-MAR-2009 01:07:36 * (CONNECT_DATA=(SID=VIS)(CID=(PROGRAM=)(
HOST=__jdbc__)(USER=apps))) * (ADDRESS=(PROTOCOL=tcp)(HOS
T=139.185.72.85)(PORT=3403)) * establish * VIS * 12518
TNS-12518: TNS:listener could not hand off client connection
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
32-bit Windows Error: 2: No such file or directory
26-MAR-2009 01:07:36 * (CONNECT_DATA=(CID=(PROGRAM=)(HOS
T=__jdbc__)(USER=apps))(SERVICE_NAME=VIS)) * (ADDRESS=(P
ROTOCOL=tcp)(HOST=139.185.72.85)(PORT=3404)) * establish * VIS * 12518
TNS-12518: TNS:listener could not hand off client connection
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
32-bit Windows Error: 2: No such file or directory
26-MAR-2009 01:07:36 * (CONNECT_DATA=(CID=(PROG
RAM=)(HOST=__jdbc__)(USER=apps))(SERVICE_NAME=V
IS.us.oracle.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST
=139.185.72.85)(PORT=3405)) * establish * VIS.us.ora

cle.com * 12514
TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
Thu Mar 26 01:12:45 2009
26-MAR-2009 01:12:45 * (CONNECT_DATA=(SID=VIS)(CID=(
PROGRAM=)(HOST=__jdbc__)(USER=apps))) * (ADDRESS=(P

ROTOCOL=tcp)(HOST=139.185.72.85)(PORT=3518)) * establish * VIS * 0
Thu Mar 26 01:13:06 2009
26-MAR-2009 01:13:06 * (CONNECT_DATA=(SID=VIS)(CID=(P

ROGRAM=E:\ab\apps\VIS\db\tech_st\11.1.0\bin\sqlplus.exe)(HO
ST=AP702APP)(USER=apps))) * (ADDRESS=(PROTOCOL=tcp)(HO
ST=139.185.72.85)(PORT=3520)) * establish * VIS * 0
Thu Mar 26 01:13:18 2009

Best Regards

Reply
Hedi LABIDI says December 6, 2009

Hello,
Thank you for this post. I’m looking to install OEBS R12.1.1, After staging all DVD that I have downlowded from edelivery oracle web site, rapidInstall returns always ther same Error. The system raise an error between 0 and 20% (step 1/5):
RW-50004: Error code recieved when running external process…

The /var/log/messages file contains this:

Dec 5 22:19:12 vision setroubleshoot: [program.ERROR] audit event host=vis
ion.free.fr type=AVC msg=audit(1260047952.694:1815): avc: denied { fs
etid } for pid=3041 comm=”setroubleshootd” capability=4 scontext=system
_u:system_r:setroubleshootd_t:s0 tcontext=system_u:system_r:setroublesh
ootd_t:s0 tclass=capability host=vision.free.fr type=SYSCALL msg=audit(12

60047952.694:1815): arch=c000003e syscall=2 success=yes exit=12 a0=52
36650 a1=241 a2=1b6 a3=241 items=0 ppid=1 pid=3041 auid=4294967295
uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=”setroubleshootd” exe=”/usr/bin/python” subj=system_u:system_r:setroubleshootd_t:s0 key=(null)
Dec 5 22:19:12 vision setroubleshoot: [program.ERROR] setroubleshoot generated AVC, exiting to avoid recursion, context=system_u:system_r:setroubleshootd_t:s0, AVC scontext=system_u:system_r:setroubleshootd_t:s0
Dec 5 22:19:12 vision setroubleshoot: [program.ERROR] audit event host=visio
n.free.fr type=AVC msg=audit(1260047952.874:1816): avc: denied { fsetid
} for pid=3042 comm=”setroubleshootd” capability=4 scontext=system_u
:system_r:setroubleshootd_t:s0 tcontext=system_u:system_r:setroubles
hootd_t:s0 tclass=capability host=vision.free.fr type=SYSCALL msg=au
dit(1260047952.874:1816): arch=c000003e syscall=1 success=yes exit=
198 a0=4 a1=2aaaaab31000 a2=c6 a3=0 items=0 ppid=1 pid=3042 auid=
4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tt
y=(none) ses=4294967295 comm=”setroubleshootd” exe=”/usr/bin/pyth
on” subj=system_u:system_r:setroubleshootd_t:s0 key=(null)
Dec 5 22:26:29 vision kernel: r8169: peth0: link up
Dec 5 22:26:29 vision kernel: ADDRCONF(NETDEV_CHANGE): peth0: link becomes ready
Dec 5 22:26:29 vision kernel: xenbr0: topology change detected, propagating
Dec 5 22:26:29 vision kernel: xenbr0: port 2(peth0) entering forwarding state
Dec 5 22:26:40 vision kernel: npviewer.bin[6382]: segfault at 00000000f64ff030 rip 0000000000ac78bd rsp 00000000ffbd7f1c error 4

When I choose Retry (0 to 20%),
rapid Install show a new screen (CD Locator), asking for the Oracle Application Rapid Install – Databases Disk 1. This New screen don’t accept any response.

May you look at those Error messages in order to help me understand what should I do.

Thank you

Hedi LABIDI

Reply
Hedi LABIDI says December 6, 2009

Hello,

This is the latest log generated by rapidInstall:

Setting LD_LIBRARY_PATH to – /u01/StageR12/startCD/Disk1/rapidwiz/lib/Linux_x64 –

Setting PATH to – /u01/StageR12/startCD/Disk1/rapid
wiz/jlib/java:/u01/StageR12/startCD/Disk1/rapid
wiz/jlib/xmlparserv2.jar:/u01/StageR12/startCD/Dis
k1/rapidwiz/jlib/ojdbc14.jar:/u01/S
tageR12/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.
jar:/u01/StageR12/startCD/Disk1
/rapidwiz/jlib/oui/ewt3.jar:/u01/StageR12/startCD
/Disk1/rapidwiz/jlib/oui/share.jar:/
u01/StageR12/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar –

Setting CLASSPATH to – /u01/StageR12/startCD/Disk1/r
apidwiz/jlib/java:/u01/StageR12/startCD/Disk

1/rapidwiz/jlib/xmlparserv2.jar:/u01/StageR12/startCD/Disk1/rapidwiz/jlib/o
jdbc14.jar:/u01/StageR12/startCD/Disk1/rapid
wiz/jlib/oui/OraInstaller.jar:/u
01/StageR12/startCD/Disk1/rapidwiz/jlib/oui/e
wt3.jar:/u01/StageR12/startCD/D
isk1/rapidwiz/jlib/oui/share.jar:/u01/Stag
eR12/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar –

… installing VISION demo database

runProcess_1

Statusstring removing unneeded install files

Enter the location of the CD labeled Oracle Applications Rapid Install – Databases Disk 1 :

Checking Disk contents in – /u01/StageR12/startCD/Disk1/rapidwiz
Checking Disk contents in – /u01/StageR12/oraAppDB/Disk1
Disk platform missmatch.
required platform: LINUX_X86-64
Disks for platform: Linux
Checking Disk contents in – /u01/StageR12/startCD/Disk1/rapidwiz
Checking Disk contents in – /u01/StageR12/startCD/Disk1/rapidwiz
Dispose

Thanks

Hed LABIDI

Reply
Hedi LABIDI says December 6, 2009

Hello,

This is the latest log generated by RapidInstall:

Setting LD_LIBRARY_PATH to – /u01/StageR12/startCD/Disk1/rapidwiz/lib/Linux_x64 –

Setting PATH to – /u01/StageR12/startCD/Disk1/rapidwiz/jlib/java:/u01/StageR 12
/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/u01/StageR12/startCD/ Disk1/rapidwi
z/jlib/ojdbc14.jar:/u01/StageR12/startCD/Disk1/rapidwiz/jlib/oui/OraI
nstaller.jar:/u01/StageR12/star
tCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/u01/StageR12
/startCD/Disk1/rapidwiz/jlib/oui/share.jar:
/u01/StageR12/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar –

Setting CLASSPATH to – /u01/StageR12/startCD/Disk1/rapi
dwiz/jlib/java:/u01/StageR12/startCD/Disk1/rapidwiz/jlib
/xmlparserv2.jar:/u01/StageR12/startCD
/Disk1/rapidwiz/jlib/ojdbc14.jar:/u01/StageR12/start
CD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:
/u01/StageR12/startCD/Disk1/rapidwiz/jlib/oui/

ewt3.jar:/u01/StageR12/startCD/Disk1/rapidwiz/jlib/oui/share.j

ar:/u01/StageR12/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar –

… installing VISION demo database

runProcess_1

Statusstring removing unneeded install files

Enter the location of the CD labeled Oracle Applications Rapid Install – Databases Disk 1 :

Checking Disk contents in – /u01/StageR12/startCD/Disk1/rapidwiz
Checking Disk contents in – /u01/StageR12/oraAppDB/Disk1
Disk platform missmatch.
required platform: LINUX_X86-64
Disks for platform: Linux
Checking Disk contents in – /u01/StageR12/startCD/Disk1/rapidwiz
Checking Disk contents in – /u01/StageR12/startCD/Disk1/rapidwiz
Dispose

Thanks
Hedi LABIDI

Reply
Atul Kumar says December 10, 2009

@ Hedi LABIDI

If you check your log file
_________
Checking Disk contents in – /u01/StageR12/oraAppDB/Disk1
Disk platform missmatch.
required platform: LINUX_X86-64
________

It seems software you downloaded (Database Disks) is not correct.

What is your O.S. version (32 or 64 bit) ?
Download correct software and try again

Reply
Hedi LABIDI says December 10, 2009

Hello Atul,

Thank you for your response,
I have Oracle Unbreakable Linux Entreprise 5 on a Quad 64Bit. The oracle Pack that i’m traying to install, is a 32Bit.

Regards
Hedi

Reply
Atul Kumar says December 10, 2009

@ Hedi,
try with 64 bit apps software

Select Platform as Linux x86-64 and then try

Reply
Hedi LABIDI says January 20, 2010

Hi Atul,

I have finally installed a 64bits R12 OA version,

Many Thanks

Bye

Reply
Rajeev says February 13, 2010

Hello Atul,
I am planning to install VMware on windows in internal HDD then Linux on VM on Extenal HDD then R12 on Linux on External HDD. Is this is the right way or I have put VMware, Linux and R12 on External HDD.
Please do let me know..

And Many Thanks for educating peoples like me..

Thanks
Rajeev

Reply
Atul Kumar says February 15, 2010

@ Rajeev,
Is this is the right way ?

Yes you install VMware in internal/external HDD (better do it on internal disk) and then create linux (virtual machine) on external disk.

Reply
nav says February 19, 2010

Hi Atul,

I am cloning R12.1 in Windows 2003 (32bit), i am getting the following error, this is the nearest thread i found in your site hence i am posting this question here.
D:\FNYUAT\apps\apps_st\comn\clone\bin>perl adcfgclone.pl appsTier

Copyright (c) 2002 Oracle Corporation
Redwood Shores, California, USA

Oracle Applications Rapid Clone

Version 12.0.0

adcfgclone Version 120.31.12010000.5

Enter the APPS password : apps

Running:
D:\FNYUAT\apps\apps_st\comn\clone\bin\..\jre\bin\
java.exe -Xmx600M -cp D:\FNYUAT\apps\apps_st\comn\cl

one\jlib\java;D:\FNYUAT\apps\apps_st\com
n\clone\jlib\xmlparserv2.jar;D:\FNYUAT\apps\app
s_st\comn\clone\jlib\ojdbc14.jar oracle.apps.ad.context.CloneContext -e D:\FNYUAT\apps\apps_st\comn\clone\bin\..\context\a
pps\CTXORIG.xml -validate -pairsfile C:\DOCUME~1\N7B61~1.JAY\LOCAL
S~1\Temp\1\adpairsfile_1472.lst -stage D:\FNYUAT\a
pps\apps_st\comn\clone 2> C:\DOCUME~1\N7B6
1~1.JAY\LOCALS~1\Temp\1\adcfgclone_1472.err &am
p;& echo %ERRORLEVEL% > C:\DOCUME~1\N7B61~1.JAY\LOCA
LS~1\Temp\1\adcfgclone_1472.res
Usage: java [-options] class [args…]
(to execute a class)
or java [-options] -jar jarfile [args…]
(to execute a jar file)

where options include:
-client to select the “client” VM
-server to select the “server” VM
-hotspot is a synonym for the “client” VM [deprecated]
The default VM is client.

-cp
-classpath
A ; separated list of directories, JAR archives,
and ZIP archives to search for class files.
-D=
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
-version:
require the specified version to run
-showversion print product version and continue
-jre-restrict-search | -jre-no-restrict-search
include/exclude user private JREs in the version search
-? -help print this help message
-X print help on non-standard options
-ea[:…|:]
-enableassertions[:…|:]
enable assertions
-da[:…|:]
-disableassertions[:…|:]
disable assertions
-esa | -enablesystemassertions
enable system assertions
-dsa | -disablesystemassertions
disable system assertions
-agentlib:[=]
load native agent library , e.g. -agentlib:hprof
see also, -agentlib:jdwp=help and -agentlib:hprof=help
-agentpath:[=]
load native agent library by full pathname
-javaagent:[=]
load Java programming language agent, see java.lang.instrument
-splash:
show splash screen with specified image
D:FNYUATappsapps_stcomnclone/jlib/xmlparserv2.jar: not found

Running Rapid Clone with command:
perl D:\FNYUAT\apps\apps_st\comn\clone\bin\adclone.pl
java=D:\FNYUAT\apps\apps_st\comn\clone\bin\
..\jre mode=apply stage=D:\FNYUAT\apps\apps_st\comn\clone component=appsTier method=CUSTOM
appctxtg= showProgress contextValidated=true
Running:
perl D:\FNYUAT\apps\apps_st\comn\clone\bin\a
dclone.pl java=D:\FNYUAT\apps\apps_st\comn\
clone\bin\..\jre mode=apply stage=D:\FNYUAT\apps\a
pps_st\comn\clone component=appsTier method=CUSTOM
appctxtg= showProgress contextValidated=true
Can’t open perl script “D:FNYUATappsapps_stcomnclonebinadclone.pl”: No such file or directory.
Use -S to search $PATH for it.

ERROR: Failed to execute D:\FNYUAT\apps\apps_st\comn\clone\bin\adclone.pl

Please check logfile.

D:\FNYUAT\apps\apps_st\comn\clone\bin>

Please let me know if you have any idea.

Thanks,
Naveen

Reply
Atul Kumar says February 19, 2010

@ Naveen,
Check errors at

C:\DOCUME~1\N7B61~1.JAY\LOCALS~1\Temp\1\adcfgclone_1472.err

Did you manage to complete dbTier successfully ?

Reply
nav says February 19, 2010

Atul,

Per that file “D:FNYUATappsapps_stcomnclone/jlib/ojdbc14.jar: not found”

the directory structure doesnt seem to be correct.

Yes DB was cloned successfully.Its up and running.

i can see this file in “D:\FNYUAT\apps\apps_st\comn\clone\bin” and also in techstack.

please note that error message is pointing to unix stlye of directory structure with “/”

Thanks,
Naveen

Reply
Rajeev says February 19, 2010

Hello Atul and/or All,
I installed vmware in internal HDD and installed Linux on VMware in Ext HDD. I used the same steps as Atul mentioned in his other post for installing Linux on VMware. Everything went so smooth Billions Thanks to “ATUL”.

So the question is as you (Atul) shows in screen shot in the steps for virtual hard drive as of 20GB I choose that for Linux, Now I want to install R12.1 and it requires at least 300GB So now I got confused what I have to do. because Linux has 20 GB which I assigned to it when creating the virtual Hard Drive. I have 800 GB free on the same ext HDD.

So I am stuck in my thoughts Can anybody who installed r12 on linux guide me what I have to do, Can I increase the virtual HDD if so then how it will get the right File type for Linux. And Atul what is your suggestions .

Thanks
Rajeev

Reply
Atul Kumar says February 22, 2010

@ Rajeev,
20GB in post is just for demo, if you need to install R12 define 300 GB disk.

You have two options now

1. Add another virtual 300GB disk on existing machine using

http://onlineappsdba.com/index.php/2009/12/30/how-to-add-disk-in-linuxoel-virtual-linux-on-vmware-server/

or
2. Create new virtual machine of 300 GB size

Reply
Atul Kumar says February 22, 2010

@ Naveen,
Did you run pre clone on apps tier ?

If yes , please raise call with Oracle Support.

Reply
Rajeev says March 1, 2010

Hello Atul,
I am installing R12.1.1 on Linux 32bit(virtual machine) and it is already more than 12 hrs and it reached only 22%. So my question generally how much time it took to install R12?

If it is taking too much time do you think there is any setup issue in the configuration file in linux(virtual) and windows (host OS)like host entries.

Please advice on it.
Thanks
Rajeev

Reply
Rajeev says March 3, 2010

Hello Atul,
Really need your help on my issues 1. after 43 hrs my installation went only 26% don’t know why?
2. due to power failure I have to restart the wizard with restart command — thanks to your answers on other post to get the conf file to restart it, once it started it quickly went to 40% like in two min does that means all the remaining db disk files got skipped if so then what I have to once the installation completed. because right now it is at step 3 of 5 at 53%.

Please do answer on these issues.

Thanks
Rajeev

Reply
Atul Kumar says March 3, 2010

@ Rajeev,

So my question generally how much time it took to install R12?

For me it took approx 10 hours on VMware

Why it is taking so much time for you ?
Check how much memory you have assigned to Linux ?
How much free space you have on Linux server and Windows machine ?

Reply
Rajeev says March 3, 2010

Atul and or who read this

I assigned 4GB to linux

Here is the directory structure and space

/EBR12 340 GB for both apps and DB tier
/R12stage 120GB for staging

Now because installed terminated two time because of power failure so I think DB tier and apps tier didn’t installed properly

So I am doing the fresh installation.

I don’t know what will happen, couldn’t find the cause yet for such a slow installation.

May be I have wrong entries in host files

What do you think..

Please do let me know..
Thanks
Rajeev

Reply
svejendla says March 8, 2010

Hi Atul,
I have installed R12.1.1 on OEL 5. Installation went through fine, no issues, all the componenets started .
But after logging into applications, when i invoke forms, receiving error FRM-92050 Failed to connect to the server message.
I tried almost all the recommendations from web/metalink but still getting the same message.
Can you through some light on to this?
Best Regards,
Srinivasa Vejendla

Reply
Atul Kumar says March 9, 2010

What is your client Browser version ?

If this is IE7 or IE8 then check this http://focusthread.com/blog/oracletraining/funcional/frm-92050-failed-to-connect-to-server-formsservlet-1-applet-forms-not-opening-on-ie8/

Other thinng to check is if OC4J is up abd running ? (adopmnctl.sh status)

If you can’t resolve this update exact error message

Reply
Sri Vejendla says March 9, 2010

Hi Atul,
Thank you for the reply. I have browser IE8.
Yes. i have opmnctl status showing all are live and running.
Thanks for the note too. I actually disabled xss filter but didnt work for me. Error message is exactly as shown in the thread pasted here. Also additional message is java.io.exception negative content length etc.,
For now, temporarily, what i did was changed the forms mode from servlet to socket mode.
After changing to socket mode, i was able to invoke forms and access it.
I am planning to disable the firewall on linux machine and try in servlet mode, to see, if that makes any difference.
Once i disable firewall and shifting back to servlet mode, i will update you on success or failure.
Thank You,
Srinivasa Vejendla

Reply
Sri Vejendla says March 9, 2010

Hi Rajeev,
You should be good to go with file system size.
Only issue I got while installing Linux OEL 5 or after while running Rapidwiz is, issue with library file linking. After running rapidwiz, at the end, looked at the errors and corrected issue related to libdb.so.2 and able to start HTTP listener.
I have 3gig Memory on the desktop with intel xenon and whole install went through in less than 8 hours. I have spent more time in staging all the media DVDs than installing.
Thanks
Srinivasa Vejendla

Reply
Rajeev says March 14, 2010

Thanks srinivasa,
But I don’t know what is going on with my install. After 5days got the following error. at 33% (92% stage)

Atul—
Can you look at this:

Log file —-

Statusstring removing unneeded install files

Enter the location of the CD labeled Oracle Applications Rapid Install – Databases Disk 1 :

Checking Disk contents in – /R12stage/startCD/Disk1/rapidwiz
Checking Disk contents in – /R12stage/oraAppDB/Disk1
Checking Disk contents in – /R12stage/oraAppDB/Disk1

Unzip Count:240

Processing Disk14….

Processing Disk15….

Processing Disk16….

Processing Disk17….

Processing Disk18….

Processing Disk19….

Processing Disk20….

Processing Disk21….

Processing Disk22….

Processing Disk23….

Processing Disk24….

Processing Disk25….

Processing Disk26….

Processing Disk27….

Processing Disk28….

Processing Disk29….

Processing Disk30….

Processing Disk31….

Processing Disk32….

Processing Disk33….

Processing Disk34….

Processing Disk35….

Processing Disk36….

Processing Disk37….

Processing Disk38….

Processing Disk39….

Processing Disk40….

Processing Disk41….

Processing Disk42….

Processing Disk43….

Processing Disk44….

Processing Disk45….

Processing Disk46….

Processing Disk47….

Processing Disk48….

Processing Disk49….

Processing Disk50….

Processing Disk51….

Processing Disk52….

Processing Disk53….

Processing Disk54….

Processing Disk55….

Processing Disk56….

Processing Disk57….

Processing Disk58….

Processing Disk59….

Processing Disk60….

Processing Disk61….

Processing Disk62….

Processing Disk63….

Processing Disk64….

Processing Disk65….

Processing Disk66….

Processing Disk67….

Processing Disk68….

runProcess_2

Statusstring Registering Database

Executing command: /R12stage/startCD/Disk1/rapidwiz/jre/Linux/1.6.0//bin/java -DCONTEXT_VALIDATED=true -mx512M -classpath /R12stage/startCD/Disk1/rapidwiz/jlib/java:/R12stage/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/R12stage/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/R12stage/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/R12stage/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/R12stage/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/R12stage/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.clone.ApplyDatabase -e /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/RK12VIS_rkebr12.xml -stage /R12stage/startCD/Disk1/rapidwiz -showProgress -phase reg -nopromptmsg

Log file located at /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/log/RK12VIS_rkebr12/ApplyDatabase_03131021.log

| 0% completed

runProcess_3

Statusstring Configuring Database

Executing command: /R12stage/startCD/Disk1/rapidwiz/jre/Linux/1.6.0//bin/java -DCONTEXT_VALIDATED=true -mx512M -classpath /R12stage/startCD/Disk1/rapidwiz/jlib/java:/R12stage/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/R12stage/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/R12stage/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/R12stage/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/R12stage/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/R12stage/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.clone.ApplyDatabase -e /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/RK12VIS_rkebr12.xml -stage /R12stage/startCD/Disk1/rapidwiz -showProgress -phase cfg -nopromptmsg

Log file located at /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/log/RK12VIS_rkebr12/ApplyDatabase_03131021.log

| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed
\ 0% completed
| 0% completed
/ 0% completed
– 0% completed RC-50004: Fatal: Error occurred in ApplyDatabase:

Control file creation failed

Cannot execute configure of database using RapidClone

RW-50010: Error: – script has returned an error: 1
RW-50004: Error code received when running external process. Check log file for details.
Running Database Install Driver for RK12VIS instance
——————————————–
Database Log——
———————————————

Started ApplyDatabase at Sat Mar 13 10:21:30 PST 2010
Version:
ApplyDatabase.java : 120.30.12000000.2
#############################################################
installing Context File… /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/RK12VIS_rkebr12.xml
Actual Database Context file… /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/RK12VIS_rkebr12.xml
Updating Context…
Executing Registration Phase…

ApplyDatabase Completed Successfully.

#############################################################
Started ApplyDatabase at Sat Mar 13 10:21:41 PST 2010
Version:
ApplyDatabase.java : 120.30.12000000.2
#############################################################
installing Context File… /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/RK12VIS_rkebr12.xml
Actual Database Context file… /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/RK12VIS_rkebr12.xml
Updating Context…
Executing StartDbLsnr…

Deleting files of type INSTALL

Checking for file: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/sqlnet.ora
Processing driver file: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbtmpl.drv

Checking for file: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkConfigDbOcm.pl
File exists
File deleted

Checking for file: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/dbs/initRK12VIS.ora
File exists
File deleted

Checking for file: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/listener.ora
File exists
File deleted

Checking for file: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/tnsnames.ora
File exists
File deleted
Processing DriverFile = /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbtmpl.drv
AutoConfig Profile Phase
Running Instantiation Drivers for AppsUtil
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adexecsql.pl
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adexecsql.pl
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adexecsql.pl to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adexecsql.pl
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adstopdb.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adstopdb.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adstopdb.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adstopdb.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adstrtdb.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adstrtdb.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adstrtdb.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adstrtdb.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbccnv.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbccnv.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbccnv.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/addbccnv.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcrobj.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrobj.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrobj.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adcrobj.sql
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adchknls.pl
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adchknls.pl
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adchknls.pl to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adchknls.pl
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/ad8idbux.env
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/RK12VIS_rkebr12.env
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/RK12VIS_rkebr12.env to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/RK12VIS_rkebr12.env
setting permissions: 644
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adupdlib_ux.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adupdlib.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adupdlib.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adupdlib.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adsvdb.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adsvdb.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adsvdb.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adsvdb.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adsvdlsn.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adsvdlsn.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adsvdlsn.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adsvdlsn.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adsvdcnv.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adsvdcnv.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adsvdcnv.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adsvdcnv.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbprf.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbprf.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbprf.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/addbprf.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbprf.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbprf.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbprf.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/addbprf.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/afdbprf.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afdbprf.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afdbprf.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/afdbprf.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/afdbprf.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afdbprf.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afdbprf.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/afdbprf.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbctl.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/addbctl.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/addbctl.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/addbctl.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addlnctl.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/addlnctl.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/addlnctl.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/addlnctl.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adlsnodes_ux.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adlsnodes.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adlsnodes.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adlsnodes.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcrobj.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrobj.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrobj.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adcrobj.sh
setting permissions: 700
setting ownership: oravis:oinstall
File /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkConfigDbOcm.pl of type INSTALL_APPLY does not exist, will be instantiated in the current pass
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/txkConfigDbOcm.pl
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkConfigDbOcm.pl
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkConfigDbOcm.pl to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/txkConfigDbOcm.pl
setting permissions: 700
setting ownership: oravis:oinstall
File /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/dbs/initRK12VIS.ora of type INSTALL does not exist, will be instantiated in the current pass
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/afinit_db111.ora
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/dbs/initRK12VIS.ora
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/dbs/initRK12VIS.ora to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/initRK12VIS.ora
setting ownership: oravis:oinstall
File /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/listener.ora of type INSTALL does not exist, will be instantiated in the current pass
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/ad8ilsnr.ora
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/listener.ora
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/listener.ora to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/listener.ora
setting permissions: 644
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/txkcreateACL.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkcreateACL.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkcreateACL.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/txkcreateACL.sql
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/txkcreateACL.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkcreateACL.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkcreateACL.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/txkcreateACL.sh
setting permissions: 700
setting ownership: oravis:oinstall
File /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/tnsnames.ora of type INSTALL does not exist, will be instantiated in the current pass
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/ad8itns.ora
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/tnsnames.ora
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/tnsnames.ora to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/tnsnames.ora
setting permissions: 644
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/config_ux.tmp
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/rdbms/lib/config.c
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/rdbms/lib/config.c to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/config.c
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adautocfg_ux.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adautocfg.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adautocfg.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adautocfg.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adlicnse.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adlicnse.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adlicnse.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adlicnse.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adclobconv.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adclobconv.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adclobconv.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adclobconv.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adclobtmp.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adclobtmp.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adclobtmp.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adclobtmp.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adpreclone.pl
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adpreclone.pl
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adpreclone.pl to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adpreclone.pl
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcrdb.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrdb.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrdb.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adcrdb.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbupdgsm.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbupdgsm.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbupdgsm.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/addbupdgsm.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adlnkoh.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/adlnkoh.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/adlnkoh.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adlnkoh.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcrdbrdlg.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrdbrdlg.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrdbrdlg.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adcrdbrdlg.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/afmkinit.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afmkinit.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afmkinit.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/afmkinit.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcmclean.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcmclean.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcmclean.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adcmclean.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcctclean.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcctclean.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcctclean.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131021/adcctclean.sql
setting permissions: 600
setting ownership: oravis:oinstall
AutoConfig Setup Phase
Running Setup Process 1 of 2 for AppsUtil
Executing script in InstantiateFile:
/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/perl/bin/perl -I /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/perl/lib/5.8.3 -I /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/perl/lib/site_perl/5.8.3 -I /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/perl /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adchknls.pl

script returned:
****************************************************
##########################################################################
Validating information needed for NLS……..
##########################################################################
DATABASE version : db111

Looking for the directory : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/nls/data/9idata
Directory exists

Looking for file : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/nls/data/old/cr9idata.pl
File exists

Validation complete
ERRORCODE = 0 ERRORCODE_END
.end std out.

.end err out.
****************************************************

AutoConfig Setup Phase
Running Setup Process 2 of 2 for AppsUtil
Executing script in InstantiateFile:
/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afmkinit.sh

script returned:
****************************************************

afmkinit.sh started at Sat Mar 13 10:22:10 PST 2010

The environment settings are as follows …

ORACLE_HOME : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0
ORACLE_SID : RK12VIS
TWO_TASK :
PATH : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/perl/bin:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/jre/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/R12stage/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:.
Library Path : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/lib:/usr/dt/lib:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/ctx/lib

afmkinit.sh exiting with status 0

.end std out.

.end err out.
****************************************************

Skipping Profile Phase
Skipping Apply Phase
Starting DB listener with command:
/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/addlnctl.sh start RK12VIS

You are running addlnctl.sh version 120.1.12010000.2

Logfile: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/log/RK12VIS_rkebr12/addlnctl.txt

Starting listener process RK12VIS …

addlnctl.sh: exiting with status 1

.end std out.

.end err out.

checking DB Connection…
DEBUG: checkDBConnection in()

—————————————————————
ADX Database Utility
—————————————————————

getConnection() –>
sDbHost : rkebr12
sDbDomain : localdomain
sDbPort : 1551
sDbSid : RK12VIS
sDbUser : APPS
Trying to connect using SID…
getConnectionUsingSID() –>
JDBC URL: jdbc:oracle:thin:@rkebr12.localdomain:1551:RK12VIS
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Trying to connect using SID as ServiceName
getConnectionUsingServiceName() –>
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=rkebr12.localdomain)(PORT=1551))(CONNECT_DATA=(SERVICE_NAME=RK12VIS)))
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Trying to connect using SID as ServiceName.DomainName
getConnectionUsingServiceName() –>
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=rkebr12.localdomain)(PORT=1551))(CONNECT_DATA=(SERVICE_NAME=RK12VIS.localdomain)))
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Connection could not be obtained; returning null

——————-ADX Database Utility Finished—————

DEBUG: checkDBConnection out()
/R12stage/startCD/Disk1/rapidwiz/data/stage/addbhomtgt.xml is missing
Verifying correctness of adcrdbclone.sql
Clustered Database: false
Instantiating /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcrdbclone.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrdbclone.sql
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcrdbclone.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrdbclone.sql
Updating:s_db_rollback_segs:(_syssmu1_1233838141$, _syssmu2_1233838141$, _syssmu3_1233838141$, _syssmu4_1233838141$, _syssmu5_1233838141$, _syssmu6_1233917989$, _syssmu22_1232214682$, _syssmu23_1232214682$, _syssmu24_1232214682$, rbs1, _syssmu26_1232214682$, rbs_mig2, _syssmu28_1232214682$, _syssmu29_1232214682$, _syssmu30_1232214682$, _syssmu31_1232214682$, _syssmu32_1232214682$, _syssmu33_1232214682$):
Updating:s_undo_tablespace:UNDO_TBS:
Updating:s_database:db111:
Updating:isspfileexists:false:
Updating:s_dbfiles:512:
Executing Configuration Phase…

Deleting files of type INSTALL

Checking for file: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/sqlnet.ora
Processing driver file: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbtmpl.drv

Checking for file: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkConfigDbOcm.pl
File exists
File deleted

Checking for file: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/dbs/initRK12VIS.ora
File exists
File deleted

Checking for file: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/listener.ora
File exists
File deleted

Checking for file: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/tnsnames.ora
File exists
File deleted
Processing DriverFile = /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbtmpl.drv
AutoConfig Profile Phase
Running Instantiation Drivers for AppsUtil
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adexecsql.pl
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adexecsql.pl
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adexecsql.pl to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adexecsql.pl
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adstopdb.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adstopdb.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adstopdb.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adstopdb.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adstrtdb.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adstrtdb.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adstrtdb.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adstrtdb.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbccnv.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbccnv.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbccnv.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/addbccnv.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcrobj.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrobj.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrobj.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adcrobj.sql
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adchknls.pl
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adchknls.pl
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adchknls.pl to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adchknls.pl
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/ad8idbux.env
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/RK12VIS_rkebr12.env
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/RK12VIS_rkebr12.env to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/RK12VIS_rkebr12.env
setting permissions: 644
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adupdlib_ux.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adupdlib.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adupdlib.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adupdlib.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adsvdb.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adsvdb.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adsvdb.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adsvdb.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adsvdlsn.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adsvdlsn.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adsvdlsn.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adsvdlsn.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adsvdcnv.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adsvdcnv.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adsvdcnv.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adsvdcnv.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbprf.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbprf.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbprf.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/addbprf.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbprf.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbprf.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbprf.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/addbprf.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/afdbprf.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afdbprf.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afdbprf.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/afdbprf.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/afdbprf.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afdbprf.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afdbprf.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/afdbprf.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbctl.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/addbctl.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/addbctl.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/addbctl.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addlnctl.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/addlnctl.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/addlnctl.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/addlnctl.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adlsnodes_ux.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adlsnodes.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adlsnodes.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adlsnodes.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcrobj.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrobj.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrobj.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adcrobj.sh
setting permissions: 700
setting ownership: oravis:oinstall
File /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkConfigDbOcm.pl of type INSTALL_APPLY does not exist, will be instantiated in the current pass
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/txkConfigDbOcm.pl
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkConfigDbOcm.pl
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkConfigDbOcm.pl to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/txkConfigDbOcm.pl
setting permissions: 700
setting ownership: oravis:oinstall
File /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/dbs/initRK12VIS.ora of type INSTALL does not exist, will be instantiated in the current pass
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/afinit_db111.ora
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/dbs/initRK12VIS.ora
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/dbs/initRK12VIS.ora to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/initRK12VIS.ora
setting ownership: oravis:oinstall
File /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/listener.ora of type INSTALL does not exist, will be instantiated in the current pass
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/ad8ilsnr.ora
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/listener.ora
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/listener.ora to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/listener.ora
setting permissions: 644
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/txkcreateACL.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkcreateACL.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkcreateACL.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/txkcreateACL.sql
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/txkcreateACL.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkcreateACL.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkcreateACL.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/txkcreateACL.sh
setting permissions: 700
setting ownership: oravis:oinstall
File /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/tnsnames.ora of type INSTALL does not exist, will be instantiated in the current pass
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/ad8itns.ora
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/tnsnames.ora
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/tnsnames.ora to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/tnsnames.ora
setting permissions: 644
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/config_ux.tmp
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/rdbms/lib/config.c
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/rdbms/lib/config.c to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/config.c
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adautocfg_ux.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adautocfg.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adautocfg.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adautocfg.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adlicnse.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adlicnse.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adlicnse.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adlicnse.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adclobconv.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adclobconv.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adclobconv.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adclobconv.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adclobtmp.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adclobtmp.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adclobtmp.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adclobtmp.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adpreclone.pl
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adpreclone.pl
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adpreclone.pl to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adpreclone.pl
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcrdb.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrdb.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrdb.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adcrdb.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbupdgsm.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbupdgsm.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbupdgsm.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/addbupdgsm.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adlnkoh.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/adlnkoh.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/adlnkoh.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adlnkoh.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcrdbrdlg.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrdbrdlg.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrdbrdlg.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adcrdbrdlg.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/afmkinit.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afmkinit.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afmkinit.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/afmkinit.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcmclean.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcmclean.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcmclean.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adcmclean.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcctclean.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcctclean.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcctclean.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adcctclean.sql
setting permissions: 600
setting ownership: oravis:oinstall
AutoConfig Setup Phase
Running Setup Process 1 of 2 for AppsUtil
Executing script in InstantiateFile:
/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/perl/bin/perl -I /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/perl/lib/5.8.3 -I /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/perl/lib/site_perl/5.8.3 -I /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/perl /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adchknls.pl

script returned:
****************************************************
##########################################################################
Validating information needed for NLS……..
##########################################################################
DATABASE version : db111

Looking for the directory : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/nls/data/9idata
Directory exists

Looking for file : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/nls/data/old/cr9idata.pl
File exists

Validation complete
ERRORCODE = 0 ERRORCODE_END
.end std out.

.end err out.
****************************************************

AutoConfig Setup Phase
Running Setup Process 2 of 2 for AppsUtil
Executing script in InstantiateFile:
/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afmkinit.sh

script returned:
****************************************************

afmkinit.sh started at Sat Mar 13 10:23:46 PST 2010

The environment settings are as follows …

ORACLE_HOME : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0
ORACLE_SID : RK12VIS
TWO_TASK :
PATH : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/perl/bin:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/jre/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/R12stage/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:.
Library Path : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/lib:/usr/dt/lib:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/ctx/lib

afmkinit.sh exiting with status 0

.end std out.

.end err out.
****************************************************

Skipping Profile Phase
Skipping Apply Phase
Executing CreateDB…

—————————————————————
ADX Database Utility
—————————————————————

getConnectionUsingAppsJDBCConnector() –>
APPS_JDBC_URL=’null’
Trying to get connection using SID based connect descriptor
getConnection() –>
sDbHost : rkebr12
sDbDomain : localdomain
sDbPort : 1551
sDbSid : RK12VIS
sDbUser : APPS
Trying to connect using SID…
getConnectionUsingSID() –>
JDBC URL: jdbc:oracle:thin:@rkebr12.localdomain:1551:RK12VIS
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Trying to connect using SID as ServiceName
getConnectionUsingServiceName() –>
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=rkebr12.localdomain)(PORT=1551))(CONNECT_DATA=(SERVICE_NAME=RK12VIS)))
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Trying to connect using SID as ServiceName.DomainName
getConnectionUsingServiceName() –>
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=rkebr12.localdomain)(PORT=1551))(CONNECT_DATA=(SERVICE_NAME=RK12VIS.localdomain)))
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Connection could not be obtained; returning null

——————-ADX Database Utility Finished—————

adcrdb.sh started at Sat Mar 13 10:23:52 PST 2010

The environment settings are as follows …

ORACLE_HOME : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0
ORACLE_SID : RK12VIS
TWO_TASK :

Reply
Rajeev says March 14, 2010

Hello Atul:

got the subject error after 5days at 33% of total and 92% of stage:

RC-50004: Fatal: Error occurred in ApplyDatabase:

Control file creation failed

Cannot execute configure of database using RapidClone

RW-50010: Error: – script has returned an error: 1
RW-50004: Error code received when running external process. Check log file for details.
Running Database Install Driver for RK12VIS instance

APPLY DATABASE LOG:

DATABASE version : db111

Looking for the directory : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/nls/data/9idata
Directory exists

Looking for file : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/nls/data/old/cr9idata.pl
File exists

Validation complete
ERRORCODE = 0 ERRORCODE_END
.end std out.

.end err out.
****************************************************

AutoConfig Setup Phase
Running Setup Process 2 of 2 for AppsUtil
Executing script in InstantiateFile:
/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afmkinit.sh

script returned:
****************************************************

afmkinit.sh started at Sat Mar 13 10:22:10 PST 2010

The environment settings are as follows …

ORACLE_HOME : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0
ORACLE_SID : RK12VIS
TWO_TASK :
PATH : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/perl/bin:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/jre/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/R12stage/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:.
Library Path : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/lib:/usr/dt/lib:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/ctx/lib

afmkinit.sh exiting with status 0

.end std out.

.end err out.
****************************************************

Skipping Profile Phase
Skipping Apply Phase
Starting DB listener with command:
/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/addlnctl.sh start RK12VIS

You are running addlnctl.sh version 120.1.12010000.2

Logfile: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/log/RK12VIS_rkebr12/addlnctl.txt

Starting listener process RK12VIS …

addlnctl.sh: exiting with status 1

.end std out.

.end err out.

checking DB Connection…
DEBUG: checkDBConnection in()

—————————————————————
ADX Database Utility
—————————————————————

getConnection() –>
sDbHost : rkebr12
sDbDomain : localdomain
sDbPort : 1551
sDbSid : RK12VIS
sDbUser : APPS
Trying to connect using SID…
getConnectionUsingSID() –>
JDBC URL: jdbc:oracle:thin:@rkebr12.localdomain:1551:RK12VIS
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Trying to connect using SID as ServiceName
getConnectionUsingServiceName() –>
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=rkebr12.localdomain)(PORT=1551))(CONNECT_DATA=(SERVICE_NAME=RK12VIS)))
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Trying to connect using SID as ServiceName.DomainName
getConnectionUsingServiceName() –>
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=rkebr12.localdomain)(PORT=1551))(CONNECT_DATA=(SERVICE_NAME=RK12VIS.localdomain)))
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Connection could not be obtained; returning null

——————-ADX Database Utility Finished—————

DEBUG: checkDBConnection out()
/R12stage/startCD/Disk1/rapidwiz/data/stage/addbhomtgt.xml is missing
Verifying correctness of adcrdbclone.sql
Clustered Database: false
Instantiating /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcrdbclone.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrdbclone.sql
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcrdbclone.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrdbclone.sql
Updating:s_db_rollback_segs:(_syssmu1_1233838141$, _syssmu2_1233838141$, _syssmu3_1233838141$, _syssmu4_1233838141$, _syssmu5_1233838141$, _syssmu6_1233917989$, _syssmu22_1232214682$, _syssmu23_1232214682$, _syssmu24_1232214682$, rbs1, _syssmu26_1232214682$, rbs_mig2, _syssmu28_1232214682$, _syssmu29_1232214682$, _syssmu30_1232214682$, _syssmu31_1232214682$, _syssmu32_1232214682$, _syssmu33_1232214682$):
Updating:s_undo_tablespace:UNDO_TBS:
Updating:s_database:db111:
Updating:isspfileexists:false:
Updating:s_dbfiles:512:
Executing Configuration Phase…

Deleting files of type INSTALL

Checking for file: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/sqlnet.ora
Processing driver file: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbtmpl.drv

Checking for file: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkConfigDbOcm.pl
File exists
File deleted

Checking for file: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/dbs/initRK12VIS.ora
File exists
File deleted

Checking for file: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/listener.ora
File exists
File deleted

Checking for file: /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/tnsnames.ora
File exists
File deleted
Processing DriverFile = /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbtmpl.drv
AutoConfig Profile Phase
Running Instantiation Drivers for AppsUtil
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adexecsql.pl
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adexecsql.pl
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adexecsql.pl to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adexecsql.pl
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adstopdb.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adstopdb.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adstopdb.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adstopdb.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adstrtdb.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adstrtdb.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adstrtdb.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adstrtdb.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbccnv.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbccnv.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbccnv.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/addbccnv.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcrobj.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrobj.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrobj.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adcrobj.sql
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adchknls.pl
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adchknls.pl
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adchknls.pl to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adchknls.pl
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/ad8idbux.env
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/RK12VIS_rkebr12.env
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/RK12VIS_rkebr12.env to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/RK12VIS_rkebr12.env
setting permissions: 644
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adupdlib_ux.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adupdlib.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adupdlib.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adupdlib.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adsvdb.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adsvdb.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adsvdb.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adsvdb.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adsvdlsn.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adsvdlsn.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adsvdlsn.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adsvdlsn.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adsvdcnv.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adsvdcnv.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adsvdcnv.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adsvdcnv.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbprf.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbprf.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbprf.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/addbprf.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbprf.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbprf.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbprf.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/addbprf.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/afdbprf.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afdbprf.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afdbprf.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/afdbprf.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/afdbprf.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afdbprf.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afdbprf.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/afdbprf.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbctl.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/addbctl.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/addbctl.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/addbctl.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addlnctl.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/addlnctl.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/addlnctl.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/addlnctl.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adlsnodes_ux.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adlsnodes.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adlsnodes.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adlsnodes.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcrobj.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrobj.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrobj.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adcrobj.sh
setting permissions: 700
setting ownership: oravis:oinstall
File /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkConfigDbOcm.pl of type INSTALL_APPLY does not exist, will be instantiated in the current pass
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/txkConfigDbOcm.pl
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkConfigDbOcm.pl
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkConfigDbOcm.pl to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/txkConfigDbOcm.pl
setting permissions: 700
setting ownership: oravis:oinstall
File /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/dbs/initRK12VIS.ora of type INSTALL does not exist, will be instantiated in the current pass
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/afinit_db111.ora
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/dbs/initRK12VIS.ora
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/dbs/initRK12VIS.ora to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/initRK12VIS.ora
setting ownership: oravis:oinstall
File /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/listener.ora of type INSTALL does not exist, will be instantiated in the current pass
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/ad8ilsnr.ora
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/listener.ora
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/listener.ora to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/listener.ora
setting permissions: 644
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/txkcreateACL.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkcreateACL.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkcreateACL.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/txkcreateACL.sql
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/txkcreateACL.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkcreateACL.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/txkcreateACL.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/txkcreateACL.sh
setting permissions: 700
setting ownership: oravis:oinstall
File /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/tnsnames.ora of type INSTALL does not exist, will be instantiated in the current pass
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/ad8itns.ora
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/tnsnames.ora
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/network/admin/RK12VIS_rkebr12/tnsnames.ora to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/tnsnames.ora
setting permissions: 644
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/config_ux.tmp
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/rdbms/lib/config.c
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/rdbms/lib/config.c to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/config.c
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adautocfg_ux.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adautocfg.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adautocfg.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adautocfg.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adlicnse.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adlicnse.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adlicnse.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adlicnse.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adclobconv.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adclobconv.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adclobconv.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adclobconv.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adclobtmp.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adclobtmp.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adclobtmp.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adclobtmp.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adpreclone.pl
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adpreclone.pl
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adpreclone.pl to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adpreclone.pl
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcrdb.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrdb.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrdb.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adcrdb.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/addbupdgsm.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbupdgsm.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/addbupdgsm.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/addbupdgsm.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adlnkoh.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/adlnkoh.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/adlnkoh.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adlnkoh.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcrdbrdlg.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrdbrdlg.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcrdbrdlg.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adcrdbrdlg.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/afmkinit.sh
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afmkinit.sh
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afmkinit.sh to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/afmkinit.sh
setting permissions: 700
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcmclean.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcmclean.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcmclean.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adcmclean.sql
setting permissions: 600
setting ownership: oravis:oinstall
instantiate file:
source : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/template/adcctclean.sql
dest : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcctclean.sql
backup : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/adcctclean.sql to /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/out/RK12VIS_rkebr12/03131023/adcctclean.sql
setting permissions: 600
setting ownership: oravis:oinstall
AutoConfig Setup Phase
Running Setup Process 1 of 2 for AppsUtil
Executing script in InstantiateFile:
/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/perl/bin/perl -I /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/perl/lib/5.8.3 -I /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/perl/lib/site_perl/5.8.3 -I /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/perl /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/scripts/RK12VIS_rkebr12/adchknls.pl

script returned:
****************************************************
##########################################################################
Validating information needed for NLS……..
##########################################################################
DATABASE version : db111

Looking for the directory : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/nls/data/9idata
Directory exists

Looking for file : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/nls/data/old/cr9idata.pl
File exists

Validation complete
ERRORCODE = 0 ERRORCODE_END
.end std out.

.end err out.
****************************************************

AutoConfig Setup Phase
Running Setup Process 2 of 2 for AppsUtil
Executing script in InstantiateFile:
/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/install/RK12VIS_rkebr12/afmkinit.sh

script returned:
****************************************************

afmkinit.sh started at Sat Mar 13 10:23:46 PST 2010

The environment settings are as follows …

ORACLE_HOME : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0
ORACLE_SID : RK12VIS
TWO_TASK :
PATH : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/perl/bin:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/jre/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/R12stage/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:.
Library Path : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/lib:/usr/dt/lib:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/ctx/lib

afmkinit.sh exiting with status 0

.end std out.

.end err out.
****************************************************

Skipping Profile Phase
Skipping Apply Phase
Executing CreateDB…

—————————————————————
ADX Database Utility
—————————————————————

getConnectionUsingAppsJDBCConnector() –>
APPS_JDBC_URL=’null’
Trying to get connection using SID based connect descriptor
getConnection() –>
sDbHost : rkebr12
sDbDomain : localdomain
sDbPort : 1551
sDbSid : RK12VIS
sDbUser : APPS
Trying to connect using SID…
getConnectionUsingSID() –>
JDBC URL: jdbc:oracle:thin:@rkebr12.localdomain:1551:RK12VIS
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Trying to connect using SID as ServiceName
getConnectionUsingServiceName() –>
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=rkebr12.localdomain)(PORT=1551))(CONNECT_DATA=(SERVICE_NAME=RK12VIS)))
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Trying to connect using SID as ServiceName.DomainName
getConnectionUsingServiceName() –>
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=rkebr12.localdomain)(PORT=1551))(CONNECT_DATA=(SERVICE_NAME=RK12VIS.localdomain)))
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Connection could not be obtained; returning null

——————-ADX Database Utility Finished—————

adcrdb.sh started at Sat Mar 13 10:23:52 PST 2010

The environment settings are as follows …

ORACLE_HOME : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0
ORACLE_SID : RK12VIS
TWO_TASK :
PATH : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/perl/bin:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/jre/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/R12stage/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:.
LD_LIBRARY_PATH : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/lib:/usr/dt/lib:/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/ctx/lib

Executable : /EBR12/ebs/RK12VIS/db/tech_st/11.1.0/bin/sqlplus

The log information will be written to
/EBR12/ebs/RK12VIS/db/tech_st/11.1.0/appsutil/log/RK12VIS_rkebr12/adcrdb_RK12VIS.txt

Creating the control file for RK12VIS_rkebr12 database …

SQL*Plus: Release 11.1.0.7.0 – Production on Sat Mar 13 10:24:03 2010

Copyright (c) 1982, 2008, Oracle. All rights reserved.

Connected to an idle instance.
ORACLE instance shut down.
Connected to an idle instance.
ORACLE instance started.

Total System Global Area 1071333376 bytes
Fixed Size 1318172 bytes
Variable Size 427819748 bytes
Database Buffers 629145600 bytes
Redo Buffers 13049856 bytes

Control file created.

alter database open resetlogs
*
ERROR at line 1:
ORA-01092: ORACLE instance terminated. Disconnection forced
Process ID: 4162
Session ID: 383 Serial number: 1

ERROR:
ORA-03114: not connected to ORACLE

ERROR:
ORA-03114: not connected to ORACLE

ERROR:
ORA-03114: not connected to ORACLE

ORA-24324: service handle not initialized
ORA-01041: internal error. hostdef extension doesn’t exist
Connected to an idle instance.
ORACLE instance started.

Total System Global Area 1071333376 bytes
Fixed Size 1318172 bytes
Variable Size 427819748 bytes
Database Buffers 629145600 bytes
Redo Buffers 13049856 bytes
Database mounted.

PL/SQL procedure successfully completed.

ORACLE instance shut down.
Connected to an idle instance.
ORACLE instance started.

Total System Global Area 1071333376 bytes
Fixed Size 1318172 bytes
Variable Size 427819748 bytes
Database Buffers 629145600 bytes
Redo Buffers 13049856 bytes

Control file created.

alter database open resetlogs
*
ERROR at line 1:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: ‘/EBR12/ebs/RK12VIS/db/apps_st/data/sys1.dbf’

alter tablespace TEMP1 add tempfile ‘/EBR12/ebs/RK12VIS/db/apps_st/data/temp1_01.dbf’ REUSE
*
ERROR at line 1:
ORA-01109: database not open

alter tablespace TEMP2 add tempfile ‘/EBR12/ebs/RK12VIS/db/apps_st/data/temp2_01.dbf’ REUSE
*
ERROR at line 1:
ORA-01109: database not open

ALTER DATABASE RENAME GLOBAL_NAME TO “RK12VIS.localdomain”
*
ERROR at line 1:
ORA-01109: database not open

Error Running create/replace library with adupdlib.sql
ORA-01109: database not open

PL/SQL procedure successfully completed.

Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 – Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
exit_code=0

Checking for errors …

The database has not been successfully created. Shutting down the instance …

SQL*Plus: Release 11.1.0.7.0 – Production on Sat Mar 13 11:40:05 2010

Copyright (c) 1982, 2008, Oracle. All rights reserved.

Connected.
ORACLE instance shut down.
Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 – Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

.end std out.

.end err out.

—————————————————————
ADX Database Utility
—————————————————————

getConnectionUsingAppsJDBCConnector() –>
APPS_JDBC_URL=’null’
Trying to get connection using SID based connect descriptor
getConnection() –>
sDbHost : rkebr12
sDbDomain : localdomain
sDbPort : 1551
sDbSid : RK12VIS
sDbUser : APPS
Trying to connect using SID…
getConnectionUsingSID() –>
JDBC URL: jdbc:oracle:thin:@rkebr12.localdomain:1551:RK12VIS
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Trying to connect using SID as ServiceName
getConnectionUsingServiceName() –>
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=rkebr12.localdomain)(PORT=1551))(CONNECT_DATA=(SERVICE_NAME=RK12VIS)))
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Trying to connect using SID as ServiceName.DomainName
getConnectionUsingServiceName() –>
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=rkebr12.localdomain)(PORT=1551))(CONNECT_DATA=(SERVICE_NAME=RK12VIS.localdomain)))
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Connection could not be obtained; returning null

——————-ADX Database Utility Finished—————

RC-00118: Error occurred during creation of database
Raised by oracle.apps.ad.clone.ApplyDatabase

Please Help…..
Thanks
Rajeev

Reply
apkumar says October 15, 2010

installed vm ware on xp. created 2 virtual machines. on one i installed apps 11i. While installing r12 on another virtual machine, got an error RW-50011 Error:host ping has returned an error 2. command: /bin/ping -c 1 localhost.domain localhost
connect : network is unreacheable

Reply
Atul Kumar says October 17, 2010

@ apkumar,
Do you have network card on virtual machine ?

What is IP address and hostname of virtual machine ?

Add lines like

[IP_address of vm] [fqdn_hostname_of_vm] [hostname]

in windows hosts file

So if your VM IP is 192.168.1.12 & VM machine fqdn is onlineappsdba.com then add entry like

192.168.1.12 onlineappsdba.com onlineappsdba

Try again then

Reply
Prashant says March 5, 2011

Hi Atul,

I am trying to instal PROD only instance in my laptop. I am using VMWare Server 2 (build 122956) and Ubuntu 10.10 as guest OS in VMWare. I have dedicated 150 GB partition for the Ubuntu Drive. I have downloaded all the DVDs provided in E-delivery for R12.1.1 in external hard drive and staged it there. When I try running rapidinstall I get following:

Disk space on system acceptable:
Database ORACLE_HOME = /home/oracle/db/tech_st/11.1.0
required = 9100.0
actual = 28219.65234375
Disk space on system acceptable:
Database System File Directory = /home/oracle/db/apps_st/data
required = 15400.0
actual = 19119.65234375

RW-20013: Error: – Not enough free disk space on system:
Database Log File Directory = /home/oracle/db/apps_st/data
required = 4100.0
actual = 3719.65234375

RW-20013: Error: – Not enough free disk space on system:
Database Transaction File Directory = /home/oracle/db/apps_st/data
required = 14600.0
actual = 3719.65234375

RW-20013: Error: – Not enough free disk space on system:
Database Archive File Directory = /home/oracle/db/apps_st/data
required = 11200.0
actual = 3719.65234375

— apps node space checks —

RW-20013: Error: – Not enough free disk space on system:
APPL_TOP = /home/oracle/apps/apps_st/appl
required = 5700.0
actual = 3719.65234375
Disk space on system acceptable:
APPL_TOP mount 2 = /home/oracle/apps/apps_st/appl
required = 3100.0
actual = 3719.65234375

RW-20013: Error: – Not enough free disk space on system:
APPL_TOP mount 3 = /home/oracle/apps/apps_st/appl
required = 8500.0
actual = 619.65234375

RW-20013: Error: – Not enough free disk space on system:
APPL_TOP mount 4 = /home/oracle/apps/apps_st/appl
required = 3300.0
actual = 619.65234375

RW-20013: Error: – Not enough free disk space on system:
COMMON_TOP = /home/oracle/apps/apps_st/comn
required = 3800.0
actual = 619.65234375

RW-20013: Error: – Not enough free disk space on system:
Apps ORACLE_HOME = /home/oracle/apps/tech_st/10.1.3
required = 1700.0
actual = 619.65234375

RW-20013: Error: – Not enough free disk space on system:
Tools ORACLE_HOME = /home/oracle/apps/tech_st/10.1.2
required = 1500.0
actual = 619.65234375

RW-20013: Error: – Not enough free disk space on system:
Temp Directory = /home/oracle/PROD/inst/apps/PROD_ubuntu/temp
required = 1024.0
actual = 619.65234375

Please let me know if I am missing somestep in the process. I am trying to install just the PROD so I think the space is enough.

Reply
Atul Kumar says March 5, 2011

@Prasanth,
Installer thinks that there is not enough space. Run df -kh to see free and used disk space.

Reply
Hedi LABIDI says March 6, 2011

Hi all,

@Prashant
I have encountered the same problem when i restart the RapidInstall. So, in order to resolve this error, i have purged all installation directory:
/u01/oracle/VIS, and
/u01/oracle/inst
Then, i restarted the RapidInstall,

Check how many time you have executed RapidInstall, and verify all free space on the Disk as Atul have specified, and i’m sure it will work.

Good luck
Hedi

Reply
Sunny says April 18, 2011

Hi Atul,

I am installing R12.1.1 on RHEL 5.4-x86 64-bit.While installing, in step 1, I am getting the following error:

RW-50004:Error Code received when running external process. Check log files for details. Running Database Install Driver for PROD Instance.

Following is the Log file from where I could read the error:

================================================

Step 1 of 5: Doing UNIX preprocessing
Processing Step 1 of 5

Executing: su oracle -c “/oracle/PROD/db/tech_st/11.1.0/temp/PROD_class4/adrun11g.sh”

STARTED INSTALL PHASE : 11g RDBMS : Mon Apr 18 14:44:17 IST 2011

runProcess_1

Executing command:

/root/Desktop/setup/startCD/Disk1/rapidwiz/jre/Linux/1.6.0//bin/java -mx512M -classpath /root/Desktop/setup/startCD/Disk1/rapidwiz/jlib/java:/root/Desktop/setup/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/root/Desktop/setup/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/root/Desktop/setup/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/root/Desktop/setup/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/root/Desktop/setup/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/root/Desktop/setup/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.rapidwiz.util.InstantiateFile -e /oracle/PROD/db/tech_st/11.1.0/appsutil/PROD_class4.xml -d /root/Desktop/setup/startCD/Disk1/rapidwiz/driver/dbts/driver/gdb111.drv -log /oracle/PROD/db/tech_st/11.1.0/appsutil/log/PROD_class4/dbInstall.log -nthreads 5 -verbose -pwd nopasswordhere

Cannot execute Install for database ORACLE_HOME

RW-50010: Error: – script has returned an error: 126
RW-50004: Error code received when running external process. Check log file for details.
Running Database Install Driver for PROD instance
instantiate file:
source : /root/Desktop/setup/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
dest : /tmp/tmpPROD_class4.xml
instantiate file:
source : /tmp/tmpPROD_class4.xml
dest : /tmp/tmpPROD_class4.xml
instantiate file:
source : /tmp/tmpPROD_class4.xml
dest : /tmp/tmpPROD_class4.xml
instantiate file:
source : /root/Desktop/setup/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
dest : /tmp/tmpPROD_class4.xml
instantiate file:
source : /tmp/tmpPROD_class4.xml
dest : /tmp/tmpPROD_class4.xml
instantiate file:
source : /tmp/tmpPROD_class4.xml
dest : /tmp/tmpPROD_class4.xml
instantiate file:
source : /root/Desktop/setup/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
dest : /tmp/tmpPROD_class4.xml
instantiate file:
source : /tmp/tmpPROD_class4.xml
dest : /tmp/tmpPROD_class4.xml
instantiate file:
source : /tmp/tmpPROD_class4.xml
dest : /tmp/tmpPROD_class4.xml
instantiate file:
source : /root/Desktop/setup/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
dest : /tmp/tmpPROD_class4.xml
instantiate file:
source : /tmp/tmpPROD_class4.xml
dest : /tmp/tmpPROD_class4.xml
instantiate file:
source : /tmp/tmpPROD_class4.xml
dest : /tmp/tmpPROD_class4.xml
Database Availability

———————-

command: su oracle -c “/root/Desktop/setup/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /oracle/PROD/db/tech_st/11.1.0/PROD_class4.env APPS/APPS”

bash: /root/Desktop/setup/startCD/Disk1/rapidwiz/bin/riwTDBup.sh: Permission denied

RW-50011: Error: – Database ORACLE_HOME connection test has returned an error: 126
command: su applmgr -c “/root/Desktop/setup/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /oracle/PROD/inst/apps/PROD_class4/ora/10.1.2/PROD_class4.env APPS/APPS”

bash: /root/Desktop/setup/startCD/Disk1/rapidwiz/bin/riwTDBup.sh: Permission denied

RW-50011: Error: – Apps ORACLE_HOME connection test has returned an error: 126
Configuration Upload

———————

uploading config file at /oracle/PROD/db/tech_st/11.1.0/appsutil/conf_PROD.txt

AppsConfig : ‘config.txt’ uploading…

—————————————————————
ADX Database Utility
—————————————————————

getConnectionUsingAppsJDBCConnector() –>
APPS_JDBC_URL=’null’
Trying to get connection using SID based connect descriptor
getConnection() –>
sDbHost : class4
sDbDomain : raffsun.com
sDbPort : 1531
sDbSid : PROD
sDbUser : APPS
Trying to connect using SID…
getConnectionUsingSID() –>
JDBC URL: jdbc:oracle:thin:@class4.raffsun.com:1531:PROD
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Trying to connect using SID as ServiceName
getConnectionUsingServiceName() –>
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=class4.raffsun.com)(PORT=1531))(CONNECT_DATA=(SERVICE_NAME=PROD)))
Failed upload of config file at /oracle/PROD/db/tech_st/11.1.0/appsutil/conf_PROD.txt

Environment File

—————–

RW-50016: Error: – Database ORACLE_HOME environment file was not created:
File = /oracle/PROD/db/tech_st/11.1.0/PROD_class4.env
RW-50016: Error: – Apps ORACLE_HOME environment file was not created:
File = /oracle/PROD/inst/apps/PROD_class4/ora/10.1.3/PROD_class4.env
RW-50016: Error: – iAS ORACLE_HOME environment file was not created:
File = /oracle/PROD/inst/apps/PROD_class4/ora/10.1.2/PROD_class4.env
RW-50016: Error: – APPL_TOP environment file was not created:
File = /oracle/PROD/apps/apps_st/appl/PROD_class4.env
RW-50016: Error: – ADOVARS environment file was not created:
File = /oracle/PROD/apps/apps_st/appl/admin/adovars.env
RW-50016: Error: – APPSCONFIG was not created:
File = /oracle/PROD/apps/apps_st/appl/admin/adconfig.txt
DBC File

———

RW-00023: Error: – DBC file was not created:
File = /oracle/PROD/inst/apps/PROD_class4/appl/fnd/12.0.0/secure/PROD.dbc
HTTP

—–

checking URL = http://class4.raffsun.com:8010

RW-50015: Error: – HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.

=============================================

Any help would be much appreciated.

Thanks & Regards
Sunny

Reply
Hedi L. says April 19, 2011

Hi Sunny,

Whith which user do you attemp to install OEBS R12.1.
You should create a group dba for exemple, then create and add a user “oracle” that should be member of dba group

# groupadd dba
# useradd oracle -g dba
# passwd oracle

Now you should create a directory to mount the parition in which you’ll install OA:
# mkdir /u01
# open the file /etc/fstab and add an entry for /u01 in order to mount your partition at system startup
# mount the partition on /u01 and create a new file system:
exp: /sbin/mkfs.ext3 -c /dev/sda7

create this new directories under /u01
# mkdir -P /u01/oracle/VIS/inst

# oracle usr have to be the owner of this new partition and /u01 directory:
chown -R oracle:dba /u01

Change all permissions for /u01 and sub-directories
# chmod -R 775 /u01

NB: Check all system requirments before starting the instalation.

Be sure that your stage is not corrupted. To check this when you lunch the rapid install, it creates tow log files the first for the DB tier, open it and verify if the unzip cd number is the same as those unzipped, if not this means that you have some problems to solve.

If your stage is corrupted, you installation will not success

Good luck
Hedi

Reply
Sunny says April 25, 2011

Hi Atul & Hedi L,

Thank you for the follow up.

1. I am using RHEL 5.4-x86 64-bit

2. Multi-User (Oracle & Appsmgr), both are assigned to dba group.

3. Pre-Install Checks were all Good and no issues

4. Created /oracle directory and gave it all required permissions.

5. Executed Rapid install as root user.

PS: I have re-checked all the RPM’s, I am not able to install only 1 RPM: openmotif21-2.1.30-11.EL5.i3861, as it is conflicting with other required RPM’s.

Also, I downloaded the Zip Files to install R12 from Oracle eDelivery Site. I have manually unzipped all the files one by one and then collated them into 5 Folders.

I think, unzipping files might be root cause of the issue. Not sure. Appreciate your help.

Regards
Sunny Arora

Reply
Atul Kumar says April 25, 2011

@ Sunny,

Check log file at /oracle/PROD/db/tech_st/11.1.0/appsutil/log/PROD_class4/dbInstall.log and any other installation log files for R12 as explained in http://onlineappsdba.com/index.php/2007/12/25/oracle-r1212i-log-file-patch-clone-startupshutdown/

Reply
Pravin says July 20, 2011

Hi Atul,

I have installed R12.1.1 on vmware linux, when i try to connect sqlplus without sid the connection is instant but if i use @SID the connection takes long,its a DNS issue for sure since nslookup doesnt work. My question is do we require DNS serever also created on same linux machine.
thanks
Pravin

Reply
Atul Kumar says July 20, 2011

@ Pravin,
If @SID works but slow then this can’t be DNS issue.

This is ferformance issue

When you connect to sqlplus without sid , you connect locally using OS

Reply
Pravin says July 26, 2011

Hi Atul,

Just to let you know that it was DNS issue, i have created DNS server and the response time was same connecting @sid and without that

thanks
Pravin

Reply
Atul Kumar says July 26, 2011

@ Pravin,
Glad that this works.

Reply
Irfan says November 16, 2012

Hi,
I am installing R 12.1.1 on Red Hat Linux 5.1 and getting error on step 2 and getting RW-50004: Error code received while running external process.

while checking log file I found following from ApplyDatabase_*.log
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AutoConfig Setup Phase
Running Setup Process 1 of 2 for AppsUtil
Executing script in InstantiateFile:
/oraAPPL/oracle/VIS/db/tech_st/11.1.0/perl/bin/perl -I /oraAPPL/oracle/VIS/db/tech_st/11.1.0/perl/lib/5.8.3 -I /oraAPPL/oracle/VIS/db/tech_st/11.1.0/perl/lib/site_perl/5.8.3 -I /oraAPPL/oracle/VIS/db/tech_st/11.1.0/appsutil/perl /oraAPPL/oracle/VIS/db/tech_st/11.1.0/appsutil/scripts/VIS_redh51/adchknls.pl

RC-50208: Exception in method TimedProcessProcess.run
Raised by oracle.apps.ad.util.TimedProcess$TimedProcessProcess: java.io.IOException: Cannot run program “/oraAPPL/oracle/VIS/db/tech_st/11.1.0/perl/bin/perl”: java.io.IOException: error=2, No such file or directory
script returned:
****************************************************

Exception in TimedProcess…Failed to execute command = /oraAPPL/oracle/VIS/db/tech_st/11.1.0/perl/bin/perl -I /oraAPPL/oracle/VIS/db/tech_st/11.1.0/perl/lib/5.8.3 -I /oraAPPL/oracle/VIS/db/tech_st/11.1.0/perl/lib/site_perl/5.8.3 -I /oraAPPL/oracle/VIS/db/tech_st/11.1.0/appsutil/perl /oraAPPL/oracle/VIS/db/tech_st/11.1.0/appsutil/scripts/VIS_redh51/adchknls.pl -nopromptmsg****************************************************

AutoConfig Setup Phase
Running Setup Process 2 of 2 for AppsUtil
Executing script in InstantiateFile:
/oraAPPL/oracle/VIS/db/tech_st/11.1.0/appsutil/install/VIS_redh51/afmkinit.sh

script returned:
****************************************************
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I have checked that perl folder has no files/folders mentioned in above path.
can you please help me out what is wrong with this and why this is happening?

Reply
    Atul Kumar says November 16, 2012

    @ Irfan,
    Issue is while creating or starting database “/oraAPPL/oracle/VIS/db/tech_st/11.1.0/appsutil/install/VIS_redh51/afmkinit.sh”

    Check database logs to find reason for this error .

    Reply
Irfan says November 18, 2012

Dear Atul,
thanks for very quick response,
I have searched for database alert log or some other logs which may help me but I could not find any log file.
I have only found logs on following location
/oraAPPL/oracle/VIS/db/tech_st/11.1.0/appsutil/log/VIS_redh51

If you guide me or want me to send you full log files from this location or any other location I can send you.

I really very appreciate your help to resolve this issue

Thanks
Irfan Rasheed.
gracious_80@hotmail.com

Reply
Atul Kumar says November 18, 2012

@ Irfan,

Check this link

http://onlineappsdba.com/index.php/2007/12/25/oracle-r1212i-log-file-patch-clone-startupshutdown/

Database Start-up Log for R12 should be $ORACLE_HOME/admin/$CONTEXT_NAME/bdump/alert_$SID.log

Reply
Irfan says November 18, 2012

Dear Atul,
sorry to disturb you again.
I have checked following location but found empty folders
/oraAPPL/oracle/VIS/db/tech_st/11.1.0/admin/VIS_redh51/bdump/

I have found logs on only one location

[oracle@redh51 VIS_redh51]$ pwd
/oraAPPL/oracle/VIS/db/tech_st/11.1.0/appsutil/log/VIS_redh51
[oracle@redh51 VIS_redh51]$

[oracle@redh51 VIS_redh51]$ ls
11161851.log
ApplyDatabase_11162028.log
installdbf.log
11162022.log
dbInstall.log

there is no data file in data folder nor I can find any database install logs from any other folder. I have browsed every folder.

Reply
Ataur says January 14, 2015

Hi Atul,
First I would like to say thank you very much for updating blog on website.
I’m new in Oracle Apps Dba, learning stage.
I was trying to install Oracle EBS-R12 on linux-64bit,
facing error.
Installation success in those option,
1>Databaseavailibility
2> Environment file
3> Configuratin upload
4> DBC file

But remaining option are failed,

checking URL = http://apps.appsdomain:8000

RW-50015: Error: – HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
Help Page

———-

checking URL = http://apps.appsdomain:8000/OA_HTML/help

RW-50015: Error: – Help Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
Virtual Directory

——————

RW-50015: Error: – Http Server Virtual Directories is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
JSP

—-

checking URL = http://apps.appsdomain:8000/OA_HTML/jtfTestCookie.jsp

RW-50015: Error: – JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
Login Page

———–

RW-50015: Error: – Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.

Please help if you can..

Reply
Add Your Reply

Not found