0
votes

I am testing an application hosted on azure server, for 2000 users using JMeter. But i am getting following errors Response code: Non HTTP response code: org.apache.http.conn.HttpHostConnectException Response message: Non HTTP response message: Connection to http://www.app.com refused

Response code: Non HTTP response code: java.net.SocketTimeoutException Response message: Non HTTP response message: Read timed out

How to overcome these errors.

1

1 Answers

0
votes

Looks like the application can not handle more than 1000 users and that is what it indicates by the above error.

When you get the error, Are you able to access the application manually?