I am facing an error after I give the verbosegc log as input. It comes during the 4th stage of building the visualization... it says...
Exception in thread "Thread-4" java.lang.NoSuchMethodError: org.jfree.data.time.TimeSeries.<init>(Ljava/lang/String;Ljav
a/lang/Class;)V
at it.imperato.jvmperf.GCCollector.makeTimeSeries(GCCollector.java:2710)
at it.imperato.jvmperf.GCCollector.access$78(GCCollector.java:2706)
at it.imperato.jvmperf.GCCollector$70.task(GCCollector.java:2647)
at it.imperato.jvmperf.TaskMr$2.run(TaskMr.java:77)
at java.lang.Thread.run(Unknown Source)
what can this be due to... i have searched the internet for any sort of information regarding this error but there seems to be no clue... kindly help...