DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30779>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30779 "View Results Tree" fails to load saved results [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Normal ------- Additional Comments From [EMAIL PROTECTED] 2004-08-22 19:14 ------- Looks like it thinks the results file is CSV, whereas it is actually XML. This would account for it trying to parse <?xml version="1.0" encoding ="UTF-8"?> as a Long. If the output format disagrees with the file format, then JMeter won't read the file properly. Note that if one creates a results file using xml format, and then changes the output format to csv, JMeter will append the new results to the existing file, thus creating a file which is a mixture of XML and CSV formats, which will not load successfully using either format. It would be worth checking the result format setting in jmeter.properties, and that the whole results file is one format or the other ... Without seeing the files, my analysis could be wrong, so if the two formats do agree, please could you attach the failing results file and jmeter.properties? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
