RE: Transaction Controller

2006-12-04 Thread Ron Miller
It's still not clear what the problem is. The first thing I noticed in the View Results Tree listener is that the LOGIN/action.process request returns a 302. I thought that this might be the culprit even though I don't have Follow Redirects checked in the request element. To test this I added two m

Re: Transaction Controller

2006-12-04 Thread sebb
OK, I suggest adding a View Results Tree Listener as this will give more detail than the Summary Report. Hopefully this will show where the problem is. This should be removed or disabled for long-running tests as it is expensive on memory (every sample has to be saved) Seb. On 04/12/06, Ron Mill

RE: Transaction Controller

2006-12-04 Thread Ron Miller
No, just the HTTP Header Manager for each request. Ron -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Monday, December 04, 2006 12:12 PM To: JMeter Users List Subject: Re: Transaction Controller Are there any timers under the transaction controller? These will be include

Re: Transaction Controller

2006-12-04 Thread sebb
Are there any timers under the transaction controller? These will be included. S. On 04/12/06, rmiller <[EMAIL PROTECTED]> wrote: According to the user manual: "The Transaction Controller times how long it takes for all its children to run." When a user logs into an application I am testing t

Transaction Controller

2006-12-04 Thread rmiller
According to the user manual: "The Transaction Controller times how long it takes for all its children to run." When a user logs into an application I am testing there are two HTTP Request samplers, one that sets the JSESSIONID and another that sends the login request with its parameters. In orde

Re: Is there a problem with proxy server settings and SOAP/XML-RPC sampler - getting Exceptions with version 2.2

2006-12-04 Thread sebb
Sorry, no. S. On 04/12/06, amelaao <[EMAIL PROTECTED]> wrote: Thanks. Any estimates on when it will be available? Amela On 12/4/06, sebb <[EMAIL PROTECTED]> wrote: > > Yes, this is a bug in 2.2. Fixed in CVS, but not yet released. > > S. > On 04/12/06, amelaao <[EMAIL PROTECTED]> wrote: > > I

Re: Is there a problem with proxy server settings and SOAP/XML-RPC sampler - getting Exceptions with version 2.2

2006-12-04 Thread amelaao
Thanks. Any estimates on when it will be available? Amela On 12/4/06, sebb <[EMAIL PROTECTED]> wrote: Yes, this is a bug in 2.2. Fixed in CVS, but not yet released. S. On 04/12/06, amelaao <[EMAIL PROTECTED]> wrote: > I am using SOAP/XML-RPC Request to test a Webservices which is behind the

Re: Is there a problem with proxy server settings and SOAP/XML-RPC sampler - getting Exceptions with version 2.2

2006-12-04 Thread sebb
Yes, this is a bug in 2.2. Fixed in CVS, but not yet released. S. On 04/12/06, amelaao <[EMAIL PROTECTED]> wrote: I am using SOAP/XML-RPC Request to test a Webservices which is behind the firewall. I'm providing arguments for the proxy server from the command line. I've been doing this before w

Is there a problem with proxy server settings and SOAP/XML-RPC sampler - getting Exceptions with version 2.2

2006-12-04 Thread amelaao
I am using SOAP/XML-RPC Request to test a Webservices which is behind the firewall. I'm providing arguments for the proxy server from the command line. I've been doing this before with 2.1 version and it worked fine. Now I'm using jmeter 2.2 and I"m getting following exceptions. java.lang.Illeg

Re: how to use a changing incoming file with JMeter

2006-12-04 Thread sebb
On 04/12/06, Sutailga <[EMAIL PROTECTED]> wrote: Hello, I've been trying for a few days to do stress tests on webservices, but I met a problem : My webservices have to take as an incoming parameter XML files what change in each thread, as they write in a database and won't work if the same file

Re: response assertion: 2 questions

2006-12-04 Thread sebb
On 04/12/06, Ed Young <[EMAIL PROTECTED]> wrote: Question 1. I'm trying to figure out how to test for a numeric value of a particular character length. An example is: 234335675 or 001454668 The easy part is the numeric check: [0-9] or \d I'm not sure how to check the length part and combine it

response assertion: 2 questions

2006-12-04 Thread Ed Young
Question 1. I'm trying to figure out how to test for a numeric value of a particular character length. An example is: 234335675 or 001454668 The easy part is the numeric check: [0-9] or \d I'm not sure how to check the length part and combine it with the numeric part into the regexp. I see that

Re: Is there a bug in Cookie Manager

2006-12-04 Thread sebb
On 04/12/06, deepak va <[EMAIL PROTECTED]> wrote: Hi Sebb, What do you mean - it does not work? If i add a cookie manager the login fails and hence all the subsequent requests. Do you see any incoming cookies in the View Tree Listener? Do you see any outgoing cookies? Where did you put i

Re: Jmeter Crashing Issue

2006-12-04 Thread git
Kuldeep. It is hard to know what the problem is without knowing which operating system you are using and what you are trying to do with JMeter. I have this problem with JMeter runing more that 250 threads on XP Home. I noticed that some people are finding that increasing the heap size of the jvm

how to use a changing incoming file with JMeter

2006-12-04 Thread Sutailga
Hello, I've been trying for a few days to do stress tests on webservices, but I met a problem : My webservices have to take as an incoming parameter XML files what change in each thread, as they write in a database and won't work if the same file is used twice. The problem is that I don't know a