JBoss Server
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 ...
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 ...
All the Jboss JDBC Connection pools data is displayed as zero. How can I check for proper data?
To check if data collected properly or not, access the following URLs: http://JBossHost:JBossPort/management/subsystem/datasources?read-resource&include-runtime=true&recursive Note: If the value of the field "statistics-enabled" set to false, change ...
Data is not being properly populated for JBoss 7 and newer versions. How can I verify if I have correct data?
To check whether data is being collected properly, access the following URLs: Check whether JBoss is installed as Standalone or Domain mode: http://<JBoss Host>:<Port>/management?operation=attribute&name=launch-type If launch-type is Standalone,then ...
I'm not able to monitor the JBoss Application Server and I get an error message.
The below troubleshooting steps are for JBoss version 6 and below. Step 1: JBoss host and Applications Manager host are not accessible from each other. Applications Manager collects JBoss MBean details by directly connecting to the JBoss JNDI Naming ...
While trying to add JBoss monitor ( version 6 or below ), I get the message "Connection refused to host: 127.0.0.1;"
Reason: JBoss binds to localhost by default. So applications manager cannot make a TCP connection to JBoss. Solution: In the terminal, add the parameter '-b 0.0.0.0' while starting the JBoss instance so that it binds to all the available IP ...
While trying to monitor JBoss, I do not get JVM and EJB details, while a message "Select the JBoss version. Edit Monitor to change the version." appears on the top
Reason: JBoss is discovered automatically in Applications Manager. However, the version of the JBoss instance is not updated. Solution: To get the JVM, JDBC and EJB details, click on the "Configure" option and enter the version(3.2.x, 4.x) of the ...
While trying to monitor JBoss, I get the error 'Unable to collect Data for <host name>' while the JVM and EJB details are missing.
Reason 1: jbossagent.sar hasn't been deployed in the JBoss server Applications Manager collects JBoss MBean details by directly connecting to the JBoss JNDI Naming service. The application http-invoker.sar which comes by default with JBoss ...
While trying to monitor JBoss, I get the message "No JDBC Connection pools are configured for this Server"
Reason: Database connection pools haven't been configured in the JBoss server. Solution: Check if a file of the format "*-ds.xml" is available in the JBoss deployed directory. If this is not present, it means that the DB connection pools haven't ...