I am trying to run a simple test with 50 users. The tests runs fine without any errors when 20 users but start throwing errors when i do run it with 50. Error i get is:Non HTTP response code: org.apache.http.conn.HttpHostConnectException/Non HTTP response message: Connect to .....failed: Connection timed out: connect (Also we have the same tests recorded in Visual studio and it works fine without any proxy errors)
There is another error that comes when i increase the user from 20 to 50 is Non HTTP response code: java.net.SocketTimeoutException/Non HTTP response message: Read timed out(which is not coming with Visual Studio performance run)
I have tried to increase the connection timeout to 60000 as per some threads i did read before , still no help.
Any ideas what can i try.(Comparison with Visual Studio is done as we are planning to move everything to Jmeter from Visual Studio that we currently use)
Thanks.
