Reputation: 185
In windows, using the command "jmeter -n -t [test JMX file] -l [test log file] -e -o " to generate the dashboard result doesn't execute and shows the error.
Upvotes: 0
Views: 1003
Reputation: 518
Please follow below steps to generate report dashboard instead of using jmeter.log file.
Note: Remember one thing you should not create a file whether it could be csv,xls etc file because Simple Data writer automatically creates the Test results file as provided location.Then simple run your test plan and try to generate report dashboard with command prompt with generated Test Result file. You can read more configurations here.
Here it has given complete step by step details for generating Report Dashboard in Jmeter.
Upvotes: 0
Reputation: 34566
You have at least 2 problems:
java -version
Upvotes: 1