Jmeter Errors
I have shared some
errors I have encountered in previous post
Let’s have a look on some
more error:
Problem 1:
java.lang.String">java.net.BindException:
Address already in use: connect in jmeter
how to resolve: Now this one is hit & trial
either
1.
Change
the port
Or
2.
Increase
Ramp up time
Problem 2:
NON HTTP response message: The target server
failed to respond
how to resolve:
1. Disable KeepAlive
2. Change jmeter.properties
file for retries = 3 and timeout = 120.
Problem 3:
Connection refused to host : :
java.net.ConnectionException : Connection Refused
how to resolve:
this can be a proxy
error/issue
1.
Add
port as incoming and outgoing in firewall
2.
Use
unique port. Please recheck port is open and allowed
3.
Proxy
settings need to be checked
Happy Testing!!!
Comments
Post a Comment