On 01/06/2009, Chintan Kachhi <[email protected]> wrote: > > I am trying to run JMeter (version 2.3.3, jdk 1.5) in non-gui mode, and used > the following command from the documentation: > > jmeter -n -t TestPlan.jmx -l outputFile.jtl > > > To open the output file, I tried following the instructions from here: > http://www.nabble.com/Non-gui-mode-and-Aggregate-Graph-td15961996.html > > But I am not able to open the .jtl file from within the JMeter gui. Trying > to open the file from within the gui gives the following error: > org.apache.jmeter.save.TestResultWrapper cannot be cast to > org.apache.jmeter.save.ScriptWrapper. I also tried opening the file from the > listener itself, but it still gives me the same error message. Any ideas? >
Possibly the JTL file has a mixture of CSV and XML. Make sure you stick to one format. Try creating a brand new JTL file (delete or rename the old one) and see if that loads OK. If not, create a Bugzilla issue and attach: - jmeter.properties - jtl file. > > _________________________________________________________________ > More than messages–check out the rest of the Windows Live™. > http://www.microsoft.com/india/windows/windowslive/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

