I get the error message "Unable to connect to the host / port" when adding a new monitor.

I get the error message "Unable to connect to the host / port" when adding a new monitor.

  • Check if the host name is correct.

  • Check if the port number given is the JMX port number. We need JMX port number and not HBase DB port number for monitoring. The JMX port number will be available in hbase-env.sh file.

  • if hbase is running in authenticated modes, then enable "Is Authentication required", and give correct username and password.

  • Check if below lines are uncommented in hbase-env.sh

HBASE_JMX_BASE

HBASE_MASTER_OPTS

HBASE_REGIONSERVER_OPTS


                  New to ADSelfService Plus?

                    • Related Articles

                    • 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 ...
                    • Troubleshooting URL Monitor

                      When configuring a URL monitor in Applications Manager, you might encounter several errors related to accessibility, configuration, or server-side issues. Below are common errors along with step-by-step troubleshooting instructions to help you ...
                    • Real User Monitor (RUM) - Troubleshooting

                      If the monitor has not polled data for a long time, follow the below steps for troubleshooting. Step 1: Check the RUM Agent configuration Real User Monitor requires the RUM Agent to be installed and mapped to the Applications Manager. Refer this help ...
                    • DNS Monitor - Troubleshooting

                      Common DNS Monitor Errors and Troubleshooting Guide 1. Host Not Found Description: The DNS server was unable to locate the requested lookup address. Possible Causes: This may happen if the hostname is incorrect, the domain does not exist, or there is ...
                    • UDP Port Monitor - Troubleshooting

                      How do we monitor UDP Port? UDP is a connectionless protocol which doesn't send any acknowledgement on connecting to the UDP port like TCP. When UDP port is not open system will send ICMP port unreachable message. The Issue is when the UDP port is ...