https://bz.apache.org/bugzilla/show_bug.cgi?id=57956
Michael Aichlmayr <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #3 from Michael Aichlmayr <[email protected]> --- OK. I have made a fresh installation of JMeter and I believe I have resolved the problem, but there is still appears to be an issue, so I am not going to mark this resolved yet. It turns out that I didn't uncomment the line in jmeter.properties for httpclient.parameters.file which is required because I have modified the file httpclient.parameters. By changing (in addition to the original customizations above): #httpclient.parameters.file=httpclient.parameters to: httpclient.parameters.file=httpclient.parameters the error: ERROR - jmeter.protocol.http.sampler.HttpClientDefaultParameters: Problem loading properties java.io.FileNotFoundException: hc.parameters (The system cannot find the file specified) goes away. So it would appear that either the error is wrong, or uncommenting the hc.parameters.file line requires the httpclient.parameters.file line to be uncommented as well or for some reason the hc.parameters file cannot be found (doesn't make sense to me, but maybe there is a logical explanation). -- You are receiving this mail because: You are the assignee for the bug.
