Jmeter: HTML Report generation error: does not contain the field names header, ensure the jmeter.save.saveservice.* properties are the same as when the CSV
While generating HTML report for Jmeter runs, I cam across this error.
Error:
Jmeter Error |
Solution:
1. The property responsible for storing header in .jtl results file is. Make sure you have that parameter in "user.properties" file.
jmeter.save.saveservice.print_field_names
the possible values are true
- print the header, and false
- don't print it.
2. As of now you can generate HTML dashboard only from CSV files, XML files are not supported. So check your "result configuration". It should not have exported XML data.
4. After that run "Generate report again", It should go through.
Happy Load Testing.
No comments