简体   繁体   中英

Error while generating HTML report using JMeter@5.4.3

I have created a test plan and have got the results to a csv file. I am getting following error when trying to generate HTML report using that csv file.

An error occurred: Error while processing samples: Consumer failed with message :Consumer failed with message :Consumer failed with message :Consumer failed with message :Begin size 0 is not equal to fixed size 5

I am using java 8 and jmeter 5.4.3

I am using java 8

no, you are not, the bug 65685 is Java 17-specific so double check the Java version you're using.

It can be done using Debug Sampler configured like:

在此处输入图像描述

then look for java.version system property in View Results Tree listener:

在此处输入图像描述

or alternatively you can check the actual Java version in jmeter.log file :

在此处输入图像描述

If you cannot install earlier version of Java for some reason you can try out the nightly build of JMeter

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM