Distributed Testing Windows GUI/RHEL Servers Not Working

2007-09-07 Thread ECNiz
I'm trying to setup a JMeter Distributed test. I have 4 Machines, 2 Running windows 2003 Server and 2 Running Redhat Enterprise Linux 4. All 4 machines are Using: JMeter 2.3RC4 JDK 1.6.0_02 They are all on the same subnet. I am using one of the Windows machines in GUI mode as a controller. It

Re: IBM JRE/JDK with Jmeter and SSL

2007-09-07 Thread sebb
On 07/09/2007, CharekC <[EMAIL PROTECTED]> wrote: > > Thanks > Jmeter 2.3RC4 works fine with IBM JRE 1.5 in SSL mode v2. I only had to > modify jmeter.bat to get it to start correctly. What was the change you needed to make? > However, it does not seem to > support SSL v3 as for this version I

Re: IBM JRE/JDK with Jmeter and SSL

2007-09-07 Thread CharekC
Thanks Jmeter 2.3RC4 works fine with IBM JRE 1.5 in SSL mode v2. I only had to modify jmeter.bat to get it to start correctly. However, it does not seem to support SSL v3 as for this version I get -> Thread Group 1-1, handling exception: javax.net.ssl.SSLHandshakeException: Server chose unsuppo

Concurent Users Variable?

2007-09-07 Thread Andrei Jucan
Hi all, I have one script filled with java code and i want to take screenshots of aggregate report at different moment of time, especially when a specified number of users are concurent. Because of looping in my test i cannot use __threadNum, so i just want to know if there is a variable for "co

Re: IBM JRE/JDK with Jmeter and SSL

2007-09-07 Thread sebb
Try 2.3RC4 - 2.2 had some dependencies on sun classes. And the SSL handling is much better. On 07/09/2007, CharekC <[EMAIL PROTECTED]> wrote: > > Hi, > here's the following info I have > > C:\jakarta-jmeter-2.2\bin>jmeter -v > Copyright (c) 1998-2006 The Apache Software Foundation > Version 2.2

Re: IBM JRE/JDK with Jmeter and SSL

2007-09-07 Thread CharekC
Hi, here's the following info I have C:\jakarta-jmeter-2.2\bin>jmeter -v Copyright (c) 1998-2006 The Apache Software Foundation Version 2.2 C:\jakarta-jmeter-2.2\bin>java -fullversion java full version "J2RE 1.5.0 IBM Windows 32 build pwi32devifx-20060124" I tried the following SSL settings in

Re: Can't get Jmeter running after the component class name changes

2007-09-07 Thread sebb
On 07/09/2007, tiffany <[EMAIL PROTECTED]> wrote: > > Hi, > > I wrote a Jmeter plugin and it works fine before I changed the classes > names. Now, when I run jmeter, jmeter will thrown the following exception: > > meter.gui.action.Load: Could not convert file > com.thoughtworks.xstream.converters.C

Can't get Jmeter running after the component class name changes

2007-09-07 Thread tiffany
Hi, I wrote a Jmeter plugin and it works fine before I changed the classes names. Now, when I run jmeter, jmeter will thrown the following exception: meter.gui.action.Load: Could not convert file com.thoughtworks.xstream.converters.ConversionException: It tells me it is still looking at the ol

Re: Getting urls to sample from a database

2007-09-07 Thread sebb
You can use the JDBC sampler, but it might be a bit awkard to parse the response data to extract the data you need. The easiest solution is probably to create a CSV file with the data, using whatever tool you find convenient - most databases have some sort of report utility - and then use the CSV

RE: Java Sampler's new class

2007-09-07 Thread iblavins
G'day Code sample sent privately. Ian Blavins Contract Performance Engineer Temenos -Original Message- From: mj romero [mailto:[EMAIL PROTECTED] Sent: 07 September 2007 16:56 To: jmeter-user@jakarta.apache.org Subject: Java Sampler's new class Hello everybody, In Java Sampler, somebo

Re: Java Sampler's new class

2007-09-07 Thread sebb
See: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Java_Request you have to write your own class. On 07/09/2007, mj romero <[EMAIL PROTECTED]> wrote: > Hello everybody, > In Java Sampler, somebody knows like executing a new class different > from JavaTest and SleepTest? >

Re: Help with JMeter's source code.

2007-09-07 Thread sebb
See the page I just created: http://wiki.apache.org/jakarta-jmeter/BuildingJMeter On 07/09/2007, mj romero <[EMAIL PROTECTED]> wrote: > Hello JMeter's users, > I have problems when compiling the source code of JMeter with the Ant > program. I think is necessary to download some additional librari

Re: IBM JRE/JDK with Jmeter and SSL

2007-09-07 Thread sebb
Which version of JMeter are you using? Earlier versions had some dependencies on sun packages, but I think they have all been removed now. [If not, then we need to know!] On 07/09/2007, CharekC <[EMAIL PROTECTED]> wrote: > > Hi, > does anyone have information about getting IBM's JDK/JRE (1.4.2,

IBM JRE/JDK with Jmeter and SSL

2007-09-07 Thread CharekC
Hi, does anyone have information about getting IBM's JDK/JRE (1.4.2, 1.5 etc) to work with Jmeter in SSL mode? I have tried modifying the jmeter.properties file (ssl.provider and ssl.pkgs values) and copying over security libs into the jmeter/lib directory. But upon SSL playback, I receive 2007/

Java Sampler's new class

2007-09-07 Thread mj romero
Hello everybody, In Java Sampler, somebody knows like executing a new class different from JavaTest and SleepTest? Thank you very much. _ Prueba algunos de los nuevos servicios en línea que te ofrece Windows Live Ideas: tan nuevos q

Help with JMeter's source code.

2007-09-07 Thread mj romero
Hello JMeter's users, I have problems when compiling the source code of JMeter with the Ant program. I think is necessary to download some additional libraries, I am in the correct thing? In that case, which is those libraries? Any information is helpful. Sorry for my english. Thank you. __

Re: ConnectException on HTTPSampler

2007-09-07 Thread sebb
On 06/09/2007, Seth Southern <[EMAIL PROTECTED]> wrote: > All, > > We're getting sporadic java.net.ConnectException on random embedded > resource samples. The error doesn't always happen suggesting that the > file we're requesting does exist on the server, and it when it does > occur is isn't nece

Re: Placing automatically a always changing number of parameters in a httpRequest

2007-09-07 Thread sebb
Try the thread "Handling errors gracefully in sets of pages" This has a snippet of BeanShell pre-processor code that should be suitable. On 07/09/2007, Sebastian Straus <[EMAIL PROTECTED]> wrote: > Hello JMeter – Users, > > Sorry, but I can not find a solution for my problem so I am getting a bit

Placing automatically a always changing number of parameters in a httpRequest

2007-09-07 Thread Sebastian Straus
Hello JMeter – Users, Sorry, but I can not find a solution for my problem so I am getting a bit more concrete. I’ve recieved a always changing number of ids from a former request. That means, this varies from 1 id to about several hundreds. All this ids I recieved have to send with an HTML – R

Re: Authorization manager

2007-09-07 Thread sebb
Which HTTP sampler are you using? As I wrote before, it only applies to the HttpClient version. On 07/09/2007, Bhanu Krishna Cherukuri <[EMAIL PROTECTED]> wrote: > Sebb, > > I have tried with 2.4RC3 same issue Auth manager does not send the header at > the start of > > request instead of after it

Re: Authorization manager

2007-09-07 Thread Bhanu Krishna Cherukuri
Sebb, I have tried with 2.4RC3 same issue Auth manager does not send the header at the start of request instead of after it gets a chalange. How to resolve this issue? thx Bhanu krishna Cherukuri On 9/4/07, sebb <[EMAIL PROTECTED]> wrote: > > See my other reply - you will need to use 2.3