Bug 42800 - Results Visualization does not work
Summary: Results Visualization does not work
Status: RESOLVED DUPLICATE of bug 40772
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.2
Hardware: Other other
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-03 02:07 UTC by Cristian OPINCARU
Modified: 2007-07-06 05:49 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cristian OPINCARU 2007-07-03 02:07:59 UTC
After running in non-gui mode and obtaining the results in a JTL file, when
trying to visualize the results in either AggregateReport or SummaryReport
throws an exceprtion:

Exception in thread "AWT-EventQueue-0" java.util.NoSuchElementException
        at java.util.StringTokenizer.nextToken(Unknown Source)
        at org.apache.jmeter.save.OldSaveService.makeResultFromDelimitedString (O
ldSaveService.java:191)
        at org.apache.jmeter.save.OldSaveService.makeResultFromDelimitedString(O
ldSaveService.java:126)
        at org.apache.jmeter.reporters.ResultCollector.loadExistingFile(ResultCo
llector.java:202)
        at org.apache.jmeter.visualizers.gui.AbstractVisualizer.stateChanged(Abs
tractVisualizer.java:248)
        at org.apache.jmeter.gui.util.FilePanel.fireFileChanged(FilePanel.java:1
32)
        at org.apache.jmeter.gui.util.FilePanel.actionPerformed(FilePanel.java:1
46)
        at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
        at javax.swing.AbstractButton$Handler.actionPerformed (Unknown Source)
        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased (Unknown Sour
ce)
        at java.awt.Component.processMouseEvent(Unknown Source)
        at javax.swing.JComponent.processMouseEvent(Unknown Source)
        at java.awt.Component.processEvent(Unknown Source)
        at java.awt.Container.processEvent(Unknown Source)
        at java.awt.Component.dispatchEventImpl(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent (Unknown Source)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.dispatchEvent (Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Window.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)

        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)
Comment 1 Sebb 2007-07-06 05:49:26 UTC

*** This bug has been marked as a duplicate of 40772 ***
Comment 2 The ASF infrastructure team 2022-09-24 20:37:39 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1966