https://bz.apache.org/bugzilla/show_bug.cgi?id=64680

--- Comment #2 from [email protected] ---
>>jmeter -n -t my_test.jmx -l log.jtl

jmeter here is a bat/sh script that set all parameters and start Jmeter itself.
But finally it just call the command I wrote.

Originally it's smth like that:
"$JAVA_HOME/bin/java" $ARGS $JVM_ARGS $JMETER_OPTS -jar
"$PRGDIR/ApacheJMeter.jar" "$@"

So your command would be translated into:
"$JAVA_HOME/bin/java" $ARGS $JVM_ARGS $JMETER_OPTS -jar
"$PRGDIR/ApacheJMeter.jar" "-n -t my_test.jmx -l log.jtl"

We used jmeter.sh (adjusted to our needs). And I got the original error
launching it with the jmeter.sh script.

I've specified real java command with all options just for better understanding
of what java options were used

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to