Re: HTTP 501 Not implemented / HTTP 505 version Not Supported

2008-04-03 Thread sebb
On 03/04/2008, KUMAR Vipin [EMAIL PROTECTED] wrote: Hi Sebb, I did the recoding by adding cookies manager and header Manager. I also followed the instruction from the webpage (http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour). But still I am facing the same problem during the

Re: Switched from Java 1.5 to 1.6, now can't load jmx Test Plans

2008-04-03 Thread sebb
On 31/03/2008, sebb [EMAIL PROTECTED] wrote: On 31/03/2008, gregsmit [EMAIL PROTECTED] wrote: Hi, I was using the IBM 1.5 JDK when the test plans were created. I am now using Jmeter 2.3.1. The test plans were originally created under Jmeter 2.2, but have been edited /

saving some data between consecutive threads (users)

2008-04-03 Thread Grzegorz Kończyk
Hi all, I'm new to JMeter, and also very new to Beanshell. I have to test a web application that presents auctions where some users can place bids (something like ebay). I'd like to save the value of the bids that each user placed. I wanted to do this in this way: 1. My test plan tree looks

Re: saving some data between consecutive threads (users)

2008-04-03 Thread sebb
On 03/04/2008, Grzegorz Kończyk [EMAIL PROTECTED] wrote: Hi all, I'm new to JMeter, and also very new to Beanshell. I have to test a web application that presents auctions where some users can place bids (something like ebay). I'd like to save the value of the bids that each user placed. I

rest web services and jmeter

2008-04-03 Thread Ray Trejo
Hi, Can I use jmeter to load test REST web services? Thanks ray Thank you, Ray Trejo Rackspace Quality Assurance Engineer Direct: (210) 312 - 5326 Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Confidentiality Notice: This e-mail message (including any attached or

RE: saving some data between consecutive threads (users)

2008-04-03 Thread Grzegorz Kończyk
Thanks for a quick reply. Looks like the threads don't run in parallel, so why not just use a single thread with a function that returns the next bid? They will run in parallel, they should at least. Or you can use a file containing the bid values, and read the values for each sample. I

Eddie O'Sullivan is out of the office.

2008-04-03 Thread Eddie O'Sullivan
I will be out of the office starting 04/03/2008 and will not return until 04/07/2008. For performance questions contact Ray Kinsella or Derek Bradley. I will respond to your message when I return. - To unsubscribe, e-mail:

Can't see Response Data

2008-04-03 Thread Clifton
I'm trying to write some simple web tests that perform get requests which respond with plain text. For some reason I can't see the response data in the view results tree. also the radio buttons on the Response Data tab at the bottom are all disabled. I used to use JMeter a couple of years ago and

Re: saving some data between consecutive threads (users)

2008-04-03 Thread sebb
On 03/04/2008, Grzegorz Kończyk [EMAIL PROTECTED] wrote: Thanks for a quick reply. Looks like the threads don't run in parallel, so why not just use a single thread with a function that returns the next bid? They will run in parallel, they should at least. Yes, they do, but the ramp

Re: Can't see Response Data

2008-04-03 Thread Clifton
Clifton wrote: I'm trying to write some simple web tests that perform get requests which respond with plain text. For some reason I can't see the response data in the view results tree. also the radio buttons on the Response Data tab at the bottom are all disabled. I used to use JMeter a

rest web services and jmeter

2008-04-03 Thread David Brown
Doesn't REST use HTTP? Ray Trejo wrote .. Hi, Can I use jmeter to load test REST web services? Thanks ray Thank you, Ray Trejo Rackspace Quality Assurance Engineer Direct: (210) 312 - 5326 Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

n00b question: can't get authorization manager to work

2008-04-03 Thread Joshua Baudhuin
Hi, All. New to JMeter (among other things). I'm trying to test a website which has server authentication (i.e., invokes browser to pop up a messagebox requesting username/password for domain/realm. I had naively assumed that the proxy-recorder would capture this for me, but it did not. No

Re: n00b question: can't get authorization manager to work

2008-04-03 Thread sebb
On 03/04/2008, Joshua Baudhuin [EMAIL PROTECTED] wrote: Hi, All. New to JMeter (among other things). I'm trying to test a website which has server authentication (i.e., invokes browser to pop up a messagebox requesting username/password for domain/realm. I had naively assumed that

Re: How to load data from a file to SOAP Requests in JMeter

2008-04-03 Thread Joe Smithian
Thank you Sebb. It worked! That was exactly what I needed. It was a great help, appreciate it. Joe On Tue, Apr 1, 2008 at 8:40 AM, sebb [EMAIL PROTECTED] wrote: Or in this case StringFromFile might be simpler, just put data${__StringFromFile(filename)}/data In either case, each line is

Re: n00b question: can't get authorization manager to work

2008-04-03 Thread Joshua Baudhuin
Thanks for the speedy response. The server is Fedora, so I assume NTLM wouldn't be used? (The client is JMeter running on Windows.) The Base URL seems fine to me. I have http://www.foo.com/bar/;. The page being accessed is http://www.foo.com/bar/nun.html; (where the names have been changed to

Re: n00b question: can't get authorization manager to work

2008-04-03 Thread sebb
On 03/04/2008, Joshua Baudhuin [EMAIL PROTECTED] wrote: Thanks for the speedy response. The server is Fedora, so I assume NTLM wouldn't be used? (The client is JMeter running on Windows.) The Base URL seems fine to me. I have http://www.foo.com/bar/;. The page being accessed is

Re: n00b question: can't get authorization manager to work

2008-04-03 Thread Joshua Baudhuin
The base URL case is fine. Hmm... Does the (JMeter) authorization manager *only* support clear-text? Curiously, I cannot access the site manually using Safari-on-Windows, but can using Firefox and IE(7). The Safari indicates that the username/password will be transmitted in the clear. I guess

RE: n00b question: can't get authorization manager to work

2008-04-03 Thread Steve Kapinos
use a packet sniffer (wireshark) to record the http session and simply look at what the authentication scheme being used by the client and server that work. Its very easy to see in the http header what the server supports, and what the client used that worked -Steve -Original

Beanshell post processor

2008-04-03 Thread amalpushp
how can i invoke linux shell scripts on jmeter -- View this message in context: http://www.nabble.com/Beanshell-post-processor-tp16467962p16467962.html Sent from the JMeter - User mailing list archive at Nabble.com. - To

Re: Beanshell post processor

2008-04-03 Thread sebb
BeanShell can call any Java methods; just use what you would use in Java. S. P.S. please don't post twice... On 03/04/2008, amalpushp [EMAIL PROTECTED] wrote: how can i invoke linux shell scripts from jmeter -- View this message in context:

JDBC Request returns results but still shows Error Count: 1

2008-04-03 Thread heidiaspell
I'm using a JDBC Request to perform a simple Select statement on a SQL Server db. The Results Tree Response Data tab shows that the results were returned correctly, but the Sampler Result tab still shows Error Count: 1. The Summary Report shows 100% failure for my JDBC Request. There are no

Re: JDBC Request returns results but still shows Error Count: 1

2008-04-03 Thread sebb
Are you using an Assertion? That can set the status to failure. Which version of JMeter? On 03/04/2008, heidiaspell [EMAIL PROTECTED] wrote: I'm using a JDBC Request to perform a simple Select statement on a SQL Server db. The Results Tree Response Data tab shows that the results were

Re: Throttling Question

2008-04-03 Thread sebb
In 03/04/2008, nsyed777 [EMAIL PROTECTED] wrote: Hi, I am newbie so please forgive silly question here. I am trying figure out how to use throttling but nothing seem to work. I tried using switch and throughput controller, i even tried transation controller but i haven't figure it out

Throttling Question

2008-04-03 Thread nsyed777
Hi, I am newbie so please forgive silly question here. I am trying figure out how to use throttling but nothing seem to work. I tried using switch and throughput controller, i even tried transation controller but i haven't figure it out this yet. Here is scenario, in my test plan i have multiple

Jmeter Recorded Script does not work

2008-04-03 Thread jsandhu2204
I recorded Jmeter script to simply login and logout to our application which displays login page, if you login in then it pops another window with the main page. I recored script using Proxy localhost 8080. It worked fine. Then I turned off proxy and then try to run script, it is does not

Re: Jmeter Recorded Script does not work

2008-04-03 Thread sebb
Add a Cookie Manager On 04/04/2008, jsandhu2204 [EMAIL PROTECTED] wrote: I recorded Jmeter script to simply login and logout to our application which displays login page, if you login in then it pops another window with the main page. I recored script using Proxy localhost 8080. It

Difference in AB and JMeter Results.

2008-04-03 Thread Kishore_Kaushal
Hi, We are getting difference in response time results for same tests from JMeter and Apache-Benchmark. For same 10 users' response-time for single iterations: JMeter Response-time: 5000ms AB Response-time: 2500ms Please let me know if there is any possibility which is causing