Re: Jmeter launching prob, urgent help needed

2010-01-29 Thread gpub
hey deepak Currently Jmeter starts up, i have not recored and run my test on the same .bat (latest edited) file. i will work on Monday. So now as you said QTP defines this _JAVA_OPTIONS variable and will it cause any prob for me while simulating load or running and recording of the script,

FW: Latest Jmeter 2.4 cannot stop test?

2010-01-29 Thread Andrey Pohilko
Hello! There's first exception after first try to stop test, then second exception in following stop commands. First: 2010/01/27 21:22:55 ERROR - jmeter.threads.JMeterThread: Error while processing sampler 'HTTP Request 3' : java.lang.RuntimeException: java.lang.NullPointerException at

getting ERROR - jmeter.protocol.jdbc.sampler.JDBCSampler

2010-01-29 Thread Babu123
hi i am new to jmeter. i am getting the following error even though after putting ojdbc14.jar 010/01/29 15:10:55 ERROR - jmeter.protocol.jdbc.sampler.JDBCSampler: Error in JDBC sampling java.lang.ClassCastException: oracle.jdbc.xa.client.OracleXADataSource at

Re: getting ERROR - jmeter.protocol.jdbc.sampler.JDBCSampler

2010-01-29 Thread Babu123
i am using oracle.jdbc.xa.client.OracleXADataSource sebb-2-2 wrote: On 29/01/2010, Babu123 raghunath.guntupa...@wipro.com wrote: hi i am new to jmeter. i am getting the following error even though after putting ojdbc14.jar What are you using for the driver class name? 010/01/29

Re: getting ERROR - jmeter.protocol.jdbc.sampler.JDBCSampler

2010-01-29 Thread Babu123
sebb-2-2 wrote: On 29/01/2010, Babu123 raghunath.guntupa...@wipro.com wrote: hi i am new to jmeter. i am getting the following error even though after putting ojdbc14.jar What are you using for the driver class name? i am using oracle.jdbc.xa.client.OracleXADataSource

Re: getting ERROR - jmeter.protocol.jdbc.sampler.JDBCSampler

2010-01-29 Thread sebb
On 29/01/2010, Babu123 raghunath.guntupa...@wipro.com wrote: sebb-2-2 wrote: On 29/01/2010, Babu123 raghunath.guntupa...@wipro.com wrote: hi i am new to jmeter. i am getting the following error even though after putting ojdbc14.jar What are you using for the driver

Re: FW: Latest Jmeter 2.4 cannot stop test?

2010-01-29 Thread sebb
On 29/01/2010, Andrey Pohilko a...@fininfor.ru wrote: Hello! There's first exception after first try to stop test, then second exception in following stop commands. First: 2010/01/27 21:22:55 ERROR - jmeter.threads.JMeterThread: Error while processing sampler 'HTTP Request 3' :

Re: Is Optional URL Match String working properly?

2010-01-29 Thread sebb
On 29/01/2010, Magukutti magesh.thanga...@gmail.com wrote: Hi, I'm new to Jmeter. I'm using the version of JMeter(2.3.4r785646). I explored the HTTP proxy server option - optional URL Matching, Ex: I've given the Matching URL - http://jakarta.apache.org/site/.*; but i navigate to

RESTful testing, transfer results

2010-01-29 Thread Jan Torben Heuer
Hi, I played a bit with jmeter and I just installed the jmeterrestsampler[1]. So far it works well, but I still have some open questions, maybe you can point me to the correct faqs ;-) * Can I transfer the result header of a http request to the next step? (Parts of the Location: header) *

RE: RESTful testing, transfer results

2010-01-29 Thread jeanlouis.pasturel
Yes! cool, that it fill a whish i did some days ago ;-) Where did you store this sampler ? I am interested Cordialement / Best regards Jean-Louis Pasturel -Message d'origine- De : news [mailto:n...@ger.gmane.org] De la part de Jan Torben Heuer Envoyé : vendredi 29 janvier 2010 16:56 À

Re: Jmeter launching prob, urgent help needed

2010-01-29 Thread Deepak Shetty
So now as you said QTP defines this _JAVA_OPTIONS variable and will it cause any prob for me Well there shouldnt be any problem, because you have overriden the value while launching JMeter.. Java applications being run by QTP should also work because we havent removed _JAVA_OPTIONS from the

RE: RESTful testing, transfer results

2010-01-29 Thread Jan Torben Heuer
jeanlouis.pastu...@orange-ftgroup.com wrote: Yes! cool, that it fill a whish i did some days ago ;-) Where did you store this sampler ? The original location is: http://rest- fixture.googlecode.com/svn/trunk/JMeterRestSampler I'll check with the author if we can continue to use the svn or

Problem while replaying the script

2010-01-29 Thread Suresh Babu
Hi All, I have successfull recorded the script using HTTP proxy server but iam facing an issue while replaying the same script. Below are the errors shown in the View results. Please help me in resolving the issue java.io.IOException at

Re: Problem while replaying the script

2010-01-29 Thread Deepak Shetty
You have some problem in your test (assuming it works from the browser) *Caused by: java.net.ProtocolException: Server redirected too many times* Look at http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour and search a lot of messages in the mail archive for how to debug when your test

Re: RESTful testing, transfer results

2010-01-29 Thread Deepak Shetty
* Can I transfer the result header of a http request to the next step? (Parts of the Location: header) Yes. RegEx extractor with headers option *...and uses the username for http basic auth? I dont think this works directly. Might be able to workaround it though. 1. try passing

Re: Multiple load servers

2010-01-29 Thread Deepak Shetty
The points below are in decreasing order of preference in my opinion. On Fri, Jan 29, 2010 at 2:11 PM, Deepak Shetty shet...@gmail.com wrote: a. Run A as load and B as load (just schedule them to run together) and combine results b. Use the Macbook and let A and B generate load c. Let A be