You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2022/07/05 14:35:18 UTC

[Bug 66147] Non HTTP response code: java.net.SocketException,Non HTTP response message: Connection reset error from Jmeter 5.4

https://bz.apache.org/bugzilla/show_bug.cgi?id=66147

--- Comment #4 from Felix Schumacher <fe...@internetallee.de> ---
(In reply to Chaitanya kanagala from comment #2)
> (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.
Have you tried to lower the load? Less concurrent threads, less requests per
seconds?
Have you watched the server side? (If it was an Java server, I would do some
thread dumps, or use some more advanced profiling/debugging technique)

> 
> Yes my application is responding from browser from the machine where jmeter
> is facing connection reset
Is it responding, while the test throws errors?
Is it looking slow?

> 
> 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
Is this a special function of your server? I am not an Windows expert.

> 
> we are using jmeter 5.4 as it was the stable version
Last time I looked it was 5.5 :)

And once again, please use the mailing list, as there are more helping hands,
than here. https://jmeter.apache.org/mail2.html#JMeterUser

And lastly, if you need commercial support, I am sure there are IT shops, that
could help you out. The support from the JMeter community is given by
volunteers and by mailing list/bug tracker, only.

-- 
You are receiving this mail because:
You are the assignee for the bug.