apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
7.97k stars 2.02k forks source link

Unable to generate HTM report in Jmeter #6252

Open nabanita4015 opened 1 month ago

nabanita4015 commented 1 month ago

Expected behavior

Html report should be generated from CSV selected

Actual behavior

No response

Steps to reproduce the problem

Showing error as ". WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release."

image

JMeter Version

5.6.3

Java Version

JDK 11

OS Version

Windows 11

Ninja-Cyborg commented 1 month ago

First of all, I suggest run the file and generate reports through command-line.

else try following: I looked into similar issues with JMeter GitHub repo and on StackOverflow. This error is related to log4j plugin. It's caused due to "package" attribute in Configuration element from log4j file, which is deprecated. If you can remove the package attribute as long it does not have any use it should remove the error. In case you need that component, check the Log4j plugin documentation for replacing it: https://logging.apache.org/log4j/2.x/manual/plugins.html

dezugin commented 2 weeks ago

had that problem and solved it by running jmeter from sudo