Thanks for the quick reply! I've seen this document already - and tried to follow it.
My first mistake is that I've provided a properties file with the -P parameter to jmeter - thus the user.properties was not being used. I've added: hc.parameters.file=hc.parameters to my properties file and now I see this property is set with the Debug Sampler. My second issue was with what you just mentioned - I need to provide full path to the hc.parameters file (on windows). On the logs I see now: INFO - jmeter.protocol.http.sampler.HttpClientDefaultParameters: Reading httpclient parameters from C:\...\apache-jmeter-2.11\bin\hc.parameters INFO - jmeter.protocol.http.sampler.HttpClientDefaultParameters: Defining http.connection.stalecheck as true (Boolean) It works now. Shmuel Krakower. www.Beatsoo.org - re-use your jmeter scripts for application performance monitoring from worldwide locations for free. 2014-06-09 15:28 GMT+03:00 UBIK LOAD PACK Support <[email protected]> : > Hello, > Read this: > https://wiki.apache.org/jmeter/JMeterSocketClosed > > Ensure in jmeter.log that you don't have warnings on loading of > hc.parameters, you may need to put absolute path. > Regards > > > On Mon, Jun 9, 2014 at 1:55 PM, Shmuel Krakower <[email protected]> > wrote: > > > Hi > > I've noticed the bug reported in: > > https://issues.apache.org/bugzilla/show_bug.cgi?id=56119 > > I have the same issue after upgrading to JMeter 2.11 (from JMeter 2.10). > > > > The thing is that I follow the workaround guidance in comment 14, but it > > doesn't resolve my issue. > > > > What steps can I take to make sure that the parameter is indeed being > used? > > (http.connection.stalecheck$Boolean=true) > > > > Best, > > > > Shmuel Krakower. > > www.Beatsoo.org - re-use your jmeter scripts for application performance > > monitoring from worldwide locations for free. > > > > > > -- > > Regards > Ubik Load Pack <http://ubikloadpack.com> Team > Follow us on Twitter <http://twitter.com/ubikloadpack> > > > Cordialement > L'équipe Ubik Load Pack <http://ubikloadpack.com> > Suivez-nous sur Twitter <http://twitter.com/ubikloadpack> >
