Hi all, am getting the null pointer exception while running the jmx file from the command prompt....in the jmx file i added statistical aggregate listener...If i remove this listener am not getting any error...if i run the jmx file in GUI mode not getting any errors even though it contains the statistical aggregate listener...Do we need to change any settings as this Statistical aggregate listener is external plugin...Please give me reply..Hear am listing my exception details
*java.lang.NullPointerException at se.six.jmeter.visualizer.statagg.StatAggVisualizer.updateChart(StatAg gVisualizer.java:151) at se.six.jmeter.visualizer.statagg.StatAggVisualizer.testStopped(StatAg gVisualizer.java:294) at se.six.jmeter.visualizer.statagg.StatAggResultCollector.testEnded(Sta tAggResultCollector.java:34) at org.apache.jmeter.reporters.ResultCollector.testEnded(ResultCollector .java:169) at org.apache.jmeter.engine.StandardJMeterEngine.notifyTestListenersOfEn d(StandardJMeterEngine.java:224) at org.apache.jmeter.engine.StandardJMeterEngine$StopTest.run(StandardJM eterEngine.java:292) at java.lang.Thread.run(Unknown Source)*