Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to generate HTM report in Jmeter #6252

Open
nabanita4015 opened this issue Mar 18, 2024 · 2 comments
Open

Unable to generate HTM report in Jmeter #6252

nabanita4015 opened this issue Mar 18, 2024 · 2 comments

Comments

@nabanita4015
Copy link

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
Copy link

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
Copy link

dezugin commented Apr 29, 2024

had that problem and solved it by running jmeter from sudo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants