Re: More on distributed testing problem

2006-07-07 Thread Peter Lin
rmi registry service is an executable that ships with the jdk. google is your friend. http://www.google.com/search?hl=en&lr=&q=using+java+rmiregistry.exe&btnG=Search peter On 7/7/06, John Oliver <[EMAIL PROTECTED]> wrote: On Fri, Jul 07, 2006 at 05:54:48PM -0400, Peter Lin wrote: > honestly

Re: More on distributed testing problem

2006-07-07 Thread John Oliver
On Fri, Jul 07, 2006 at 05:54:48PM -0400, Peter Lin wrote: > honestly I can't think of anything else that could cause the problem you're > seeing. The only other thing I can think of is to test the RMI registry by > itself without jmeter. good luck What is an RMI Registry, and how would such a thi

Re: More on distributed testing problem

2006-07-07 Thread Peter Lin
honestly I can't think of anything else that could cause the problem you're seeing. The only other thing I can think of is to test the RMI registry by itself without jmeter. good luck peter On 7/7/06, John Oliver <[EMAIL PROTECTED]> wrote: On Fri, Jul 07, 2006 at 05:40:11PM -0400, Peter Lin wr

Re: More on distributed testing problem

2006-07-07 Thread John Oliver
On Fri, Jul 07, 2006 at 05:40:11PM -0400, Peter Lin wrote: > out of curiosity, if you open a dos shell and type > > "java -version" > > what do you get? the only other time I've seen the RMI fail is across jdk > versions. 1.4.2_12 on all systems. That was one of the first things I thought of :-

Re: More on distributed testing problem

2006-07-07 Thread Peter Lin
out of curiosity, if you open a dos shell and type "java -version" what do you get? the only other time I've seen the RMI fail is across jdk versions. peter On 7/7/06, John Oliver <[EMAIL PROTECTED]> wrote: On Fri, Jul 07, 2006 at 04:45:54PM -0400, Peter Lin wrote: > the properties file look

Re: More on distributed testing problem

2006-07-07 Thread John Oliver
On Fri, Jul 07, 2006 at 04:45:54PM -0400, Peter Lin wrote: > the properties file looks ok, so I'm not sure what's happening. Are you > running both jmeter.bat and jmeter-server.bat on the same system? I tried that. At first, I just ran jmeter-server on the two slave machines. But all the message

Re: More on distributed testing problem

2006-07-07 Thread Peter Lin
On 7/7/06, John Oliver <[EMAIL PROTECTED]> wrote: On Fri, Jul 07, 2006 at 04:15:28PM -0400, Peter Lin wrote: > hmm... that doesn't make sense then. I couldn't agree more strongly! :-) > the master shouldn't be trying to connect to itself using 127.0.0.1. I > would double check your jmeter.pro

Re: More on distributed testing problem

2006-07-07 Thread John Oliver
On Fri, Jul 07, 2006 at 04:15:28PM -0400, Peter Lin wrote: > hmm... that doesn't make sense then. I couldn't agree more strongly! :-) > the master shouldn't be trying to connect to itself using 127.0.0.1. I > would double check your jmeter.properties and make sure you don't have that > set somew

Re: More on distributed testing problem

2006-07-07 Thread Peter Lin
hmm... that doesn't make sense then. the master shouldn't be trying to connect to itself using 127.0.0.1. I would double check your jmeter.properties and make sure you don't have that set somewhere peter On 7/7/06, John Oliver <[EMAIL PROTECTED]> wrote: On Fri, Jul 07, 2006 at 03:00:50PM -0

Re: More on distributed testing problem

2006-07-07 Thread John Oliver
On Fri, Jul 07, 2006 at 03:00:50PM -0400, Peter Lin wrote: > which system produced the error with the 127.0.0.1 error? The master. -- *** * John Oliver http://www.john-oliver.net/ * *

Re: More on distributed testing problem

2006-07-07 Thread Peter Lin
which system produced the error with the 127.0.0.1 error? peter On 7/7/06, John Oliver <[EMAIL PROTECTED]> wrote: On Fri, Jul 07, 2006 at 02:51:09PM -0400, Peter Lin wrote: > If you look at page 2 of the step-by-step tutorial, it says to replace the > default entry of the master system (it the

Re: More on distributed testing problem

2006-07-07 Thread John Oliver
On Fri, Jul 07, 2006 at 02:51:09PM -0400, Peter Lin wrote: > If you look at page 2 of the step-by-step tutorial, it says to replace the > default entry of the master system (it the GUI) so it has the IP address of > the slave systems (ie running jmeter-server.bat). ...and I've done that. > the na

Re: More on distributed testing problem

2006-07-07 Thread Peter Lin
If you look at page 2 of the step-by-step tutorial, it says to replace the default entry of the master system (it the GUI) so it has the IP address of the slave systems (ie running jmeter-server.bat). the naming convention is a bit odd and always confuses people the first time they set it up. th

Re: More on distributed testing problem

2006-07-07 Thread John Oliver
On Fri, Jul 07, 2006 at 02:28:41PM -0400, Peter Lin wrote: > the error tells me the RMI client could not connect to the RMI server, so > the failure it network related. OK... but in what respect? I can telnet to port 1099. What else does it expect? > you should not have the 127.0.0.1 on the sla

Re: More on distributed testing problem

2006-07-07 Thread Peter Lin
the error tells me the RMI client could not connect to the RMI server, so the failure it network related. you should not have the 127.0.0.1 on the slave systems. The step-by-step hopefully explains how to do that. if not, I can improve the docs. http://jakarta.apache.org/jmeter/usermanual/jmete

Re: How do I get distributed testing to work?

2006-07-07 Thread John Oliver
On Fri, Jul 07, 2006 at 02:23:30PM -0400, Peter Lin wrote: > are both systems on the same subnet? Yes. -- *** * John Oliver http://www.john-oliver.net/ * *

Re: Finding JUnit Test Plan

2006-07-07 Thread Peter Lin
that sounds odd. it works fine for me. Which version of jmeter are you using? I wrote the junit sampler, so if there's a bug I'd like to make sure it's tracked and fixed properly. thanks peter On 7/7/06, Amin Abbaspour <[EMAIL PROTECTED]> wrote: Hi, As I said, I have recompiled and tested th

Re: How do I get distributed testing to work?

2006-07-07 Thread Peter Lin
are both systems on the same subnet? peter On 7/7/06, John Oliver <[EMAIL PROTECTED]> wrote: On Fri, Jul 07, 2006 at 02:15:14PM -0400, Peter Lin wrote: > are there any firewalls on any of the systems? No. > I would try telnet to the remote host and see if the connection is > established. tha

Re: How do I get distributed testing to work?

2006-07-07 Thread John Oliver
On Fri, Jul 07, 2006 at 02:15:14PM -0400, Peter Lin wrote: > are there any firewalls on any of the systems? No. > I would try telnet to the remote host and see if the connection is > established. that is the most common problem with getting distributed > testing working. It appears to be. telne

Re: Having 1000 threads (also fails with 500 and 200) for the test, and only ~600 in logs

2006-07-07 Thread Peter Lin
getting 1000 concurrent users is actually very hard to do on a single server. Unless the server is a SMP machine with a gigabit ethernet on a gigabit router, it's probably going to be a pain. To simulate 1000 concurrent requests on the client side, it's going to require atleast 2 powerful systems,

More on distributed testing problem

2006-07-07 Thread John Oliver
Even though no docs say anything about this, I tried starting jmeter-server on the Windows machine, adding 127.0.0.1 to remote_hosts in jmeter.properties, and thenRun, Remote Start, 127.0.0.1 I immediately got two "Bad call to remote host" messages and this is the jmeter.log: 2006/07/07 11:16:40

Re: How do I get distributed testing to work?

2006-07-07 Thread Peter Lin
are there any firewalls on any of the systems? I would try telnet to the remote host and see if the connection is established. that is the most common problem with getting distributed testing working. peter On 7/7/06, John Oliver <[EMAIL PROTECTED]> wrote: On Fri, Jul 07, 2006 at 01:17:22PM

Re: JMeter __regexFunction

2006-07-07 Thread Carl Nygaard
Geoff, I've tried the post processor that you have made. It is very useful - worked for me the first time i tried it. Since no one else seems to be able to think of a way to join together the variables made by the normal regular expression extractor, I highly recommend that you submit it for in

Re: How do I get distributed testing to work?

2006-07-07 Thread John Oliver
On Fri, Jul 07, 2006 at 01:17:22PM -0400, Brian Swackhamer wrote: > Do you have the jmeter-server running on the other systems that you are > attempting to call? Yes, of course! :-) On those machines, I can telnet localhost 1099 and connect to JMeter. On the "main" system, I can telnet to port 1

RE: How do I get distributed testing to work?

2006-07-07 Thread Brian Swackhamer
Do you have the jmeter-server running on the other systems that you are attempting to call? -Original Message- From: John Oliver [mailto:[EMAIL PROTECTED] Sent: Friday, July 07, 2006 1:01 PM To: jmeter-user@jakarta.apache.org Subject: How do I get distributed testing to work? I followed

How do I get distributed testing to work?

2006-07-07 Thread John Oliver
I followed the step-by-step But JMeter never connects to remote hosts (on the same subnet, no firewall, etc.) I always get "Bad call to remote host" and jmeter.log says failed to connect. -- *** * John Oliver

Re: JMeter __regexFunction

2006-07-07 Thread Carl Nygaard
As for Geoff's advice: Geoff has sent me a jar to try out -- thanks Geoff, i'll certainly give that a try. In an ideal world i won't need to add any jars to JMeter, since this script will likely be running on various computers and the less that needs to be kept track of the better. As for Ricard

Having 1000 threads (also fails with 500 and 200) for the test, and only ~600 in logs

2006-07-07 Thread Gaël LHEZ
Hi, I set up a test with 1000 threads (users), and let him run. - We have one user per 10 seconds, thus the ramp up is 1 - We have 26 samples, with 2 at least seconds between each - We have I iteration, which I set in a way that I*26*2 > 1 (the ramp up) I calculated the minimal time per

How to make the Mailer Visualizer not being reset after each run ?

2006-07-07 Thread PiRanha
Hello, I'm using JMeter (v2.2) to monitor the availability of Web Applications. I tried the Mailer Visualizer and I noticed that this Visualizer is reset after each test run (when launching a new run the number of consecutive failures is reset instead of keeping its value from the end of the las

Re: JMeter __regexFunction

2006-07-07 Thread Richard
Have you tried with a RegEx post processor?. Maybe this could help you RegEx conf: Reference Name: VarName Regular Expression: Template: p=$1$ Match No.: -1 Default Value: your default value Once you've set this in the test the RegEx set the next variables: VarName_matchNr - the number of m

Problem in running Web Test Plan

2006-07-07 Thread Sen, Kakoli
Hi, I am trying to run the TestPlan given in 'Building a Web Test Plan' section of UserManual. JMeter version is 2.2 And I am getting the following output: 07/07/06 15:48:31|20779|Home Page|Non HTTP response code|Non HTTP response message|Jakarta USers 1-1|text|false The last value 'false' corr

Re: Finding JUnit Test Plan

2006-07-07 Thread Amin Abbaspour
Hi, As I said, I have recompiled and tested the example within JMeter and it did not work too. Only the initial packed JAR file is working. Hence I don't think your gesture, to be the problem's reason. Amin --- Peter Lin <[EMAIL PROTECTED]> wrote: > did you place the jars in the directory befor

RE: JMeter __regexFunction

2006-07-07 Thread Willingham Geoff
I had the same problem - I ended up writing a new RegEx post processor to solve the problem. Will try to package up and email to you later Geoff -Original Message- From: Carl Nygaard (カール) [mailto:[EMAIL PROTECTED] Sent: 07 July 2006 02:28 To: jmeter-user@jakarta.apache.org Subject: JM