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

                      Bad Request & Internal Server error When the server of URL cannot understand the request it has received it responds with a Bad request or a malformed syntax error message. If there is an error in processing the request received by the server, it ...
                    • 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 ...
                    • 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 ...
                    • SNMP is installed in the server and SNMP request is getting timed out

                      Make sure whether SNMP is installed and running in the server. Also refer here in case you are not able to view monitored data. If SNMP is running and the SNMP request is still getting timed out, follow the below troubleshooting steps :  Check ...
                    • While trying to discover Oracle Database server, it fails and prompts some message.

                      1) 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 whether the server is up and running fine. Solution 2: The Oracle server is ...