Skip to content

Commit

Permalink
Update no-data-appears-java.mdx
Browse files Browse the repository at this point in the history
Fix typo niether -> neither
  • Loading branch information
kinseypdx committed Jul 21, 2023
1 parent 424ee2e commit ead9609
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ After sending a request to your web application, data should appear in the APM U

* If you see a `-javaagent` argument: The issue is either in agent startup, or the agent is unable to communicate through your firewall to [our collector's IP range](/docs/using-new-relic/cross-product-functions/install-configure/networks).
* If you don't see a `-javaagent` argument: The argument wasn't passsed to your JVM. Check your startup scripts or other resources to ensure there's nothing preventing it from being passed. For more info about how to pass the argument for your environment, see [Include the Java agent with a JVM argument](/docs/agents/java-agent/installation/include-java-agent-jvm-argument).
4. If niether solution works, keep reading.
4. If neither solution works, keep reading.
4. Verify that your `newrelic.jar` and `newrelic.yml` files are in the same [directory](/docs/agents/manage-apm-agents/troubleshooting/find-agent-root-directory#java-agent). If you have specified a non-default location for the config file using the `newrelic.config.file` system property, ensure that the config file does exist in that location and is correctly formatted.
5. [Generate `finest` level logs](/docs/agents/java-agent/troubleshooting/generating-logs-troubleshooting), and check the logs for errors. In the event no log file can be found, see [No log file (Java)](/docs/agents/java-agent/troubleshooting/no-log-file-java).
6. Check the application server logs for errors related to the New Relic Java agent. You can see the troubleshooting pages [Error bootstrapping Java agent](/docs/agents/java-agent/troubleshooting/error-bootstrapping-new-relic-java-agent) and [Errors starting Java app server](/docs/agents/java-agent/troubleshooting/errors-starting-java-app-server) for examples of observable errors in application server logs that prevent the java agent data from reporting.
Expand Down

0 comments on commit ead9609

Please sign in to comment.