Re: Difference in Jmeter 2.0.3 and Jmeter 2.1.1

2005-10-24 Thread ravi kumar
I was in urgency and did not compose the mail properly.Please ignore the previous mail. ) I changed my threadgroup,so tht it'll look like a)NO of threads to start with.. (10). b)Ramp up time (150) c)No of threads to increment

Re: Difference in Jmeter 2.0.3 and Jmeter 2.1.1

2005-10-24 Thread sebb
On 24/10/05, ravi kumar [EMAIL PROTECTED] wrote: I am calling System.gc() when opening a script or closing a script.Because some times it is giving out of memory error when we keep on doing load the test and close the test.I dont whether is there any memory block is created by

Re: Difference in Jmeter 2.0.3 and Jmeter 2.1.1

2005-10-23 Thread ravi kumar
Hi Guys Thanks for tht help. It's working fine now. About my changes to the code... 1) I changed my threadgroup,so tht it'll look like a)NO of threads to start with (10). b)Ramp up

Re: Difference in Jmeter 2.0.3 and Jmeter 2.1.1

2005-10-21 Thread Rinke Heida
Checked the functionality for replacing variabels in the name fields now on JMeter 2.1.1 Works fine now!! This problem existed in version 2.1.0 and has indeed been solved in 2.1.1 I encountered a problem with the Java Runtime version, maybe this the case also with other users. You can get

Re: Difference in Jmeter 2.0.3 and Jmeter 2.1.1

2005-10-21 Thread sebb
Glad to hear 2.1.1 fixes the problem. Java 1.3 does not support HTTPS by default (need to download JSSE) - perhaps that's what you were seeing? Note that jmeter.log shows the details of the JVM - if there are problems, it is always worth checking that to make sure the correct JVM is being used.

Re: Difference in Jmeter 2.0.3 and Jmeter 2.1.1

2005-10-21 Thread ravi kumar
I'm using JMeter2.1. I made some changes in the code so that it'll work for my application.Now i need this functionality of replacing variables in the name fields.From which class shall i need to start.Can anyone either from JMeter developers or others tell me the classes needs to be changed.I

Re: Difference in Jmeter 2.0.3 and Jmeter 2.1.1

2005-10-21 Thread sebb
Sorry, I don't know which changes fixed the problem - maybe one of the other developers can help. It may well be easier to reapply your changes to 2.1.1. If your changes are likely to be of use to other users, perhaps you could consider providing a patch via Bugzilla so everyone can benefit? A

Re: Difference in Jmeter 2.0.3 and Jmeter 2.1.1

2005-10-21 Thread Michael Stover
The change to fix it was fairly non-obvious and unlikely to be the same fix a user would make to fix it. If I remember right, the change is in ValueReplacer.java around line 121. Changed: // TODO but perhaps we want to convert TestElement.name ? if

Re: Difference in Jmeter 2.0.3 and Jmeter 2.1.1

2005-10-17 Thread Rinke Heida
I think I have the same problem, reason why I didn't upgrade from JMeter 2.0.3 to 2.1.0. Looking for a solution I browsed this mailing list and in jmeter-user thread Unexpected Behaviour with TestPlan-Level User Defined Variables (17/18 aug 2005) it looked like a familiar problem was discussed

Difference in Jmeter 2.0.3 and Jmeter 2.1.1

2005-10-12 Thread Gerry Ilagan
Hi, I have been using jmeter 2.0.3 to perform load testing on a web application. On my existing script I use variables on Sampler Names to easily identify what is being executed on the View Results Tree window. I have decided to try and convert my scripts to jmeter 2.1.1. While converting I