your problem is nothing to do with JMeter - try accessing the URL in a browser and you'll see the same response.

Some other process on your machine is listening on port 80.

If you're on Linux "netstat -anp | grep 80" should tell you what the offending process is

ramaj wrote:
hi,
I have installed Jetsped2.1
for jetspeed we use 80 port.
Installed application on server:
---jetspeed2.1
---ldap
---mysql

By using JMETER,i am doing stress testing for jetspeed.

URL:http://15.170.176.13/webportal/portal/defaul-page.psml.

For PortalHomePage,
steps:
         1. TestPlan
             ---Thread Group
                  ---portalhome url
                  ---aggregate group
In thread group:
     values are:
                  number of Threads:500
                  loop : 14

and

in server.xml
port defination as:
<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
    <Connector port="80" maxHttpHeaderSize="8192"
               maxThreads="600" minSpareThreads="125" maSpareThreads="250"
               enableLookups="false" redirectPort="8443" acceptCount="500"
               connectionTimeout="20000" disableUploadTimeout="true" />


If i start JMETER clickin on RUN :for 20000 requsts(see threads 500 and loop
14)
AFter some time it gives error like:
java.net.BindException" rm="Non HTTP response message: Address already in
use: connect"


If i used for less than 20000 requests it does not  give this error.

plz give some solutions.

thanks ramjmeter




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to