首页 > 代码库 > ant批量运行Jmeter脚本遇到 Content is not allowed in prolog.问题及解决方案

ant批量运行Jmeter脚本遇到 Content is not allowed in prolog.问题及解决方案

在执行 最后生成报告的 task 时,一直报下面这个错:

    TransformerException,  Content is not allowed in prolog.

解决方法:需要修改jmeter.properties的一个配置

jmeter.save.saveservice.output_format=xml  

再运行就可以正常生成报告了

ant批量运行Jmeter脚本遇到 Content is not allowed in prolog.问题及解决方案