thanks michael.
i am using xml to encode the results. turns out that most of the jtl's are being opened ok except one -- consistently. and this is the exception i get (below). i am java-novice. somehow the XML parser is getting bummed by that character combination. any suggestions ?
05/18/2004 2:02:02 PM ERROR - jmeter.elements: org.xml.sax.SAXParseException: Character reference "" is an invalid XML character.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.buildFromFile(DefaultConfigurationBuilder.java:222)
at org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.buildFromFile(DefaultConfigurationBuilder.java:205)
at org.apache.jmeter.reporters.ResultCollector.getConfiguration(ResultCollector.java:350)
at org.apache.jmeter.reporters.ResultCollector.loadExistingFile(ResultCollector.java:208)
at org.apache.jmeter.visualizers.gui.AbstractVisualizer.stateChanged(AbstractVisualizer.java:215)
at org.apache.jmeter.gui.util.FilePanel.fireFileChanged(FilePanel.java:164)
at org.apache.jmeter.gui.util.FilePanel.actionPerformed(FilePanel.java:177)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$ForwardActionEvents.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 Source)
at java.awt.Component.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)
Michael Stover wrote:
You should be able to use any of the visualizers to load the jtl file. Just browse to the file in the visualizers gui panel. If that doesn't
work, it's probably because something unexpected happened, and you
should be able to see an error report in the log file.
-Mike
On Mon, 2004-05-17 at 20:05, Praveen Kallakuri wrote:
i have a silly question. if i run jmeter in non-gui mode and specify a jtl file to write results to, how do i later open it up using jmeter?
which visualizer would allow me to view the results in jmeter? i tried the aggregation report and a couple of other listeners but none seem to show me the results if i enter the file name in the textarea provided.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]