Re: Jmeter launcing prob

2009-05-12 Thread Deepak Shetty
hi its not the jar its the version of Java thats in your Path.(should be atleast java 1.4). Change your path to point to the correct veresion of java regards deepak On Mon, May 11, 2009 at 10:53 PM, gpub affablepr...@gmail.com wrote: Hi, Jmeter batch file is showing errors Exception in

Re: Jmeter launcing prob

2009-05-12 Thread gpub
yes and how could i be suppose to do it.. -- Change your path to point to the correct version of java i already have version j2sdk-1_4_2_16 on my sys Deepak Shetty wrote: hi its not the jar its the version of Java thats in your Path.(should be atleast java 1.4). Change your path to point

Re: Jmeter launcing prob

2009-05-12 Thread Deepak Shetty
Multiple ways In unix export PATH=pathtoyourjava:$PATH In windows set PATH=pathtoyourjava;%PATH% and then launch jmeter from the same window. OR You can also set the JM_LAUNCH enivornment variable to point to your java. To diagnose modify jmeter.bat or jmeter (depending on your OS) to print out

Re: Jmeter launcing prob

2009-05-12 Thread gpub
hey deepak, please let me know where to set this path as the jmeter is running fine on my system, with the this ApacheJMeter.jar under bin forlder but i need to know that will it cause any problem?? And another thing is that when i ran my scripsts ... the Jintiator runs and give me these

Re: Script fail?? need suggestions .. what to do ahead

2009-05-12 Thread gpub
Hi, Though i remove the sampler(scripts runs fine) .. bt what if i need that sampler and will these 2 samplers will make any impact in terms of load(will response time affect ?) if i remove them. gpub wrote: Nice said Either of: - Remove the sampler that causes the download--- this one

Re: Script fail?? need suggestions .. what to do ahead

2009-05-12 Thread sebb
On 12/05/2009, gpub affablepr...@gmail.com wrote: Hi, Though i remove the sampler(scripts runs fine) .. bt what if i need that sampler Add it back, and fix the auth error. Have a look at: http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour and will these 2 samplers will make any

jmeter + websphere mq ClassNotFoundException: com.sun.jndi.fscontext.RefFSContextFactory

2009-05-12 Thread Kamil Kukołowicz
Hello! I try to connet to MQ queue using JMeter as it is described: http://www.ibm.com/developerworks/websphere/library/techarticles/0808_vandekuil/0808_vandekuil.html I generated JNDI file using JMSAdmin.bat -v myJMS.scp However when I try to run test in JMeter ic receive an error

Re: Jmeter - question ( Regular Expression Extractor ) HELP?!

2009-05-12 Thread jmeter-user
One more question about RE I need Read PAYMENT_DEFINITION_ID : http://www.nabble.com/file/p23500686/BAZA1.jpg http://www.nabble.com/file/p23500686/BAZA2.jpg http://www.nabble.com/file/p23500686/BAZA3.jpg http://www.nabble.com/file/p23500686/BAZA4.jpg -- View this message in context:

RE: Help

2009-05-12 Thread Hembha, Ambanna
Hi all, If I need to get an instant technical support about Jmeter Tool whom should I contact? If it is payable also I'm ready for that. -Ambs -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: 23 April 2009 11:39 To: JMeter Users List Subject: Re: Help On 23/04/2009,

How to handle jsessionid as path parameter instead of cookie in JMeter?

2009-05-12 Thread Nguyen Dao
Hi everyone, *MY PROBLEM:* The JSF application on Tomcat 5.x that I have been asked to load-test disables cookie; it gets the jsessionid from the path parameter. When a user hits a protected resource, he/she is directed a login page whose url is appended with ;jsessionid=somehexvalue. This

Re: How to handle jsessionid as path parameter instead of cookie in JMeter?

2009-05-12 Thread Jose Pablo Sarco
Do you tried with Regular Expressions? You can extract the jsession value from the URL and then use it as parameter I hope it helps. On Tue, May 12, 2009 at 3:24 PM, Nguyen Dao mr.nguyen...@gmail.com wrote: Hi everyone, *MY PROBLEM:* The JSF application on Tomcat 5.x that I have been

Re: Jmeter launcing prob

2009-05-12 Thread Deepak Shetty
Hi perhaps Im missing something , how are you launching Jmeter (whatever you have sent is showing that you are using jre1.3.1 , you need atleast version 1.4)?. The instructions i have given are if you are running jmeter.bat . If you are running this via some IDE , then you'll have to change the

Re: How to handle jsessionid as path parameter instead of cookie in JMeter?

2009-05-12 Thread Nguyen Dao
Jose, Thank you for your answer. I came across HTTP URL Re-writing Modifier in the document and it seems like this may work without much customization, so I will try the HTTP URL Re-writing Modifier first, and try your suggestions if that failed. In any case, thank you for your help. Thanks,

RE: Help

2009-05-12 Thread Zakir Sayed
I need to know that as well. It would be pretty cool! However, this group is not bad in terms of getting your issue solved. The administrator are doing excellent job so far. :) -Original Message- From: Hembha, Ambanna [mailto:ambanna.hem...@logica.com] Sent: Tuesday, May 12, 2009 4:50 AM

Martin Ruschak/Szg/PorscheInt ist außer Haus.

2009-05-12 Thread Martin Ruschak
Ich werde ab 12.05.2009 nicht im Büro sein. Ich kehre zurück am 14.05.2009. Bitte wenden sie sich in meiner Abwesenheit an Herrn Zecha Andreas - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For

Re: Help

2009-05-12 Thread Deepak Shetty
Id say ask sebb for his bank details regards deepak On Tue, May 12, 2009 at 4:50 AM, Hembha, Ambanna ambanna.hem...@logica.comwrote: Hi all, If I need to get an instant technical support about Jmeter Tool whom should I contact? If it is payable also I'm ready for that. -Ambs

Re: Non HTTP response message: Exceeded maximum number of

2009-05-12 Thread kbluekens
That was it. Thank you very very much sebb-2-2 wrote: On 11/05/2009, kbluekens kbluek...@hotmail.com wrote: When trying to test a Silverlight application, I get the below error. Has anybody experienced this before and advise me? If you search the mailing list archives you can check

Aggregrate report: calculation of Total for Average

2009-05-12 Thread kbluekens
When looking at the TOTALS in the standard Aggregrate Report, I am unable to figure out how TOTALS for the Average column is calculated. Counting up all average reponse times for each line item divided by the number of line items yields a different number than the TOTALS calculated in the

Re: Aggregrate report: calculation of Total for Average

2009-05-12 Thread sebb
On 12/05/2009, kbluekens kbluek...@hotmail.com wrote: When looking at the TOTALS in the standard Aggregrate Report, I am unable to figure out how TOTALS for the Average column is calculated. Counting up all average reponse times for each line item divided by the number of line items

Re: Graph Results overlap

2009-05-12 Thread sebb
On 11/05/2009, drubix andrew.schr...@gmail.com wrote: Hi, When using the Graph Results listener, if the plot goes off the end of the X axis it continues to plot at time 0 again. This means that there are 2 or more lines running over the top of each other, all of the same colour. This

Re: Graph Results overlap

2009-05-12 Thread Peter Lin
Isn't that how it has always worked. If the test plan is large and runs for a long time, the graph start back at the beginning again. peter On Tue, May 12, 2009 at 6:24 PM, sebb seb...@gmail.com wrote: On 11/05/2009, drubix andrew.schr...@gmail.com wrote:  Hi,  When using the Graph Results

Re: Graph Results overlap

2009-05-12 Thread drubix
I've had this problem both when running the tests in GUI mode and non-GUI mode (and opening the JTL file after the test has completed). I'm away from work today and don't have any of my testing files but I'll upload a bugzilla report tomorrow if that is not the intended functionality. Drew

Re: Graph Results overlap

2009-05-12 Thread Peter Lin
I could be wrong, but it has always been that way. The default graph listener has a fixed width, so once it reaches the end it just continues at the beginning again. peter On Tue, May 12, 2009 at 8:29 PM, drubix andrew.schr...@gmail.com wrote: I've had this problem both when running the tests

Re: Jmeter launcing prob

2009-05-12 Thread gpub
Hi well i am sure about the version, Java web start shows this (Java Web Start 1.4.2_16 Console, started Wed May 13 09:04:12 IST 2009 Java 2 Runtime Environment: Version 1.4.2_16 by Sun Microsystems Inc.) Regarding the jmeter lauch i tell you what happened, 1. Installed Sdk 2. Then

Re: Jmeter launcing prob

2009-05-12 Thread Deepak Shetty
Oracle Client does put its version of java on the PATH. Open a command window and do an echo %PATH% see which version of java is first. Alternately modify jmeter.bat where it is launching java and comment out the rest and just have a -version to see what version of java is getting picked up.