[VOTE] Release JMeter 2.5.1 RC2

[VOTE] Release JMeter 2.5.1 RC2

am 25.09.2011 14:01:06 von Milamber

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/chan ges.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_R C2 (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

Re: [VOTE] Release JMeter 2.5.1 RC2

am 26.09.2011 00:17:17 von sebb

On 25 September 2011 13:01, 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/chan ges.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_R C2 (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 itsel=
f:
>
> =A0[java] WARNING: Couldn't flush user prefs:
> =A0java.util.prefs.BackingStoreException:
> =A0java.lang.IllegalArgumentException: Not supported: indent-number
>
> This does not affect JMeter operation.
>
>
> All feedback (and votes!) welcome.
>
> [ =A0] +1 =A0I support this release
> [ =A0] +0 =A0I am OK with this release
> [ =A0] -0 =A0 OK, but....
> [ =A0] -1 =A0 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.

Re: [VOTE] Release JMeter 2.5.1 RC2

am 26.09.2011 21:04:33 von Oleg Kalnichevski

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/chan ges.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_R C2 (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
type doesn't support the nested "mapper" element.

Is this a common issue?

Oleg

Re: [VOTE] Release JMeter 2.5.1 RC2

am 26.09.2011 22:00:14 von sebb

On 26 September 2011 20:04, Oleg Kalnichevski 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 you=
r
>> 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/chan ges.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_R C2 (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 itse=
lf:
>>
>> =A0[java] WARNING: Couldn't flush user prefs:
>> =A0java.util.prefs.BackingStoreException:
>> =A0java.lang.IllegalArgumentException: Not supported: indent-number
>>
>> This does not affect JMeter operation.
>>
>>
>> All feedback (and votes!) welcome.
>>
>> [ =A0] +1 =A0I support this release
>> [ =A0] +0 =A0I am OK with this release
>> [ =A0] -0 =A0 OK, but....
>> [ =A0] -1 =A0 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:
> =A0 =A0 =A0[get] Getting:
> http://prdownloads.sourceforge.net/htmlparser/HTMLParser-2.0 -SNAPSHOT-bin=
..zip
> =A0 =A0 =A0[get]
> To: /home/oleg/Downloads/jakarta-jmeter-2.5.1/build/HTMLParser-2 .0-SNAPSH=
OT-bin.zip
> =A0 =A0 =A0[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
> 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
>
>

Re: [VOTE] Release JMeter 2.5.1 RC2

am 26.09.2011 22:45:43 von Oleg Kalnichevski

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
> > 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:132a77143 32:-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

Re: [VOTE] Release JMeter 2.5.1 RC2

am 26.09.2011 23:25:51 von sebb

On 26 September 2011 21:45, Oleg Kalnichevski 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:
>> > =A0 =A0 =A0[get] Getting:
>> > http://prdownloads.sourceforge.net/htmlparser/HTMLParser-2.0 -SNAPSHOT-=
bin.zip
>> > =A0 =A0 =A0[get]
>> > To: /home/oleg/Downloads/jakarta-jmeter-2.5.1/build/HTMLParser-2 .0-SNA=
PSHOT-bin.zip
>> > =A0 =A0 =A0[get] Not modified - so not downloaded
>> >
>> > BUILD FAILED
>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2202: The followin=
g
>> > error occurred while executing this line:
>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2172: The followin=
g
>> > error occurred while executing this line:
>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2064: The followin=
g
>> > error occurred while executing this line:
>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2093: The followin=
g
>> > error occurred while executing this line:
>> > /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2101: The
>> > 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:
> =A0 =A0 [echo] Starting BatchTestLocal using -X
> =A0 [jmeter] Created the tree successfully using
> testfiles/BatchTestLocal.jmx
> =A0 [jmeter] Starting the test @ Mon Sep 26 22:32:52 CEST 2011
> (1317069172892)
> =A0 [jmeter] Waiting for possible shutdown message on port 4445
> =A0 [jmeter] Tidying up ... =A0 =A0@ Mon Sep 26 22:33:28 CEST 2011
> (1317069208987)
> =A0 [jmeter] ... end of run
> =A0 =A0 [echo] BatchTestLocal output files compared OK
>
> batchtestserver:
> =A0 [server] Created remote object: UnicastServerRef [liveRef:
> [endpoint:[127.0.1.1:36010](local),objID:[6b66acdf:132a77143 32:-7fff,
> -2840269162966433815]]]
> =A0 [server] An error occurred: Cannot start. ubuntu is a loopback
> address.
> =A0 [server] Server failed to start: java.rmi.RemoteException: Cannot
> start. ubuntu is a loopback address.
>
> batchtest:
> =A0 =A0 [echo] Starting BatchTestLocal using -Rlocalhost:2099
> =A0 [server] Java Result: 1
> =A0 [client] Created the tree successfully using
> testfiles/BatchTestLocal.jmx
> =A0 [client] Configuring remote engine for localhost:2099
> =A0 [client] Failed to configure localhost:2099
> =A0 [client] No remote engines were started.
> =A0 [client] Failure connecting to remote host: localhost:2099
> java.rmi.ConnectException: Connection refused to host: localhost; nested
> exception is:
> =A0 [client] =A0 =A0 java.net.ConnectException: Connection refused
> =A0 =A0 [echo] BatchTestLocal output files compared OK
>

Re: [VOTE] Release JMeter 2.5.1 RC2

am 26.09.2011 23:32:30 von Philippe Mouawad

--20cf305e287f6b9b0004addee580
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hello,
I submitted a patch to Jmeterthread in deadlock bug few minutes ago.


Regards
Philippe Mouawad

On Monday, September 26, 2011, sebb wrote:
> On 26 September 2011 21:45, Oleg Kalnichevski 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.z=
ip
>>> > [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
>>> > 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:132a77143 32:-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
>
>

--=20
Cordialement.
Philippe Mouawad.
Ubik-Ing=E9nierie

--20cf305e287f6b9b0004addee580--

Re: [VOTE] Release JMeter 2.5.1 RC2

am 26.09.2011 23:32:42 von Oleg Kalnichevski

On Mon, 2011-09-26 at 22:25 +0100, sebb wrote:
> On 26 September 2011 21:45, Oleg Kalnichevski 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
> >> > 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

Re: [VOTE] Release JMeter 2.5.1 RC2

am 27.09.2011 06:17:30 von Stefan Bodewig

>>>> /home/oleg/Downloads/jakarta-jmeter-2.5.1/build.xml:2101: The
>>>> 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 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.



Stefan