Re: Does this error eman it is an error at your client machine side or the error at the server side?

2010-07-15 Thread Deepak Goel
Looks like a DNS problem. The hostname is unable to resolve into an IP Address On 7/16/10, sebb wrote: > On 16/07/2010, nathasha wrote: >> >> hello all, >> >> I did some searchign for the cause of this problem, but couldn't find >> anything useful yet. >> I am runnign a load test on an image

Re: JMeter unable to navigate from the web applications home page

2010-07-15 Thread Deepak Shetty
I lose track of the number of times this form of question has been asked. why not search google/mail archives to see similar questions ? Do you have follow redirects on all samplers (instead of redirect automatically)? Do you have dynamic data being used? This tells you how to debug the issue http:

Re: User Parameters not always correctly allocated?

2010-07-15 Thread Deepak Shetty
Hi I havent observed problems with User Parameters . Use a debug sampler or modifying the sampler name to include the values of user.id and resource.file , can you check that your variables are always in step(the user id, the resource file and the record) . If there isnt a problem with your script

Re: Does this error eman it is an error at your client machine side or the error at the server side?

2010-07-15 Thread sebb
On 16/07/2010, nathasha wrote: > > hello all, > > I did some searchign for the cause of this problem, but couldn't find > anything useful yet. > I am runnign a load test on an image file and I am using 1000 threads each > will run 60 times per minute. > I need to do it for an hour. > but, I

Re: Does this error eman it is an error at your client machine side or the error at the server side?

2010-07-15 Thread Deepak Shetty
Probably a Jmeter client problem. Which OS? Dos you get the same error with fewer threads (start from 100 increment in steps of 100) ? What if you give a much larger ramp up period? On Thu, Jul 15, 2010 at 4:09 PM, nathasha wrote: > > hello all, > > I did some searchign for the cause of this pro

Does this error eman it is an error at your client machine side or the error at the server side?

2010-07-15 Thread nathasha
hello all, I did some searchign for the cause of this problem, but couldn't find anything useful yet. I am runnign a load test on an image file and I am using 1000 threads each will run 60 times per minute. I need to do it for an hour. but, I am trying to do it for 10 minutes at first and I see s

JMeter unable to navigate from the web applications home page

2010-07-15 Thread ankitR
I am using JMeter for load testing of my JSP based web application. I am able to successfully login to the application by setting appropriate parameters in the HTTP request. However when I try to navigate away from the home-page by providing appropriate URL for the jsp,it fails with the message- y

User Parameters not always correctly allocated?

2010-07-15 Thread Jörg Godau
Hi, we have a situation where we need the user parameters to always be applied in a group (which I thought was actually the default behaviour?). Example: We have two parameters that need to be managed as a pair: user.id and resource.file The user.id defines which user logs into the system bein