Skip to content

ParseException: Error parsing entry (java.lang.ArrayIndexOutOfBoundsException) #140

Closed
@cuzzasoft

Description

@cuzzasoft

I'm not able to parse some GC logs, getting the below errors when using GCviewer 1.35-SNAPSHOT with Mac OS X JDK 1.8.0_45:

WARNING [DataReaderSun1_6_0]: com.tagtraum.perf.gcviewer.imp.ParseException: Error parsing entry (java.lang.ArrayIndexOutOfBoundsException) Line 30: 2015-07-02T10:01:49.097+0000: 12.880: [GC (Allocation Failure) 
WARNING [DataReaderSun1_6_0]: com.tagtraum.perf.gcviewer.imp.ParseException: Error parsing entry (java.lang.ArrayIndexOutOfBoundsException) Line 78: 2015-07-02T10:01:55.521+0000: 19.304: [GC (Allocation Failure) 
WARNING [DataReaderSun1_6_0]: com.tagtraum.perf.gcviewer.imp.ParseException: Error parsing entry (java.lang.ArrayIndexOutOfBoundsException) Line 118: 2015-07-02T10:01:56.873+0000: 20.656: [GC (Allocation Failure) 
WARNING [DataReaderSun1_6_0]: com.tagtraum.perf.gcviewer.imp.ParseException: Error parsing entry (java.lang.ArrayIndexOutOfBoundsException) Line 128: 2015-07-02T10:01:58.330+0000: 22.113: [GC (Allocation Failure) 
WARNING [DataReaderSun1_6_0]: com.tagtraum.perf.gcviewer.imp.ParseException: Error parsing entry (java.lang.ArrayIndexOutOfBoundsException) Line 134: 2015-07-02T10:02:00.545+0000: 24.329: [GC (Allocation Failure) 
WARNING [DataReaderSun1_6_0]: com.tagtraum.perf.gcviewer.imp.ParseException: Error parsing entry (java.lang.ArrayIndexOutOfBoundsException) Line 146: 2015-07-02T10:02:03.190+0000: 26.974: [GC (Metadata GC Threshold) 
WARNING [DataReaderSun1_6_0]: com.tagtraum.perf.gcviewer.imp.ParseException: Error parsing entry (java.lang.ArrayIndexOutOfBoundsException) Line 174: 2015-07-02T10:02:13.093+0000: 36.876: [GC (System.gc()) 

The JVM is run with the below arguments:

-Djava.util.logging.config.file=/opt/atlassian/jira/conf/logging.properties
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-XX:MaxPermSize=384m
-Xms1024m
-Xmx2048m
-Djava.awt.headless=true
-Datlassian.standalone=JIRA
-Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true
-Dmail.mime.decodeparameters=true
-Dorg.dom4j.factory=com.atlassian.core.xml.InterningDocumentFactory
-XX:+PrintGCDetails
-XX:+PrintTenuringDistribution
-XX:+PrintGCCause
-XX:+PrintGCApplicationStoppedTime
-XX:+PrintGCDateStamps
-XX:+PrintGCTimeStamps
-verbose:gc
-Xloggc:/var/atlassian/application-data/jira/log/atlassian-jira-gc-2015-07-03_1050.log
-Djava.endorsed.dirs=/opt/atlassian/jira/endorsed
-Dcatalina.base=/opt/atlassian/jira
-Dcatalina.home=/opt/atlassian/jira
-Djava.io.tmpdir=/opt/atlassian/jira/temp

And is using Java 1.8.0_40.

The GC log that's failing is available to download from https://dl.dropboxusercontent.com/u/18009878/gc.zip

Can you please take a look and see what's wrong here? I can't understand why it's not working.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions