You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jakarta.apache.org by Milamber <mi...@apache.org> on 2011/09/25 14:01:06 UTC

[VOTE] Release JMeter 2.5.1 RC2

Hello,

The second release candidate for JMeter 2.5.1 has been prepared, and your
votes are solicited.

This release fixes mainly some bugs appeared since JMeter 2.5, but
contains few improvements.

Tests (load tests or functional tests) with JVM 5/6/7 on
Linux/Windows/Mac OS on functionality changes are welcomes (HttpClient
4.1 request, Http request with parallels embedded resources, View
results tree, WebServices (SOAP) request, Async sample sending mode, etc)

List of changes:
http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs/changes.html


JMeter is a Java desktop application designed to load test functional
behavior and measure performance. The current version is targeted at
Java 1.5+.

Archives/hashes/sigs and RAT report:

http://people.apache.org/~milamber/jmeter-2.5.1RC2/dist

MD5 hashes of archives for this vote:

abc0d327d19f3e138955de5082c000b3 *jakarta-jmeter-2.5.1.tgz
3e69786253880a1293e245519cba4ad3 *jakarta-jmeter-2.5.1.zip
cdc73f4db83dee52d216c74c2a323721 *jakarta-jmeter-2.5.1_src.tgz
3f294979e6c696bba91d62c2ec5f0473 *jakarta-jmeter-2.5.1_src.zip

Site Docs are here:
http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs

Tag:
http://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_5_1_RC2 (r1175373)

Keys are here:
http://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/
also
http://people.apache.org/~milamber/

N.B.
To download the dependencies: "ant download_jars"

To create the jars and test JMeter: "ant package test".

JMeter 2.5 requires Java 1.5 or later.

Note that there is a bug in Java on some Linux systems that manifests
itself as the following error when running the test cases or JMeter itself:

 [java] WARNING: Couldn't flush user prefs:
 java.util.prefs.BackingStoreException:
 java.lang.IllegalArgumentException: Not supported: indent-number

This does not affect JMeter operation.


All feedback (and votes!) welcome.

[  ] +1  I support this release
[  ] +0  I am OK with this release
[  ] -0   OK, but....
[  ] -1   I do not support this release (please indicate why)

The vote will remain open for at least 72 hours.

Note: If the vote passes, the intention is to release the archive files
and rename the RC tag as the release tag.

Thanks in advance!

Milamber





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: dev-help@jakarta.apache.org


Re: [VOTE] Release JMeter 2.5.1 RC2

Posted by Stefan Bodewig <bo...@apache.org>.
>>>> /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2101: The <unwar>
>>>> type doesn't support the nested "mapper" element.

>>>> Is this a common issue?

On 2011-09-26, sebb wrote:

> On 26 September 2011 21:45, Oleg Kalnichevski <ol...@apache.org> wrote:
>> On Mon, 2011-09-26 at 21:00 +0100, sebb wrote:

>>> Not seen it before.

>>> What version of Ant are you using?

>> Good call. Problem solved by upgrading to Ant 1.8.2

> Good - what were you using?

Mapper support has been added to unzip and friends in Ant 1.7.0.

> It might make sense for the Ant script to check for a minimum version.

<http://stefan.samaflost.de/blog/en/Apache/Ant/how_to_detect_170.html>

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: [VOTE] Release JMeter 2.5.1 RC2

Posted by Philippe Mouawad <ph...@gmail.com>.
Hello,
I submitted a patch to Jmeterthread in deadlock bug few minutes ago.


Regards
Philippe Mouawad

On Monday, September 26, 2011, sebb <se...@gmail.com> wrote:
> On 26 September 2011 21:45, Oleg Kalnichevski <ol...@apache.org> wrote:
>> On Mon, 2011-09-26 at 21:00 +0100, sebb wrote:
>>
>> ...
>>
>>> >
>>> > I am seeing this error while trying to get all requisite dependencies
>>> > with 'ant download_jars'
>>> >
>>> > _get_jarfile:
>>> >
>>> > _get_zipfile:
>>> >      [get] Getting:
>>> >
http://prdownloads.sourceforge.net/htmlparser/HTMLParser-2.0-SNAPSHOT-bin.zip
>>> >      [get]
>>> > To:
/home/oleg/Downloads/jakarta-jmeter-2.5.1/build/HTMLParser-2.0-SNAPSHOT-bin.zip
>>> >      [get] Not modified - so not downloaded
>>> >
>>> > BUILD FAILED
>>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2202: The
following
>>> > error occurred while executing this line:
>>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2172: The
following
>>> > error occurred while executing this line:
>>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2064: The
following
>>> > error occurred while executing this line:
>>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2093: The
following
>>> > error occurred while executing this line:
>>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2101: The <unwar>
>>> > type doesn't support the nested "mapper" element.
>>> >
>>> > Is this a common issue?
>>>
>>> Not seen it before.
>>>
>>> What version of Ant are you using?
>>>
>>
>> Good call. Problem solved by upgrading to Ant 1.8.2
>
> Good - what were you using?
> It might make sense for the Ant script to check for a minimum version.
>
>> Now I am getting a batchtest failure. I guess this has something to do
>> with my network configuration. I am not sure how severe this failure is.
>
> Yes, it looks like the default host name "ubuntu" is being resolved as
> a loopback address.
>
> This causes problems for client-server mode.
>
> Though client-server mode would probably work for the unit test, it
> would not work if the client and server were on different nodes, so
> the server refuses to start.
>
>> Otherwise, building from source worked and all unit tests passed for me.
>
> Great, thanks for all the tests.
>
> Unfortunately, we have found some bugs in the handling of thread
> interrupts, which mean we will have to cancel the RC vote.
>
>> batchtest:
>>     [echo] Starting BatchTestLocal using -X
>>   [jmeter] Created the tree successfully using
>> testfiles/BatchTestLocal.jmx
>>   [jmeter] Starting the test @ Mon Sep 26 22:32:52 CEST 2011
>> (1317069172892)
>>   [jmeter] Waiting for possible shutdown message on port 4445
>>   [jmeter] Tidying up ...    @ Mon Sep 26 22:33:28 CEST 2011
>> (1317069208987)
>>   [jmeter] ... end of run
>>     [echo] BatchTestLocal output files compared OK
>>
>> batchtestserver:
>>   [server] Created remote object: UnicastServerRef [liveRef:
>> [endpoint:[127.0.1.1:36010](local),objID:[6b66acdf:132a7714332:-7fff,
>> -2840269162966433815]]]
>>   [server] An error occurred: Cannot start. ubuntu is a loopback
>> address.
>>   [server] Server failed to start: java.rmi.RemoteException: Cannot
>> start. ubuntu is a loopback address.
>>
>> batchtest:
>>     [echo] Starting BatchTestLocal using -Rlocalhost:2099
>>   [server] Java Result: 1
>>   [client] Created the tree successfully using
>> testfiles/BatchTestLocal.jmx
>>   [client] Configuring remote engine for localhost:2099
>>   [client] Failed to configure localhost:2099
>>   [client] No remote engines were started.
>>   [client] Failure connecting to remote host: localhost:2099
>> java.rmi.ConnectException: Connection refused to host: localhost; nested
>> exception is:
>>   [client]     java.net.ConnectException: Connection refused
>>     [echo] BatchTestLocal output files compared OK
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
>

-- 
Cordialement.
Philippe Mouawad.
Ubik-Ingénierie

Re: [VOTE] Release JMeter 2.5.1 RC2

Posted by Stefan Bodewig <bo...@apache.org>.
>>>> /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2101: The <unwar>
>>>> type doesn't support the nested "mapper" element.

>>>> Is this a common issue?

On 2011-09-26, sebb wrote:

> On 26 September 2011 21:45, Oleg Kalnichevski <ol...@apache.org> wrote:
>> On Mon, 2011-09-26 at 21:00 +0100, sebb wrote:

>>> Not seen it before.

>>> What version of Ant are you using?

>> Good call. Problem solved by upgrading to Ant 1.8.2

> Good - what were you using?

Mapper support has been added to unzip and friends in Ant 1.7.0.

> It might make sense for the Ant script to check for a minimum version.

<http://stefan.samaflost.de/blog/en/Apache/Ant/how_to_detect_170.html>

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: dev-help@jakarta.apache.org


Re: [VOTE] Release JMeter 2.5.1 RC2

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Mon, 2011-09-26 at 22:25 +0100, sebb wrote:
> On 26 September 2011 21:45, Oleg Kalnichevski <ol...@apache.org> wrote:
> > On Mon, 2011-09-26 at 21:00 +0100, sebb wrote:
> >
> > ...
> >
> >> >
> >> > I am seeing this error while trying to get all requisite dependencies
> >> > with 'ant download_jars'
> >> >
> >> > _get_jarfile:
> >> >
> >> > _get_zipfile:
> >> >      [get] Getting:
> >> > http://prdownloads.sourceforge.net/htmlparser/HTMLParser-2.0-SNAPSHOT-bin.zip
> >> >      [get]
> >> > To: /home/oleg/Downloads/jakarta-jmeter-2.5.1/build/HTMLParser-2.0-SNAPSHOT-bin.zip
> >> >      [get] Not modified - so not downloaded
> >> >
> >> > BUILD FAILED
> >> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2202: The following
> >> > error occurred while executing this line:
> >> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2172: The following
> >> > error occurred while executing this line:
> >> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2064: The following
> >> > error occurred while executing this line:
> >> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2093: The following
> >> > error occurred while executing this line:
> >> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2101: The <unwar>
> >> > type doesn't support the nested "mapper" element.
> >> >
> >> > Is this a common issue?
> >>
> >> Not seen it before.
> >>
> >> What version of Ant are you using?
> >>
> >
> > Good call. Problem solved by upgrading to Ant 1.8.2
> 
> Good - what were you using?
> It might make sense for the Ant script to check for a minimum version.
> 

It was using ant 1.6.3 prior to upgrading to the latest version.

> > Now I am getting a batchtest failure. I guess this has something to do
> > with my network configuration. I am not sure how severe this failure is.
> 
> Yes, it looks like the default host name "ubuntu" is being resolved as
> a loopback address.
> 
> This causes problems for client-server mode.
> 
> Though client-server mode would probably work for the unit test, it
> would not work if the client and server were on different nodes, so
> the server refuses to start.
> 

I'll try and tweak my network settings.

Oleg



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: [VOTE] Release JMeter 2.5.1 RC2

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Mon, 2011-09-26 at 22:25 +0100, sebb wrote:
> On 26 September 2011 21:45, Oleg Kalnichevski <ol...@apache.org> wrote:
> > On Mon, 2011-09-26 at 21:00 +0100, sebb wrote:
> >
> > ...
> >
> >> >
> >> > I am seeing this error while trying to get all requisite dependencies
> >> > with 'ant download_jars'
> >> >
> >> > _get_jarfile:
> >> >
> >> > _get_zipfile:
> >> >      [get] Getting:
> >> > http://prdownloads.sourceforge.net/htmlparser/HTMLParser-2.0-SNAPSHOT-bin.zip
> >> >      [get]
> >> > To: /home/oleg/Downloads/jakarta-jmeter-2.5.1/build/HTMLParser-2.0-SNAPSHOT-bin.zip
> >> >      [get] Not modified - so not downloaded
> >> >
> >> > BUILD FAILED
> >> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2202: The following
> >> > error occurred while executing this line:
> >> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2172: The following
> >> > error occurred while executing this line:
> >> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2064: The following
> >> > error occurred while executing this line:
> >> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2093: The following
> >> > error occurred while executing this line:
> >> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2101: The <unwar>
> >> > type doesn't support the nested "mapper" element.
> >> >
> >> > Is this a common issue?
> >>
> >> Not seen it before.
> >>
> >> What version of Ant are you using?
> >>
> >
> > Good call. Problem solved by upgrading to Ant 1.8.2
> 
> Good - what were you using?
> It might make sense for the Ant script to check for a minimum version.
> 

It was using ant 1.6.3 prior to upgrading to the latest version.

> > Now I am getting a batchtest failure. I guess this has something to do
> > with my network configuration. I am not sure how severe this failure is.
> 
> Yes, it looks like the default host name "ubuntu" is being resolved as
> a loopback address.
> 
> This causes problems for client-server mode.
> 
> Though client-server mode would probably work for the unit test, it
> would not work if the client and server were on different nodes, so
> the server refuses to start.
> 

I'll try and tweak my network settings.

Oleg



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: dev-help@jakarta.apache.org


Re: [VOTE] Release JMeter 2.5.1 RC2

Posted by sebb <se...@gmail.com>.
On 26 September 2011 21:45, Oleg Kalnichevski <ol...@apache.org> wrote:
> On Mon, 2011-09-26 at 21:00 +0100, sebb wrote:
>
> ...
>
>> >
>> > I am seeing this error while trying to get all requisite dependencies
>> > with 'ant download_jars'
>> >
>> > _get_jarfile:
>> >
>> > _get_zipfile:
>> >      [get] Getting:
>> > http://prdownloads.sourceforge.net/htmlparser/HTMLParser-2.0-SNAPSHOT-bin.zip
>> >      [get]
>> > To: /home/oleg/Downloads/jakarta-jmeter-2.5.1/build/HTMLParser-2.0-SNAPSHOT-bin.zip
>> >      [get] Not modified - so not downloaded
>> >
>> > BUILD FAILED
>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2202: The following
>> > error occurred while executing this line:
>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2172: The following
>> > error occurred while executing this line:
>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2064: The following
>> > error occurred while executing this line:
>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2093: The following
>> > error occurred while executing this line:
>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2101: The <unwar>
>> > type doesn't support the nested "mapper" element.
>> >
>> > Is this a common issue?
>>
>> Not seen it before.
>>
>> What version of Ant are you using?
>>
>
> Good call. Problem solved by upgrading to Ant 1.8.2

Good - what were you using?
It might make sense for the Ant script to check for a minimum version.

> Now I am getting a batchtest failure. I guess this has something to do
> with my network configuration. I am not sure how severe this failure is.

Yes, it looks like the default host name "ubuntu" is being resolved as
a loopback address.

This causes problems for client-server mode.

Though client-server mode would probably work for the unit test, it
would not work if the client and server were on different nodes, so
the server refuses to start.

> Otherwise, building from source worked and all unit tests passed for me.

Great, thanks for all the tests.

Unfortunately, we have found some bugs in the handling of thread
interrupts, which mean we will have to cancel the RC vote.

> batchtest:
>     [echo] Starting BatchTestLocal using -X
>   [jmeter] Created the tree successfully using
> testfiles/BatchTestLocal.jmx
>   [jmeter] Starting the test @ Mon Sep 26 22:32:52 CEST 2011
> (1317069172892)
>   [jmeter] Waiting for possible shutdown message on port 4445
>   [jmeter] Tidying up ...    @ Mon Sep 26 22:33:28 CEST 2011
> (1317069208987)
>   [jmeter] ... end of run
>     [echo] BatchTestLocal output files compared OK
>
> batchtestserver:
>   [server] Created remote object: UnicastServerRef [liveRef:
> [endpoint:[127.0.1.1:36010](local),objID:[6b66acdf:132a7714332:-7fff,
> -2840269162966433815]]]
>   [server] An error occurred: Cannot start. ubuntu is a loopback
> address.
>   [server] Server failed to start: java.rmi.RemoteException: Cannot
> start. ubuntu is a loopback address.
>
> batchtest:
>     [echo] Starting BatchTestLocal using -Rlocalhost:2099
>   [server] Java Result: 1
>   [client] Created the tree successfully using
> testfiles/BatchTestLocal.jmx
>   [client] Configuring remote engine for localhost:2099
>   [client] Failed to configure localhost:2099
>   [client] No remote engines were started.
>   [client] Failure connecting to remote host: localhost:2099
> java.rmi.ConnectException: Connection refused to host: localhost; nested
> exception is:
>   [client]     java.net.ConnectException: Connection refused
>     [echo] BatchTestLocal output files compared OK
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: [VOTE] Release JMeter 2.5.1 RC2

Posted by sebb <se...@gmail.com>.
On 26 September 2011 21:45, Oleg Kalnichevski <ol...@apache.org> wrote:
> On Mon, 2011-09-26 at 21:00 +0100, sebb wrote:
>
> ...
>
>> >
>> > I am seeing this error while trying to get all requisite dependencies
>> > with 'ant download_jars'
>> >
>> > _get_jarfile:
>> >
>> > _get_zipfile:
>> >      [get] Getting:
>> > http://prdownloads.sourceforge.net/htmlparser/HTMLParser-2.0-SNAPSHOT-bin.zip
>> >      [get]
>> > To: /home/oleg/Downloads/jakarta-jmeter-2.5.1/build/HTMLParser-2.0-SNAPSHOT-bin.zip
>> >      [get] Not modified - so not downloaded
>> >
>> > BUILD FAILED
>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2202: The following
>> > error occurred while executing this line:
>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2172: The following
>> > error occurred while executing this line:
>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2064: The following
>> > error occurred while executing this line:
>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2093: The following
>> > error occurred while executing this line:
>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2101: The <unwar>
>> > type doesn't support the nested "mapper" element.
>> >
>> > Is this a common issue?
>>
>> Not seen it before.
>>
>> What version of Ant are you using?
>>
>
> Good call. Problem solved by upgrading to Ant 1.8.2

Good - what were you using?
It might make sense for the Ant script to check for a minimum version.

> Now I am getting a batchtest failure. I guess this has something to do
> with my network configuration. I am not sure how severe this failure is.

Yes, it looks like the default host name "ubuntu" is being resolved as
a loopback address.

This causes problems for client-server mode.

Though client-server mode would probably work for the unit test, it
would not work if the client and server were on different nodes, so
the server refuses to start.

> Otherwise, building from source worked and all unit tests passed for me.

Great, thanks for all the tests.

Unfortunately, we have found some bugs in the handling of thread
interrupts, which mean we will have to cancel the RC vote.

> batchtest:
>     [echo] Starting BatchTestLocal using -X
>   [jmeter] Created the tree successfully using
> testfiles/BatchTestLocal.jmx
>   [jmeter] Starting the test @ Mon Sep 26 22:32:52 CEST 2011
> (1317069172892)
>   [jmeter] Waiting for possible shutdown message on port 4445
>   [jmeter] Tidying up ...    @ Mon Sep 26 22:33:28 CEST 2011
> (1317069208987)
>   [jmeter] ... end of run
>     [echo] BatchTestLocal output files compared OK
>
> batchtestserver:
>   [server] Created remote object: UnicastServerRef [liveRef:
> [endpoint:[127.0.1.1:36010](local),objID:[6b66acdf:132a7714332:-7fff,
> -2840269162966433815]]]
>   [server] An error occurred: Cannot start. ubuntu is a loopback
> address.
>   [server] Server failed to start: java.rmi.RemoteException: Cannot
> start. ubuntu is a loopback address.
>
> batchtest:
>     [echo] Starting BatchTestLocal using -Rlocalhost:2099
>   [server] Java Result: 1
>   [client] Created the tree successfully using
> testfiles/BatchTestLocal.jmx
>   [client] Configuring remote engine for localhost:2099
>   [client] Failed to configure localhost:2099
>   [client] No remote engines were started.
>   [client] Failure connecting to remote host: localhost:2099
> java.rmi.ConnectException: Connection refused to host: localhost; nested
> exception is:
>   [client]     java.net.ConnectException: Connection refused
>     [echo] BatchTestLocal output files compared OK
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: dev-help@jakarta.apache.org


Re: [VOTE] Release JMeter 2.5.1 RC2

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Mon, 2011-09-26 at 21:00 +0100, sebb wrote:

...

> >
> > I am seeing this error while trying to get all requisite dependencies
> > with 'ant download_jars'
> >
> > _get_jarfile:
> >
> > _get_zipfile:
> >      [get] Getting:
> > http://prdownloads.sourceforge.net/htmlparser/HTMLParser-2.0-SNAPSHOT-bin.zip
> >      [get]
> > To: /home/oleg/Downloads/jakarta-jmeter-2.5.1/build/HTMLParser-2.0-SNAPSHOT-bin.zip
> >      [get] Not modified - so not downloaded
> >
> > BUILD FAILED
> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2202: The following
> > error occurred while executing this line:
> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2172: The following
> > error occurred while executing this line:
> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2064: The following
> > error occurred while executing this line:
> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2093: The following
> > error occurred while executing this line:
> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2101: The <unwar>
> > type doesn't support the nested "mapper" element.
> >
> > Is this a common issue?
> 
> Not seen it before.
> 
> What version of Ant are you using?
> 

Good call. Problem solved by upgrading to Ant 1.8.2

Now I am getting a batchtest failure. I guess this has something to do
with my network configuration. I am not sure how severe this failure is.
Otherwise, building from source worked and all unit tests passed for me.

batchtest:
     [echo] Starting BatchTestLocal using -X
   [jmeter] Created the tree successfully using
testfiles/BatchTestLocal.jmx
   [jmeter] Starting the test @ Mon Sep 26 22:32:52 CEST 2011
(1317069172892)
   [jmeter] Waiting for possible shutdown message on port 4445
   [jmeter] Tidying up ...    @ Mon Sep 26 22:33:28 CEST 2011
(1317069208987)
   [jmeter] ... end of run
     [echo] BatchTestLocal output files compared OK

batchtestserver:
   [server] Created remote object: UnicastServerRef [liveRef:
[endpoint:[127.0.1.1:36010](local),objID:[6b66acdf:132a7714332:-7fff,
-2840269162966433815]]]
   [server] An error occurred: Cannot start. ubuntu is a loopback
address.
   [server] Server failed to start: java.rmi.RemoteException: Cannot
start. ubuntu is a loopback address.

batchtest:
     [echo] Starting BatchTestLocal using -Rlocalhost:2099
   [server] Java Result: 1
   [client] Created the tree successfully using
testfiles/BatchTestLocal.jmx
   [client] Configuring remote engine for localhost:2099
   [client] Failed to configure localhost:2099
   [client] No remote engines were started.
   [client] Failure connecting to remote host: localhost:2099
java.rmi.ConnectException: Connection refused to host: localhost; nested
exception is: 
   [client] 	java.net.ConnectException: Connection refused
     [echo] BatchTestLocal output files compared OK




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: dev-help@jakarta.apache.org


Re: [VOTE] Release JMeter 2.5.1 RC2

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Mon, 2011-09-26 at 21:00 +0100, sebb wrote:

...

> >
> > I am seeing this error while trying to get all requisite dependencies
> > with 'ant download_jars'
> >
> > _get_jarfile:
> >
> > _get_zipfile:
> >      [get] Getting:
> > http://prdownloads.sourceforge.net/htmlparser/HTMLParser-2.0-SNAPSHOT-bin.zip
> >      [get]
> > To: /home/oleg/Downloads/jakarta-jmeter-2.5.1/build/HTMLParser-2.0-SNAPSHOT-bin.zip
> >      [get] Not modified - so not downloaded
> >
> > BUILD FAILED
> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2202: The following
> > error occurred while executing this line:
> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2172: The following
> > error occurred while executing this line:
> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2064: The following
> > error occurred while executing this line:
> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2093: The following
> > error occurred while executing this line:
> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2101: The <unwar>
> > type doesn't support the nested "mapper" element.
> >
> > Is this a common issue?
> 
> Not seen it before.
> 
> What version of Ant are you using?
> 

Good call. Problem solved by upgrading to Ant 1.8.2

Now I am getting a batchtest failure. I guess this has something to do
with my network configuration. I am not sure how severe this failure is.
Otherwise, building from source worked and all unit tests passed for me.

batchtest:
     [echo] Starting BatchTestLocal using -X
   [jmeter] Created the tree successfully using
testfiles/BatchTestLocal.jmx
   [jmeter] Starting the test @ Mon Sep 26 22:32:52 CEST 2011
(1317069172892)
   [jmeter] Waiting for possible shutdown message on port 4445
   [jmeter] Tidying up ...    @ Mon Sep 26 22:33:28 CEST 2011
(1317069208987)
   [jmeter] ... end of run
     [echo] BatchTestLocal output files compared OK

batchtestserver:
   [server] Created remote object: UnicastServerRef [liveRef:
[endpoint:[127.0.1.1:36010](local),objID:[6b66acdf:132a7714332:-7fff,
-2840269162966433815]]]
   [server] An error occurred: Cannot start. ubuntu is a loopback
address.
   [server] Server failed to start: java.rmi.RemoteException: Cannot
start. ubuntu is a loopback address.

batchtest:
     [echo] Starting BatchTestLocal using -Rlocalhost:2099
   [server] Java Result: 1
   [client] Created the tree successfully using
testfiles/BatchTestLocal.jmx
   [client] Configuring remote engine for localhost:2099
   [client] Failed to configure localhost:2099
   [client] No remote engines were started.
   [client] Failure connecting to remote host: localhost:2099
java.rmi.ConnectException: Connection refused to host: localhost; nested
exception is: 
   [client] 	java.net.ConnectException: Connection refused
     [echo] BatchTestLocal output files compared OK




---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: [VOTE] Release JMeter 2.5.1 RC2

Posted by sebb <se...@gmail.com>.
On 26 September 2011 20:04, Oleg Kalnichevski <ol...@apache.org> wrote:
> On Sun, 2011-09-25 at 12:01 +0000, Milamber wrote:
>> Hello,
>>
>> The second release candidate for JMeter 2.5.1 has been prepared, and your
>> votes are solicited.
>>
>> This release fixes mainly some bugs appeared since JMeter 2.5, but
>> contains few improvements.
>>
>> Tests (load tests or functional tests) with JVM 5/6/7 on
>> Linux/Windows/Mac OS on functionality changes are welcomes (HttpClient
>> 4.1 request, Http request with parallels embedded resources, View
>> results tree, WebServices (SOAP) request, Async sample sending mode, etc)
>>
>> List of changes:
>> http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs/changes.html
>>
>>
>> JMeter is a Java desktop application designed to load test functional
>> behavior and measure performance. The current version is targeted at
>> Java 1.5+.
>>
>> Archives/hashes/sigs and RAT report:
>>
>> http://people.apache.org/~milamber/jmeter-2.5.1RC2/dist
>>
>> MD5 hashes of archives for this vote:
>>
>> abc0d327d19f3e138955de5082c000b3 *jakarta-jmeter-2.5.1.tgz
>> 3e69786253880a1293e245519cba4ad3 *jakarta-jmeter-2.5.1.zip
>> cdc73f4db83dee52d216c74c2a323721 *jakarta-jmeter-2.5.1_src.tgz
>> 3f294979e6c696bba91d62c2ec5f0473 *jakarta-jmeter-2.5.1_src.zip
>>
>> Site Docs are here:
>> http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs
>>
>> Tag:
>> http://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_5_1_RC2 (r1175373)
>>
>> Keys are here:
>> http://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/
>> also
>> http://people.apache.org/~milamber/
>>
>> N.B.
>> To download the dependencies: "ant download_jars"
>>
>> To create the jars and test JMeter: "ant package test".
>>
>> JMeter 2.5 requires Java 1.5 or later.
>>
>> Note that there is a bug in Java on some Linux systems that manifests
>> itself as the following error when running the test cases or JMeter itself:
>>
>>  [java] WARNING: Couldn't flush user prefs:
>>  java.util.prefs.BackingStoreException:
>>  java.lang.IllegalArgumentException: Not supported: indent-number
>>
>> This does not affect JMeter operation.
>>
>>
>> All feedback (and votes!) welcome.
>>
>> [  ] +1  I support this release
>> [  ] +0  I am OK with this release
>> [  ] -0   OK, but....
>> [  ] -1   I do not support this release (please indicate why)
>>
>> The vote will remain open for at least 72 hours.
>>
>> Note: If the vote passes, the intention is to release the archive files
>> and rename the RC tag as the release tag.
>>
>> Thanks in advance!
>>
>> Milamber
>>
>
>
> I am seeing this error while trying to get all requisite dependencies
> with 'ant download_jars'
>
> _get_jarfile:
>
> _get_zipfile:
>      [get] Getting:
> http://prdownloads.sourceforge.net/htmlparser/HTMLParser-2.0-SNAPSHOT-bin.zip
>      [get]
> To: /home/oleg/Downloads/jakarta-jmeter-2.5.1/build/HTMLParser-2.0-SNAPSHOT-bin.zip
>      [get] Not modified - so not downloaded
>
> BUILD FAILED
> /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2202: The following
> error occurred while executing this line:
> /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2172: The following
> error occurred while executing this line:
> /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2064: The following
> error occurred while executing this line:
> /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2093: The following
> error occurred while executing this line:
> /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2101: The <unwar>
> type doesn't support the nested "mapper" element.
>
> Is this a common issue?

Not seen it before.

What version of Ant are you using?

> Oleg
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: [VOTE] Release JMeter 2.5.1 RC2

Posted by sebb <se...@gmail.com>.
On 26 September 2011 20:04, Oleg Kalnichevski <ol...@apache.org> wrote:
> On Sun, 2011-09-25 at 12:01 +0000, Milamber wrote:
>> Hello,
>>
>> The second release candidate for JMeter 2.5.1 has been prepared, and your
>> votes are solicited.
>>
>> This release fixes mainly some bugs appeared since JMeter 2.5, but
>> contains few improvements.
>>
>> Tests (load tests or functional tests) with JVM 5/6/7 on
>> Linux/Windows/Mac OS on functionality changes are welcomes (HttpClient
>> 4.1 request, Http request with parallels embedded resources, View
>> results tree, WebServices (SOAP) request, Async sample sending mode, etc)
>>
>> List of changes:
>> http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs/changes.html
>>
>>
>> JMeter is a Java desktop application designed to load test functional
>> behavior and measure performance. The current version is targeted at
>> Java 1.5+.
>>
>> Archives/hashes/sigs and RAT report:
>>
>> http://people.apache.org/~milamber/jmeter-2.5.1RC2/dist
>>
>> MD5 hashes of archives for this vote:
>>
>> abc0d327d19f3e138955de5082c000b3 *jakarta-jmeter-2.5.1.tgz
>> 3e69786253880a1293e245519cba4ad3 *jakarta-jmeter-2.5.1.zip
>> cdc73f4db83dee52d216c74c2a323721 *jakarta-jmeter-2.5.1_src.tgz
>> 3f294979e6c696bba91d62c2ec5f0473 *jakarta-jmeter-2.5.1_src.zip
>>
>> Site Docs are here:
>> http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs
>>
>> Tag:
>> http://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_5_1_RC2 (r1175373)
>>
>> Keys are here:
>> http://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/
>> also
>> http://people.apache.org/~milamber/
>>
>> N.B.
>> To download the dependencies: "ant download_jars"
>>
>> To create the jars and test JMeter: "ant package test".
>>
>> JMeter 2.5 requires Java 1.5 or later.
>>
>> Note that there is a bug in Java on some Linux systems that manifests
>> itself as the following error when running the test cases or JMeter itself:
>>
>>  [java] WARNING: Couldn't flush user prefs:
>>  java.util.prefs.BackingStoreException:
>>  java.lang.IllegalArgumentException: Not supported: indent-number
>>
>> This does not affect JMeter operation.
>>
>>
>> All feedback (and votes!) welcome.
>>
>> [  ] +1  I support this release
>> [  ] +0  I am OK with this release
>> [  ] -0   OK, but....
>> [  ] -1   I do not support this release (please indicate why)
>>
>> The vote will remain open for at least 72 hours.
>>
>> Note: If the vote passes, the intention is to release the archive files
>> and rename the RC tag as the release tag.
>>
>> Thanks in advance!
>>
>> Milamber
>>
>
>
> I am seeing this error while trying to get all requisite dependencies
> with 'ant download_jars'
>
> _get_jarfile:
>
> _get_zipfile:
>      [get] Getting:
> http://prdownloads.sourceforge.net/htmlparser/HTMLParser-2.0-SNAPSHOT-bin.zip
>      [get]
> To: /home/oleg/Downloads/jakarta-jmeter-2.5.1/build/HTMLParser-2.0-SNAPSHOT-bin.zip
>      [get] Not modified - so not downloaded
>
> BUILD FAILED
> /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2202: The following
> error occurred while executing this line:
> /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2172: The following
> error occurred while executing this line:
> /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2064: The following
> error occurred while executing this line:
> /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2093: The following
> error occurred while executing this line:
> /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2101: The <unwar>
> type doesn't support the nested "mapper" element.
>
> Is this a common issue?

Not seen it before.

What version of Ant are you using?

> Oleg
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: dev-help@jakarta.apache.org


Re: Not modified - so not downloaded Re: Not modified - so not downloaded BUILD FAILED

Posted by Milamber <mi...@apache.org>.

Le 26/09/2011 19:04, Oleg Kalnichevski a ecrit :
> On Sun, 2011-09-25 at 12:01 +0000, Milamber wrote:
>   
>> SNIP
>
> I am seeing this error while trying to get all requisite dependencies
> with 'ant download_jars' 
>
> _get_jarfile:
>
> _get_zipfile:
>       [get] Getting:
> http://prdownloads.sourceforge.net/htmlparser/HTMLParser-2.0-SNAPSHOT-bin.zip
>       [get]
> To: /home/oleg/Downloads/jakarta-jmeter-2.5.1/build/HTMLParser-2.0-SNAPSHOT-bin.zip
>       [get] Not modified - so not downloaded
>
> BUILD FAILED
> /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2202: The following
> error occurred while executing this line:
> /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2172: The following
> error occurred while executing this line:
> /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2064: The following
> error occurred while executing this line:
> /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2093: The following
> error occurred while executing this line:
> /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2101: The <unwar>
> type doesn't support the nested "mapper" element.
>
> Is this a common issue?
>   

No.
What is your ant version ?

Milamber


> Oleg
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: dev-help@jakarta.apache.org
>
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: dev-help@jakarta.apache.org


Re: [VOTE] Release JMeter 2.5.1 RC2

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Sun, 2011-09-25 at 12:01 +0000, Milamber wrote:
> Hello,
> 
> The second release candidate for JMeter 2.5.1 has been prepared, and your
> votes are solicited.
> 
> This release fixes mainly some bugs appeared since JMeter 2.5, but
> contains few improvements.
> 
> Tests (load tests or functional tests) with JVM 5/6/7 on
> Linux/Windows/Mac OS on functionality changes are welcomes (HttpClient
> 4.1 request, Http request with parallels embedded resources, View
> results tree, WebServices (SOAP) request, Async sample sending mode, etc)
> 
> List of changes:
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs/changes.html
> 
> 
> JMeter is a Java desktop application designed to load test functional
> behavior and measure performance. The current version is targeted at
> Java 1.5+.
> 
> Archives/hashes/sigs and RAT report:
> 
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/dist
> 
> MD5 hashes of archives for this vote:
> 
> abc0d327d19f3e138955de5082c000b3 *jakarta-jmeter-2.5.1.tgz
> 3e69786253880a1293e245519cba4ad3 *jakarta-jmeter-2.5.1.zip
> cdc73f4db83dee52d216c74c2a323721 *jakarta-jmeter-2.5.1_src.tgz
> 3f294979e6c696bba91d62c2ec5f0473 *jakarta-jmeter-2.5.1_src.zip
> 
> Site Docs are here:
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs
> 
> Tag:
> http://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_5_1_RC2 (r1175373)
> 
> Keys are here:
> http://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/
> also
> http://people.apache.org/~milamber/
> 
> N.B.
> To download the dependencies: "ant download_jars"
> 
> To create the jars and test JMeter: "ant package test".
> 
> JMeter 2.5 requires Java 1.5 or later.
> 
> Note that there is a bug in Java on some Linux systems that manifests
> itself as the following error when running the test cases or JMeter itself:
> 
>  [java] WARNING: Couldn't flush user prefs:
>  java.util.prefs.BackingStoreException:
>  java.lang.IllegalArgumentException: Not supported: indent-number
> 
> This does not affect JMeter operation.
> 
> 
> All feedback (and votes!) welcome.
> 
> [  ] +1  I support this release
> [  ] +0  I am OK with this release
> [  ] -0   OK, but....
> [  ] -1   I do not support this release (please indicate why)
> 
> The vote will remain open for at least 72 hours.
> 
> Note: If the vote passes, the intention is to release the archive files
> and rename the RC tag as the release tag.
> 
> Thanks in advance!
> 
> Milamber
> 


I am seeing this error while trying to get all requisite dependencies
with 'ant download_jars' 

_get_jarfile:

_get_zipfile:
      [get] Getting:
http://prdownloads.sourceforge.net/htmlparser/HTMLParser-2.0-SNAPSHOT-bin.zip
      [get]
To: /home/oleg/Downloads/jakarta-jmeter-2.5.1/build/HTMLParser-2.0-SNAPSHOT-bin.zip
      [get] Not modified - so not downloaded

BUILD FAILED
/home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2202: The following
error occurred while executing this line:
/home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2172: The following
error occurred while executing this line:
/home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2064: The following
error occurred while executing this line:
/home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2093: The following
error occurred while executing this line:
/home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2101: The <unwar>
type doesn't support the nested "mapper" element.

Is this a common issue?

Oleg



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: dev-help@jakarta.apache.org


Re: [VOTE] Release JMeter 2.5.1 RC2

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Sun, 2011-09-25 at 12:01 +0000, Milamber wrote:
> Hello,
> 
> The second release candidate for JMeter 2.5.1 has been prepared, and your
> votes are solicited.
> 
> This release fixes mainly some bugs appeared since JMeter 2.5, but
> contains few improvements.
> 
> Tests (load tests or functional tests) with JVM 5/6/7 on
> Linux/Windows/Mac OS on functionality changes are welcomes (HttpClient
> 4.1 request, Http request with parallels embedded resources, View
> results tree, WebServices (SOAP) request, Async sample sending mode, etc)
> 
> List of changes:
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs/changes.html
> 
> 
> JMeter is a Java desktop application designed to load test functional
> behavior and measure performance. The current version is targeted at
> Java 1.5+.
> 
> Archives/hashes/sigs and RAT report:
> 
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/dist
> 
> MD5 hashes of archives for this vote:
> 
> abc0d327d19f3e138955de5082c000b3 *jakarta-jmeter-2.5.1.tgz
> 3e69786253880a1293e245519cba4ad3 *jakarta-jmeter-2.5.1.zip
> cdc73f4db83dee52d216c74c2a323721 *jakarta-jmeter-2.5.1_src.tgz
> 3f294979e6c696bba91d62c2ec5f0473 *jakarta-jmeter-2.5.1_src.zip
> 
> Site Docs are here:
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs
> 
> Tag:
> http://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_5_1_RC2 (r1175373)
> 
> Keys are here:
> http://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/
> also
> http://people.apache.org/~milamber/
> 
> N.B.
> To download the dependencies: "ant download_jars"
> 
> To create the jars and test JMeter: "ant package test".
> 
> JMeter 2.5 requires Java 1.5 or later.
> 
> Note that there is a bug in Java on some Linux systems that manifests
> itself as the following error when running the test cases or JMeter itself:
> 
>  [java] WARNING: Couldn't flush user prefs:
>  java.util.prefs.BackingStoreException:
>  java.lang.IllegalArgumentException: Not supported: indent-number
> 
> This does not affect JMeter operation.
> 
> 
> All feedback (and votes!) welcome.
> 
> [  ] +1  I support this release
> [  ] +0  I am OK with this release
> [  ] -0   OK, but....
> [  ] -1   I do not support this release (please indicate why)
> 
> The vote will remain open for at least 72 hours.
> 
> Note: If the vote passes, the intention is to release the archive files
> and rename the RC tag as the release tag.
> 
> Thanks in advance!
> 
> Milamber
> 


I am seeing this error while trying to get all requisite dependencies
with 'ant download_jars' 

_get_jarfile:

_get_zipfile:
      [get] Getting:
http://prdownloads.sourceforge.net/htmlparser/HTMLParser-2.0-SNAPSHOT-bin.zip
      [get]
To: /home/oleg/Downloads/jakarta-jmeter-2.5.1/build/HTMLParser-2.0-SNAPSHOT-bin.zip
      [get] Not modified - so not downloaded

BUILD FAILED
/home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2202: The following
error occurred while executing this line:
/home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2172: The following
error occurred while executing this line:
/home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2064: The following
error occurred while executing this line:
/home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2093: The following
error occurred while executing this line:
/home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2101: The <unwar>
type doesn't support the nested "mapper" element.

Is this a common issue?

Oleg



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: [VOTE] Release JMeter 2.5.1 RC2

Posted by Peter Lin <wo...@gmail.com>.
+1

On Sun, Sep 25, 2011 at 8:01 AM, Milamber <mi...@apache.org> wrote:
> Hello,
>
> The second release candidate for JMeter 2.5.1 has been prepared, and your
> votes are solicited.
>
> This release fixes mainly some bugs appeared since JMeter 2.5, but
> contains few improvements.
>
> Tests (load tests or functional tests) with JVM 5/6/7 on
> Linux/Windows/Mac OS on functionality changes are welcomes (HttpClient
> 4.1 request, Http request with parallels embedded resources, View
> results tree, WebServices (SOAP) request, Async sample sending mode, etc)
>
> List of changes:
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs/changes.html
>
>
> JMeter is a Java desktop application designed to load test functional
> behavior and measure performance. The current version is targeted at
> Java 1.5+.
>
> Archives/hashes/sigs and RAT report:
>
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/dist
>
> MD5 hashes of archives for this vote:
>
> abc0d327d19f3e138955de5082c000b3 *jakarta-jmeter-2.5.1.tgz
> 3e69786253880a1293e245519cba4ad3 *jakarta-jmeter-2.5.1.zip
> cdc73f4db83dee52d216c74c2a323721 *jakarta-jmeter-2.5.1_src.tgz
> 3f294979e6c696bba91d62c2ec5f0473 *jakarta-jmeter-2.5.1_src.zip
>
> Site Docs are here:
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs
>
> Tag:
> http://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_5_1_RC2 (r1175373)
>
> Keys are here:
> http://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/
> also
> http://people.apache.org/~milamber/
>
> N.B.
> To download the dependencies: "ant download_jars"
>
> To create the jars and test JMeter: "ant package test".
>
> JMeter 2.5 requires Java 1.5 or later.
>
> Note that there is a bug in Java on some Linux systems that manifests
> itself as the following error when running the test cases or JMeter itself:
>
>  [java] WARNING: Couldn't flush user prefs:
>  java.util.prefs.BackingStoreException:
>  java.lang.IllegalArgumentException: Not supported: indent-number
>
> This does not affect JMeter operation.
>
>
> All feedback (and votes!) welcome.
>
> [  ] +1  I support this release
> [  ] +0  I am OK with this release
> [  ] -0   OK, but....
> [  ] -1   I do not support this release (please indicate why)
>
> The vote will remain open for at least 72 hours.
>
> Note: If the vote passes, the intention is to release the archive files
> and rename the RC tag as the release tag.
>
> Thanks in advance!
>
> Milamber
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: dev-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: dev-help@jakarta.apache.org


Re: [VOTE] Release JMeter 2.5.1 RC2

Posted by sebb <se...@gmail.com>.
On 25 September 2011 13:01, Milamber <mi...@apache.org> wrote:
> Hello,
>
> The second release candidate for JMeter 2.5.1 has been prepared, and your
> votes are solicited.
>
> This release fixes mainly some bugs appeared since JMeter 2.5, but
> contains few improvements.
>
> Tests (load tests or functional tests) with JVM 5/6/7 on
> Linux/Windows/Mac OS on functionality changes are welcomes (HttpClient
> 4.1 request, Http request with parallels embedded resources, View
> results tree, WebServices (SOAP) request, Async sample sending mode, etc)
>
> List of changes:
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs/changes.html
>
>
> JMeter is a Java desktop application designed to load test functional
> behavior and measure performance. The current version is targeted at
> Java 1.5+.
>
> Archives/hashes/sigs and RAT report:
>
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/dist
>
> MD5 hashes of archives for this vote:
>
> abc0d327d19f3e138955de5082c000b3 *jakarta-jmeter-2.5.1.tgz
> 3e69786253880a1293e245519cba4ad3 *jakarta-jmeter-2.5.1.zip
> cdc73f4db83dee52d216c74c2a323721 *jakarta-jmeter-2.5.1_src.tgz
> 3f294979e6c696bba91d62c2ec5f0473 *jakarta-jmeter-2.5.1_src.zip
>
> Site Docs are here:
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs
>
> Tag:
> http://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_5_1_RC2 (r1175373)
>
> Keys are here:
> http://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/
> also
> http://people.apache.org/~milamber/
>
> N.B.
> To download the dependencies: "ant download_jars"
>
> To create the jars and test JMeter: "ant package test".
>
> JMeter 2.5 requires Java 1.5 or later.
>
> Note that there is a bug in Java on some Linux systems that manifests
> itself as the following error when running the test cases or JMeter itself:
>
>  [java] WARNING: Couldn't flush user prefs:
>  java.util.prefs.BackingStoreException:
>  java.lang.IllegalArgumentException: Not supported: indent-number
>
> This does not affect JMeter operation.
>
>
> All feedback (and votes!) welcome.
>
> [  ] +1  I support this release
> [  ] +0  I am OK with this release
> [  ] -0   OK, but....
> [  ] -1   I do not support this release (please indicate why)
>
> The vote will remain open for at least 72 hours.
>
> Note: If the vote passes, the intention is to release the archive files
> and rename the RC tag as the release tag.
>
> Thanks in advance!

All looks OK except for some minor differences between the source
archives and the SVN tag.

The xml files under xdocs/usermanual disagree for me, because the
$Date: $ SVN keyword is resolved using the default Locale.
My Locale is English, whereas the files were built with a French Locale.
So when I check out the SVN tag, I see English days and months, but
the source archive contains French days and months.

I don't think this is a blocker.

The LICENSE file is also slighty different in the zip archives. This
is because it was treated as a UTF-8 file, but in fact one of the
characters is not UTF-8, so the Ant filter task does not copy the
character exactly.

I don't think this is a blocker either.

I'll fix the issues in SVN so they won't happen in future releases.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: dev-help@jakarta.apache.org


Re: [VOTE] Release JMeter 2.5.1 RC2

Posted by sebb <se...@gmail.com>.
On 25 September 2011 13:01, Milamber <mi...@apache.org> wrote:
> Hello,
>
> The second release candidate for JMeter 2.5.1 has been prepared, and your
> votes are solicited.
>
> This release fixes mainly some bugs appeared since JMeter 2.5, but
> contains few improvements.
>
> Tests (load tests or functional tests) with JVM 5/6/7 on
> Linux/Windows/Mac OS on functionality changes are welcomes (HttpClient
> 4.1 request, Http request with parallels embedded resources, View
> results tree, WebServices (SOAP) request, Async sample sending mode, etc)
>
> List of changes:
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs/changes.html
>
>
> JMeter is a Java desktop application designed to load test functional
> behavior and measure performance. The current version is targeted at
> Java 1.5+.
>
> Archives/hashes/sigs and RAT report:
>
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/dist
>
> MD5 hashes of archives for this vote:
>
> abc0d327d19f3e138955de5082c000b3 *jakarta-jmeter-2.5.1.tgz
> 3e69786253880a1293e245519cba4ad3 *jakarta-jmeter-2.5.1.zip
> cdc73f4db83dee52d216c74c2a323721 *jakarta-jmeter-2.5.1_src.tgz
> 3f294979e6c696bba91d62c2ec5f0473 *jakarta-jmeter-2.5.1_src.zip
>
> Site Docs are here:
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs
>
> Tag:
> http://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_5_1_RC2 (r1175373)
>
> Keys are here:
> http://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/
> also
> http://people.apache.org/~milamber/
>
> N.B.
> To download the dependencies: "ant download_jars"
>
> To create the jars and test JMeter: "ant package test".
>
> JMeter 2.5 requires Java 1.5 or later.
>
> Note that there is a bug in Java on some Linux systems that manifests
> itself as the following error when running the test cases or JMeter itself:
>
>  [java] WARNING: Couldn't flush user prefs:
>  java.util.prefs.BackingStoreException:
>  java.lang.IllegalArgumentException: Not supported: indent-number
>
> This does not affect JMeter operation.
>
>
> All feedback (and votes!) welcome.
>
> [  ] +1  I support this release
> [  ] +0  I am OK with this release
> [  ] -0   OK, but....
> [  ] -1   I do not support this release (please indicate why)
>
> The vote will remain open for at least 72 hours.
>
> Note: If the vote passes, the intention is to release the archive files
> and rename the RC tag as the release tag.
>
> Thanks in advance!

All looks OK except for some minor differences between the source
archives and the SVN tag.

The xml files under xdocs/usermanual disagree for me, because the
$Date: $ SVN keyword is resolved using the default Locale.
My Locale is English, whereas the files were built with a French Locale.
So when I check out the SVN tag, I see English days and months, but
the source archive contains French days and months.

I don't think this is a blocker.

The LICENSE file is also slighty different in the zip archives. This
is because it was treated as a UTF-8 file, but in fact one of the
characters is not UTF-8, so the Ant filter task does not copy the
character exactly.

I don't think this is a blocker either.

I'll fix the issues in SVN so they won't happen in future releases.

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


[CANCELLED][VOTE] Release JMeter 2.5.1 RC2

Posted by sebb <se...@gmail.com>.
Sorry, but we have found some problems with the way that 2.5.1 RC2
handles the stopping of tests, as well as an error in the HttpClient4
sampler.

We need to fix the bugs and create a new RC.

On 25 September 2011 13:01, Milamber <mi...@apache.org> wrote:
> Hello,
>
> The second release candidate for JMeter 2.5.1 has been prepared, and your
> votes are solicited.
>
> This release fixes mainly some bugs appeared since JMeter 2.5, but
> contains few improvements.
>
> Tests (load tests or functional tests) with JVM 5/6/7 on
> Linux/Windows/Mac OS on functionality changes are welcomes (HttpClient
> 4.1 request, Http request with parallels embedded resources, View
> results tree, WebServices (SOAP) request, Async sample sending mode, etc)
>
> List of changes:
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs/changes.html
>
>
> JMeter is a Java desktop application designed to load test functional
> behavior and measure performance. The current version is targeted at
> Java 1.5+.
>
> Archives/hashes/sigs and RAT report:
>
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/dist
>
> MD5 hashes of archives for this vote:
>
> abc0d327d19f3e138955de5082c000b3 *jakarta-jmeter-2.5.1.tgz
> 3e69786253880a1293e245519cba4ad3 *jakarta-jmeter-2.5.1.zip
> cdc73f4db83dee52d216c74c2a323721 *jakarta-jmeter-2.5.1_src.tgz
> 3f294979e6c696bba91d62c2ec5f0473 *jakarta-jmeter-2.5.1_src.zip
>
> Site Docs are here:
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs
>
> Tag:
> http://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_5_1_RC2 (r1175373)
>
> Keys are here:
> http://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/
> also
> http://people.apache.org/~milamber/
>
> N.B.
> To download the dependencies: "ant download_jars"
>
> To create the jars and test JMeter: "ant package test".
>
> JMeter 2.5 requires Java 1.5 or later.
>
> Note that there is a bug in Java on some Linux systems that manifests
> itself as the following error when running the test cases or JMeter itself:
>
>  [java] WARNING: Couldn't flush user prefs:
>  java.util.prefs.BackingStoreException:
>  java.lang.IllegalArgumentException: Not supported: indent-number
>
> This does not affect JMeter operation.
>
>
> All feedback (and votes!) welcome.
>
> [  ] +1  I support this release
> [  ] +0  I am OK with this release
> [  ] -0   OK, but....
> [  ] -1   I do not support this release (please indicate why)
>
> The vote will remain open for at least 72 hours.
>
> Note: If the vote passes, the intention is to release the archive files
> and rename the RC tag as the release tag.
>
> Thanks in advance!
>
> Milamber
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: dev-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


[CANCELLED][VOTE] Release JMeter 2.5.1 RC2

Posted by sebb <se...@gmail.com>.
Sorry, but we have found some problems with the way that 2.5.1 RC2
handles the stopping of tests, as well as an error in the HttpClient4
sampler.

We need to fix the bugs and create a new RC.

On 25 September 2011 13:01, Milamber <mi...@apache.org> wrote:
> Hello,
>
> The second release candidate for JMeter 2.5.1 has been prepared, and your
> votes are solicited.
>
> This release fixes mainly some bugs appeared since JMeter 2.5, but
> contains few improvements.
>
> Tests (load tests or functional tests) with JVM 5/6/7 on
> Linux/Windows/Mac OS on functionality changes are welcomes (HttpClient
> 4.1 request, Http request with parallels embedded resources, View
> results tree, WebServices (SOAP) request, Async sample sending mode, etc)
>
> List of changes:
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs/changes.html
>
>
> JMeter is a Java desktop application designed to load test functional
> behavior and measure performance. The current version is targeted at
> Java 1.5+.
>
> Archives/hashes/sigs and RAT report:
>
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/dist
>
> MD5 hashes of archives for this vote:
>
> abc0d327d19f3e138955de5082c000b3 *jakarta-jmeter-2.5.1.tgz
> 3e69786253880a1293e245519cba4ad3 *jakarta-jmeter-2.5.1.zip
> cdc73f4db83dee52d216c74c2a323721 *jakarta-jmeter-2.5.1_src.tgz
> 3f294979e6c696bba91d62c2ec5f0473 *jakarta-jmeter-2.5.1_src.zip
>
> Site Docs are here:
> http://people.apache.org/~milamber/jmeter-2.5.1RC2/docs
>
> Tag:
> http://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_5_1_RC2 (r1175373)
>
> Keys are here:
> http://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/
> also
> http://people.apache.org/~milamber/
>
> N.B.
> To download the dependencies: "ant download_jars"
>
> To create the jars and test JMeter: "ant package test".
>
> JMeter 2.5 requires Java 1.5 or later.
>
> Note that there is a bug in Java on some Linux systems that manifests
> itself as the following error when running the test cases or JMeter itself:
>
>  [java] WARNING: Couldn't flush user prefs:
>  java.util.prefs.BackingStoreException:
>  java.lang.IllegalArgumentException: Not supported: indent-number
>
> This does not affect JMeter operation.
>
>
> All feedback (and votes!) welcome.
>
> [  ] +1  I support this release
> [  ] +0  I am OK with this release
> [  ] -0   OK, but....
> [  ] -1   I do not support this release (please indicate why)
>
> The vote will remain open for at least 72 hours.
>
> Note: If the vote passes, the intention is to release the archive files
> and rename the RC tag as the release tag.
>
> Thanks in advance!
>
> Milamber
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: dev-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: dev-help@jakarta.apache.org