Re: Regex - Null Default values

2008-12-19 Thread Temoor A. Janjua
For the default value, click the field and press the space bar once, then the regex extractor will output a blank space. It is not exactly the same as outputting an empty string but it may help you depending on what you want to do with the output. Thanks, TJ Himanshu Ghai wrote: i didnt

Re: java.net.SocketException: Unconnected sockets not implemented

2008-12-19 Thread laredotornado
A note for posterity, although I did as suggested and added the 1.5 JRE to the PATH and JAVA_HOME, http://screencast.com/t/AqxIaHeM Alas, I still get the same error when running JMeter and trying to make an HTTPS connection. - Dave sebb-2-2 wrote: Same way you tell it to use 1.6 ;-)

Re: Pre-operation samplers

2008-12-19 Thread Himanshu Ghai
is once only controller an option? Himanshu On Thu, Dec 18, 2008 at 9:40 PM, Serpent_Guard bluegate...@gmail.comwrote: I've got a loop I want to perform, but part of the loop involves a login. I only want my threads to log in once. I know I can add the rest of the samplers to a loop

Re: Pre-operation samplers

2008-12-19 Thread Serpent_Guard
Awesome, just what I needed. Thanks. Himanshu Ghai wrote: is once only controller an option? Himanshu On Thu, Dec 18, 2008 at 9:40 PM, Serpent_Guard bluegate...@gmail.comwrote: I've got a loop I want to perform, but part of the loop involves a login. I only want my threads to

Re: regular expression extractor

2008-12-19 Thread sebb
On 19/12/2008, Serpent_Guard bluegate...@gmail.com wrote: Whoops, that's '[\w^\d]+'. [^\d] means all but 0-9 but [\w^\d] means \w, ^, or \d so it will match more than is required. The ^ only negates a class if present at the start. This can be seen by using the demo at:

Re: java.net.SocketException: Unconnected sockets not implemented

2008-12-19 Thread sebb
On 19/12/2008, laredotornado laredotorn...@gmail.com wrote: A note for posterity, although I did as suggested and added the 1.5 JRE to the PATH and JAVA_HOME, http://screencast.com/t/AqxIaHeM What does java -version show? Alas, I still get the same error when running JMeter and trying

Re: Target host on Vmware

2008-12-19 Thread sebb
On 19/12/2008, Temoor A. Janjua tjan...@unicon.net wrote: I am using Jmeter 2.3.2. Using Port 80 cannot help resolve this problem. My app is running on vmware where i have to specify a particular port which a particular jvm is using (8000 in my case). I just meant that it might be worth