Additionally:

On the client:

2008/01/07 10:36:19 INFO  - jmeter.JMeter: Setting JMeter property:
request.threads.dispense1tag.be.not.reg=10

then a load of these:

2008/01/07 10:36:21 INFO  - jmeter.engine.ConvertListeners: num threads = 0
2008/01/07 10:36:21 INFO  - jmeter.engine.ConvertListeners: num threads = 0
2008/01/07 10:36:21 INFO  - jmeter.engine.ConvertListeners: num threads = 0

and on each jmeter-server i get:

2008/01/07 10:36:22 INFO  - jmeter.engine.StandardJMeterEngine: Starting 0
threads for group Dispense

So somewhere along the way the "property" has been lost?

I tried the latest ant jmeter task ( which doesnt seem to have any version
info) and this made no difference.


I do also get an exception but i get this in normal mode anyway so i'm not
sure it matters:

2008/01/07 10:46:10 WARN  - jmeter.util.JMeterUtils: ERROR! Resource
string not found: [csvsize_file_file_name] java.util.M                    
              issingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key csvsize_file_file_name
        at java.util.ResourceBundle.getObject(Unknown Source)
        at java.util.ResourceBundle.getString(Unknown Source)
        at
org.apache.jmeter.util.JMeterUtils.getResStringDefault(JMeterUtils.java:390)
        at
org.apache.jmeter.util.JMeterUtils.getResString(JMeterUtils.java:354)
        at org.apache.jmeter.functions.CSVSize.<clinit>(CSVSize.java:45)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at
org.apache.jmeter.engine.util.CompoundVariable.<clinit>(CompoundVariable.java:65)
        at
org.apache.jmeter.engine.util.ValueReplacer.<init>(ValueReplacer.java:46)
        at org.apache.jmeter.engine.PreCompiler.<init>(PreCompiler.java:52)
        at
org.apache.jmeter.engine.StandardJMeterEngine.compileTree(StandardJMeterEngine.java:181)
        at
org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:344)
        at java.lang.Thread.run(Unknown Source)


> This is using the ant jmeter task.
>
> All the settings which define e.g. number of threads are defined as part
> of
> the ant task.  So does that mean they should get passed over?
>
> Network congestion isnt a problem for me at this time - i'm doing very
> high
> numbers of tiny requests.
>
> I'll try JMeter 2.3.1 and see if it makes any difference, but if there's
> any
> other way i can debug or analyse this problem then please let me know!
>
> (I'll also check the version of my ant task, maybe thats old?)
>
> Rgds,
> Dan
>
> --------- Original Message --------
> From: sebb <[EMAIL PROTECTED]>
> To: JMeter Users List <[email protected]>, Dan
> <[EMAIL PROTECTED]>
> Subject: Re: Running Remote, via ANT
> Date: 06/01/08 22:24
>
>> On 04/01/2008, Dan &lt;[EMAIL PROTECTED]&gt; wrote:
>> &gt; Hi,
>> &gt;
>> &gt; We run our JMeter scripts via ant, and pass in various values which
> are used
>> &gt; to define the number of threads for each threadgroup to use, etc.
>>
>> Are you using pure Ant, or the Ant JMeter task?
>>
>> &gt; Due to a problem where we're seeing irregular arrival rates we want
> to try
>> &gt; spreading the load across multiple servers.  So I setup and
>> executed
>> &gt; jmeter-server on the localhost box, and a remote box.  This works
> fine, and
>> &gt; the rmiregistry and server seem to start ok.
>>
>> Controlling more than a few servers from one client can cause network
>> congestion and/or resource exhaustion at the client, as all the
>> responses are funnelled back to the client.
>>
>> &gt; I then execute my tests from the ant scripts in the usual way,
> telling it to
>> &gt; use localhost and the remote servers.  They connect up ok, and seem
> to start
>> &gt; the testplan however all the messages show &quot;Starting 0 threads
> for group&quot;.
>>
>> Server or client?
>>
>> Are you using a property or variable to define the number of threads?
>> If it's not defined, then JMeter could interpret that as zero.
>>
>> &gt; FWIW the location of the harness, vm, jmeter, testplans etc is the
> same on
>> &gt; both machines.
>> &gt;
>> &gt; So what I dont understand is how should the various parameters that
>> I
> pass
>> &gt; to jmeter be then passed to the remote boxes?
>>
>> JMeter 2.3.1 added the ability to pass properties to remote servers
>> using the -G command-line flag. However that is not supported via the
>> ant-jmeter jar (yet). But you can pass whatever flags you like using
>> Ant with the &lt;arg&gt; tag.
>>
>> &gt; This is all headless as well - due to the number of parameters we
>> set
> via
>> &gt; ant it's not possible to run up a gui client with those values set.
>>
>> Non-GUI uses fewer resources, especially in 2.3.1.
>>
>> &gt; Thanks,
>> &gt; Dan
>> &gt;
>> &gt; ________________________________________________
>> &gt; Message sent using UebiMiau 2.7.10
>> &gt;
>> &gt;
>> &gt;
>> &gt;
>> ---------------------------------------------------------------------
>> &gt; To unsubscribe, e-mail: [EMAIL PROTECTED]
>> &gt; For additional commands, e-mail:
>> [EMAIL PROTECTED]
>> &gt;
>> &gt;
>>
>>
>
> ________________________________________________
> Message sent using UebiMiau 2.7.10
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to