On 17/12/2009, pradeep1234 <[email protected]> wrote: > > Hi All, > > I am Testing http application with jmeter, while running the test with 10, > or 20 or 30 users it runs perfect, > but as I increased the numbers of virtual users it all the samplers except > login samples start giving error as > > java.net.BindException: Address already in use: connect > full error message as mentioned below. > java.net.BindException: Address already in use: connect > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(Unknown Source) > at java.net.PlainSocketImpl.connectToAddress(Unknown Source) > at java.net.PlainSocketImpl.connect(Unknown Source) > at java.net.SocksSocketImpl.connect(Unknown Source) > at java.net.Socket.connect(Unknown Source) > at java.net.Socket.connect(Unknown Source) > at sun.net.NetworkClient.doConnect(Unknown Source) > at sun.net.www.http.HttpClient.openServer(Unknown Source) > at sun.net.www.http.HttpClient.openServer(Unknown Source) > at sun.net.www.http.HttpClient.(Unknown Source) > at sun.net.www.http.HttpClient.New(Unknown Source) > at sun.net.www.http.HttpClient.New(Unknown Source) > at > sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) > at > sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) > at > sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) > at > > org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:431) > at > > org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1021) > at > > org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1007) > at > org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290) > at java.lang.Thread.run(Unknown Source) > > any ides how can I resolve this issue.
This has been discussed many times - search the mailing list (or use google). > Thanks, > Pradeep Kumar Tiwari > 9818062276 > > > -- > View this message in context: > http://old.nabble.com/Error-%22java.net.BindException%3A-Address-already-in-use%3A-connect%22-when-increse-virtual-user-tp26825277p26825277.html > Sent from the JMeter - User mailing list archive at Nabble.com. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

