Two problems encountered during EBS R12.1.1 on Oracle Linux 64 5.7 Installation

Source: Internet
Author: User

Oracle EBS R12.1.1 on Oracle Linux 64 5.7

The dependency package selects only the oracle-validated-1.1.0-14.el5, and no other dependency package verification is performed.

1. All http-related services fail to be verified in the last step.

1.1 run adapcctl. sh status and the HTTP_Server is unavailable.

-Bash-3.2 $./adapcctl. sh status

You are running adapcctl. sh version 120.7.1201511.2

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

Processes in Instance: r12dev_r12dev.r12dev.example.com
--------------------------------- + -------------------- + ---------
Ias-component | process-type | pid | status
--------------------------------- + -------------------- + ---------
OC4JGroup: default_group | productname: oatom | 18056 | Alive
OC4JGroup: default_group | productname: forms | 17984 | Alive
OC4JGroup: default_group | productname: oacore | 17899 | Alive
HTTP_Server | N/A | Down


Adapcctl. sh: exiting with status 0

Adapcctl. sh: check the logfile/u01/r12dev/inst/apps/r12dev_r12dev/logs/appl/admin/log/adapcctl.txt for more information...

1.2 When you try to start the service manually, an error is reported, and the HTTP_Server still fails to start.

-Bash-3.2 $./adapcctl. sh start

You are running adapcctl. sh version 120.7.1201511.2

Starting OPMN managed Oracle HTTP Server (OHS) instance...
Opmnctl: opmn is already running.
Opmnctl: starting opmn managed processes...
========================================================== ==========================================================
Opmn id = r12dev.example.com: 6200
0 of 1 processes started.

Ias-instance id = r12dev_r12dev.r12dev.example.com
++ ++
--------------------------------------------------------------------------------
Ias-component/process-type/process-set:
HTTP_Server/

Error
--> Process (index = 1, uid = 973948283, pid = 20250)
Failed to start a managed process after the maximum retry limit
Log:
/U01/r12dev/inst/apps/r12dev_r12dev/logs/ora/10.1.3/opmn/HTTP_Server ~ 1. log


Adapcctl. sh: exiting with status 0

Adapcctl. sh: check the logfile/u01/r12dev/inst/apps/r12dev_r12dev/logs/appl/admin/log/adapcctl.txt for more information...

1.3 check the log by Manually restarting the HTTP_Server information and find the following key information (libdb. so.2 not found ):

Tail/u01/r12dev/inst/apps/r12dev_r12dev/logs/ora/10.1.3/opmn/HTTP_Server ~ 1. log

/U01/r12dev/apps/tech_st/10.1.3/Apache/bin/httpd: error while loading shared libraries: libdb. so.2: cannot open shared object file: No such file or directory

1.4 solution: Install the gdbm package and make two symbolic links:

[Root @ r12dev r12dev] # yum install gdbm
[Root @ r12dev r12dev] # ln-s/usr/lib64/libgdbm. so.2.0.0/usr/lib64/libdb. so.2
[Root @ r12dev r12dev] # ln-s/usr/lib/libgdbm. so.2.0.0/usr/lib/libdb. so.2

  • 1
  • 2
  • Next Page

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.