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

Issue while running jmeter with Docker by passing arguments in the command - The JVM should have exitted but did not. #48

Open
chittuvtu opened this issue Dec 12, 2021 · 0 comments

Comments

@chittuvtu
Copy link

HI,
While running the JMeter with Docker, normal command works fine. But when I pass variables in the command using -D or -J or -S property file, am able to run the JMeter and JTL file gets stored. Test is successful, but JVM is not getting exited. Please suggest how to resolve this issue.

Command Used :
docker run --mount type=bind,source="C:/Users/chitt/OneDrive/Documents/",target="/opt/apache-jmeter-5.4/bin" justb4/jmeter -n -t /opt/apache-jmeter-5.4/bin/FarmGo_PerformanceTesting_Script.jmx -l /opt/apache-jmeter-5.4/bin/DebugSampler9.jtl -S /opt/apache-jmeter-5.4/bin/Properties.txt

Even when i pass parameter using -D or -J , same error i observe but test is successful
JVMError
. attached the screenshot for reference.

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

No branches or pull requests

1 participant