jmeter icon indicating copy to clipboard operation
jmeter copied to clipboard

Unable to generate HTM report in Jmeter

Open nabanita4015 opened this issue 1 year ago • 3 comments

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

nabanita4015 avatar Mar 18 '24 08:03 nabanita4015

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

Ninja-Cyborg avatar Apr 01 '24 22:04 Ninja-Cyborg

had that problem and solved it by running jmeter from sudo

dezugin avatar Apr 29 '24 18:04 dezugin

If you have already selected, .xml options in the results configuration window, remove them and try again.

image

darshanaweerasekara-ifs avatar Oct 18 '24 11:10 darshanaweerasekara-ifs