Re: How to pass the value extracted to different request?

2005-10-05 Thread Serguei Belikov
So, extract it twice in different variables. Use one to extract value after each sampler and keep a second one for further use. DharaniLakshmi Govindan wrote: But I need the extracted value from the login remain constant and be used by other request. --- Serguei Belikov <[EMAIL PROTECTED]>

Re: How to pass the value extracted to different request?

2005-10-05 Thread DharaniLakshmi Govindan
But I need the extracted value from the login remain constant and be used by other request. --- Serguei Belikov <[EMAIL PROTECTED]> wrote: > You have to put it at the same level in the tree to > be executed after > each sampler. Otherwise it is executed only after > Login sampler is called. > I

Re: How to pass the value extracted to different request?

2005-10-05 Thread Serguei Belikov
You have to put it at the same level in the tree to be executed after each sampler. Otherwise it is executed only after Login sampler is called. If Calendar Details returns a new value you have to extract it as well, so make extractor a child of Simple Controller. DharaniLakshmi Govindan wrote:

Re: How to pass the value extracted to different request?

2005-10-05 Thread DharaniLakshmi Govindan
Yes..the variable changes whenever I send a new HTTP request. But I needed the value of the first request and pass it to all other requests. Here is what I'm seeing: Simple Controller - Login - Regular Expression Extractor (secid=(.*)) - Calendar Details - Create an event HTTP Cookie Manager I

Re: UNABLE TO CONNECT THE SERVER

2005-10-05 Thread Peter Lin
silly question, but is there a firewall or something blocking the traffic? I assume you can use IE or mozilla to view the URL? peter On 10/5/05, sekhar <[EMAIL PROTECTED]> wrote: > > > Hi Pavel, > > I checked the things you specified like > > I have given for server name as > jakarta.apache.org<

Re: UNABLE TO CONNECT THE SERVER

2005-10-05 Thread sekhar
Hi Pavel, I checked the things you specified like I have given for server name as jakarta.apache.org in HTTP REQUEST DEFAULTS. and for HTTP REQUSET I have given port : 80 and protocol : http and path as /. May you help what else do I need to set. - Original Message - From: "Pavel Go

Re: unable to get jmeter source via cvs

2005-10-05 Thread sebb
There was a problem with minotaur earlier today - not sure if it has been solved yet. S. On 05/10/05, Peter Lin <[EMAIL PROTECTED]> wrote: > you're trying to check out using anonymous ? > > > it should work. > > peter > > On 10/5/05, Baumgartner, Christian <[EMAIL PROTECTED]> > wrote: > > > > Hi,

Re: UNABLE TO CONNECT THE SERVER

2005-10-05 Thread sebb
As far as I can see, the error is being generated by the underlying HTTP(S) code, and so is not a JMeter problem. It is saying that the remote server is not accepting connections. Check that the server really is working. S. On 05/10/05, Sylu <[EMAIL PROTECTED]> wrote: > Hi, > > I am also getting

Re: include controller in 2.1.1

2005-10-05 Thread Peter Lin
thanks for the information, I'll take a look. if you have a sample test plan, please feel free to open a bugzilla. peter On 10/5/05, Steven Murphy <[EMAIL PROTECTED]> wrote: > > Hi Peter, > > It's great that you have added this functinoality to JMeter. I was trying > to write a similar Controlle

Re: include controller in 2.1.1

2005-10-05 Thread Steven Murphy
Hi Peter, It's great that you have added this functinoality to JMeter. I was trying to write a similar Controller my self, but I didn't really have the time to devote to it. However I've hit the same problem as Matt, where the Included Controller seems to be ignored when running the test vi

Re: UNABLE TO CONNECT THE SERVER

2005-10-05 Thread Sylu
Hi, I am also getting the same exception when trying to hit a webserver. SAMPLE RESULT: Load time: 21761 HTTP response code: Non HTTP response code HTTP response message: Non HTTP response message HTTP response headers: RESPONSE: java.net.ConnectException: Connection timed out: connect at java.n

Re: unable to get jmeter source via cvs

2005-10-05 Thread Peter Lin
you're trying to check out using anonymous ? it should work. peter On 10/5/05, Baumgartner, Christian <[EMAIL PROTECTED]> wrote: > > Hi, i was away from work for about 1 month and now I got a new computer > for work. Well I work with jmeter and want to add some extra > modules/sampler etc. and

Re: How to pass the value extracted to different request?

2005-10-05 Thread sebb
Can also use a JavaTest Sampler to confirm the contents of variables - e.g. set the label (or some other field) to VAR=${VAR} VAR2=${VAR2} This will show up in the Listeners. Or you can use the __log() or __logn() functions. S. On 05/10/05, Pavel Gouchtchine <[EMAIL PROTECTED]> wrote: > Third H

Re: UNABLE TO CONNECT THE SERVER

2005-10-05 Thread Pavel Gouchtchine
I just have tried it with v. 2.1 Working fine. I sugest to check setting in http sampler: host, port, protocol, path etc. Pavel On 10/5/05, sekhar <[EMAIL PROTECTED]> wrote: > > > > Hi , > > After running demo testplan I am getting message as > > in Sampler Result > > Load time: 22906 > HTTP resp

Re: How to pass the value extracted to different request?

2005-10-05 Thread Pavel Gouchtchine
Third HTTP should have reg expression post processor child as well. If it is already, check regular expression is correct. Do some debug of what is extracted and placed into variable. I have used BeanShell scripts to ensure, that data extraction is ok. Pavel On 10/5/05, sebb <[EMAIL PROTECTED]> w

UNABLE TO CONNECT THE SERVER

2005-10-05 Thread sekhar
Hi , After running demo testplan I am getting message as in Sampler Result Load time: 22906 HTTP response code: Non HTTP response code HTTP response message: Non HTTP response message HTTP response headers: In Request GET http://jakarta.apache.org/ In Response Data java.net.ConnectExcep

unable to get jmeter source via cvs

2005-10-05 Thread Baumgartner, Christian
Hi, i was away from work for about 1 month and now I got a new computer for work. Well I work with jmeter and want to add some extra modules/sampler etc. and for that I want to use the sources from cvs (developing IDE is eclipse). Well I followed the manual from jmeter wiki, but I cannot acces

Re: How to pass the value extracted to different request?

2005-10-05 Thread sebb
Maybe because the variable has been reused between the 3rd and 4th samplers? On 05/10/05, DharaniLakshmi Govindan <[EMAIL PROTECTED]> wrote: > Pavel, > > Thanks for ur help! I could pass the value to second > and third HTTP request but I couldn't for the fourth > one. Do you know why? > > --- Pave

Re: need a hook

2005-10-05 Thread sebb
Another approach might be to use a OnceOnly controller. Or a test plan like so: Thread Group - Simple Controller - - setup code - Loop Controller - - main test Recording Controllers are normally only used by the proxy server. S. On 04/10/05, Charles Tassoni <[EMAIL PROTECTED]> wrote: > I want t