Jmeter problems 2h into perf test

2006-04-17 Thread Oliver Erlewein \(DSLWN\)
Hi @ all,

I run a 3h perf test on production and after a constant amount of
samples (~5000 i.e. ~2h into the test). I get a huge bump in my return
times. This does not seem to be the application but jmeter/java getting
into a tangle. After about 12min the results normalise again. Now I've
run the same test in 3 parts of 1h directly back to back and I don't see
the bump. The Jmeter machine has more than enough grunt to handle the
test run. There are parameters in the jmeter and jmeter.bat that I'm
trying to configure. Tests this evening will show whether that will do
any change but maybe someone has played around with the parameters and
has some values that allow for long running big tests. 

The "bump" looks something like this:

60s  +
 +
30s  ++  +
 ++ +++
 +++
6s  ++ + ++ + + + +   + +  + + 
2s  ++

Regards & Thank you
Oliver

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



Re: add another jar library from the command line

2006-04-17 Thread sebb
Have you tried the classpath field on the Test Plan element?

On 17/04/06, Dave Maung <[EMAIL PROTECTED]> wrote:
> I am trying to implement to run one of my java program to do the benchmark. I 
> am using and modifying org.apache.jmeter.protocol.java.test.JavaTest by 
> adding a relay called of my java program MyJavaProgram.main(args); All I want 
> is to start  the JMeter with specified classpath where the MyJavaProgram is 
> located instead of throwing my jar into JMeter/lib or JMeter/lib/ext 
> directory. Can this be done?
>
>
>
>
> sebb <[EMAIL PROTECTED]> wrote: I don't think so. There is a field on the 
> test plan element that
> allows additional classpath entries to be added; however this is
> processed a bit late for some purposes.
>
> Why do want to do this?
>
>
> On 17/04/06, Dave Maung  wrote:
> > Is there a way  I can tell JMeter to add classpath or specific jar file 
> > from the command line ?
> > Dave
> >
> >
>
> -
> 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: JMeter closing while running a test

2006-04-17 Thread sebb
Worth checking the console window as well - JMeter tries to capture
and log all errors to jmeter.log, but some may be missed.

If necessary, add a PAUSE command to the end of jmeter.bat

S.
On 17/04/06, Oliver Erlewein (DSLWN) <[EMAIL PROTECTED]> wrote:
> Hi Brian,
>
> I had similar problems under JMeter on Windows (I suppose you're running
> on Windows). The solution for me were Linux boxes. The cause seems to be
> a memory overflow. If you run Task manager and look at how much memory
> Java's taking up you should notice that JMeter always ends when a
> certain KB/MB limit is reached. You can also tweak the numbers in
> jmeter.bat and work on your scripts to work differently but that depends
> on how you use JMeter.
>
> Oliver
>
> -Original Message-
> From: Brian Swackhamer [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 18 April 2006 09:25
> To: jmeter-user@jakarta.apache.org
> Subject: JMeter closing while running a test
>
> Has anyone else had a problem with JMeter closing while running a test?
> I have an HTTP test that has worked fine on multiple occasions but today
> for some reason closes JMeter with no errors and no warning.  I moved
> back the number of threads from 50 to 25 then from 25 to 10 it will work
> once but then on a second run will close.Any ideas?
>
>
>
> Thanks.
>
>
>
> Brian Swackhamer
>
>
>
> -
> 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: JMeter closing while running a test

2006-04-17 Thread Oliver Erlewein \(DSLWN\)
Hi Brian,

I had similar problems under JMeter on Windows (I suppose you're running
on Windows). The solution for me were Linux boxes. The cause seems to be
a memory overflow. If you run Task manager and look at how much memory
Java's taking up you should notice that JMeter always ends when a
certain KB/MB limit is reached. You can also tweak the numbers in
jmeter.bat and work on your scripts to work differently but that depends
on how you use JMeter.

Oliver

-Original Message-
From: Brian Swackhamer [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 18 April 2006 09:25
To: jmeter-user@jakarta.apache.org
Subject: JMeter closing while running a test

Has anyone else had a problem with JMeter closing while running a test?
I have an HTTP test that has worked fine on multiple occasions but today
for some reason closes JMeter with no errors and no warning.  I moved
back the number of threads from 50 to 25 then from 25 to 10 it will work
once but then on a second run will close.Any ideas?

 

Thanks.

 

Brian Swackhamer

 

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



JMeter closing while running a test

2006-04-17 Thread Brian Swackhamer
Has anyone else had a problem with JMeter closing while running a test?
I have an HTTP test that has worked fine on multiple occasions but today
for some reason closes JMeter with no errors and no warning.  I moved
back the number of threads from 50 to 25 then from 25 to 10 it will work
once but then on a second run will close.Any ideas?

 

Thanks.

 

Brian Swackhamer

 




BENEFITFOCUS.COM CONFIDENTIALITY NOTICE: This electronic message is intended 
only for the individual or entity to which it is addressed and may contain 
information that is confidential and protected by law. Unauthorized review, 
use, disclosure, or dissemination of this communication or its contents in any 
way is prohibited and may be unlawful. If you are not the intended recipient or 
a person responsible for delivering this message to an intended recipient, 
please notify the original sender immediately by e-mail or telephone, return 
the original message to the original sender or to [EMAIL PROTECTED], and 
destroy all copies or derivations of the original message. Thank you.  
(BFeComNote Rev. 08/01/2005)
***


Re: Expanding test tree on open

2006-04-17 Thread sebb
Seems like a good idea - except perhaps when the test tree is very large.

I'll see about adding it, but there should probably be a property to
stop it happening, just in case.

S.
On 14/04/06, sumit shah <[EMAIL PROTECTED]> wrote:
> Dear JMeter-Users:
>
>
> As a convenience, is it possible to expand the JTree that represents the
> test plan by default?  I've inserted the following code to
> Load.insertLoadedTree method that accomplishes this
>
> JTree jTree = GuiPackage.getInstance().getMainFrame().getTree();
> for(int i = 0; i < jTree.getRowCount(); i++) {
>   jTree.expandRow(i);
> }
>
> Thanks,
> Sumit
>
> -
> 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: CSV Random values?

2006-04-17 Thread sebb
On 17/04/06, Hoffman, Matthew <[EMAIL PROTECTED]> wrote:
> Is it possible to randomize the csv controller so it reads a random
> value for each thread as it runs?  Is there a better way to do this?

Yes.

Please use an appropriate subject line, start a new thread, and please
don't post twice in quick succession ...

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



Re: XML Schema validation

2006-04-17 Thread sebb
On 17/04/06, Hoffman, Matthew <[EMAIL PROTECTED]> wrote:
> Is it possible to randomize the csv controller so it reads a random
> value for each thread as it runs?  Is there a better way to do this?

Yes - please start a new thread when asking a different question.

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



CSV Random values?

2006-04-17 Thread Hoffman, Matthew
Is it possible to randomize the csv controller so it reads a random
value for each thread as it runs?  Is there a better way to do this?

 

-Original Message-
From: sebb [mailto:[EMAIL PROTECTED]
Sent: Monday, April 17, 2006 3:51 PM
To: JMeter Users List
Subject: Re: XML Schema validation

On 17/04/06, amelaao <[EMAIL PROTECTED]> wrote:
> I can't use option 1, because I'm using industry specific schemas 
> which I can't change.

Aren't schemas just text files?
Can't you just copy the file and add the appropriate information?

> I extracted embedded message using RE extractor into a new variable, 
> but I'm not sure in Java Request Sampler which parameter to pass the 
> value of this variable to, so that XML Schema Assertion  checks
against it.

The XML Schema Assertion checks the Response Data, so just set that to
the variable in the Java Request JavaTest sampler.

> My flow is currently:
>
>- SOAP/XML-RPC Request
>   - Response Assertion
>   - RE Extractor
>- Java Request
>   - XML Schema Assertion
>
> I will submit a bugzilla entry, but would love to have  temp solution 
> in the meantime.
> Thanks,
> Amela
>
> On 4/17/06, sebb <[EMAIL PROTECTED]> wrote:
>
> > I don't think this is possible currently, but there are some things 
> > you could try:
> >
> > * update the XSD to include the Soap wrapper
> >
> > * extract the content using the RE extractor, and generate a dummy 
> > sample using Java Request sampler, then add the XML Schema Assertion

> > to that.
> >
> > Both are a bit messy.
> >
> > You could create a Bugzilla enhancement request - e.g. to add a 
> > facility to XML Schema Assertion to use part of the response or a 
> > variable.
> >
> > On 17/04/06, amela abadzic <[EMAIL PROTECTED]> wrote:
> > > I'm using JMeter for automated  Web Services testing. I'm using
> > Soap/XML-RPC
> > > Request Sampler. I need to validate the embedded response message
> > against
> > > the schema. I can't simply use XML Schema Assertion, because it 
> > > tries to validate the whole Soap Response, where I need to 
> > > validate just the
> > payload
> > > which is embedded  in Soap Body.
> > >
> > >
> > >
> > > 
> > >
> > > ...
> > >
> > > 
> > >
> > > 
> > >
> > > ...
> > >
> > > 
> > >
> > > 
> > >
> > > 
> > >
> > >
> > >
> > > I can use Regular expression extractor to extract this
> > 
> > > ..., and I would like a way to use XML Schema
> > Assertion on
> > > this extracted message. Any ideas will be very much appreciated.
> > >
> > >
> > >
> > > Thanks,
> > >
> > > Amela
> > >
> > >
> >
> > 
> > - To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Regards,
> Amela
>
>

-
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: XML Schema validation

2006-04-17 Thread Hoffman, Matthew
Is it possible to randomize the csv controller so it reads a random
value for each thread as it runs?  Is there a better way to do this?

 

-Original Message-
From: sebb [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 17, 2006 3:51 PM
To: JMeter Users List
Subject: Re: XML Schema validation

On 17/04/06, amelaao <[EMAIL PROTECTED]> wrote:
> I can't use option 1, because I'm using industry specific schemas 
> which I can't change.

Aren't schemas just text files?
Can't you just copy the file and add the appropriate information?

> I extracted embedded message using RE extractor into a new variable, 
> but I'm not sure in Java Request Sampler which parameter to pass the 
> value of this variable to, so that XML Schema Assertion  checks
against it.

The XML Schema Assertion checks the Response Data, so just set that to
the variable in the Java Request JavaTest sampler.

> My flow is currently:
>
>- SOAP/XML-RPC Request
>   - Response Assertion
>   - RE Extractor
>- Java Request
>   - XML Schema Assertion
>
> I will submit a bugzilla entry, but would love to have  temp solution 
> in the meantime.
> Thanks,
> Amela
>
> On 4/17/06, sebb <[EMAIL PROTECTED]> wrote:
>
> > I don't think this is possible currently, but there are some things 
> > you could try:
> >
> > * update the XSD to include the Soap wrapper
> >
> > * extract the content using the RE extractor, and generate a dummy 
> > sample using Java Request sampler, then add the XML Schema Assertion

> > to that.
> >
> > Both are a bit messy.
> >
> > You could create a Bugzilla enhancement request - e.g. to add a 
> > facility to XML Schema Assertion to use part of the response or a 
> > variable.
> >
> > On 17/04/06, amela abadzic <[EMAIL PROTECTED]> wrote:
> > > I'm using JMeter for automated  Web Services testing. I'm using
> > Soap/XML-RPC
> > > Request Sampler. I need to validate the embedded response message
> > against
> > > the schema. I can't simply use XML Schema Assertion, because it 
> > > tries to validate the whole Soap Response, where I need to 
> > > validate just the
> > payload
> > > which is embedded  in Soap Body.
> > >
> > >
> > >
> > > 
> > >
> > > ...
> > >
> > > 
> > >
> > > 
> > >
> > > ...
> > >
> > > 
> > >
> > > 
> > >
> > > 
> > >
> > >
> > >
> > > I can use Regular expression extractor to extract this
> > 
> > > ..., and I would like a way to use XML Schema
> > Assertion on
> > > this extracted message. Any ideas will be very much appreciated.
> > >
> > >
> > >
> > > Thanks,
> > >
> > > Amela
> > >
> > >
> >
> > 
> > - To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Regards,
> Amela
>
>

-
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: XML Schema validation

2006-04-17 Thread sebb
On 17/04/06, amelaao <[EMAIL PROTECTED]> wrote:
> I can't use option 1, because I'm using industry specific schemas which I
> can't change.

Aren't schemas just text files?
Can't you just copy the file and add the appropriate information?

> I extracted embedded message using RE extractor into a new variable, but I'm
> not sure in Java Request Sampler which parameter to pass the value of this
> variable to, so that XML Schema Assertion  checks against it.

The XML Schema Assertion checks the Response Data, so just set that to
the variable in the Java Request JavaTest sampler.

> My flow is currently:
>
>- SOAP/XML-RPC Request
>   - Response Assertion
>   - RE Extractor
>- Java Request
>   - XML Schema Assertion
>
> I will submit a bugzilla entry, but would love to have  temp solution in the
> meantime.
> Thanks,
> Amela
>
> On 4/17/06, sebb <[EMAIL PROTECTED]> wrote:
>
> > I don't think this is possible currently, but there are some things
> > you could try:
> >
> > * update the XSD to include the Soap wrapper
> >
> > * extract the content using the RE extractor, and generate a dummy
> > sample using Java Request sampler, then add the XML Schema Assertion
> > to that.
> >
> > Both are a bit messy.
> >
> > You could create a Bugzilla enhancement request - e.g. to add a
> > facility to XML Schema Assertion to use part of the response or a
> > variable.
> >
> > On 17/04/06, amela abadzic <[EMAIL PROTECTED]> wrote:
> > > I'm using JMeter for automated  Web Services testing. I'm using
> > Soap/XML-RPC
> > > Request Sampler. I need to validate the embedded response message
> > against
> > > the schema. I can't simply use XML Schema Assertion, because it tries to
> > > validate the whole Soap Response, where I need to validate just the
> > payload
> > > which is embedded  in Soap Body.
> > >
> > >
> > >
> > > 
> > >
> > > …
> > >
> > > 
> > >
> > > 
> > >
> > > …
> > >
> > > 
> > >
> > > 
> > >
> > > 
> > >
> > >
> > >
> > > I can use Regular expression extractor to extract this
> > 
> > > …, and I would like a way to use XML Schema
> > Assertion on
> > > this extracted message. Any ideas will be very much appreciated.
> > >
> > >
> > >
> > > Thanks,
> > >
> > > Amela
> > >
> > >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Regards,
> Amela
>
>

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



Re: XML Schema validation

2006-04-17 Thread amelaao
I can't use option 1, because I'm using industry specific schemas which I
can't change.

I extracted embedded message using RE extractor into a new variable, but I'm
not sure in Java Request Sampler which parameter to pass the value of this
variable to, so that XML Schema Assertion  checks against it.
My flow is currently:

   - SOAP/XML-RPC Request
  - Response Assertion
  - RE Extractor
   - Java Request
  - XML Schema Assertion

I will submit a bugzilla entry, but would love to have  temp solution in the
meantime.
Thanks,
Amela

On 4/17/06, sebb <[EMAIL PROTECTED]> wrote:

> I don't think this is possible currently, but there are some things
> you could try:
>
> * update the XSD to include the Soap wrapper
>
> * extract the content using the RE extractor, and generate a dummy
> sample using Java Request sampler, then add the XML Schema Assertion
> to that.
>
> Both are a bit messy.
>
> You could create a Bugzilla enhancement request - e.g. to add a
> facility to XML Schema Assertion to use part of the response or a
> variable.
>
> On 17/04/06, amela abadzic <[EMAIL PROTECTED]> wrote:
> > I'm using JMeter for automated  Web Services testing. I'm using
> Soap/XML-RPC
> > Request Sampler. I need to validate the embedded response message
> against
> > the schema. I can't simply use XML Schema Assertion, because it tries to
> > validate the whole Soap Response, where I need to validate just the
> payload
> > which is embedded  in Soap Body.
> >
> >
> >
> > 
> >
> > …
> >
> > 
> >
> > 
> >
> > …
> >
> > 
> >
> > 
> >
> > 
> >
> >
> >
> > I can use Regular expression extractor to extract this
> 
> > …, and I would like a way to use XML Schema
> Assertion on
> > this extracted message. Any ideas will be very much appreciated.
> >
> >
> >
> > Thanks,
> >
> > Amela
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Regards,
Amela


Re: XML Schema validation

2006-04-17 Thread sebb
I don't think this is possible currently, but there are some things
you could try:

* update the XSD to include the Soap wrapper

* extract the content using the RE extractor, and generate a dummy
sample using Java Request sampler, then add the XML Schema Assertion
to that.

Both are a bit messy.

You could create a Bugzilla enhancement request - e.g. to add a
facility to XML Schema Assertion to use part of the response or a
variable.

On 17/04/06, amela abadzic <[EMAIL PROTECTED]> wrote:
> I'm using JMeter for automated  Web Services testing. I'm using Soap/XML-RPC
> Request Sampler. I need to validate the embedded response message against
> the schema. I can't simply use XML Schema Assertion, because it tries to
> validate the whole Soap Response, where I need to validate just the payload
> which is embedded  in Soap Body.
>
>
>
> 
>
> …
>
> 
>
> 
>
> …
>
> 
>
> 
>
> 
>
>
>
> I can use Regular expression extractor to extract this 
> …, and I would like a way to use XML Schema Assertion on
> this extracted message. Any ideas will be very much appreciated.
>
>
>
> Thanks,
>
> Amela
>
>

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



Jmeter

2006-04-17 Thread subodh . v . dange

Hi ,

I am trying to setup website monitoring using Jmeter 2.1.1. I downloaded
and installed Jmeter on my laptop(its a binary download as we are not
creating any plugins). I have JDK 1.4 installed on my machine. Just to
start with I was trying to configure Jmeter as mentioned in user manual(
http://jakarta.apache.org/jmeter/usermanual/index.html) with
jakarta.apache.org, I am getting failures in the jtl file. Attached
herewith is the jmx and jtl file.

Your help in this would highly be appreciated !!

Thanks in advance ,

(See attached file: Jakarata Test.jmx)(See attached file: jakartalog.jtl)

Subodh V Dange
763-586-3044.

_
This e-mail transmission and any attachments to it are intended solely for
the use of the individual or entity to whom it is addressed and may contain
confidential and privileged information.  If you are not the intended
recipient, your use, forwarding, printing, storing, disseminating,
distribution, or copying of this communication is prohibited.  If you
received this communication in error, please notify the sender immediately
by replying to this message and delete it from your computer.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: add another jar library from the command line

2006-04-17 Thread Dave Maung
I am trying to implement to run one of my java program to do the benchmark. I 
am using and modifying org.apache.jmeter.protocol.java.test.JavaTest by adding 
a relay called of my java program MyJavaProgram.main(args); All I want is to 
start  the JMeter with specified classpath where the MyJavaProgram is located 
instead of throwing my jar into JMeter/lib or JMeter/lib/ext directory. Can 
this be done?




sebb <[EMAIL PROTECTED]> wrote: I don't think so. There is a field on the test 
plan element that
allows additional classpath entries to be added; however this is
processed a bit late for some purposes.

Why do want to do this?


On 17/04/06, Dave Maung  wrote:
> Is there a way  I can tell JMeter to add classpath or specific jar file from 
> the command line ?
> Dave
>
>

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




XML Schema validation

2006-04-17 Thread amela abadzic
I'm using JMeter for automated  Web Services testing. I'm using Soap/XML-RPC
Request Sampler. I need to validate the embedded response message against
the schema. I can't simply use XML Schema Assertion, because it tries to
validate the whole Soap Response, where I need to validate just the payload
which is embedded  in Soap Body.





…





…









I can use Regular expression extractor to extract this 
…, and I would like a way to use XML Schema Assertion on
this extracted message. Any ideas will be very much appreciated.



Thanks,

Amela


Re: SSL Cookie not sending through HTTPS but will send through HTTP

2006-04-17 Thread sebb
On 14/04/06, Brian Swackhamer <[EMAIL PROTECTED]> wrote:
> Travis,
>
> Thanks for the help so far.  I was able to run the test that you sent me
> and it ran without a problem.  After examining your test more closely I
> see that your application does not re-direct the client to different
> pages.  The application that I am testing redirects to an Enter page
> once the user logs into the app.  On this redirect I obviously need to
> forward on the cookie which is not following the re-direct.  Can you
> offer any advice on this?
>

Perhaps JMeter thinks that the cookie does not apply to the redirect
target. You should be able to see the incoming cookie in the Tree
View. Perhaps you can post the cookie details (replace the value with
something innocuous) and the redirect details.

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



Re: add another jar library from the command line

2006-04-17 Thread sebb
I don't think so. There is a field on the test plan element that
allows additional classpath entries to be added; however this is
processed a bit late for some purposes.

Why do want to do this?


On 17/04/06, Dave Maung <[EMAIL PROTECTED]> wrote:
> Is there a way  I can tell JMeter to add classpath or specific jar file from 
> the command line ?
> Dave
>
>

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



Re: Remote Server not able to start

2006-04-17 Thread sebb
On 14/04/06, Brian Swackhamer <[EMAIL PROTECTED]> wrote:
> I am still trying to get the remote server working.  I have verified the
> client and the server are running the same version of JAVA.  I believe
> that the problem that I am having is that when I run the
> jmeter-server.bat it looks to load up the Java end and then the
> rmiregistry but then stop the java.exe.  Any ideas why this is
> happening?

Yes, there is probably a space in the path name to the JMeter home directory.

> Thanks,
> Brian
>
> ERROR LOG BELOW
> 
> 
> 2006/04/14 14:29:48 INFO  - jmeter.util.JMeterUtils: Setting Locale to
> en_US
> 2006/04/14 14:29:49 INFO  - jmeter.JMeter: Version 2-1.20060118
> 2006/04/14 14:29:49 INFO  - jmeter.JMeter: java.version=1.4.2_08
> 2006/04/14 14:29:49 INFO  - jmeter.JMeter: Locale=English (United
> States)
> 2006/04/14 14:29:49 INFO  - jmeter.JMeter: Copyright (c) 1998-2005 The
> Apache Software Foundation
> 2006/04/14 14:29:49 INFO  - jmeter.engine.RemoteJMeterEngineImpl:
> Starting backing engine on 1099
> 2006/04/14 14:29:50 ERROR - jmeter.engine.RemoteJMeterEngineImpl:
> rmiregistry needs to be running to start JMeter in server mode
> java.rmi.ServerException: RemoteException occurred in server
> thread; nested exception is:
> java.rmi.UnmarshalException: error unmarshalling arguments;
> nested exception is:
> java.net.MalformedURLException: no protocol:
> Files\JMeter\bfebilltester\jmeter\lib\avalon-framework-4.1.4.jar

This looks like  "...\Program Files\JMeter" has been chopped in two.

> 2006/04/14 14:29:50 ERROR - jmeter.JMeter: Giving up, as server failed

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



add another jar library from the command line

2006-04-17 Thread Dave Maung
Is there a way  I can tell JMeter to add classpath or specific jar file from 
the command line ?
Dave


RE: Cookie Manager not working with HTTPS

2006-04-17 Thread Edward Patterson
Yes, this is unchecked by default. 

-Original Message-
From: Amit Kulkarni [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 17, 2006 9:16 AM
To: JMeter Users List
Subject: Re: Cookie Manager not working with HTTPS

If you set "Clear cookies each iteration = TRUE" under HTTP Cookie
Manager
then it will delete the cookies when it passes to the next page.

Amit


On 4/15/06, Edward Patterson <[EMAIL PROTECTED]> wrote:
>
> I am trying to test a web application using HTTPS on JMeter. I am
using
> JMeter 2-1.20060118 and Java SDK 1.4.2_08. I have recorded and
executed
> the test fine in HTTP. I have a Cookie Manager for the thread, and the
> cookie information with each request is displayed in the request tab
on
> the results tree. My test consists of the following: Get the login
page,
> post login form parameters, get the enter page.
>
> When I switch to HTTPS on 443, I am redirected to the login page on
the
> second and third requests. I do not see the cookie information in the
> request tab in the results tree. I believe that the Cookie Manager is
> not passing the cookie information back with each subsequent request.
I
> can reproduce the same results in my browser when I disable cookies
for
> each request. I have set the logging to debug but can not find any
> information about what cookies are sent with the requests. I do see
that
> with HTTP request the Cookie Manager is matching the cookies. With
HTTPS
> request, the Cookie Manager shows it is adding the cookie, but not
> matching the cookie with the previous request.
>
> I have looked through the Users Guide, FAQ, and Bug list for any
> information about the Cookie Manager handling HTTPS request but have
not
> found anything. Has anyone experienced this behavior using HTTPS in
> JMeter?
>
>
>
>
>
>
>


> BENEFITFOCUS.COM CONFIDENTIALITY NOTICE: This electronic message is
> intended only for the individual or entity to which it is addressed
and may
> contain information that is confidential and protected by law.
Unauthorized
> review, use, disclosure, or dissemination of this communication or its
> contents in any way is prohibited and may be unlawful. If you are not
the
> intended recipient or a person responsible for delivering this message
to an
> intended recipient, please notify the original sender immediately by
e-mail
> or telephone, return the original message to the original sender or to
> [EMAIL PROTECTED], and destroy all copies or derivations
of
> the original message. Thank you.  (BFeComNote Rev. 08/01/2005)
>
>

***
>
>


--
To be what we are, and to become what we are capable of becoming, is the
only end of life.



BENEFITFOCUS.COM CONFIDENTIALITY NOTICE: This electronic message is intended 
only for the individual or entity to which it is addressed and may contain 
information that is confidential and protected by law. Unauthorized review, 
use, disclosure, or dissemination of this communication or its contents in any 
way is prohibited and may be unlawful. If you are not the intended recipient or 
a person responsible for delivering this message to an intended recipient, 
please notify the original sender immediately by e-mail or telephone, return 
the original message to the original sender or to [EMAIL PROTECTED], and 
destroy all copies or derivations of the original message. Thank you.  
(BFeComNote Rev. 08/01/2005)
***

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



Re: Cookie Manager not working with HTTPS

2006-04-17 Thread Amit Kulkarni
If you set "Clear cookies each iteration = TRUE" under HTTP Cookie Manager
then it will delete the cookies when it passes to the next page.

Amit


On 4/15/06, Edward Patterson <[EMAIL PROTECTED]> wrote:
>
> I am trying to test a web application using HTTPS on JMeter. I am using
> JMeter 2-1.20060118 and Java SDK 1.4.2_08. I have recorded and executed
> the test fine in HTTP. I have a Cookie Manager for the thread, and the
> cookie information with each request is displayed in the request tab on
> the results tree. My test consists of the following: Get the login page,
> post login form parameters, get the enter page.
>
> When I switch to HTTPS on 443, I am redirected to the login page on the
> second and third requests. I do not see the cookie information in the
> request tab in the results tree. I believe that the Cookie Manager is
> not passing the cookie information back with each subsequent request. I
> can reproduce the same results in my browser when I disable cookies for
> each request. I have set the logging to debug but can not find any
> information about what cookies are sent with the requests. I do see that
> with HTTP request the Cookie Manager is matching the cookies. With HTTPS
> request, the Cookie Manager shows it is adding the cookie, but not
> matching the cookie with the previous request.
>
> I have looked through the Users Guide, FAQ, and Bug list for any
> information about the Cookie Manager handling HTTPS request but have not
> found anything. Has anyone experienced this behavior using HTTPS in
> JMeter?
>
>
>
>
>
>
> 
> BENEFITFOCUS.COM CONFIDENTIALITY NOTICE: This electronic message is
> intended only for the individual or entity to which it is addressed and may
> contain information that is confidential and protected by law. Unauthorized
> review, use, disclosure, or dissemination of this communication or its
> contents in any way is prohibited and may be unlawful. If you are not the
> intended recipient or a person responsible for delivering this message to an
> intended recipient, please notify the original sender immediately by e-mail
> or telephone, return the original message to the original sender or to
> [EMAIL PROTECTED], and destroy all copies or derivations of
> the original message. Thank you.  (BFeComNote Rev. 08/01/2005)
>
> ***
>
>


--
To be what we are, and to become what we are capable of becoming, is the
only end of life.


RE: Help required for regular expression

2006-04-17 Thread vish Kamtane
Hi,

Thanks to everyone.
I do not know what the problem was.
But i was geting a problem regarding a specific regular expression to extract 
the values using (.+?) and now its working fine.
I've checked with the match no also,and i found out that this is the same match 
no which i've used earlier there is nothing different,but this time my regular 
exp extractor is working.
Thanks to everyone who replied.

Thanks & Regards,
Vishal Kamtane