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.
Similar Posts:
- [Solved] The printer cannot be connected after Microsoft Win10 patch kb5005565 is updated (0x0000011b)
- JAVA Command Error: A JNI error has occurred, please check your installation and try again [Solved]
- Centos7.4 appears Yum command not found [How to Solve]
- [618]basic_consume() got multiple values for keyword argument ‘queue’
- Linux environment installation MYSQL Error: Redirecting to /bin/systemctl start mysqld.service Failed to start mysqld.service: Unit not found.
- [Solved] Error type 3 Error: Activity class {com.example.xxxxxx/com.example.xxxx.MainActivity} does not exist
- [Solved] error: cannot uninstall ‘llvmlite’. It is a distutils installed project
- Office com reports an error. It seems that Microsoft’s test is no more than soso
- [Solved] Dubbo Error: No provider available for the service xxx from registry localhost:9090
- Mac OS uses pip to install pandas prompt cannot install ‘numpy’ solution