Install Oracle Apps (E-Business Suite) 12.2.x on Linux – Part II

I discussed about availability of  Oracle E-Business Suite (Oracle Apps) version 12.2, and pre-requisites and installation of Oracle E-Business Suite release 12.2.2

In this post I am going to cover configuration screens while installing/configuring Oracle Applications 12.2. Ensure that you have done all steps as mentioned in Part I

 

1. Start EBS 12.2.x Installer from root user as

cd $R12.2_SOFTWARE/startCD/Disk1/rapidwiz/

./rapidwiz

 

 

2. Select Port Pool : Select port pool for services as you used to do in previous versions 12.1.x or 11i

Note: Oracle Apps 12.2 uses dual file system . more on dual file system in 12.2 later.

 

3. Select Database Type

a) Fresh Database : Use this for production or where you don’t need vision environment.

b) Vision Database : Use this option if you need vision data in R12.

 

 

Note: Base directory (/d01/oracle/prod) mentioned above should already be created and owned by Database user (oracle:dba) defined above.

 

4. License Additional Products : If you need any additional products you can license it now .

Note: You can license addtional products after installation as well.

 

 

 

5. If you are planning to use multi-language (language other than american english) then recommendation is to select Databse character set as AL32UTF8

 

6. Provide Application Tier details

Note: Apps OS user (applmgr:dba) should be able to create directory under Base directory (/d01/oracle/prod) .

Note: I created application tier user applmgr and database tier user oracle using same group i.e. dba

 

 

More on dual file system i.e. File System 1 & File System 2 later.

7. Provide Application Tier & database user password .

Note: WLS Admin User is WebLogic Server Administrator user used to login to WebLogic Console . WebLogic Server is newly introduced in Oracle Apps 12.2

 

 

8. If you plan to deploy application tier on multiple nodes then click on Add Server button at bottom.

Note: I am doing single node installation i.e. Application Tier and Database Tier on single host/machine.

9. Installer will validate system configuration and if any check fails then click on ! next to check .

Note: In my case Port Availablity and File Space checks failed. After fixing failed check click on Retry button


a) Port Availaibity check : In my case port 8899 was in use

To Identify which process is using port 8899 in linux run “netstat -tulpn | grep [Port_no]”
[atul@innowave21 ~]$ netstat -tulpn | grep 8899
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 :::8899 :::* LISTEN 4536/java
In my case Process ID 4536 was using port 8899, stop the process using 8899 or use different port pool in previous screen. 

 

 

 

10. Click Next and then Install when all checks complete successfully.

 

 

11. After installation , access Application as http://host:port where port number is 8000+ port pool, as I use port pool 10 URL should be http://host:8010

 

 

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:

40 comments
Vasudha says September 25, 2013

Hi Atul,

Database pre-install checks error occured , what i need to do, is their any rpms required for this 12.2.0 installation please let me know.

Thanks,
Vasudha

Reply
    Atul Kumar says September 26, 2013

    @ Vasudha,
    Click on ! next to failed check and it will show you why it failed.

    Yes there are pre-requisite RPMs for R12 , check
    1330701.1 – Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64 as it lists RPMs required for 12.2 depending on your Linux version

    Reply
Vasudha says September 25, 2013

I am facing the error while 9th step is running as per your screenshot in this document ….

Reply
amilasan says September 25, 2013

Hi Athul,

Nice to see your post for the Oracle EBS 12.2 installation. By any chance have you tried online patching. According to the MOS documents we should shutdown the apps services for a moment apply the patch using adop utility. Or else adop utility automatically shutdowns the apps services and startup after short while.

I am just curious to know how it works. I haven’t had a time to install this and try yet. Please let me know about this. Thanks

Reply
    Atul Kumar says September 26, 2013

    @amilasan,
    I have not reviewed online patching yet, I am planning to do it by end of the week.

    Reply
vihang says September 26, 2013

Hi,

What H/W configuration you’re using to install?

Thanks,

Reply
    Atul Kumar says September 26, 2013

    @ Vihang,
    As per Oracle Apps 12.2 install guide here is what you should have , I am doing it on bigger spec machine (128GB memory and 1 TB disk – though this server is shared with other applications)

    _____

    The minimum amount of memory needed to run Oracle E-Business Suite is about 6 GB for the database tier machine and 10 GB for an application tier machine. However, this will only support a few users (up to 10) including online patching.

    Applications node file system (includes OracleAS 10.1.2 Oracle Home, Oracle FMW Oracle Home, COMMON_TOP, APPL_TOP, and INST_TOP) 64 GB (for the dual file system required by online patching)

    Database node file system (Fresh install) 90 GB

    Database node file system (Vision Demo database) 200 GB

    An extra 25 GB in system tablespace is needed as a prerequisite for Online Patching enablement.

    Reply
venkatreddy_j@yhoo.com says September 26, 2013

Hi Athul,

I have installed successfully EBS12.2.0 version on OEL5.5 64bit.

32GB RAM
Intel(R)Xeon(R)CPU E31220@3.10GHz
500GB HDD

EBS is working fine and i am able to navigate to weblogic EM and console.

But i am not able to connect database from client PC’s, getting below error.

ERROR:
ORA-12537:TNS:connection closed

Do you we need to enable any thing to connect to the database from outside?

Thanks,
Venkat

Reply
Venkat says September 26, 2013

Thank you Atul.

I am able to connect to database from outside now.

Thanks,
Venkat

Reply
Sushant says September 30, 2013

Hi Atul,
I have installed successfully EBS R12.2.0 version on RHEL 5.8 _x64bit.
But After installation when I was running adapcctl.sh,
it show error like ” /usr/bin/linux32: /u01/applR122/fs1/FMW_Home/webtier/instances/EBS_web_PROD_OHS1/bin/opmnctl: No such file or directory “.

There is no such directory “instances” under FMW_Home/webtier .

How to solve this ?

thanks…

Reply
    Atul Kumar says September 30, 2013

    @ Sushant,
    Did you set environment variable before running adapcctl.sh ?
    From which directory did you run adapcctl.sh ?

    Reply
Sushant says October 1, 2013

Thanks for reply.

Yes I was set environment variable before running adapcctl.sh.

1. I was set .bash_profile in applmgr (. /u01/applR122/fs1/EBSapps/appl/ APPSPROD_localhost.env )

and .bash_profile in oramgr
(. /u01/oraR122/11.2.0/PROD_localhost.env)

2. I was run adapcctl.sh under /u01/applR122/fs1/inst/apps/PROD_localhost/admin/scripts)

Reply
amilasan says October 3, 2013

What is the default database version installed with Oracle EBS 12.2?

Reply
Atul Kumar says October 3, 2013

@amilasan,
Database version that comes with EBS R 12.2 is 11.2.0.3

BANNER
——————————————————————————–
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 – 64bit Production
PL/SQL Release 11.2.0.3.0 – Production
CORE 11.2.0.3.0 Production
TNS for Linux: Version 11.2.0.3.0 – Production
NLSRTL Version 11.2.0.3.0 – Production

Reply
Sushant says October 3, 2013

Hi Atul,

Still I m facing same error after set environment variable that ”/usr/bin/linux32: /u01/applR122/fs1/FMW_Home/webtier/instances/EBS_web_PROD_OHS1/bin/opmnctl: No such file or directory “.

There is no such directory under FMW_Home/webtier .

How to solve this error?

Reply
    Atul Kumar says October 6, 2013

    Did you install using single user or multi user (one for apps tier and second for database tier ?), Are you using application tier user to start ?

    What is your O.S. version 32 or 64 bit (uname -a) ?

    Check what is IP assigned to localhost in /etc/hosts ?

    ________

    I was able to start using adapacctl.sh without issues

    [applmgr@innowave21 scripts]$ ./adapcctl.sh stop

    You are running adapcctl.sh version 120.0.12020000.2

    Stopping OPMN managed Oracle HTTP Server (OHS) instance …
    opmnctl stopproc: stopping opmn managed processes…

    adapcctl.sh: exiting with status 0

    adapcctl.sh: check the logfile /d01/oracle/PROD/fs1/inst/apps/PROD_innowave21/logs/appl/admin/log/adapcctl.txt for more information …

    [applmgr@innowave21 scripts]$ ./adapcctl.sh start

    You are running adapcctl.sh version 120.0.12020000.2

    Starting OPMN managed Oracle HTTP Server (OHS) instance …
    opmnctl start: opmn is already running.
    opmnctl startproc: starting opmn managed processes…

    adapcctl.sh: exiting with status 0

    adapcctl.sh: check the logfile /d01/oracle/PROD/fs1/inst/apps/PROD_innowave21/logs/appl/admin/log/adapcctl.txt for more information …

    [applmgr@innowave21 scripts]$ ./adapcctl.sh status

    You are running adapcctl.sh version 120.0.12020000.2

    Checking status of OPMN managed Oracle HTTP Server (OHS) instance …

    Processes in Instance: EBS_web_PROD_OHS1
    ———————————+——————–+———+———
    ias-component | process-type | pid | status
    ———————————+——————–+———+———
    EBS_web_PROD | OHS | 30246 | Alive

    adapcctl.sh: exiting with status 0

    adapcctl.sh: check the logfile /d01/oracle/PROD/fs1/inst/apps/PROD_innowave21/logs/appl/admin/log/adapcctl.txt for more information …

    [applmgr@innowave21 scripts]$ pwd
    /d01/oracle/PROD/fs1/inst/apps/PROD_innowave21/admin/scripts

    Reply
Sana Nezam says October 4, 2013

Hi Atul,

Is it compulsory to upgrade to R12.2.2 after installing R12.2.0??

Regards,
Sana Nezam

Reply
    Atul Kumar says October 6, 2013

    @ Sana Nezam,
    I don’t think this is mandatory to upgrade to 12.2.2 after 12.2.0 , is there a upgarde path from 12.2.0 to 12.2.2 (I think I need to read more- please point me to documents) ?

    I installed 12.2 and I can work happily on this instance (though I am just looking from apps DBA point of view i.e. patching & cloning)

    SQL> select release_name from apps.fnd_product_groups;

    RELEASE_NAME
    ————————————————–
    12.2.0

    Reply
Sundar says October 6, 2013

Hi,

I got the following error while installing DB for R1222.
oracle.apps.fnd.txk.config.ProcessStateException: Patch directory does not exist or not writable – $ORACLE_HOME/temp/$CONTEXT_NAME/patches/6880880 ## Node=NodeId=338 Type=18 TypeName=patch Name=6880880 RefId=98 State=init ConfigDoc=DB_HOME ParentDoc=null Topology=R12 Id= Unzip=false Validate=true Version=112000 PatchFileName=null

Cannot install Oracle Database Home patches

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 TEST instance

The specified directory does not exist on the location mentioned (i.e: $ORACLE_HOME/temp/$CONTEXT_NAME/patches/6880880 )

Any suggestions ??
Sundar K

Reply
    Atul Kumar says October 6, 2013

    Check if following directory exists $ORACLE_HOME/temp/$CONTEXT_NAME/patches and $ORACLE_HOME/temp/$CONTEXT_NAME/patches/6880880 and database user can write in those ?

    (Database user is the use supplied during database configuration detail in R12)

    Reply
Sana Nezam says October 7, 2013

Thanks Atul.

Sorry for the delay in replying, as this site was not accessible for sometime.

I came across the upgrade to R12.2.2 in MOS docs Oracle E-Business Suite Release Notes, Release 12.2 [1320300.1] & Oracle E-Business Suite Release 12.2.2 Readme [1506669.1]

In doc 1320300.1, in the Main Content point 1, the below was mentioned-
“Release Update Pack 12.2.2 (RUP2) – REQUIRED
The 12.2.2 Release Update Pack (RUP2) is a mandatory patch which combines patches created across the E-Business Suite after the initial release of Oracle Applications 12.2 into a thoroughly tested, high-quality release pack. This must be applied to an existing Release 12.2 system.”

So wanted to confirm about the same, as it’s mentioned ‘must be applied’.

Regards,
Sana Nezam

Reply
Sushant says October 11, 2013

Hi Atul,
I was already installed Oracle Apps EBS 12.2.0 on redhat enterprise linux 5.8 _x64 bit two times . Still I m facing same error after set environment variable that ”/usr/bin/linux32: /u01/applR122/fs1/FMW_Home/webtier/instances/EBS_web_PROD_OHS1/bin/opmnctl: No such file or directory “.

I checked FMW_Home/webtier directory, it’s not having “instances” sub dirctory…
any clarifications!

Reply
who says October 12, 2013

Atul,
i noticed you staged the RUP 12.2.2 along with the stage for 12.2.0

while oracle notes on 12.2.x are contradictory, its stage is very sensitive and any additional files on it result in failure.
i’m doing 12.2 installation, and was adviced by MOS to first do wtih 12.2.2 and then to remove 12.2.2 patch.

with your stage, did you get to install 12.2.2 or did it give only 12.2.0 and you had to take the traditional approach and apply the roll up manually?

Reply
who says October 12, 2013

to be specific about how sensitive teh stage area is, i got this note

Important Notice: Issues with Downloading Oracle E-Business Suite Release 12.2 Media Packs (Doc ID 1588372.1)

Issue 2: Incompatible Components Downloaded to Stage Area

Reply
    Atul Kumar says October 13, 2013

    @ Who , I did only 12.2.0 I am going to review notes you referered and update (not in this week though as I am working on next version of my book i.e. EBS r12 integration with OAM R2 for SSO)

    Reply
purnachandra says October 18, 2013

Hi..Thank alot for publishing such a great article about EBS R12.2 installation..I installed EBS r12.2.0 and first time i was able to start and stop all the servers. But for second time when I try to bring the admin server up (adadminsrvctl.sh start) it’s throwing errors below:
Error Starting server AdminServer: weblogic.nodemanager.NMException: Exception while starting server ‘AdminServer’

Successfully disconnected from Node Manager.

When I looked at the log file below error is occuring
The log file is /u01/oracle/VIS/fs1/inst/apps/VIS_purna/logs/appl/rgf/Fri_Oct_18_12_07_52_2013/adRegisterWLSListeners.log
[applvis@purna scripts]$ cat /u01/oracle/VIS/fs1/inst/apps/VIS_purna/logs/appl/rgf/Fri_Oct_18_12_07_52_2013/adRegisterWLSListeners.log
ERROR: Unable to establish connection with the WebLogic AdminServer.
Cannot register the WLS Notification Listeners.
Exiting.
The program exited with status 1

So What I was doing is starting the admin server using /u01/oracle/VIS/fs1/FMW_Home/user_projects/domains/EBS_domain_VIS/startWebLogic.sh and then starting other servers using $ADMIN_SCRIPTS_HOME/adstrtall.sh apps/apps.

I am doing this every time because i have installed EBS on my personal desktop with 16GB ram and when ebs is up it’s eating entire memory and I am not able to do anything so stopping and starting EBS when required.

Can you guide me how to resolve the issue?

Thanks,
Purna

Reply
    Atul Kumar says October 18, 2013

    @ Purna,
    Please send me exact command (stopping) and starting services . Did you try starting all services using adstrtal.sh ?

    Reply
purnachandra says October 19, 2013

Hi Atul,
Today I was able to bring up all the servers by executing the script below:

1) /u01/oracle/VIS/11.2.0/appsutil/scripts/VIS_purna/addlnctl.sh start VIS
2) /u01/oracle/VIS/11.2.0/appsutil/scripts/VIS_purna/addbctl.sh start
3) /u01/oracle/VIS/fs1/inst/apps/VIS_purna/admin/scripts/adstrtal.sh apps/apps

below is the log file for adstrtal.sh
10/19/13-14:48:09 :: You are running adstrtal.sh version 120.24.12020000.6

Setting Service Group Root Service to mode 2
Setting Service Group Web Administration to mode 2
Setting Service Group Web Entry Point Services to mode 2
Setting Service Group Web Application Services to mode 2
Setting Service Group Batch Processing Services to mode 2
Service Group Other Services is disabled.

Executing service control script:
/u01/oracle/VIS/fs1/inst/apps/VIS_purna/admin/scripts/jtffmctl.sh start
Timeout specified in context file: 100 second(s)

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

You are running jtffmctl.sh version 120.3.12020000.4

Validating Fulfillment patch level via /u01/oracle/VIS/fs1/EBSapps/comn/java/classes
Fulfillment patch level validated.
Starting Fulfillment Server for VIS on port 9300 …

jtffmctl.sh: exiting with status 0

.end std out.

.end err out.

****************************************************

Executing service control script:
/u01/oracle/VIS/fs1/inst/apps/VIS_purna/admin/scripts/adopmnctl.sh start
Timeout specified in context file: 100 second(s)

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

You are running adopmnctl.sh version 120.0.12020000.2

Starting Oracle Process Manager (OPMN) …

adopmnctl.sh: exiting with status 0

adopmnctl.sh: check the logfile /u01/oracle/VIS/fs1/inst/apps/VIS_purna/logs/appl/admin/log/adopmnctl.txt for more information …

.end std out.

.end err out.

****************************************************

Executing service control script:
/u01/oracle/VIS/fs1/inst/apps/VIS_purna/admin/scripts/adapcctl.sh start
Timeout specified in context file: 100 second(s)

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

You are running adapcctl.sh version 120.0.12020000.2

Starting OPMN managed Oracle HTTP Server (OHS) instance …
opmnctl start: opmn is already running.
opmnctl startproc: starting opmn managed processes…

adapcctl.sh: exiting with status 0

adapcctl.sh: check the logfile /u01/oracle/VIS/fs1/inst/apps/VIS_purna/logs/appl/admin/log/adapcctl.txt for more information …

.end std out.

.end err out.

****************************************************

Executing service control script:
/u01/oracle/VIS/fs1/inst/apps/VIS_purna/admin/scripts/adnodemgrctl.sh start -nopromptmsg
Timeout specified in context file: 100 second(s)

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

You are running adnodemgrctl.sh version 120.11.12020000.4

Calling txkChkEBSDependecies.pl to perform dependency checks for oacore
Perl script txkChkEBSDependecies.pl got executed successfully

Starting the Node Manager…
NMProcess:
NMProcess: Oct 19, 2013 2:50:08 PM weblogic.nodemanager.server.NMServerConfig initDomainsMap
NMProcess: INFO: Loading domains file: /u01/oracle/VIS/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains
NMProcess:
NMProcess: Oct 19, 2013 2:50:08 PM weblogic.nodemanager.server.NMServer
NMProcess: INFO: Loaded node manager configuration properties from ‘/u01/oracle/VIS/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.properties’
NMProcess: Node manager v10.3
NMProcess:
NMProcess: Configuration settings:
NMProcess:
NMProcess: NodeManagerHome=/u01/oracle/VIS/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1
NMProcess: ListenAddress=purna.ebsr12.com
NMProcess: ListenPort=5556
NMProcess: ListenBacklog=50
NMProcess: SecureListener=false
NMProcess: AuthenticationEnabled=true
NMProcess: NativeVersionEnabled=true
NMProcess: CrashRecoveryEnabled=false
NMProcess: JavaHome=/u01/oracle/VIS/fs1/FMW_Home/jrockit64
NMProcess: StartScriptEnabled=false
NMProcess: StopScriptEnabled=false
NMProcess: StartScriptName=startWebLogic.sh
NMProcess: StopScriptName=
NMProcess: LogFile=/u01/oracle/VIS/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.log
NMProcess: LogLevel=INFO
NMProcess: LogLimit=0
NMProcess: LogCount=1
NMProcess: LogAppend=true
NMProcess: LogToStderr=true
NMProcess: LogFormatter=weblogic.nodemanager.server.LogFormatter
NMProcess: DomainsFile=/u01/oracle/VIS/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains
NMProcess: DomainsFileEnabled=true
NMProcess: StateCheckInterval=500
NMProcess: QuitEnabled=true
NMProcess: UseMACBroadcast=false
NMProcess: DomainRegistrationEnabled=true
NMProcess: DomainsDirRemoteSharingEnabled=false
NMProcess:
NMProcess: Domain name mappings:
NMProcess:
NMProcess: EBS_domain_VIS -> /u01/oracle/VIS/fs1/FMW_Home/user_projects/domains/EBS_domain_VIS
NMProcess:
NMProcess:
NMProcess: Oct 19, 2013 2:50:10 PM weblogic.nodemanager.server.AbstractServerManager log
NMProcess: INFO: Startup configuration properties loaded from “/u01/oracle/VIS/fs1/FMW_Home/user_projects/domains/EBS_domain_VIS/servers/AdminServer/data/nodemanager/startup.properties”
NMProcess:
NMProcess: Oct 19, 2013 2:50:10 PM weblogic.nodemanager.server.AbstractServerManager log
NMProcess: INFO: Startup configuration properties loaded from “/u01/oracle/VIS/fs1/FMW_Home/user_projects/domains/EBS_domain_VIS/servers/oafm_server1/data/nodemanager/startup.properties”
NMProcess:
NMProcess: Oct 19, 2013 2:50:10 PM weblogic.nodemanager.server.AbstractServerManager log
NMProcess: INFO: Startup configuration properties loaded from “/u01/oracle/VIS/fs1/FMW_Home/user_projects/domains/EBS_domain_VIS/servers/forms_server1/data/nodemanager/startup.properties”
NMProcess:
NMProcess: Oct 19, 2013 2:50:10 PM weblogic.nodemanager.server.AbstractServerManager log
NMProcess: INFO: Startup configuration properties loaded from “/u01/oracle/VIS/fs1/FMW_Home/user_projects/domains/EBS_domain_VIS/servers/oacore_server1/data/nodemanager/startup.properties”
NMProcess:
NMProcess: Oct 19, 2013 2:50:10 PM weblogic.nodemanager.server.AbstractServerManager log
NMProcess: INFO: Startup configuration properties loaded from “/u01/oracle/VIS/fs1/FMW_Home/user_projects/domains/EBS_domain_VIS/servers/forms-c4ws_server1/data/nodemanager/startup.properties”
NMProcess:
NMProcess: Oct 19, 2013 2:50:11 PM weblogic.nodemanager.server.Listener run
NMProcess: INFO: Plain socket listener started on port 5556, host purna.ebsr12.com
Refer /u01/oracle/VIS/fs1/inst/apps/VIS_purna/logs/appl/admin/log/adnodemgrctl.txt for details

adnodemgrctl.sh: exiting with status 0

adnodemgrctl.sh: check the logfile /u01/oracle/VIS/fs1/inst/apps/VIS_purna/logs/appl/admin/log/adnodemgrctl.txt for more information …

.end std out.
*** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS
*** Log File = /u01/oracle/VIS/fs1/inst/apps/VIS_purna/logs/appl/rgf/TXK/txkChkEBSDependecies_Sat_Oct_19_14_49_02_2013/txkChkEBSDependecies_Sat_Oct_19_14_49_02_2013.log

.end err out.

****************************************************

Executing service control script:
/u01/oracle/VIS/fs1/inst/apps/VIS_purna/admin/scripts/adalnctl.sh start
Timeout specified in context file: 100 second(s)

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

adalnctl.sh version 120.3.12020000.2

Checking for FNDFS executable.
Starting listener process APPS_VIS.

adalnctl.sh: exiting with status 0

adalnctl.sh: check the logfile /u01/oracle/VIS/fs1/inst/apps/VIS_purna/logs/appl/admin/log/adalnctl.txt for more information …

.end std out.

.end err out.

****************************************************

Executing service control script:
/u01/oracle/VIS/fs1/inst/apps/VIS_purna/admin/scripts/adcmctl.sh start
Timeout specified in context file: 1000 second(s)

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

You are running adcmctl.sh version 120.19.12020000.3

Starting concurrent manager for VIS …
Starting VIS_1019@VIS Internal Concurrent Manager
Default printer is noprint

adcmctl.sh: exiting with status 0

adcmctl.sh: check the logfile /u01/oracle/VIS/fs1/inst/apps/VIS_purna/logs/appl/admin/log/adcmctl.txt for more information …

.end std out.

.end err out.

****************************************************

Executing service control script:
/u01/oracle/VIS/fs1/inst/apps/VIS_purna/admin/scripts/adadminsrvctl.sh start -nopromptmsg
Timeout specified in context file: 1000 second(s)

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

You are running adadminsrvctl.sh version 120.10.12020000.2

Starting WLS Admin Server…
Refer /u01/oracle/VIS/fs1/inst/apps/VIS_purna/logs/appl/admin/log/adadminsrvctl.txt for details

adadminsrvctl.sh: exiting with status 0

adadminsrvctl.sh: check the logfile /u01/oracle/VIS/fs1/inst/apps/VIS_purna/logs/appl/admin/log/adadminsrvctl.txt for more information …

.end std out.

.end err out.

****************************************************

Checking the status of the AdminServer…

.end std out.

.end err out.

Checking/updating the JVM argument values for the managed servers …

Validated the passed arguments for the option ebs-set-allmanagedsrvargs
Connecting to t3://purna.ebsr12.com:7001 with userid weblogic …
Successfully connected to Admin Server ‘AdminServer’ that belongs to domain ‘EBS_domain_VIS’.

Warning: An insecure protocol was used to connect to the
server. To ensure on-the-wire security, the SSL port or
Admin port should be used instead.

.end std out.

.end err out.

Executing service control script:
/u01/oracle/VIS/fs1/inst/apps/VIS_purna/admin/scripts/admanagedsrvctl.sh start forms_server1 -nopromptmsg
Timeout specified in context file: -1 second(s)

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

You are running admanagedsrvctl.sh version 120.14.12020000.4

Starting forms_server1…

admanagedsrvctl.sh: exiting with status 0

admanagedsrvctl.sh: check the logfile /u01/oracle/VIS/fs1/inst/apps/VIS_purna/logs/appl/admin/log/adformsctl.txt for more information …

.end std out.

.end err out.

****************************************************

Executing service control script:
/u01/oracle/VIS/fs1/inst/apps/VIS_purna/admin/scripts/admanagedsrvctl.sh start forms-c4ws_server1 -nopromptmsg
Timeout specified in context file: -1 second(s)

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

You are running admanagedsrvctl.sh version 120.14.12020000.4

Starting forms-c4ws_server1…

admanagedsrvctl.sh: exiting with status 0

admanagedsrvctl.sh: check the logfile /u01/oracle/VIS/fs1/inst/apps/VIS_purna/logs/appl/admin/log/adforms-c4wsctl.txt for more information …

.end std out.

.end err out.

****************************************************

Executing service control script:
/u01/oracle/VIS/fs1/inst/apps/VIS_purna/admin/scripts/admanagedsrvctl.sh start oafm_server1 -nopromptmsg
Timeout specified in context file: -1 second(s)

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

You are running admanagedsrvctl.sh version 120.14.12020000.4

Starting oafm_server1…

admanagedsrvctl.sh: exiting with status 0

admanagedsrvctl.sh: check the logfile /u01/oracle/VIS/fs1/inst/apps/VIS_purna/logs/appl/admin/log/adoafmctl.txt for more information …

.end std out.

.end err out.

****************************************************

Executing service control script:
/u01/oracle/VIS/fs1/inst/apps/VIS_purna/admin/scripts/admanagedsrvctl.sh start oacore_server1 -nopromptmsg
Timeout specified in context file: -1 second(s)

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

You are running admanagedsrvctl.sh version 120.14.12020000.4

Starting oacore_server1…

admanagedsrvctl.sh: exiting with status 0

admanagedsrvctl.sh: check the logfile /u01/oracle/VIS/fs1/inst/apps/VIS_purna/logs/appl/admin/log/adoacorectl.txt for more information …

.end std out.

.end err out.

****************************************************

[Service Control Execution Report]
The report format is:

Root Service Enabled
Root Service NodeManager adnodemgrctl.sh Started
Web Administration Enabled
Web Administration AdminServer adadminsrvctl.sh Started
Web Administration OracleTNSListenerAPPS_VIS_purna adalnctl.sh Started
Web Entry Point Services Enabled
Web Entry Point Services Oracle HTTP Server VIS_purna adapcctl.sh Started
Web Entry Point Services Oracle Process Manager for VIS_purna adopmnctl.sh Started
Web Application Services Enabled
Web Application Services oacore_server1 admanagedsrvctl.sh Started
Web Application Services forms_server1 admanagedsrvctl.sh Started
Web Application Services oafm_server1 admanagedsrvctl.sh Started
Web Application Services forms-c4ws_server1 admanagedsrvctl.sh Started
Batch Processing Services Enabled
Batch Processing Services OracleConcMgrVIS_purna adcmctl.sh Started
Batch Processing Services Oracle ICSM VIS_purna ieoicsm.sh Disabled
Batch Processing Services Oracle Fulfillment Server VIS_purna jtffmctl.sh Started
Other Services Disabled
Other Services OracleFormsServer-Forms VIS_purna adformsrvctl.sh Disabled
Other Services Oracle MWA Service VIS_purna mwactlwrpr.sh Disabled

Total time taken for execution is 11 mins 15 seconds.

ServiceControl is exiting with status 0

10/19/13-15:00:06 :: You are running adstrtal.sh version 120.24.12020000.6

The issue is resolved on its own. But I still wonder what caused the issue i mentioned earlier.
One more thing is I want to install the SOA Suite 11g on same server and integrate it with EBS R12.2.

My doubts are:

1) Can I install the SOA suite 11g on same server by sharing the FMW_home i,e /u01/oracle/VIS/fs1/FMW_Home/ for the yet to be installed SOA Suite 11g?

2) if I can install the SOA Suite 11g by sharing the EBS FMW_home Can you guide me how to do that?n

Can you please guid eme to get SOA installed?

Thanks,
Purna

Reply
Atul Kumar says October 19, 2013

@ Purna

Q1) Can I install the SOA suite 11g on same server by sharing the FMW_home i,e /u01/oracle/VIS/fs1/FMW_Home/ for the yet to be installed SOA Suite 11g?

– Yes you can install on same server but not under same FMW_HOMW . You insatll different MW_HOME as SOA could conflict with existing oracle_common/JRF binaries

Q2) if I can install the SOA Suite 11g by sharing the EBS FMW_home Can you guide me how to do that?

A2: No, don’t share FMW_HOME , install SOA in different FMW (or MW_HOME). To install SOA follow http://onlineappsdba.com/index.php/2009/07/08/oracle-fusion-middleware-soa-suite-11g-r1-installation/

Can you please guid eme to get SOA installed?

Reply
xstatic says November 27, 2013

Hello Atul,

I am trying to install R12.2 on a RHEL 6.4 machine
My database was successfully installed, but when i move over to the application node i find it fails with RW50004 error. After looking into the main installation log , i found the error

“cannot install web tier utilities”

so i followed the instruction and downloaded the right zip files and re-ran the buildStage.sh script. I re-tried the install but got another error

“cannot install one-off patches”

in the main installation log file. I investigated further in the oracle.apps.fnd.txk.install0.log file and found this error regarding the installation of these one-off patches:

Make failed to invoke “/usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/oracle/DEV/fs2/FMW_Home/webtier”….’/oracle/DEV/fs2/FMW_Home/webtier/lib/nautab.o: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
genclntsh: Failed to link libclntsh.so.11.1
make: *** [client_sharedlib] Error 1

So i thought i may have issues with my rpms or ld/gcc utilities but when i compared with the installation note, all the rpms required are installed on my server, even to more recent versions.

I would really appreciate any assistance or advise you can provide.

Thanks
Offiong

Reply
surajkhandelwal28 says January 17, 2014

Hi Atul,

Your posts are always wonderful! They help me a lot. Have you tried upgrading EBS 12.2.0 to 12.2.3? I am waiting for your post.

I am currently working on it and have certain issues.

Reply
Sriram says January 24, 2014

The Base directory does not have to exist.. But should be creat-able by the Database OS user. For example, if you give the Base Dir to be /tmp/VIS, after clicking Next on the screen, you can see that VIS directory created already under /tmp. The issue is only when the Database OS User does not have write permission on /tmp.

Reply
Ji says January 31, 2014

Hi Purna,
My issue is similar
ERROR: Unable to establish connection with the WebLogic AdminServer.
Cannot register the WLS Notification Listeners.
Exiting.
The program exited with status 1
How you resolved?

Reply
Fareedi says February 21, 2014

Hello,

How are you? Hope doing good. I have downloaded the EBS r12.2.0 64bit media for windows and trying to install it on Windows server 2012 x64. but I am unable to get it done. The RapidWiz file does not execute. There are no errors in the files downloaded. Please tell me which patch nos of EBS r12.2.0 64 bit for windows to download to make the stage. also plz tell me the installations steps and prerequisits for windows based installation.
Thanks

Reply
Fareedi says February 21, 2014

need a complete guide to install EBS r12.2.0 64 bit on windows server 64 bit

Reply
dshreyas says March 29, 2014

Hi Atul Sir,

I have installed R12.2.0 on Linux 64bit environment. The issue i am facing is with adop utility. Commands like adop phase=prepare or adop -status hangs and does nothing. After running these commands AD_ZD_PREP package body has become invalid now as well. Can you please guide me what to do?

Reply
shreyas says May 31, 2014

Atul after upgrading to 11i to R12.2.0 we are unable to start oacore,oraforms, etc. services via admanagedsrvctl.sh or adstrtal.sh.

Below errors we are getting for all admanagedsrvctl services.

Error Starting server oacore_server1: weblogic.nodemanager.NMException: Exception while starting server ‘oacore_server1’

adRegisterWLSListeners.log says
ERROR: Unable to establish connection with the WebLogic AdminServer.
Cannot register the WLS Notification Listeners.
Exiting.
The program exited with status 1

Our next mileston is to apply latest AD and TXK patches and upgraded to 12.2.2 by applying Maintenance Pack.

Can you please suggest us.

Reply
wailon.lu says October 1, 2015

Hi Athul,
Error occurred during install ebs12.2 on oracle linux 6.4 x64

oracle.apps.fnd.txk.config.ProcessStateException: FileSys OS COMMAND Failed : Exit=2 See log for details. CMD= make -f ins_forms.mk sharedlib install ## Node=NodeId=1103 Type=24 TypeName=filesys_patch_action Name= RefId=457 State=init ConfigDoc=APPS_C_HOME ParentDoc=null Topology=R12 Action=os_cmd

Cannot patch 10.1.2 Tools.

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

Any suggestions ??

Thanks
wailon.lu

Reply
Bharath says January 27, 2017

Can any one Help regarding this issue

I Have Downloaded the R12.2.2 Files and i have Unzip the files After that i cant able to find the StageCD Folder . can any one help how to convert the Unzip files to StageCD.

Reply
Add Your Reply

Not found