giltene / jHiccup

jHiccup is a non-intrusive instrumentation tool that logs and records platform "hiccups" - including the JVM stalls that often happen when Java applications are executed and/or any OS or hardware platform noise that may cause the running application to not be continuously runnable.
Other
684 stars 92 forks source link

Visual Basic index out of bounds exception when generating charts #23

Open maxmil opened 8 years ago

maxmil commented 8 years ago

Using jHiccupPlotter, when generating a chart with default options and no SLA

Run-time error '-2147024809 (80070057)': The index into the specified collection is out of bounds.

This happens in the following line inside the drawIntervalChart method.

ch.SeriesCollection.Add Source:=Sheets(sourceSheetName).Range("A1")

Here is the hlog and files generated by the log processor logs.zip