problem with backward compatibility

2005-12-01 Thread ravi kumar
HI   I'm using JMeter2.1 and  I made some changes to the code.   I haven't made any changes to upgrade.properties or saveservice.properties.   Now if I try to open the jmx files I'm getting classNotFoundExcaption. Please look at the attached image for exact information.The Jmeter.l

Re: Automatic start of JMeter script in GUI mode

2005-12-01 Thread Benjamin Francisoud
Boris Goykhman wrote: Hi Does anyone know if it's possible to automatically start a JMeter script in a GUI mode? I have several scripts that I periodically run in production environment and I have to manually start it every time which is a pain. Appreciate any help. Can't you use jmeter

RE: Automatic start of JMeter script in GUI mode

2005-12-01 Thread Bruno Charloup
There is an ANT task in the extra folder within JMeter distribution. This task allows you to launch several test plan and then to see report in a html page. (this task works with JMeter 2.0.3) -Message d'origine- De : Boris Goykhman [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 novembre

The new visualizer

2005-12-01 Thread Carsten Sensler
Hello, sorry for my stupid question. I know, that Peter had implemented some special visualizer. For the visualizer you need special jar archives. Where can i find a JMeter release with this new features? Thanks! Best regards, Carsten PS: Sorry for this stupig question.

Re: Aggregate rep

2005-12-01 Thread Richard Gaywood
On 11/29/05, Noam Paz <[EMAIL PROTECTED]> wrote: > click in the table, select all (Control-A, Control-C) and there you are: > the table is in the clipboard, ready to be pasted to your favorite > application. Hey, that's cut-and-pastable into Excel. On the one hand, I wish I'd realised that three

Re: The new visualizer

2005-12-01 Thread sebb
Try the "nightly" directory, linked from the JMeter website. S. On 01/12/05, Carsten Sensler <[EMAIL PROTECTED]> wrote: > Hello, > > > > sorry for my stupid question. > > I know, that Peter had implemented some special visualizer. For the > visualizer you need special jar archives. > > Where can

Re: problem with backward compatibility

2005-12-01 Thread sebb
On 01/12/05, ravi kumar <[EMAIL PROTECTED]> wrote: > > HI > > I'm using JMeter2.1 and I made some changes to the code. Such as? No need to post code, but did you create new classes, or change existing ones? Does the test suite still work? > I haven't made any changes to upgrade.propert

Re: Aggregate rep

2005-12-01 Thread Noam Paz
Glad it helps. But you raised an important point here - this part is missing from the user's manual component reference... Best regards / Viele Grüße Noam Paz

Re: Aggregate rep

2005-12-01 Thread sebb
As far as I know, this functionality is a feature of Java, not JMeter. It may not work on different JVMs or OSes. Feel free to provide a patch ;-) S. On 01/12/05, Noam Paz <[EMAIL PROTECTED]> wrote: > > > > > > Glad it helps. > But you raised an important point here - this part is missing from th

Re: Aggregate rep

2005-12-01 Thread Richard Gaywood
On 12/1/05, sebb <[EMAIL PROTECTED]> wrote: > > As far as I know, this functionality is a feature of Java, not JMeter. > It may not work on different JVMs or OSes. It's part of JTable, I presume. I'm running JMeter on Windows 2k3 server in an RDP window, with JVM 1.4.2. Copying from there then le

Re: Need Help: jmeter running in remote testing mode cannot exit

2005-12-01 Thread sebb
Looks like something broke in 2.1 - this was working in 2.0.3. I'll take a look at this later. S. On 30/11/05, Eric Du <[EMAIL PROTECTED]> wrote: > jmeter log is fine. The script was run over correctly. The problem is that > the command does not exit after the run of test in remote mode. I have t

Error in Log while recording script through jmeter

2005-12-01 Thread Rupendra Butola
Hi All, When trying to record the script using jmeter. My application goes blank and while looking at the logs I found the following error. Please let me know What I can do to resolve the same. 2005/12/01 21:30:15 ERROR - jmeter.gui.GuiPackage: Problem retrieving gui java.lang.NullPointerExcep

RE: Error in Log while recording script through jmeter

2005-12-01 Thread Rupendra Butola
Hi, Please find the log file for review. Regards, Butola Rupendrasingh Systems Operations T +91 (0) 79 26871002/26871003 E [EMAIL PROTECTED] M +91 98244 92763 W http://www.asite.com THIS EMAIL IS CONFIDENTIAL AND MAY BE PRIVILEGED. IT MAY BE

CSV files and ForEach Controller

2005-12-01 Thread StokesP
Hi all, I'm having a little problem doing a basic proof of concept on reading in a CSV file that comprises one column of policy numbers and does a HTTP Request Sampler based on this : 1234567 2365456 1653224 I want a ForEach controller to take each of these and to exectute a simple HTTP Request

Re: CSV files and ForEach Controller

2005-12-01 Thread sebb
On 01/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'm having a little problem doing a basic proof of concept on reading in a > CSV file that comprises one column of policy numbers and does a HTTP > Request Sampler based on this : > > 1234567 > 2365456 > 1653224 > > I want a

Re: CSV files and ForEach Controller

2005-12-01 Thread StokesP
Hey Sebb, Thanks for your comments. For example, I have a script that performs a quote of a system (e.g. car quote) using a predefined customer reference (person). I need to perform this quote for x number of predefined customer reference numbers, i.e. first quote performed will use ABC/DEF/1234

Re: CSV files and ForEach Controller

2005-12-01 Thread sebb
On 01/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hey Sebb, > > Thanks for your comments. > > For example, I have a script that performs a quote of a system (e.g. car > quote) using a predefined customer reference (person). I need to perform > this quote for x number of predefined custo

Re: problem with backward compatibility

2005-12-01 Thread ravi kumar
Hi Sebb Thanks for your reply.After the changes I made,JMeter is running without any problems(If there is no saveservice.properties file in Bin folder). I made changes to ThreadGroupPanel so that it will have 5textboxes. 1.Initial number of threads 2.Max threads

user variables not reset in loop

2005-12-01 Thread paul_da_programmer
Hi, I am using Jmeter 2.1.1 on the sun jdk 1.5.0_05. I am running on windows XP professional. I have a Jmeter test within a Loop Controller. Within the Loop controller I have while loops that use user variables. The first time through the loop controller, everything works as expected, the user v