0% found this document useful (0 votes)
5 views4 pages

Resolve HTTP Server Error in EBS

The document outlines the steps to resolve an error encountered during post-install checks of Oracle E-Business Suite R12, specifically related to the Oracle HTTP Server being down. It details the process of stopping services, downloading and extracting a patch, copying a library file, and restarting the services. Following these steps should rectify the issue with the HTTP Server instance.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views4 pages

Resolve HTTP Server Error in EBS

The document outlines the steps to resolve an error encountered during post-install checks of Oracle E-Business Suite R12, specifically related to the Oracle HTTP Server being down. It details the process of stopping services, downloading and extracting a patch, copying a library file, and restarting the services. Following these steps should rectify the issue with the HTTP Server instance.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

ERROR:-Install Time then error resolve.

While post install checks of r12 ebs getting error with http server

[oracle@ebs scripts]$ ./[Link] status

You are running [Link] version 120.6.12000000.2

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

Processes in Instance: PROD_ebs.[Link]

——————-+——————–+———+———

ias-component | process-type | pid | status


——————-+——————–+———+———

OC4J | oafm | 21168 | Alive

OC4J | forms | 21078 | Alive

OC4J | oacore | 20943 | Alive

HTTP_Server | HTTP_Server | N/A | Down

[Link]: exiting with status 0

[Link]: check the logfile /d01/app/oracle/inst/apps/PROD_ebs/logs/appl/admin/log/[Link] for more

information …

Solution :

1 ) Stop the services

Log in with application user

$ cd $ADMIN_SCRIPTS_HOME

$ ./[Link] apps/apps

2 ) Downloaded patch 6078836 from OracleMetaLink


3 ) Extract patch p6078836_101330_LINUX.zip

[oracle@ebs oracle]$ unzip p6078836_101330_LINUX.zip

Archive: p6078836_101330_LINUX.zip

creating: 6078836/

inflating: 6078836/[Link].2

inflating: 6078836/[Link]

[oracle@ebs oracle]$ ls
6078836 apps db inst p6078836_101330_LINUX.zip StageR12

[oracle@ebs oracle]$ cd 6078836/

[oracle@ebs 6078836]$ ls

[Link].2 [Link]

4 ) Copy [Link].2 to /usr/lib

[root@ebs 6078836] $ cp [Link].2 /usr/lib

[root@ebs lib]# cd /usr/lib

[root@ebs lib]# pwd

/usr/lib

[root@ebs lib]# ls [Link]*

[Link] [Link].2

5 ) Start services

Log in with application user

$ cd $ADMIN_SCRIPTS_HOME

$ ./[Link] apps/apps

You might also like