RE: Problem Implementing Test Plan due to Secured Page Access Logic

2005-04-08 Thread Roopal Shah
Thanks Sebb, Yes, I have added a cookie manager to my test plan. But I have not added any new cookie in the cookie manager. Do I have to add cookie manually or Does JMeter automatically add new cookies? Thanks & Regards ~ Roopal Shah -Original Message- From: sebb [mailto:[EMAIL PROTECTED

HTTP requests d efaults

2005-04-08 Thread Ghananeel Gondhali
Hi, In my testplan i got 2 threadgroups Can both threadgroups use the same http request defaults ? regards, Raj - Do you Yahoo!? Make Yahoo! your home page

Re: JMX not working anymore in new JMeter version

2005-04-08 Thread sebb
The csvread.delimiter property had already been merged into CVS HEAD. Perhaps you had an older build. Anyway, I've now updated CSV Data Set to support different delimiters. This (and the csvread delimiters) are in the latest nightly build if you want to try that. S. On Apr 8, 2005 2:47 PM, sebb

Re: JMX not working anymore in new JMeter version

2005-04-08 Thread sebb
The attached JMeter file appears to be in the NEW format (2.1) not an old format. It opens OK in 2.1. S, On Apr 8, 2005 10:43 PM, Carsten Sensler <[EMAIL PROTECTED]> wrote: > Hello together, > I has the same problem that I cannot open old JMX files with the JMeter > version 2.03. I get the same er

Re: Sending files to the mailinglist

2005-04-08 Thread sebb
Yes, please use Bugzilla for files. There are probably still some people using low bandwidth connections to follow this list. Besides, it's much easier to keep track of contributions in Bugzilla. S. On Apr 8, 2005 10:56 PM, Carsten Sensler <[EMAIL PROTECTED]> wrote: > Hi! > > How can I send fil

Sending files to the mailinglist

2005-04-08 Thread Carsten Sensler
Hi! How can I send files to the mailinglist? Am I to open a contribution in the Bugzilla and upload the file there? Thanks. Carsten

AW: JMX not working anymore in new JMeter version

2005-04-08 Thread Carsten Sensler
Hello together, I has the same problem that I cannot open old JMX files with the JMeter version 2.03. I get the same error message. The log file excerpt looks as follows: 2005/04/08 23:35:38 ERROR - jmeter.save.SaveService: Problem loading part of file org.apache.avalon.framework.configurati

Re: CVS Data Set

2005-04-08 Thread Michael Stover
You can attach the CSV Data Set as a child element of your first request. this should make it "execute" only when that request is run, but the variables it creates will still be global. -Mike On Fri, 2005-04-08 at 11:38 -0400, Mujahid Ali wrote: > Guys, > > I have my user/pass infomation stored

CVS Data Set

2005-04-08 Thread Mujahid Ali
Guys, I have my user/pass infomation stored in a csv file and I am using CSV Data Set component to read it. My question is that I want to setup a plan as follows: Test Plan Thread Group HttpRequest - http://host/login?uid=x&role=y [Login] HttpRequest - http://host/logou

Unique URL string

2005-04-08 Thread Angie Johnson
Hello, After logging into our website as a unique user, the URL has a specific user id within the URL string. Therefore when I record my script for the first time, that unique id is present. Is there anyway for me to substitute that out for each of the individual users that I want to execute the

Re: SSL Problems

2005-04-08 Thread Peter Lin
ok, if a certiifcate is required, you will need to add the cert to java or write a custom SSL manager to load a valid client cert to send to the server. peter On Apr 8, 2005 10:24 AM, Keith Weicksel <[EMAIL PROTECTED]> wrote: > What I am trying to do is log into our production website's shopping

Re: SSL Problems

2005-04-08 Thread Keith Weicksel
What I am trying to do is log into our production website's shopping cart. A certificate is required and so is a keystore password. I record the script in Bad Boy, then export it into JMeter. Playing the script IN badboy works fine [until processing the order... that requires replacing some s

Re: Problem Implementing Test Plan due to Secured Page Access Logic

2005-04-08 Thread sebb
Have you added a Cookie Manager to the test plan? On Apr 8, 2005 2:20 PM, Roopal Shah <[EMAIL PROTECTED]> wrote: > Hi, > We are experiencing a problem with creating a test plan in JMeter. We know > the cause of the problem but need inputs/help to identify the approach for > resolving the problem.

Re: JMX not working anymore in new JMeter version

2005-04-08 Thread sebb
I thought these had been merged into 2.1, but perhaps not. Or it may just be that the properties file has not been updated with the comments - worth trying to see. I can check this out tonight, and create a new nightly build if necessary. 2.1 has a new config item - CSV Data Set Config. However

RE: JMX not working anymore in new JMeter version

2005-04-08 Thread Sander Stevens
Hi, One thing that is very handy in the 2.0.3 version is the choice of delimiter. The properties file has now: # CSVRead delimiter setting (default ",") # Make sure that there are no trailing spaces or tabs after the delimiter # characters, or these will be included in the list of valid delimiters

Problem Implementing Test Plan due to Secured Page Access Logic

2005-04-08 Thread Roopal Shah
Hi, We are experiencing a problem with creating a test plan in JMeter. We know the cause of the problem but need inputs/help to identify the approach for resolving the problem. The application that is being tested contains code logic that ensures that the application pages cannot be downloaded/requ

Re: SSL Problems

2005-04-08 Thread sebb
Are you are trying to use the built-in JMeter proxy with SSL? This is not supported. S. On Apr 8, 2005 1:57 PM, Peter Lin <[EMAIL PROTECTED]> wrote: > you'll need to be more specific. the only time you need to do extra > work is when the client needs a certificate to connect to the server. > Serv

Re: JMX not working anymore in new JMeter version

2005-04-08 Thread sebb
In theory I think it is possible to transform the 2.1 format into 2.0 using XSLT, but no-one has addressed this. But why do you need to go back to 2.0.3? I know 2.1 has not been formally released, but if you have been using it for some while, presumably it mostly meets your needs? If not, please

RE: JMX not working anymore in new JMeter version

2005-04-08 Thread Michael Stover
Not yet, but we were planning on creating just such an option before 2.1 was released. It hasn't been released, so you are, in effect, using pre-beta software. I'd like to see that testplan that 2.1 couldn't load - it should have been able to. Any chance you could send it to us so we can fix w

Re: JMeter not waiting for all responses from an iteration of "Loop Count" before proceeding to next - bug?

2005-04-08 Thread Michael Stover
In JMeter, each thread is as independent of other threads as possible - this is necessary since it is supposedly simulating different users. I think this falls under the idea of a synchronizing timer, which would allow one to specify a sampler at which all threads sync up before proceeding. Someo

Re: SSL Problems

2005-04-08 Thread Peter Lin
you'll need to be more specific. the only time you need to do extra work is when the client needs a certificate to connect to the server. Servers that just use SSL without requiring a client cert shouldn't need any extra configuration peter On Apr 8, 2005 8:41 AM, Keith Weicksel <[EMAIL PROTECTE

RE: JMX not working anymore in new JMeter version

2005-04-08 Thread Sander Stevens
Hmmm, ok, clear. But is there a way to go back and use 2.0.3 again with my 2.1 jmx files? Sander -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: vrijdag 8 april 2005 14:42 To: JMeter Users List Subject: Re: JMX not working anymore in new JMeter version the difference

SSL Problems

2005-04-08 Thread Keith Weicksel
I know this is a really generic question, but I have been having a bear of a time trying to configuring JMeter to work over SSL with our site. Badboy works no problem. I was wondering if someone could point me to a previous post or a step by step howto on configuring it. I've already done a t

Re: JMX not working anymore in new JMeter version

2005-04-08 Thread Peter Lin
the difference is 2.1 or nightly builds use XStream to save jmx files. it's faster and more efficient. basically, the format is different. peter On Apr 8, 2005 8:38 AM, Sander Stevens <[EMAIL PROTECTED]> wrote: > OK, I asked around and this is the story: > > We are using version 2.1. I didn't

RE: JMX not working anymore in new JMeter version

2005-04-08 Thread Sander Stevens
OK, I asked around and this is the story: We are using version 2.1. I didn't know that version existed, but obviously someday it was available on the download site. Problem is (probably) that some functionality is available in 2.1, but not in 2.0.x. If I know what to change or remove, I can contin

Re: JMeter not waiting for all responses from an iteration of "Loop Count" before proceeding to next - bug?

2005-04-08 Thread Peter Lin
the way jmeter works is each thread will go through the samples one by one in order. so if the thread group is set to 5 threads, you're correct that some threads will start the loop before others. One potential approach is to make multiple thread groups and set jmeter to run each thread group in se

Re: Out of memory error

2005-04-08 Thread Peter Lin
have you tried running on console mode with -n peter On Apr 8, 2005 3:05 AM, Shabana Shabana <[EMAIL PROTECTED]> wrote: > Hi All, > > Jmeter gives though have increased my heap size to HEAP="-Xms512m -Xmx1024m" > > java.lang.OutOfMemoryError: unable to create new native thread > at jav

Re: JMeter not waiting for all responses from an iteration of "Loop Count" before proceeding to next - bug?

2005-04-08 Thread Daniel Browne
I guess I could try adding some dummy task at the end of the test plan. Daniel Browne wrote: I'm running this test plan with a ramp-up period of 1 so that request are initiated at roughly the same time. 1. Homepage 2. Log in 3. Run query Starting with the number of threads set to 1, I increase th

RE: JMX not working anymore in new JMeter version

2005-04-08 Thread Sander Stevens
I think it has something to do with an add-on we created. I don't have the add-on at the moment, but will install it and let you know. Hopefully this will solve my problem. Thanks, Sander -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: vrijdag 8 april 2005 12:00 To: JMeter

Re: CSVRead() problem (yes, that old chestnut!)

2005-04-08 Thread sebb
Thanks for letting us know the solution. I think this has happened to others as well, so perhaps it would be useful to enhance the function to ignore leading spaces for the column variable... S. On Apr 8, 2005 11:11 AM, Daniel Browne <[EMAIL PROTECTED]> wrote: > Nice one. I really should have lo

Re: Writing Response Assertions for Nested IFRAMES

2005-04-08 Thread sebb
Looks like the src of the IFRAME is not being downloaded. Any errors reported in jmeter.log? Did you set "Retrieve All Embedded Resources from HTML Files" ? If so, then perhaps there's a bug in recognising the src atttribute. In which case you'll need to download the src file separately, and p

JMeter not waiting for all responses from an iteration of "Loop Count" before proceeding to next - bug?

2005-04-08 Thread Daniel Browne
I'm running this test plan with a ramp-up period of 1 so that request are initiated at roughly the same time. 1. Homepage 2. Log in 3. Run query Starting with the number of threads set to 1, I increase this in increments of 2 up to 20 (so there are 10 sets of runs). I run each set 5 times to g

RE: Writing Response Assertions for Nested IFRAMES

2005-04-08 Thread Roopal Shah
Hello Sebb, Actally, according to code, it should automatically be downloaded. For your reference, I am attaching response of parent page. The parent page contains 3 IFRAMES. Please look into response, point out my mistake. = ABC BO

Async WebService

2005-04-08 Thread Kumar Krishnan \(K\)
Hi All - I've got a web service whose invocation sequence diagram is something like this: 1. Invocate Web service 2. Web service returns void to client - and internally spawns a thread to process a long running transaction 3. A callback method on the web service invokes another webservice to to

Re: CSVRead() problem (yes, that old chestnut!)

2005-04-08 Thread Daniel Browne
Nice one. I really should have looked in the log file - shame on me! Removing the space before the column index in the function call worked. So change: JMUSER: ${__CSVRead(Q:/jmeter/portal/users.txt, 0)} to JMUSER: ${__CSVRead(Q:/jmeter/portal/users.txt,0)} Thanks, Daniel. sebb wrote: Any messages

Re: Writing Response Assertions for Nested IFRAMES

2005-04-08 Thread sebb
Is the IFRAME being downloaded? The Listener Save Responses can be useful here. If the IFRAME is not being automatically downloaded, you will need to create a separate Sampler to download it, and you can then add an assertion to that. S. On Apr 8, 2005 10:21 AM, Roopal Shah <[EMAIL PROTECTED]> wr

Re: CSVRead() problem (yes, that old chestnut!)

2005-04-08 Thread sebb
Any messages in the jmeter.log file? Might also be worth trying 2.0.3, as has various fixes and better error reporting. S. On Apr 8, 2005 10:47 AM, Daniel Browne <[EMAIL PROTECTED]> wrote: > Hi, > > Firstly, JMeter is great tool, so thanks to all responsible for bringing > this product together.

Re: JMX not working anymore in new JMeter version

2005-04-08 Thread sebb
What version of JMeter did you use to create the JMX files? As far as I know, all the 2.0.x versions are upwards compatible, and I thought V1.9.x was too. Sebastian On Apr 8, 2005 10:38 AM, Sander Stevens <[EMAIL PROTECTED]> wrote: > Hi all, > > I just downloaded the latest 2.0.3 version of Jmet

CSVRead() problem (yes, that old chestnut!)

2005-04-08 Thread Daniel Browne
Hi, Firstly, JMeter is great tool, so thanks to all responsible for bringing this product together. I have read the user manual through and have searched the mail list archive (is there any way to search the whole archive in a oner?), however I can't see what's going wrong here. I'm using JMet

JMX not working anymore in new JMeter version

2005-04-08 Thread Sander Stevens
Hi all, I just downloaded the latest 2.0.3 version of Jmeter. When I open my older jmx files (created in an older version), I get the message: "Error in testplan - See logfile". See below for the message in the log file. The old version of Jmeter is working fine with the testplans I created. I

Writing Response Assertions for Nested IFRAMES

2005-04-08 Thread Roopal Shah
Hi, I have recently started evaluating JMeter 2.0.3 to develop functional/regression test plans. Presently, the web application for which I am creating test plans uses HTML quite extensively. Moreover, the IFRAMEs are also nested within one another, which is causing some problems. I am able to a

Re: Help Using Java 1.3.1_01 with SSL...

2005-04-08 Thread Shabana Shabana
Out of memory Error Jmeter gives this error,though have increased HEAP HEAP="-Xms512m -Xmx1024m" java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start(Native Method) at org.apache.jmeter.protocol.http.proxy.Daemon.run(Daemon.java:190) I am r

Out of memory error

2005-04-08 Thread Shabana Shabana
Hi All, Jmeter gives though have increased my heap size to HEAP="-Xms512m -Xmx1024m" java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start(Native Method) at org.apache.jmeter.protocol.http.proxy.Daemon.run(Daemon.java:190) Any feedback would be