https://bz.apache.org/bugzilla/show_bug.cgi?id=57956
--- Comment #6 from Sebb <[email protected]> --- (In reply to Michael Aichlmayr from comment #5) > It specifically says in the jmeter.properties file, uncomment the line: > > #httpclient.parameters.file=httpclient.parameters > > if you put anything in httpclient.parameters. > > It specifically says in the jmeter.properties file, uncomment the line: > > #hc.parameters.file=hc.parameters > > if you put anything in hc.parameters. Yes. > If you read my original settings, you will see that I do modify (add > something to) > both of these files. But if the test only uses HttpClient4, then updating httpclient.parameters makes no sense. Nor does it make sense to enable the property httpclient.parameters.file. Neither action will have any effect on the test, because they only apply to the HttpClient3.1 sampler. > When the line: > > #hc.parameters.file=hc.parameters > > is uncommented without uncommenting the line: > > #httpclient.parameters.file=httpclient.parameters > > JMeter reports that it cannot open hc.parameters. This makes no sense. When I try the same test, the log shows it cannot open hc.parameters This is expected because the file is in bin, not in the current directory. This error happens regardless of the setting of httpclient.parameters.file. The *.parameters.file properties are independent. -- You are receiving this mail because: You are the assignee for the bug.
