Fails means: Fields are being set in 1 thread but not in other. There is nothing in Jmeter log.
(Except 2007/11/12 06:32:34 INFO - jmeter.protocol.http.sampler.HTTPSampler: Error Response Code: 404 I know why this line is there. I have all my resources under cx/resources folder. When I record I have eliminated All types of resources such as .*\gif .*\.png etc under resources somehow I did not know how to prevent cx\resources from being recorded) I just ran 2 threads loop count 1, 1 ran completely. The other one failed complaining that mandatory fields are not being set. I am not sure how I can trace the error. I am looking at "View Results Tree" element and looking at the html output I can see one thread is going through all steps and second one failing with mandatory fields not set (which is application requirement) error. -----Original Message----- From: sebb [mailto:[EMAIL PROTECTED] Sent: Monday, November 12, 2007 7:08 AM To: JMeter Users List Subject: Re: 1 User Test OK - 2 User Problem On 12/11/2007, Modha Khammammettu <[EMAIL PROTECTED]> wrote: > Hi All > > I have created Jmeter test which runs fine when I have No. Of Threads > 1, Ramp up 1, forever loop. > > However when I run using No.Of Threads = 2, it seems only 1 thread is > succeding ( doing what it is supposed to do) other just fails. What do you mean by "fails"? Any error messages? Any errors in jmeter.log? > I am using regular expressions like > Variable: VALUE (for example) > RE: <option value="(Person:\d+)">ITEM A</option> > Template: $1$ > Match: 1 > > I notice that the first thread seem to set the values fine, just the > second one fails to set these values. > > Please let me know how I correct this. > > Thanks for the help. > > Modha/- > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

