troubles with cookie manager

2005-10-12 Thread Maness, Marty
I seem to be having problems with the cookie manager.  In jmeter version
2.1.1, my test scenario just stops after the login screen.  It won't
execute the rest of the http requests in my test plan.  If I disable
cookie manager, it will execute all the http requests.

 

In jmeter version 1.9, the same test plan, the cookie manager works
fine.

 

Anybody else experiencing issues with cookie manager?



reports

2005-10-13 Thread Maness, Marty
Hello JMeter users.  Are there some tools available that can create some
nice reports for JMeter based upon the XML file that is created during
runtime?  Maybe something to create and .html, It seems like I have read
about a few, but haven't been able to find much.  Thanks in advance for
any replies.

 

Marty



RE: troubles with cookie manager

2005-10-13 Thread Maness, Marty
No errors seem to get logged.  It just stops?


cookie manager

2005-10-18 Thread Maness, Marty
I'm still having trouble with cookie manager on the new version of
apache 2.1.1.  The cookie manager on 2.0.0 works fine for me.  A couple
things to note - the expiration date of the cookie sent by the server
has an expiration date in the past.  Could this be the issue?  Jmeter
just stops, and in the response data the session id is not set.  Yet on
2.0.0 the response date, the sessid is set.  Using the same exact test
plan on both versions.



RE: cookie manager

2005-10-18 Thread Maness, Marty
I do not get any error messages.  It just stops.  What's interesting is
the application is a third party application - so I don't have a means
to talk to the developers, but each request to the server, it sends down
a new sessionid in an expired cookie?  I tried on 2.0.3 and got the same
results as 2.1.1

Marty Maness
Project Manager - DoIT
Phone: 402-280-3931
Creighton University
-Original Message-
From: sebb [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 18, 2005 9:21 AM
To: JMeter Users List
Subject: Re: cookie manager

If the expiration date is in the past, then the cookie is surely not
valid?

I think there were some changes since 2.0.0 to fix cookie date handling.

However, JMeter should not just stop.
Any messages in jmeter.log? or the console window?

What happens with JMeter 2.0.3? I'd expect it to behave like 2.1.1 for
Cookies.

S.
On 18/10/05, Maness, Marty <[EMAIL PROTECTED]> wrote:
> I'm still having trouble with cookie manager on the new version of
> apache 2.1.1.  The cookie manager on 2.0.0 works fine for me.  A
couple
> things to note - the expiration date of the cookie sent by the server
> has an expiration date in the past.  Could this be the issue?  Jmeter
> just stops, and in the response data the session id is not set.  Yet
on
> 2.0.0 the response date, the sessid is set.  Using the same exact test
> plan on both versions.
>
>
>

-
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]



RE: cookie manager

2005-10-18 Thread Maness, Marty
It is sent.  There is an error in the log.  I was looking at the wrong
file.  

Marty Maness
Project Manager - DoIT
Phone: 402-280-3931
Creighton University

-Original Message-
From: sebb [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 18, 2005 9:30 AM
To: JMeter Users List
Subject: Re: cookie manager

Can you perhaps send me jmeter.log from a run that just stops?

S.
On 18/10/05, Maness, Marty <[EMAIL PROTECTED]> wrote:
> I do not get any error messages.  It just stops.  What's interesting
is
> the application is a third party application - so I don't have a means
> to talk to the developers, but each request to the server, it sends
down
> a new sessionid in an expired cookie?  I tried on 2.0.3 and got the
same
> results as 2.1.1
>
> Marty Maness
> Project Manager - DoIT
> Phone: 402-280-3931
> Creighton University
> -Original Message-
> From: sebb [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 18, 2005 9:21 AM
> To: JMeter Users List
> Subject: Re: cookie manager
>
> If the expiration date is in the past, then the cookie is surely not
> valid?
>
> I think there were some changes since 2.0.0 to fix cookie date
handling.
>
> However, JMeter should not just stop.
> Any messages in jmeter.log? or the console window?
>
> What happens with JMeter 2.0.3? I'd expect it to behave like 2.1.1 for
> Cookies.
>
> S.
> On 18/10/05, Maness, Marty <[EMAIL PROTECTED]> wrote:
> > I'm still having trouble with cookie manager on the new version of
> > apache 2.1.1.  The cookie manager on 2.0.0 works fine for me.  A
> couple
> > things to note - the expiration date of the cookie sent by the
server
> > has an expiration date in the past.  Could this be the issue?
Jmeter
> > just stops, and in the response data the session id is not set.  Yet
> on
> > 2.0.0 the response date, the sessid is set.  Using the same exact
test
> > plan on both versions.
> >
> >
> >
>
> -
> 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]
>
>

-
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]



RE: cookie manager

2005-10-18 Thread Maness, Marty
Thanks, will give this a try and let you know.

Marty Maness
Project Manager - DoIT
Phone: 402-280-3931
Creighton University

-Original Message-
From: sebb [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 18, 2005 9:55 AM
To: JMeter Users List
Subject: Re: cookie manager

The error is "java.lang.NoSuchMethodError" reported from HTTPSampler.
Unfortunately the method name is not shown ...

This could be caused by trying to use the HTTPS protocol without
having downloaded JSSE (the Java version is 1.3.1.9)

Java 1.3 is obsolete, and does not always work properly with JMeter.
Try upgrading to 1.4.2 or later.

Also, it looks as though you _may_ need the JavaMail jars
(activation.jar and mail.jar). These can be obtained from the Java
website.

See:

http://jakarta.apache.org/jmeter/usermanual/get-started.html

for links

S.
On 18/10/05, Maness, Marty <[EMAIL PROTECTED]> wrote:
> It is sent.  There is an error in the log.  I was looking at the wrong
> file.
>
> Marty Maness
> Project Manager - DoIT
> Phone: 402-280-3931
> Creighton University
>
> -Original Message-
> From: sebb [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 18, 2005 9:30 AM
> To: JMeter Users List
> Subject: Re: cookie manager
>
> Can you perhaps send me jmeter.log from a run that just stops?
>
> S.
> On 18/10/05, Maness, Marty <[EMAIL PROTECTED]> wrote:
> > I do not get any error messages.  It just stops.  What's interesting
> is
> > the application is a third party application - so I don't have a
means
> > to talk to the developers, but each request to the server, it sends
> down
> > a new sessionid in an expired cookie?  I tried on 2.0.3 and got the
> same
> > results as 2.1.1
> >
> > Marty Maness
> > Project Manager - DoIT
> > Phone: 402-280-3931
> > Creighton University
> > -Original Message-
> > From: sebb [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, October 18, 2005 9:21 AM
> > To: JMeter Users List
> > Subject: Re: cookie manager
> >
> > If the expiration date is in the past, then the cookie is surely not
> > valid?
> >
> > I think there were some changes since 2.0.0 to fix cookie date
> handling.
> >
> > However, JMeter should not just stop.
> > Any messages in jmeter.log? or the console window?
> >
> > What happens with JMeter 2.0.3? I'd expect it to behave like 2.1.1
for
> > Cookies.
> >
> > S.
> > On 18/10/05, Maness, Marty <[EMAIL PROTECTED]> wrote:
> > > I'm still having trouble with cookie manager on the new version of
> > > apache 2.1.1.  The cookie manager on 2.0.0 works fine for me.  A
> > couple
> > > things to note - the expiration date of the cookie sent by the
> server
> > > has an expiration date in the past.  Could this be the issue?
> Jmeter
> > > just stops, and in the response data the session id is not set.
Yet
> > on
> > > 2.0.0 the response date, the sessid is set.  Using the same exact
> test
> > > plan on both versions.
> > >
> > >
> > >
> >
> >
-
> > 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]
> >
> >
>
> -
> 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]
>
>

-
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]



RE: cookie manager

2005-10-18 Thread Maness, Marty
I downloaded and installed 1.4.2 and Jmeter is now running through the
whole test correctly(not just stopping).  Still having a problem with
the cookie manager though, in the response headers the cookie value for
sessid is not being populated, the expiration date is in the past?

Marty Maness
Project Manager - DoIT
Phone: 402-280-3931
Creighton University

-Original Message-
From: sebb [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 18, 2005 9:55 AM
To: JMeter Users List
Subject: Re: cookie manager

The error is "java.lang.NoSuchMethodError" reported from HTTPSampler.
Unfortunately the method name is not shown ...

This could be caused by trying to use the HTTPS protocol without
having downloaded JSSE (the Java version is 1.3.1.9)

Java 1.3 is obsolete, and does not always work properly with JMeter.
Try upgrading to 1.4.2 or later.

Also, it looks as though you _may_ need the JavaMail jars
(activation.jar and mail.jar). These can be obtained from the Java
website.

See:

http://jakarta.apache.org/jmeter/usermanual/get-started.html

for links

S.
On 18/10/05, Maness, Marty <[EMAIL PROTECTED]> wrote:
> It is sent.  There is an error in the log.  I was looking at the wrong
> file.
>
> Marty Maness
> Project Manager - DoIT
> Phone: 402-280-3931
> Creighton University
>
> -Original Message-
> From: sebb [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 18, 2005 9:30 AM
> To: JMeter Users List
> Subject: Re: cookie manager
>
> Can you perhaps send me jmeter.log from a run that just stops?
>
> S.
> On 18/10/05, Maness, Marty <[EMAIL PROTECTED]> wrote:
> > I do not get any error messages.  It just stops.  What's interesting
> is
> > the application is a third party application - so I don't have a
means
> > to talk to the developers, but each request to the server, it sends
> down
> > a new sessionid in an expired cookie?  I tried on 2.0.3 and got the
> same
> > results as 2.1.1
> >
> > Marty Maness
> > Project Manager - DoIT
> > Phone: 402-280-3931
> > Creighton University
> > -Original Message-
> > From: sebb [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, October 18, 2005 9:21 AM
> > To: JMeter Users List
> > Subject: Re: cookie manager
> >
> > If the expiration date is in the past, then the cookie is surely not
> > valid?
> >
> > I think there were some changes since 2.0.0 to fix cookie date
> handling.
> >
> > However, JMeter should not just stop.
> > Any messages in jmeter.log? or the console window?
> >
> > What happens with JMeter 2.0.3? I'd expect it to behave like 2.1.1
for
> > Cookies.
> >
> > S.
> > On 18/10/05, Maness, Marty <[EMAIL PROTECTED]> wrote:
> > > I'm still having trouble with cookie manager on the new version of
> > > apache 2.1.1.  The cookie manager on 2.0.0 works fine for me.  A
> > couple
> > > things to note - the expiration date of the cookie sent by the
> server
> > > has an expiration date in the past.  Could this be the issue?
> Jmeter
> > > just stops, and in the response data the session id is not set.
Yet
> > on
> > > 2.0.0 the response date, the sessid is set.  Using the same exact
> test
> > > plan on both versions.
> > >
> > >
> > >
> >
> >
-
> > 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]
> >
> >
>
> -
> 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]
>
>

-
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]



response time

2005-10-25 Thread Maness, Marty
Would it be fair to say that J-Meter considers response time to be...

 

Time elapsed from Initiated web request until last byte received?

 

Thanks



RE: difference b/w jmeter and load runner

2005-11-11 Thread Maness, Marty
Biggest difference...cost.

To run 10,000 load runner users is going to cost you a bundle.  JMeter
can run 10,000 users, you just need the hardware to run it off of.

-Original Message-
From: naveen gs [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 11, 2005 4:44 AM
To: jmeter-user@jakarta.apache.org
Subject: difference b/w jmeter and load runner

hi,
   i have worked  with basic features of jmeter and i am interested
in knowing the difference between jmeter and load runner in terms of
features 
 
load runner can handle more than 1 vusers, can jmeter handle this
amount and what are the other differences b/w this two.
 
 
Thanks in Advance
 
Naveen


-
 Yahoo! FareChase - Search multiple travel sites in one click.  

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



regular expression extractor

2006-01-11 Thread Maness, Marty
I'm trying the regular expression extractor...I'm not very familiar with
Perl

Object moved
Object moved to here.



This above is my response data, I'm trying to get the value
(S(aqt03u45qeprs13lr3fhgp3o)) out of the above response data, here's
what I got but doesn't seem to be working...

Reference Name:  sessionvariable
Regular Expression: /Lottery/(.*)/
Template: I don't know what to put here?
Match No. 1
Default Value 

Thanks for the help.



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



xml format

2006-02-06 Thread Maness, Marty
Is there an easy way to scrape out the xml test plan, to create a file
that has...?

 

Request

Parameters:value

 

Marty Maness

Project Manager - DoIT

Phone: 402-280-3931

Creighton University

 



test

2006-04-19 Thread Maness, Marty
Sorry, just a test