ERROR! Resource string not found: [running_test]

2003-02-05 Thread gautamjha
When I run the jmeter nongui the commnad that I use is: jmeter -n -t xyz.jmx -l pqr.jtl the output is: ERROR! Resource string not found: [running_test Thread Thread Group-1 started Thread Thread Group-2 started Thread Thread Group-3 started Thread Thread Group-4 started Thread Thread Group-5 star

Re: http proxy server option not working

2003-02-05 Thread Keld Helbig Hansen
That's a tough one. I've only got one guess left: did you forget to define a thread group in the test plan? /Keld - Original Message - From: "Kannan" <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 4:45 AM Subject: Re: http proxy server opt

Re: http proxy server option not working

2003-02-05 Thread Kannan
Hi, I am on LAN only i, i did the same as exactly you said in your article and the steps that you have in this mail now. But the requests are not recorded in the TestPlan as you told. I added Aggregate Report and a Random Timer in the test plan. I set up proxy server and my application a

Re: rmiregistry -J-D:java.rmi.server.hostname=myhostname

2003-02-05 Thread Drew Gulino
I did not modify my security policy. Since I sent my last message, I've also found another trick for remote hosts on RH Linux boxes (and I think other *nix boxes). Make sure you remove the host name aliase from the 127.0.0.1 address in the hosts file. RMI is very name aware, so having the hos

How can I validate the result from JDBC request?

2003-02-05 Thread Paul Shum
Hi, I am new to jmeter. I tried to load test the database. It is working. However, I would like to verify the result coming back from the SQL query. I have tried to add an assertion results but it shows "org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler@1dfeace". How can I verify the result?

Re: Sending XML over HTTP

2003-02-05 Thread Mike Stover
content-type is an HTTP Header. You need the Header Manager. Attach it to your Request and add your value to the table of values. See http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Hea der_Manager -Mike On 5 Sep 2002 at 13:53, Ritu wrote: > Hi All, > > Basicall

Sending XML over HTTP

2003-02-05 Thread Ritu
Hi All, Basically I am sending an XML over HTTP to a Server at a particular post. The problem is that I have to set the content-type to "text/xml" instead of "application/x-www-form-urlencoded". How do I do this? I tried setting the mime-type to text/xml in the HTTP Request Sampler. That does not

Re: pull value from response and put in future request

2003-02-05 Thread Mike Stover
Oh, I think I understand now. No, it doesn't parse every previous request. Only the last request that has fully finished processing. The regex in your Assertion is getting processed prior to that HTTP Request being executed. This is probably counter-intuitive, but that's the way it works.

Re: pull value from response and put in future request

2003-02-05 Thread Michael C. Lee Jr.
Hey, I think I'm narring down on how this worksit is kind of odd The problem I was having was - where do you stick your regular expression function to get the data? I put it in the response to an http request. Logic being, where else are you going to put it? It has to parse the current resp

Re: http proxy server option not working

2003-02-05 Thread Keld Helbig Hansen
>To use this option, is it necessary that both application and JMeter should >be in the same machine? No, this is not necessary. Most often the application is running on a distant web server. The idea is to let JMeter 'listen' to the HTTP traffic between the browser and the web server. When it do

New article about JMeter

2003-02-05 Thread Praveen
Hi, Am extremely thankful to you for having done the needful. Now I could browse offline. Thanking you. -Praveen.C - Original Message - From: "Keld Helbig Hansen" <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]> Sent: 05 February, 2003 4:36 PM Subject: Re: New article about

Re: New article about JMeter

2003-02-05 Thread Scott Eade
On 5/02/2003 5:32 AM, "Keld Helbig Hansen" <[EMAIL PROTECTED]> wrote: > As a supplement to the fine JMeter User's Manual I've written an article about > JMeter. It's meant as a tutorial on how you'd use JMeter in your daily work. > If you're interested then read on > http://javaboutique.internet.c

Re: New article about JMeter

2003-02-05 Thread Keld Helbig Hansen
I've suggested to JavaBoutique that they supply a link to an html page with the whole article. They said that they'd look into it. Until then look at my private website (glue the three lines together): home20.inet.tele.dk/helbig/ articles/javaboutique/JMeter/ jmeter.htm /keld

http proxy server option not working

2003-02-05 Thread Kannan
Dear all, I tried to set up HTTP proxy server option as per the steps Given in the new article in Java Boutique site. My application is running in the remote server. To use this option, is it necessary that both application and JMeter should be in the same machine? So f

Re: New article about JMeter

2003-02-05 Thread Praveen
Any Idea of hosting the same article in the pdf format so that one can download and study the material offline. Thanks. -Praveen.c - Original Message - From: "Wolfram Rittmeyer" <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]> Sent: 05 February, 2003 3:05 PM Subject: AW: New

AW: New article about JMeter

2003-02-05 Thread Wolfram Rittmeyer
Whow! That's a great one. Thanx, Wolfram Rittmeyer > -Ursprüngliche Nachricht- > Von: Keld Helbig Hansen [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 4. Februar 2003 19:33 > An: [EMAIL PROTECTED] > Betreff: New article about JMeter > > > As a supplement to the fine JMeter User's Man