Error generating the report: org. apache. jmeter. report. dashboard. GenerationException: 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
The jdk I installed at first was jdk-17_linux-x64_bin.rpm which is jdk 17. When I generated the html report from the jtl file, I got the above error.
Later uninstalled the jdk. I reinstalled jdk1.8, jdk-8u202-linux-x64.rpm, and it generated it normally.
The uninstallation method of rpm is attached:
1. Check the version of JDK:
rpm -qa | grep jdk
2. Uninstall the JKD version installed by rpm
rpm -e –nodeps jdk1.8-1.8.0_202-fcs.x86_64
The conclusion is: it should be the compatibility problem of version 17 JDK. Try to change the JDK.