Troubleshooting tips for APM Insight Java agent

Basic troubleshooting tips for APM Insight Java agent

Even after the agent parameters are in place, if the APM Insight instance is not shown in the Site24x7 console, please check for the following conditions:
  • Check whether the correct license key is provided in the apminsight.conf file, Java System properties, or System ENV.
  • Check whether the agent directory has read & write permissions, if not please provide the same.
  • Try moving the agent jar and its configuration files to a different directory, possibly outside the application server installation directory.
  • If there is a proxy configuration in the server, provide the proxy details in the apminsight.conf file.
  • Check agent logs (in the directory where the agent configuration file resides) for any warning related to network communication.
  • Check your firewall settings, which may be blocking requests to the Site24x7 server (plusinsight.site24x7.com), which listens for HTTP requests on port 80 and HTTPS requests on port 443.
  • Check the apminsight.info file for the key "agent.state." If it is "Deleted," please delete the apminsight.info file and restart the server.
  • If the APM instance is not receiving any data, please perform some transactions on your server and check the Site24x7 console after a couple of minutes.
  • Check whether the app server and Site24x7 account are in the same time zone. To change your account's time zone, go to Admin > My Account.
If none of these suggestions resolve the issue, please send an email to support@site24x7.com.
    • Related Articles

    • How to identify and resolve conflicts between other APM products and the APM Insight .NET agent

      Problem statement: You are experiencing either of the below issues and suspect that another APM product is interfering with the Site24x7 .NET agent. 1. The .NET monitor is not created under APM > APM Insight > Applications, even after the .NET agent ...
    • APM Insight integration for Next.js in Kubernetes

      To integrate the Site24x7 APM Insight Next.js agent into your Kubernetes application using initContainers with the prebuilt agent image, follow the steps below: Prerequisites A Next.js application container image The Site24x7 APM Insight license key ...
    • What are Basic and Advanced Monitors?

      Site24x7 licensing and pricing work based on the monitor type categorization. For the ease of usage and based on the complexity of monitoring, we have categorized Site24x7 monitors as Basic Monitors and Advanced Monitors. We typically charge for a ...
    • Bundled .NET and .NET Core agents in a single MSI

      In APM Insight .NET agent version 6.8.0, the .NET and .NET Core agents have been bundled into a single MSI, enabling unified monitoring of both application types. Upgrade requirements for .NET Core agent 6.7 and below If you're using .NET Core agent ...
    • Steps to troubleshoot if you see "NO Data" in the Node VM tab

      Problem statement: You are getting No Data under the garbage collection and event loop graphs such as GC Pause Time, GC Pause Frequency, and Event Loop Ticks Per Minute. Prerequisite: The Node.js agent version should be 3.0.0 or higher. Solution: The ...