RE: Problem - JMeter uses \ in file pathnamel as special characte r

2004-08-19 Thread BAZLEY, Sebastian
On Thu, 19 Aug 2004 13:50:05 +0100, BAZLEY, Sebastian [EMAIL PROTECTED] wrote: Useful - but it does not mention /, so I wonder why that failed? S. -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: 19 August 2004 13:48 To: JMeter Users List Subject: Re

RE: Problem - JMeter uses \ in file pathnamel as special characte r

2004-08-19 Thread BAZLEY, Sebastian
then it would be special character. if it's /myfile.txt, then the path is probably wrong. some clarification on exactly what is happening would help diagnose the problem. peter On Thu, 19 Aug 2004 13:50:05 +0100, BAZLEY, Sebastian [EMAIL PROTECTED] wrote: Useful - but it does not mention /, so

RE: Problem - JMeter uses \ in file pathnamel as special characte r

2004-08-19 Thread BAZLEY, Sebastian
On Thu, 19 Aug 2004 13:35:27 +0100, BAZLEY, Sebastian [EMAIL PROTECTED] wrote: You could try enabling debug logging (edit jmeter.properties) - but -Original Message- From: Dhiman, Gaurav [mailto:[EMAIL PROTECTED] Sent: 19 August 2004 16:29 To: JMeter Users List Subject: RE: Problem

RE: win 2000

2004-08-23 Thread BAZLEY, Sebastian
Have you tried omitting it entirely? Also what does java -X give you? [It should display help for the -X options, which might give a clue as to what is wrong] S -Original Message- From: Michael Chandler [mailto:[EMAIL PROTECTED] Sent: 23 August 2004 18:45 To: [EMAIL PROTECTED]

RE: win 2000

2004-08-23 Thread BAZLEY, Sebastian
Did you install the full JDK, or just the JRE? Some of the options may only make sense if the server flavour of the JVM is installed. Certainly java -server only works if the full JDK is installed ... S. -Original Message- From: Michael Chandler [mailto:[EMAIL PROTECTED] Sent: 23 August

RE: win 2000

2004-08-24 Thread BAZLEY, Sebastian
-Dsun.rmi.dgc.server.gcInterval=60 -XX:PermSize=64m -XX:MaxPermSize=64m -verbose:gc -XX:+PrintTenuringDistribution -jar ApacheJMeter.jar Error occurred during initialization of VM Incompatible initial and maximum heap sizes specified -Original Message- From: BAZLEY, Sebastian [mailto

RE: URGENT regexFunction

2004-08-24 Thread BAZLEY, Sebastian
What does the HTML response look like that contains the productID (or is it BookingID?) Regexes need to be carefully crafted to ensure that they pick up exactly what is needed - no more, no less, so *exact* details are needed. S. P.S. Have you read the JMeter FAQ and the Wiki? There is some info

RE: Conditional Dump Of HTTP Responses

2004-08-24 Thread BAZLEY, Sebastian
It would be useful, but I'm not sure that is possible at present - or at least not easy. You might be able to use an if controller in conjunction with a Save Response Post Processor, but I'm not entirely sure how to code the If condition. There's probably also a way to do this using Beanshell,

RE: URGENT regexFunction

2004-08-24 Thread BAZLEY, Sebastian
=deleteActiveDetailID value=-1 input type=hidden name=deleteRnLineID value=-1 input type=hidden name=pageScrollY value=0/ Let me know if you need more information, Thanks RD From: BAZLEY, Sebastian [EMAIL PROTECTED] Reply-To: JMeter Users List [EMAIL PROTECTED] To: 'JMeter Users List' [EMAIL PROTECTED

RE: URGENT regexFunction

2004-08-24 Thread BAZLEY, Sebastian
By the way, you probably want to use the Regular Expression Extractor Post-Processor rather than the Function __regex(). Attach the element as a child of the sampler that returns the html to be scanned. S. -Original Message- From: BAZLEY, Sebastian Sent: 24 August 2004 11:49

RE: URGENT regexFunction

2004-08-24 Thread BAZLEY, Sebastian
productID (do I leave the original value in) ---HTML Link Parser ---Response Assertion - this as ${__regexFunction(name=productID\s+value=(\d+))} Is this what it supposed to look like? Thank you RD From: BAZLEY, Sebastian [EMAIL PROTECTED] Reply-To: JMeter Users List

RE: Conditional Dump Of HTTP Responses

2004-08-24 Thread BAZLEY, Sebastian
Happily, there are Bugzilla enhancement requests :-) Could perhaps add a checkbox to the save responses element, etc. S. -Original Message- From: Pollard, Matthew (Mat) 1275 [mailto:[EMAIL PROTECTED] Sent: 24 August 2004 14:30 To: 'JMeter Users List' Subject: RE: Conditional Dump Of HTTP

RE: win 2000

2004-08-24 Thread BAZLEY, Sebastian
-XX:MaxPermSize=64m -verbose:gc -XX:+PrintTenuringDistribution -jar ApacheJMeter.jar Error occurred during initialization of VM Incompatible initial and maximum heap sizes specified -Original Message- From: BAZLEY, Sebastian [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 12:16 PM

RE: win 2000

2004-08-24 Thread BAZLEY, Sebastian
... This probably only works with Sun's JVM, but there should be no harm in adding -server if the dll was found in the server directory, or not? Sebastian -Original Message- From: BAZLEY, Sebastian Sent: 24 August 2004 15:40 To: 'JMeter Users List' Subject: RE: win 2000 java -server [other java options

RE: Proxy recorder hangs in 2.0.1?

2004-08-24 Thread BAZLEY, Sebastian
You can always create your own copy of jmeter.bat that sets JAVA_HOME and PATH for JMeter only. Or use two different machines - probably necessary when you get to doing serious performance testing anyway ! S. -Original Message- From: Cronin, James [mailto:[EMAIL PROTECTED] Sent: 24

RE: URGENT regexFunction

2004-08-24 Thread BAZLEY, Sebastian
Not enough information. -Original Message- From: Rita danger [mailto:[EMAIL PROTECTED] Sent: 24 August 2004 16:08 To: [EMAIL PROTECTED] Subject: RE: URGENT regexFunction Hi I have installed Jmeter 2.0.1 but it does not run, do I have to install java 1.4.2 ? RD From: BAZLEY, Sebastian

RE: win 2000

2004-08-24 Thread BAZLEY, Sebastian
and Solaris) it's similar: all JDKs I have (ranging from jdk1.3.1_07 to j2sdk1.4.2_05) have a JAVA_HOME/jre/lib/i386/server/libjvm.so and .../client/libjvm.so. -- Salut, Jordi. En/na BAZLEY, Sebastian ha escrit: It seems that the server and client options rely on: JAVA_HOME\jre\bin\server

RE: Flash files

2004-08-24 Thread BAZLEY, Sebastian
You can check if the correct content has been downloaded by adding a Save Response Post-Processor (this was added after 1.9.1, IIRC). S. -Original Message- From: Ivan Rancati [mailto:[EMAIL PROTECTED] Sent: 24 August 2004 16:59 To: JMeter Users List Subject: Re: Flash files One thing I

JMeter.bat options (was: win 2000)

2004-08-24 Thread BAZLEY, Sebastian
JVM_ARGS=-server :-) En BAZLEY, Sebastian ha escrit: JMETER_CMD_LINE_ARGS is set from the batch file parameters - %* JVM_ARGS is presumably intended to be set before calling jmeter.bat: set JVM_ARGS=-Dprop=eller jmeter -n -t test.jmx -l test.jtl S. -Original Message- From

RE: Extracting Random Value from a Combobox

2004-08-25 Thread BAZLEY, Sebastian
Why not just use a random number between 1 and 5? You can use an Assertion to check the general format of the reply first if required. Or you can read the random value from a file using _StringFromFile() or __CSVRead(). == The regular expression extractor has a random function. For this to be

RE: URGENT regexFunction

2004-08-25 Thread BAZLEY, Sebastian
2004 10:40:13 -0500 I would recommend installing jdk1.4.2 peter On Tue, 24 Aug 2004 16:36:40 +0100, BAZLEY, Sebastian [EMAIL PROTECTED] wrote: Not enough information. -Original Message- From: Rita danger [mailto:[EMAIL PROTECTED] Sent: 24 August 2004 16:08 To: [EMAIL

RE: Getting content of cookie

2004-08-26 Thread BAZLEY, Sebastian
If that doesn't work, you could use the regex extractor on the headers to extract and save the cookie in a variable. I assume that this variable can then be used in the cookie manager (or perhaps header manager) to generate the outgoing cookie - but I've not tried it. S. -Original

FW: error while compiling in a jUnit test mode

2004-08-26 Thread BAZLEY, Sebastian
-Original Message- From: yair even-zohar [mailto:[EMAIL PROTECTED] Sent: 26 August 2004 17:40 To: [EMAIL PROTECTED] Subject: Re: error while compiling in a jUnit test mode Hi I'm running it as part of a large test so I'm testing everything by a jUnit test. I got the Error: ERROR:

<    1   2   3