Skip to content

Commit ca5ab76

Browse files
committed
More about troubleshooting logs
1 parent 7c1aab7 commit ca5ab76

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/azure-monitor/app/java-standalone-troubleshoot.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,17 @@ In this article, we cover some of the common issues that you might face while in
1212

1313
## Check the self-diagnostic log file
1414

15-
By default, Application Insights Java 3.x produces a log file named `applicationinsights.log` in the same directory that holds the `applicationinsights-agent-3.2.2.jar` file.
15+
By default, Application Insights Java 3.x produces a log file named `applicationinsights.log` in the same directory
16+
that holds the `applicationinsights-agent-3.2.7.jar` file.
1617

1718
This log file is the first place to check for hints to any issues you might be experiencing.
1819

20+
If no log file is generated, check that your Java application has write permission to the directory that holds the
21+
`applicationinsights-agent-3.2.7.jar` file.
22+
23+
If still no log file is generated, check the stdout log from your Java application. Application Insights Java 3.x
24+
should log any errors to stdout that would prevent it from logging to its normal location.
25+
1926
## JVM fails to start
2027

2128
If the JVM fails to start with "Error opening zip file or JAR manifest missing",

0 commit comments

Comments
 (0)