I am trying to use the grinder load testing tool to reproduce the navigation recorded on a .har
file using chrome dev tools.
I have generated this test script using har2grinder.
The script looks faily simple, just a bunch of get/post invocations and their headers.
I launch the grinder console:
java -classpath lib/grinder.jar net.grinder.Console
And then the agent processes, using this properties file:
java -classpath lib/grinder.jar net.grinder.Grinder grinder.properties
Then I start the whole thing from the console and all I can get is this output, showing 1000 errors on each of the 2 pages visited:
The web server (tomcat) log doesn't show any hits, and I don't see any grinder logs with any further details. How can I trace the problem?