Getting "Unable to invoke Oracle HTTP Server Details" message for Request throughput and server response time.

Getting "Unable to invoke Oracle HTTP Server Details" message for Request throughput and server response time.

Solution:

Check if the OHS(Oracle HTTP Server) server is running. If not, start the OHS using the following steps :

1.To start all OHS components in an Oracle instance, using opmnctl, use :
- $ORACLE_INSTANCE/bin/opmnctl startproc process-type=OHS

2.To start a specific OHS component, using opmnctl, use :
- $ORACLE_INSTANCE/bin/opmnctl startproc ias-component=<component_name>

3.To get detailed information about the start process, include the verbose option with the command as follows :
- $ORACLE_INSTANCE/bin/opmnctl verbose startproc ias-component=<ohs_name>

After starting the OHS, check whether data collection is happening, from the host where Applications Manager is installed, by launching the following URL in the browser :

http://<hostname_or_IP_of_the_OHS>:<port>/dmsoc4j/AggreSpy?format=metrictable&cache=false&interval=6400000&table=ohs_server&orderby=Name

                  New to ADSelfService Plus?

                    • Related Articles

                    • Troubleshooting Bad Request and Internal Server error

                      When a server responds with a Bad Request (400) or Internal Server Error (500), It typically indicates issues with how the request is being made or processed. The reasons for these errors can vary, but the most common causes are Incorrectly formatted ...
                    • Mail Server Monitor - Troubleshooting

                      Common Mail Server Monitor Errors and Troubleshooting Guide 1. Unknown Host Error Description: This error occurs when the mail client cannot resolve the hostname of the mail server to an IP address. The issue typically arises from DNS resolution ...
                    • Oracle Database Server Discovery Fails with an Error Message

                      Error: Failed. Oracle Server is down. Error Message: IO Error: The Network Adapter could not establish the connection Solution 1: The Oracle server is down, please ensure that the server is up and running. Solution 2: The Oracle server is not ...
                    • How to import certificates for monitoring Oracle database with SSL authentication?

                      For users using Applications Manager version 14250 and below: One-way SSL: (Client authentication disabled) 1. Open the command prompt using 'Run as administrator' option and navigate to the Applications Manager installation directory. 2. Import your ...
                    • Configure "/server-status" page for Oracle HTTP server

                      In order to monitor an Oracle HTTP server in Applications Manager, the '/server-status' page must be configured on the target Oracle HTTP server that needs to be monitored. This can be accomplished by following these steps: Step 1 - Enable the ...