Hi,

I have been trying for over a week to get JMeter to stress test my site. So
far I have been completely unsuccessful. As long as I use only one thread
group and only one thread everything is fine, but add another thread or
another thread group and I keep getting exceptions in the system.out.

I have a very simple web application. User logs in, selects something, goes
to another page, what they selected is pulled out of the session and shown
to a user, user clicks ok, data is updated and then user is logged out.
Sound simple to me, although, I use the session a lot.

I have created a threadgroup that has:

A Cookie Manager and web testing controllers to represent the above pages.
With these web controllers I specify the page path and the parameters to
send. When I run JMeter with more than one thread I get errors such as:

java.io.FileNotFoundException:
http://PopWebSvr:80/pwWorkRequestExpress/wrNavigation.do
        at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection
.java:545)
        at
sun.net.www.protocol.http.HttpURLConnection.getHeaderFieldKey(HttpURLConnect
ion.java:810)
        at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.saveConnectionCookies(HT
TPSampler.java:496)
        at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
438)
        at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
164)
        at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:275)
        at java.lang.Thread.run(Thread.java:484).

And, the page that can't been found does exist. Some time pages are found
and some type they are not. And it looks like after the error is found the
thread is exiting. My servlets keep a list of objects that have attached
themsleves and these objects are removed after the user logs out. I am
starting to find user objects not being removed via the log out page.

Any help is highly appreciated. I would like to figure out how to use this
product.

Thanks

Alex



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

Reply via email to