OK, NOW I get it!

There was another ".zip" archive I needed (the 'lib')... You guys kept using
short-hand for stuff, and I was just too thick to grasp what you meant. I
thought when you were referring to "lib", you meant the "lib" folder in the
'apache-jmeter-r1202266_bin.zip' file. Not that there was another file:
'apache-jmeter-r1202266_lib.zip' that I needed...

Sorry about being so dense that I couldn't follow you.

Here's what I found when I ran the nightly build:

1) The cookies work again (thanks).

2) HTTP4 client is even slower than the HTTP3.1 client was (for both the GET
and the POST). I've uploaded another image to the bugzilla ticket.

        https://issues.apache.org/bugzilla/show_bug.cgi?id=52189

3) Just for grins, I tried the "Java" implementation too... It performs
about the same (within the margin of error) as the HttpClient3.1
implementation under JM 2.5.1.

--
Robin D. Wilson
Sr. Director of Web Development
KingsIsle Entertainment, Inc.
VOICE: 512-777-1861
www.KingsIsle.com


-----Original Message-----
From: Philippe Mouawad [mailto:[email protected]] 
Sent: Tuesday, November 15, 2011 4:12 PM
To: JMeter Users List
Subject: Re: JMeter reporting higher response times

The bin Zip contains 2 jars but the lib zip contains dépendency jars so
merging both should do it.
You shouldn't use 2.5.1 jars because there has been upgrade ( jexl) If you
don't succeed making it work i Will try to provide you tomorrow a dist on a
download site.

Regards
Philippe

On Tuesday, November 15, 2011, Robin D. Wilson <[email protected]> wrote:
> That doesn't work either... When I do that, the 'lib' folder is 
> missing a bunch of ".jar" files. The "lib" from the 'zip' file only 
> contains 2
".jar"
> files, 'bshclient.jar' and 'jorphan.jar'.
>
> I tried it, but that just throws a stack trace (I would show you, but 
> I'm pretty certain that it is related to the missing "jar" files). So 
> I added back the 'difference' (e.g., the "jar" files that exist in the 
> original JMeter2.5.1, but were missing from the JMeter2.5.1Dev after I 
> wiped them all, but skipping the ones that were already there from the 
> nightly build ".zip" file). The end result was the same error as before.
>
> Am I not getting the right nightly build file?
>
> --
> Robin D. Wilson
> Sr. Director of Web Development
> KingsIsle Entertainment, Inc.
> VOICE: 512-777-1861
> www.KingsIsle.com
>
>
> -----Original Message-----
> From: Philippe Mouawad [mailto:[email protected]]
> Sent: Tuesday, November 15, 2011 3:42 PM
> To: JMeter Users List
> Subject: Re: JMeter reporting higher response times
>
> In your procedure, before copying jars from new zip to 2.5.1 DEV, 
> remove
all
> jars from your 2.5.1 DEV. (in lib, lib/ext and bin folder).
>
>
> On Tue, Nov 15, 2011 at 10:37 PM, Robin D. Wilson <[email protected]
>wrote:
>
>> I must be terribly thick headed...
>>
>> Here's what I did:
>>
>> Started with a folder called:
>>
>>        JMeter2.5.1
>>
>> This contains the full (and functional) installation of JMeter 2.5.1.
>> When I launch the 'bin/jmeter.bat' file from this folder, it works 
>> fine. The only modification to this folder is the 
>> 'bin/user.properties'.
>>
>> I copied the JMeter2.5.1 folder to JMeter2.5.1Dev. I ran the 
>> jmeter.bat file from this folder - it works fine.
>>
>> Then I extracted the 'apache-jmeter-r1202266_bin.zip' file, and 
>> copied the ".jar" files from the "lib" folder to the 'JMeter2.5.1Dev/lib'
folder.
>> I copied the "lib/etx/*.jar" files to the 'JMeter2.5.1Dev/lib/ext'
folder.
>> I copied the "lib/junit/test.jar" file to the 'JMeter2.5.1Dev/lib/junit'
>> folder.
>> I copied the "bin/*" files (not the "bin/examples" folder) to the 
>> 'JMeter2.5.1Dev/bin' folder.
>>
>> When I launch the 'bin/jmeter.bat' file, I get the following error:
>>
>>        An error occurred: org/apache/commons/jexl2/JexlContext
>>        errorlevel=1
>>        Press any key to continue . . .
>>
>> (Of course, when I press a key, the cmd.exe window goes away.)
>>
>> I have only the JRE installed - it is possible that I need the full 
>> JDK in order to get this working?
>>
>> --
>> Robin D. Wilson
>> Sr. Director of Web Development
>> KingsIsle Entertainment, Inc.
>> VOICE: 512-777-1861
>> www.KingsIsle.com
>>
>>
>> -----Original Message-----
>> From: sebb [mailto:[email protected]]
>> Sent: Tuesday, November 15, 2011 2:34 PM
>> To: JMeter Users List
>> Subject: Re: JMeter reporting higher response times
>>
>> On 15 November 2011 20:28, Robin D. Wilson <[email protected]> wrote:
>> > I must not be understanding what you are asking me to do...
>> >
>> > I downloaded the 'apache-jmeter-r1202266_bin.zip' file from the URL
>> below.
>> >
>> > Then I 'copied' my folder for the "JMeter2.5.1" install. (Then I 
>> > verified that I can start JMeter from that new folder - it works
>> > fine.)
>> >
>> > Then I merged the "lib" folder from the above 
>> > 'apache-jmeter-r1202266_bin.zip' file into the "lib" folder from 
>> > the JMeter2.5.1_copy folder that I created.
>> >
>> > Now the JMeter in that folder won't start.
>> >
>> > I also tried merging all the files from ".zip" folder into the 
>> > copy, no dice. What am I doing wrong?
>>
>> You need to unpack the _bin and _lib archives into the same directory 
>> structure.
>>
>> There should be only a couple of duplicate text files at the top level.
>>
>> > --
>> > Robin D. Wilson
>> > Sr. Director of Web Development
>> > KingsIsle Entertainment, Inc.
>> > VOICE: 512-777-1861
>> > www.KingsIsle.com
>> >
>> >
>> > -----Original Message-----
>> > From: Philippe Mouawad [mailto:[email protected]]
>> > Sent: Tuesday, November 15, 2011 1:56 PM
>> > To: JMeter Users List
>> > Subject: Re: JMeter reporting higher response times
>> >
>> > You can get it here:
>> > https://builds.apache.org/job/JMeter-trunk/lastSuccessfulBuild/arti
>> > f
>> > ac
>> > t/trun
>> > k/dist/
>> >
>> > Merge lib zip into bin one .
>> >
>> >

--
Cordialement.
Philippe Mouawad.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to