You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
. attached the screenshot for reference.
The text was updated successfully, but these errors were encountered:
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](https://user-images.githubusercontent.com/95242824/145722292-06ea7c95-2a38-4b15-8a67-9a6be14b0500.png)
. attached the screenshot for reference.
The text was updated successfully, but these errors were encountered: