JBoss 7 & above : Unable to add monitor

Note : The below troubleshooting steps are for JBoss version 6 EAP, 7 and above.
Refer
here for lower versions.
For JBoss version 7 and above, Applications Manager collects data via JBoss Management Interface. The management URL should be accessible from Applications Manager machine. The default management URL is http://<JBoss Host>:<Port>/management
If you are unable to add the monitor, follow the below steps :
- JBoss machine is not accessible from Applications Manager
- Make sure JBoss machine is reachable from Applications Manager machine, and the management port is open.
- Management URL is not accessible from JBoss machine
- If management URL is not accessible from JBoss machine ( http://localhost:<PORT>/management) , then the management interface is not active. Please follow JBoss documentation to add management interface in JBoss server for respective versions.
- Refer here for JBoss EAP versions.
- Refer here for JBoss AS 7 versions.
- Refer here for JBoss Wildfly versions.
- Management user should be added in order to access management URL.
- Execute the add-user.sh(bat) file under <JBOSS-HOME>/bin/ directory.
- Restart JBoss server
- Ensure that the same user credential is used while adding the monitor
- Management URL is accessible from JBoss machine, but not from Applications Manager machine
- Make sure remote access for the management interface is enabled in JBoss server :
- To make managemenet URL accessible remotely, modify the configuration file ( standalone.xml for standalone server, domain.xml for domain setup). Change jboss.bind.address.management:127.0.0.1 to jboss.bind.address.management <IP of the JBoss machine>
- Restart JBoss server
- Incorrect user details provided
- Please make sure you provide management user's username & password while adding the monitor
- Crosscheck the password provided.
New to ADSelfService Plus?
Related Articles
I am unable to add monitor for JBoss 6 EAP
While adding a new JBoss monitor in Applications Manager, select version '7.x' from the JBoss version drop down to add monitor for JBoss 6 EAP versions. If the issue still exists, reach out to our support with the screenshot of the error obtained to ...
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 ...
Unable to Add Kubernetes Monitor
If you are having trouble adding a Kubernetes monitor in Applications Manager, ensure that the the prerequisites have been met: Verify whether you can establish an SSH connection to the Kubernetes server from the APM installed machine. Use the ...
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 ...
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 ...