Troubleshoot APM Insight Java agent

What does Java agent troubleshooting operation do and what are the additional arguments that can be given?

Troubleshooting operation will perform the below mentioned checks:
  • Checks whether agent directory has read/write operations
  • Checks whether apminsight.conf has license key mentioned
  • Checks whether agent state, unmanaged, deleted or managed
  • Checks network connectivity between application server and plusinsight server
If Create Diagnostics option is chosen, it zips the conf files, info file & all the logs in the agent directory, which can then be sent toSite24x7 support for further debugging. 

List of troubleshooting options available:

Option Argument Description Usage
Troubleshoot
Runs basic troubleshooting for Java agent java -jar apminsight-javaagent.jar troubleshoot

-h Prints the troubleshoot options and its descriptions java -jar apminsight-javaagent.jar troubleshoot -h

-c Runs troubleshooting and creates a diagnotic zip file containing agent conf files and its logs java -jar apminsight-javaagent.jar troubleshoot -c


Note: These steps are application server independant
    • Related Articles

    • Troubleshooting false positive alerts in monitoring

      Problem False positive alerts are being generated. Possible cause The monitoring system is down in some locations. The Website monitor might be configured for one location, such as Seattle, but may appear down when accessed from another location, ...
    • No data for service and process in Windows server monitor

      If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...
    • How to configure the NGINX status page for monitoring NGINX performance

      The NGINX plugin uses the NGINX status page to pull the performance metrics of the NGINX server. You may encounter the following errors while installing the NGINX plugin integration: Error_code : HTTP Error 404: This error usually indicates that the ...
    • Exclude Site24x7 monitoring traffic from Google Analytics

      You can exclude traffic from the Site24x7 Web Transaction (Browser) monitor and Webpage Speed (Browser) traffic from Google Analytics in two ways. To exclude traffic for the Web Defacement monitor, you can follow the first method. 1. Creating a ...
    • Troubleshoot the "pymysql module not found" error when installing the MySQL plugin

      If you're encountering the pymysql module not found error, it likely means that the pymysql Python library is not installed on the server. pymysql is a Python package that provides a way to interact with MySQL databases using Python code and is used ...