Hi Team, Can anyone please help me with this? It's a bit critical and management is thinking of changing jmeter tool to LR
On Tue, 28 Jun, 2022, 7:43 pm chaitanya kumar kanagala, < chaitu56...@gmail.com> wrote: > > Below is the context; > > > > > Non HTTP response code: java.net.SocketException,Non HTTP response > message: Connection reset error from jmeter > > I have added the following > 1) user.properties : httpclient4.retrycount=1 and > hc.parameters.file=hc.parameters > hc.parameters : http.connection.stalecheck$Boolean=true > > 2) increased the port size in regedit and change client implementation to > http4 > > 3) increased the connection and response timeout in advanced tab of http > sampler. > > 4) Added the following to jmeter properties: > https.sessioncontext.shared=true > https.default.protocol=TLSv1.2 > https.use.cached.ssl.context=true > httpclient4.retrycount=1 > https.cipherSuites=TLS_RSA_WITH_AES_128_CBC_SHA256 > TLS_RSA_WITH_AES_256_CBC_SHA256 > > But nothing worked. iam using jmeter 5.4 > Can anyone please help me on this... its critical and appreciate your help. > > Email:chaitu56...@gmail.com > Mobile: +91-8879560349 > > Thanks, > Chaitanya > Comment 1Felix Schumacher 2022-06-28 13:57:02 UTC > This seems to be a question about the usage of JMeter and thus should be > asked on the users mailing list. (There are more users following the users > mailing list and might be able to help, than there are developers looking > into bugs) > > To help you, we probably need more (different) information. > > * What is the simplest test plan, that doesn't work? Show that to us. > * Are you sure, that your server is listening (with the correct protocol) > on that address/port you are trying? Show an example, where you can connect > with another client > * Why did you set the parameters, that you listed above? > * What do you mean by increased the port size in regedit? JMeter doesn't > use the registry > * (Even if I don't believe, that i will change anything) Have you tried > using a current version of JMeter? (Why not?) > > And again, this should really be discussed on the mailing list and not > here! > Comment 2Chaitanya kanagala 2022-06-28 14:07:58 UTC > (In reply to Felix Schumacher from comment #1) > > This seems to be a question about the usage of JMeter and thus should be > > asked on the users mailing list. (There are more users following the > users > > mailing list and might be able to help, than there are developers looking > > into bugs) > > > > To help you, we probably need more (different) information. > > > > * What is the simplest test plan, that doesn't work? Show that to us. > > * Are you sure, that your server is listening (with the correct > protocol) on > > that address/port you are trying? Show an example, where you can connect > > with another client > > * Why did you set the parameters, that you listed above? > > * What do you mean by increased the port size in regedit? JMeter doesn't > use > > the registry > > * (Even if I don't believe, that i will change anything) Have you tried > > using a current version of JMeter? (Why not?) > > > > And again, this should really be discussed on the mailing list and not > here! > > > I am using a test plan with multiple http requests and started a test with > 10 users and error started popping up. > > Yes my application is responding from browser from the machine where > jmeter is facing connection reset > > as i was facing the connection reset error, i tried the above parameters > so that the issue resolves > > regedit - i have increased the port range so that request successfully > flows > > we are using jmeter 5.4 as it was the stable version > Comment 3Chaitanya kanagala 2022-06-28 14:10:21 UTC > we can have a short meeting to sort out this issue and let me know what > needs to be done from jmeter end to sort out this issue and regarding the > test plan- its a UI application recorded which is successfully working fine > with single user and facing this connection reset when user load is > increased >