Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Failed to start OHS instance

Hi Experts,
I have installed OHS 12.2.1.3.0.However, OHS instance always fails to start. The logs are below mentioned
INFO: /scratch/oracle/Middleware/BpmData/Oracle_Home2/ohs/bin/httpd: error while loading shared libraries: libclntshcore.so.12.1: cannot open shared object file: No such file or directory
Mar 19, 2018 3:07:37 PM oracle.ohs.plugin.nodemanager.OhsRunCommand execute
SEVERE: /scratch/oracle/Middleware/BpmData/Oracle_Home2/ohs/bin/launch httpd -DOHS_MPM_EVENT -d /scratch/oracle/Middleware/BpmData/Oracle_Home2/user_projects/domains/soaprod_domain/config/fmwconfig/components/OHS/instances/ohsb -k start -f /scratch/oracle/Middleware/BpmData/Oracle_Home2/user_projects/domains/soaprod_domain/config/fmwconfig/components/OHS/instances/ohsb/httpd.conf: exit status = 127
Mar 19, 2018 3:07:37 PM oracle.ohs.plugin.nodemanager.OhsProcessHandler buildProcess
INFO: Check the instance log file for more information: /scratch/oracle/Middleware/BpmData/Oracle_Home2/user_projects/domains/soaprod_domain/servers/ohsb/logs/ohsb.log
Mar 19, 2018 3:07:37 PM oracle.ohs.plugin.nodemanager.OhsProcessManagementPlugin$ProcessImpl buildIoException
SEVERE: Failed to start the server ohsb
<Mar 19, 2018 3:07:37 PM IST> <WARNING> <Server start command for OHS server 'ohsb' failed due to: [Failed to start the server ohsb
Kindly note that the user has the requisite permissions to httpd file,ohsb instance and libclntshcore.so.12.1 located in Database/lib.
Any help or guidance would be appreciated,
Thanks in advance.
Answers
-
Hi
An idea to set the LD_LIBRARY_PATH to the correct path?
Kind regards
Michel
-
First make sure you have all the required packages installed for this version.
I say this because if you dont, it is possible make failed for this library if it does not exist.
Look for a make.log in your oracle home.
-
Try export LD_LIBRARY_PATH=$FMW_HOME/oracle_common/lib:$FMW_HOME/lib:$FMW_HOME/ohs/lib:$LD_LIBRARY_PATH
and then do
ldd $FMW_HOME/ohs/bin/httpd