Monday, October 29, 2018

Unable to start HTTP server, error while loading shared libraries: libdb.so.2

Applies to:

Oracle Enterprise Linux – Version: 5.8
Oracle EBS R12.1.3

Description:

After cloning EBS R12 successfully, when I am going to start the services, find that the HTTP_Server is down. I have tried to restart the HTTP service, but could not start. All services of Oracle EBS going to startup normal except HTTP server:


Solution:


Find the following error in HTTP server log file:


There is missing some libraries.
Shutdown all EBS services and create a link for missing library as below:
Find that the library libdb.so.2 not exists. So create the link as below:


Now start all services and retest the issue:


HTTP Server is started normal, Oracle EBS is up and running now.

Your comments, especially which will help us improve the functionality, will be greatly appreciated.

No comments:

Post a Comment

How to Extend Swap space on LVM Disk Linux

How to Extend Swap space on LVM Disk Linux   Applies to:             Oracle Database 12.2             Oracle Linux 7 Description: ...