Request and response encrypted (LZW)

2009-06-02 Thread s.penel
Hello, I have to encrypt my requests and decrypt responses with LZW algorithm. Could you tell me what is the best way to add these treatments ? (beanshell, parser, BSF, add new pre-processor/post-processor java code...) Thank you for your response. Stephane

Looping thru sets of variables

2009-06-02 Thread AranM
Hello, I would like to know if anybody can tell me how I can loop through sets of variables. I want to use a SOAP request sampler several times where I want to change several variables for each iteration. I tried to do this using User Parameters. Unfortunately this means I have to use several

Re: Request and response encrypted (LZW)

2009-06-02 Thread sebb
On 02/06/2009, s.pe...@ubik-ingenierie.com s.pe...@ubik-ingenierie.com wrote: Hello, I have to encrypt my requests and decrypt responses with LZW algorithm. What sort of requests are these? Just curious, what client does this currently, i.e. what are you trying to simulate? Could you

Re: jmeter-2.3.3 Prepared Select Statement fails with This statement has been closed.

2009-06-02 Thread Shadar
Hi Kenneth, I had experienced the almost the exact same problem in the last two days. I suspect this is a JMeter bug and regression from 2.3.2, as the same test scenario worked in 2.3.2. I posted this to the dev forum

CORBA Sampler

2009-06-02 Thread Toni Cebrián
Hi, From the archives I've seen that this question has been asked a lot before but, is somebody working on implementing a CORBA Sampler for JMeter? Any work done until now that I can reuse? Any tips or advices? Related, what is the best way to dig into the code of JMeter? Is Eclipse the IDE

Re: Beanshell timer - response time threshhold

2009-06-02 Thread Tony Lotts
This is for validating how many users a single webservice app server can support within a response time requirement, and the rate at which those user's can send transactions. On Mon, Jun 1, 2009 at 9:03 PM, sebb seb...@gmail.com wrote: On 01/06/2009, Tony Lotts tljme...@gmail.com wrote: I

Re: Beanshell timer - response time threshhold

2009-06-02 Thread sebb
In that case, the Constant Throughput Timer is probably what you want. See also: http://jakarta.apache.org/jmeter/usermanual/best-practices.html#beanshell_server for an example of how to use this to vary the throughput at run-time. You can add a

Re: jmeter-2.3.3 Prepared Select Statement fails with This statement has been closed.

2009-06-02 Thread sebb
On 02/06/2009, Shadar shaul...@gmail.com wrote: Hi Kenneth, I had experienced the almost the exact same problem in the last two days. I suspect this is a JMeter bug and regression from 2.3.2, as the same test scenario worked in 2.3.2. I posted this to the dev forum

Re: Looping thru sets of variables

2009-06-02 Thread sebb
On 02/06/2009, AranM aran@sogeti.nl wrote: Hello, I would like to know if anybody can tell me how I can loop through sets of variables. I want to use a SOAP request sampler several times where I want to change several variables for each iteration. I tried to do this using User

Re: jmeter-2.3.3 Prepared Select Statement fails with This statement has been closed.

2009-06-02 Thread Shadar
OK (the .jmx is the same). BTW, I see no errors in the log file, only in the GUI (e.g. view results tree). Is there some setting I need to change to get errors in the log file? -- Shaul On 02/06/2009, Shadar shaul...@gmail.com wrote: Hi Kenneth, I had experienced the almost the exact

Re: jmeter-2.3.3 Prepared Select Statement fails with This statement has been closed.

2009-06-02 Thread sebb
On 02/06/2009, Shadar shaul...@gmail.com wrote: OK (the .jmx is the same). BTW, I see no errors in the log file, only in the GUI (e.g. view results tree). Is there some setting I need to change to get errors in the log file? No, sampler errors are not reported in the jmeter log file.

Re: jmeter-2.3.3 Prepared Select Statement fails with This statement has been closed.

2009-06-02 Thread Kenneth Cox
What I did to get a log file: right-click on Thread Group and choose Add Listener View Results in Table, then type a filename and rerun. Ken On Tue, 02 Jun 2009 09:42:25 -0400, Shadar shaul...@gmail.com wrote: OK (the .jmx is the same). BTW, I see no errors in the log file, only in the

Re: Looping thru sets of variables

2009-06-02 Thread AranM
sebb-2-2 wrote: On 02/06/2009, AranM aran@sogeti.nl wrote: Hello, I would like to know if anybody can tell me how I can loop through sets of variables. I want to use a SOAP request sampler several times where I want to change several variables for each iteration. I tried to

Re: Looping thru sets of variables

2009-06-02 Thread sebb
On 02/06/2009, AranM aran@sogeti.nl wrote: sebb-2-2 wrote: On 02/06/2009, AranM aran@sogeti.nl wrote: Hello, I would like to know if anybody can tell me how I can loop through sets of variables. I want to use a SOAP request sampler several times where I

web testing / jmeter memory usage

2009-06-02 Thread Scott McFadden
I created a web test plan using JMeter 2.3.3 (windows 2008). I have it run forever with 4 threads. It has one listener: Summary Report Listener. After running for a while the test stops and the jmeter console shows out of memory errors. Is there a jmeter listener that will show me summary

Re: Redirection problem

2009-06-02 Thread Deepak Shetty
hi I would use livehttpheaders and convert it manually into a Jmeter script if this is a one time thing or about 10-20 requests. if not you can probably write a tool that can read livehttpheaders output and create the JMeter script file regards deepak On Mon, Jun 1, 2009 at 9:07 PM,

Re: web testing / jmeter memory usage

2009-06-02 Thread sebb
On 02/06/2009, Scott McFadden smcfad...@criticaltech.com wrote: I created a web test plan using JMeter 2.3.3 (windows 2008). I have it run forever with 4 threads. It has one listener: Summary Report Listener. After running for a while the test stops How long? Which samplers? and the

unable to save test plan?

2009-06-02 Thread Daniel Wood
Hi Folks- Just starting with JMeter and have run into a probably noob issue. I did check the online and mail list faq, but nothing found. Here is the question. I'm on mac osx, I can start jmeter and it runs great, but when I try to save the test plan, it fails -- creates a zero size

Re: unable to save test plan?

2009-06-02 Thread sebb
On 02/06/2009, Daniel Wood dw...@digitaljiggery.com wrote: Hi Folks- Just starting with JMeter and have run into a probably noob issue. I did check the online and mail list faq, but nothing found. Here is the question. I'm on mac osx, I can start jmeter and it runs great, but when I try

Re: unable to save test plan?

2009-06-02 Thread Deepak Shetty
how did you verify your JVM? Are there any spaces etc in the path to your jmeter install? On Tue, Jun 2, 2009 at 12:35 PM, Daniel Wood dw...@digitaljiggery.comwrote: Hi Folks- Just starting with JMeter and have run into a probably noob issue. I did check the online and mail list faq, but

Re: unable to save test plan?

2009-06-02 Thread Daniel Wood
Q: any other errors? A: none that I can see. But here is some additional information, the exception from the gui is org.apache.jmetere.exceptions.IllegalUserActionException: Couldn't save test plan to file: ... Q: Have you changed jmeter.properties? A: actually, it took me a bit to

Re: unable to save test plan?

2009-06-02 Thread Daniel Wood
verified might be a bit strong for what i did. I typed java -v from the command line. If you have another command, I'd be happy to run that and post the output for smarter eyes than mine. no spaces in the path or filename. Thanks for helping! daniel On Jun 2, 2009, at 12:49 PM, Deepak

Re: unable to save test plan?

2009-06-02 Thread Deepak Shetty
should be ok (i wouldve modified bin/jmeter.sh so that it printed out the version) Sounds like you have a problem with your jmeter install , jmeter.properties should have been there regards deepak On Tue, Jun 2, 2009 at 12:56 PM, Daniel Wood dw...@digitaljiggery.comwrote: verified might be a

Re: unable to save test plan?

2009-06-02 Thread Daniel Wood
I uninstalled and re-installed (i.e. tar xzf ...) and this time I see several .properties files. Obviously I botched something along the way (a stunning skill given the 1-liner install process), but now I can save the plan no problem. curiouser and curiouser, but now I'm ready to roll.

Re: unable to save test plan?

2009-06-02 Thread sebb
OK, thanks for letting us know the problem is solved. On 02/06/2009, Daniel Wood dw...@digitaljiggery.com wrote: I uninstalled and re-installed (i.e. tar xzf ...) and this time I see several .properties files. Obviously I botched something along the way (a stunning skill given the 1-liner

Start / Stop times?

2009-06-02 Thread Scott McFadden
Does JMeter have a way to show the following: 1. What time a web test plan was started. 2. How long a web test plan has been running. 3. What time a web test plan stopped (normal stoppage or error condition) Thanks!

IndexOutOfBoundsException durng web app test

2009-06-02 Thread Scott McFadden
My web app test plan has multiple threads and have it set to run forever (Runnng JMeter 2.3.3 on Windows 2008 server). It uses HTTP request samplers and has a Summary Report Listener. Originally I thought the test was stopping because due to lack of memory but checked the console and noticed

Result Status Action Handler?

2009-06-02 Thread Scott McFadden
How does the result status action handler know if a HTTP failure has occurred? Is there a specific HTTP response code that it looks for? Can you specify a specific http response code to look for to indicate failure? The current JMeter docs say: 18.8.3 Result Status Action Handler This test

Re: Start / Stop times?

2009-06-02 Thread sebb
On 02/06/2009, Scott McFadden smcfad...@criticaltech.com wrote: Does JMeter have a way to show the following: 1. What time a web test plan was started. 2. How long a web test plan has been running. 3. What time a web test plan stopped (normal stoppage or error

Re: Result Status Action Handler?

2009-06-02 Thread sebb
On 02/06/2009, Scott McFadden smcfad...@criticaltech.com wrote: How does the result status action handler know if a HTTP failure has occurred? It checks the sample result status. Is there a specific HTTP response code that it looks for? Not really, it checks the status, same as for all

RE: Redirection problem

2009-06-02 Thread Suvendu_Mohapatra
Thank you very much for your suggestion It is a good way to solve this issue But again we need to design a tool which will convert LivehttpHeaders script to jmeter script(especially for bigger number of https requests)... Anyway thanks very much for your support With Regards,

Re: uploading jpeg files

2009-06-02 Thread wenqatesh
I think uploading images/files wil not be a problem.. can u send me the sampler to my mail id? wenqateshATGMAIL - Thanks, Venkadesh=) -- View this message in context: http://www.nabble.com/uploading-jpeg-files-tp23762130p23845543.html Sent from the JMeter - User mailing list archive at