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 apminsight.conf file
- 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 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 Site24x7 server (plusinsight.site24x7.com) which listens for HTTP requests on port 80 and HTTPS requests on port 443
- Check apminsight.info file for key "agent.state", if it is "Deleted", please delete the apminsight.info file and restart the server
- If 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 & Site24x7 account are in the same time zone. To change time zone of your account, 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 add APM Insight Java agent without application restart?
In general, after installing the APM Insight Java agent, you have to restart your application for the agent to capture monitoring data. But in case of critical issues in the app, like sudden application slowness, where you haven't installed APM ...
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 ...
How to upgrade the APM Insight Java agent to the latest version that supports Java 6 and 7?
Java agent version 5.7.0 and above deprecates support for Java applications running on Java 6 and 7. Please see this community post for more details. If you don't want to upgrade to Java 8, you can stick with Java 6 or 7. Since Java agent version ...
How to rename an APM Insight application?
Site24x7 APM Insight doesn't support renaming applications/monitors from the web client. However, the application name of an existing application instance can be renamed in the apminsight.conf file and the agent associated with that instance will ...
Steps to troubleshoot when you get NO DATA message for Java applications.
After adding APM Insight Java agent, if you get NO DATA message, it could be because of probable reasons like network issues or zero traffic in your application. Kindly read through the below given instructions to troubleshoot. Reason Cause Solution ...