_javaScript() function in Jmeter

2007-05-29 Thread Lenin Basheer
Hi All, I ve been tryintg to get the javaScript() to work with jmeter for a specfic scenario that i am testing. I havent been succesfull and there fore seeking ur help. This is the java script that i wrote ; ${__javaScript(${flightNumber}==10 ? ${i} += 1; : ${i} ,flightDate )} I have the java

Re: Server returned HTTP response code: 500 for URL //

2007-05-29 Thread Neeraj C
[Hye Sebb] Thanks for the Reply // The Application works fine with IE and Mozilla Firefox, so as the login Page // There are no issues there // I didn't understand about Splitting the URL into different fields // I mentioned the following Path to Test the Home Page for Performance: /WMS/homepag

jmeter and staf framework

2007-05-29 Thread I . B .
Hi folks, do you think it is a neat idea to make jmeter an interface for staf framework(staf.sourceforge.net) ? i am using beanshell to communicate with staf java services now. But i see how jmeter with "STAF Sampler" can become utlimate functional testing tool. what do you think? ~igy --

WebLogic Vs JBoss

2007-05-29 Thread new2JM
Hi, I have a typical problem. I have my Jmter scripts recorded using WebLogic as application server. The Script works fine with weblogic as Application server. but when I try to use the same script with JBoss as application server, some of the HTTP samplers fail. Does anyone have any experience, c

Re: Help regarding parameterizing a HTTP request(Urgent)

2007-05-29 Thread I . B .
you can try: CSV Data Set Config controller (username,password) http sampler for login result assertion http sampler for logout for many users use Loop or Thread I am testing this way and works for me so far ~igy On 5/24/07, Krishna Kanth B. N. <[EMAIL PROTECTED]> wrote: Hi, I need to test

Re: JMeter remote test issue

2007-05-29 Thread sebb
On 29/05/07, Massimo Forno <[EMAIL PROTECTED]> wrote: Hi, Of course the Server machine is the one on which I run jmeter -s and Rmiregsitry. I called it client because for the testing purpose it works as injector. Yes, it's a client as far as the application is concerned, but it's the server as

RE: JMeter remote test issue

2007-05-29 Thread Massimo Forno
Hi, Of course the Server machine is the one on which I run jmeter -s and Rmiregsitry. I called it client because for the testing purpose it works as injector. Anyway I'll debug to understand why JMeter does not care about my config in the jmeter.properties file (you can find it attached), where I

Re: JMeter remote test issue

2007-05-29 Thread sebb
The server machine is normally the one on which you run jmeter -s and rmiregsitry; the client machine is the one you use to start the test. I think you have these the other way round. Regardless, if there are problems accessing multi-homed hosts, it is not a JMeter problem. JMeter relies on the

RE: JMeter remote test issue

2007-05-29 Thread Massimo Forno
Hi, Now I now the problem but it looks very strange. The client machine (where the jmeter server is running) has 4 network interfaces, and one of which is 'closed' (accesses not allowed), but in the Server machine (the one where I set the host) I set a specific IP Address (one of the three availab

Re: [newbie] How to generate load using jmeter

2007-05-29 Thread sebb
On 29/05/07, Herman Schultz <[EMAIL PROTECTED]> wrote: On 5/26/07, sebb <[EMAIL PROTECTED]> wrote: > > On 26/05/07, Herman Schultz <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I want to generate load test using jmeter. And I have a few questions: > > How can I generate 1 request every 10 seconds i

Re: how to read jmeter log

2007-05-29 Thread sebb
On 29/05/07, Herman Schultz <[EMAIL PROTECTED]> wrote: Hi, I have a test plan with 6 threads, 200 ramp up period, loop count of 600 and a constant timer 10 seconds I have a jmeter log likes this, and i have 2 questions: 1. how to read the first column? http://jakarta.apache.org/jmeter/usermanu

Re: [newbie] How to generate load using jmeter

2007-05-29 Thread Herman Schultz
On 5/26/07, sebb <[EMAIL PROTECTED]> wrote: On 26/05/07, Herman Schultz <[EMAIL PROTECTED]> wrote: > Hi, > > I want to generate load test using jmeter. And I have a few questions: > How can I generate 1 request every 10 seconds in jmeter? By adding the appropriate timer. In this case the: ht

how to read jmeter log

2007-05-29 Thread Herman Schultz
Hi, I have a test plan with 6 threads, 200 ramp up period, loop count of 600 and a constant timer 10 seconds I have a jmeter log likes this, and i have 2 questions: 1. how to read the first column? 2. how come I have thread-group 1,2,1,3,2,1,4,3,2,1,5,4 ? instead I expect I have 1,2,3,4,5,6,1,2,3

Re: JMeter remote test issue

2007-05-29 Thread sebb
On 29/05/07, Massimo Forno <[EMAIL PROTECTED]> wrote: Hi, 1. The Java is the 1.6 2. No problem about Telnet 3. The error is the following one: 2007/05/29 14:20:50 ERROR - jmeter.engine.ClientJMeterEngine: java.rmi.ConnectException: Connection refused to host: 10.130.172.142; nested exception

RE: JMeter remote test issue

2007-05-29 Thread Massimo Forno
Hi, 1. The Java is the 1.6 2. No problem about Telnet 3. The error is the following one: 2007/05/29 14:20:50 ERROR - jmeter.engine.ClientJMeterEngine: java.rmi.ConnectException: Connection refused to host: 10.130.172.142; nested exception is: java.net.ConnectException: Connection time

Re: JMeter remote test issue

2007-05-29 Thread sebb
What about Java versions? Are they both at least 1.4? Can you telnet to the server from the client? e.g. telnet server 1099 This should at least connect, though you won't be able to do anything useful. Also what error messages are there in the client log file? On 29/05/07, Massimo Forno <[EMAIL

Re: Server returned HTTP response code: 500 for URL //

2007-05-29 Thread sebb
Make sure that the URL has been correctly split into the different fields. Does the login page require a particular browser, or does it work with all browsers? S. On 29/05/07, Neeraj C <[EMAIL PROTECTED]> wrote: Hye Friends There is no problems when I test the Login page of our Web Applicatio

RE: JMeter remote test issue

2007-05-29 Thread Massimo Forno
Hi, I'm sure, no spaces. JMeter versions are the same. Massimo -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 2:46 PM To: JMeter Users List Subject: Re: JMeter remote test issue Make sure that identical versions of JMeter are installed on both hosts

Re: JMeter remote test issue

2007-05-29 Thread sebb
Make sure that identical versions of JMeter are installed on both hosts. Also ensure that there are no spaces in the JMeter installation path on the server system. On 29/05/07, Massimo Forno <[EMAIL PROTECTED]> wrote: Hi, I'm trying to perform a remote test session. Just as a start (before

JMeter remote test issue

2007-05-29 Thread Massimo Forno
Hi, I'm trying to perform a remote test session. Just as a start (before to configure 4 injectors and one collector) I set up two machines, in the same subnet, one as a JMeter Master and the second one as JMeter slave (where I run the JMeter server). I'm pretty sure the configuration I set

Server returned HTTP response code: 500 for URL //

2007-05-29 Thread Neeraj C
Hye Friends There is no problems when I test the Login page of our Web Application. But when I place the Path of an internal "Home Page" or any other internal page I get the following error in the Jmeter.log file // ERROR - jmeter.protocol.http.sampler.HTTPSampler: readResponse: java.io.IOExcept