RE: JMeter & Siteminder SocketException

2005-05-23 Thread Major, Michael T
I'm not quite certain about the SSL & Client certs. I am providing a cert through the keystore property that I set in the jmeter.properties file. And the login request is going through an https protocol. Are you saying that I am missing something else? -Original Message- From: Peter Lin

Re: JMeter & Siteminder SocketException

2005-05-23 Thread Peter Lin
it looks like the login requires SSL and client certificate. if that is the case, you'll need to register the certificate on the client side, so that it gets passed to the server. peter On 5/23/05, Major, Michael T <[EMAIL PROTECTED]> wrote: > Hi there, > > I am somewhat new to the JMeter eviron

JMeter & Siteminder SocketException

2005-05-23 Thread Major, Michael T
Hi there, I am somewhat new to the JMeter evironment, but I believe I have everything set up correctly. I am running JMeter 2.0.3 on Java 5.0 through a proxy web site. I am trying to load test a login through siteminder. Everytime I run the test plan, I recieve the following error: java.net.So

Re: query on capturing response using regex extractor

2005-05-23 Thread sebb
So long as you don't reuse the same variable name (i.e. NewId) elsewhere, it will still be available anywhere in the same thread using ${NewId} The RE would be better as RegularExpression: (.*?) S. On 5/23/05, Sachin Ashok Wagh <[EMAIL PROTECTED]> wrote: > Thanks Manju for the suggestion. > One

Re: can't start: Unrecognized VM option

2005-05-23 Thread sebb
If it does not solve the problem, I suggest you raise a Bugzilla issue. It would be helpful if you could include the output from: java -h java -X S. On 5/23/05, Shabana Shabana <[EMAIL PROTECTED]> wrote: > Hi, > > Just check the Jdk version you have it should be jdk1.4 > hope this solves your p

Re: Problems starting JMeter Server

2005-05-23 Thread sebb
This happened to someone else recently - if I recall correctly, it turned out that the RMI server and JMeter server were running under different JVMs. Also make sure there are no spaces in the Jmeter home directory name. S. On 5/11/05, Galya Andonova <[EMAIL PROTECTED]> wrote: > Hi all! > > I wa

Re: way to get current date into a variable?

2005-05-23 Thread Michael Stover
User-Defined Variables User Parameters One is static, one is a pre-processor - does anyone but me have a hard time keeping these straight? Maybe we could come up with some better names for them. There's also an old HTTP User Parameters or something like that. Ugh. -Mike On Fri, 2005-05-20 at

Re: Message resources in extensions

2005-05-23 Thread Michael Stover
Oh, I see what you mean. I will try to get to that :-) -Mike On Fri, 2005-05-20 at 09:28 -0400, Chad La Joie wrote: > Okay, sorry, I thought that was part of the special section on > visualizer plugins. Some additional introduction context might help, > just some words about what the TestBean f

Re: Message resources in extensions

2005-05-23 Thread Michael Stover
IMO, you should code against HEAD. The only thing stopping us from release JMeter 2.1 at this point is some documentation, I think. In fact, I'd say a release candidate release at this time would probably be helpful. -Mike On Fri, 2005-05-20 at 10:04 -0400, Chad La Joie wrote: > Okay, now I see

Re: Different IPs

2005-05-23 Thread Shabana Shabana
yah u can i guess use a regextractor On 5/12/05, Ghananeel Gondhali <[EMAIL PROTECTED]> wrote: > Hi, > > Can I assign a different IP address with a users sessions ? > > I got a load balancer thats got sticky sessions associated to source IP. Most > request go from 1 ip as they are being genera

Re: Problems starting JMeter Server

2005-05-23 Thread Shabana Shabana
Did you add the ipaddress to jmeter.bat/sh On 5/11/05, Galya Andonova <[EMAIL PROTECTED]> wrote: > Hi all! > > I want to do "remote testing", so I'm trying to start JMeter Server. I follow > exactly the instructions form "User Manual" - "12.Remote Testing" , although > I can't start JMeter Serv

Re: can't start: Unrecognized VM option

2005-05-23 Thread Shabana Shabana
Hi, Just check the Jdk version you have it should be jdk1.4 hope this solves your problem. On 5/11/05, Richard Harding <[EMAIL PROTECTED]> wrote: > I am trying to get jmeter up and running. The server is a debian testing > machine and the client is a Libranet 3.0 install (basically debian testin

RE: query on capturing response using regex extractor

2005-05-23 Thread Sachin Ashok Wagh
Thanks Manju for the suggestion. One more query: if I have the value of the variable that is extracted using regular expression, how can I store it? I want to use this value after 2-3 pages again. Any leads? Regards, Sachin -Original Message- From: Manjunath N.S. [mailto:[EMAIL

Re: query on capturing response using regex extractor

2005-05-23 Thread Manjunath N.S.
Hi Sachin, >From the First Response extract the ID information into variable, using PostProcess/Regular Expression Extractor into Variable. and Later use this Variable in the next TestCase. Regular Expression Extractor VariableName: NewId RegularExpression: (.*) Template:$1$ In the Second Requ

query on capturing response using regex extractor

2005-05-23 Thread Sachin Ashok Wagh
Hi, I' am using regular expression extractor to capture response. Let me explain the scenario in brief. I' am creating a new employee and activating it. Now I want to use an option of 'proxy into an employee' of the application. To click on the appropriate proxy button I need to capture the res