Calling Pages According to Some Probabilities

2008-07-16 Thread Evrim Ozcelik
Hi, I have a number of pages and I need to call one of them according to some probability. For example there are 3 pages; PageA, PageB and PageC. At each iteration I need to call one of the pages according to probabilities %30, %20 and %50. Test Plan Thread Group Simple

Re: Calling Pages According to Some Probabilities

2008-07-16 Thread Ronan Klyne
Evrim Ozcelik wrote: Hi, I have a number of pages and I need to call one of them according to some probability. For example there are 3 pages; PageA, PageB and PageC. At each iteration I need to call one of the pages according to probabilities %30, %20 and %50. Test Plan Thread Group

Warning in results testing Web Service (SOAP) Request

2008-07-16 Thread Urška Valenčič
I followed the instructions on http://jakarta.apache.org/jmeter/usermanual/build-ws-test-plan.html I put the proper SOAP message in the box, when I press run it seams like nothing happens. I get the results, but they are 0 ms, and there is a warning. So is there a possibility to get more error

Re: Warning in results testing Web Service (SOAP) Request

2008-07-16 Thread Ronan Klyne
Urška Valenčič wrote: I followed the instructions on http://jakarta.apache.org/jmeter/usermanual/build-ws-test-plan.html I put the proper SOAP message in the box, when I press run it seams like nothing happens. I get the results, but they are 0 ms, and there is a warning. What is the

RE: Warning in results testing Web Service (SOAP) Request

2008-07-16 Thread Urška Valenčič
Well, in jmeter.log i get this: 08/07/16 13:36:39 INFO - jmeter.engine.StandardJMeterEngine: Thread will stop on error 2008/07/16 13:36:39 INFO - jmeter.threads.JMeterThread: Thread SETCCE Users 1-1 started 2008/07/16 13:36:39 ERROR - jmeter.protocol.http.sampler.WebServiceSampler: Missing

Re: Warning in results testing Web Service (SOAP) Request

2008-07-16 Thread Ronan Klyne
These are the errors listed - you are missing at least one Java class. 2008/07/16 13:36:39 ERROR - jmeter.protocol.http.sampler.WebServiceSampler: Missing class: java.lang.NoClassDefFoundError: javax/mail/MessagingException 2008/07/16 13:36:39 ERROR -

RE: Warning in results testing Web Service (SOAP) Request

2008-07-16 Thread Urška Valenčič
I already have the JavaMail, Java Activation Framework and Java RE 1.6 installed all in folder C:\Program Files\Java with set tenvironmental variable JAVA_HOME to the C:\Program Files\Java\jre1.6.0_07 I don't have JDK, or any other paths set, what else do I need to set or install?

RE: Warning in results testing Web Service (SOAP) Request

2008-07-16 Thread Urška Valenčič
I already have copies of mail.jar and activation.jar in JMeter directory/lib. -Original Message- From: Ronan Klyne [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2008 2:05 PM To: JMeter Users List Subject: Re: Warning in results testing Web Service (SOAP) Request Urška Valenčič

Re: Warning in results testing Web Service (SOAP) Request

2008-07-16 Thread sebb
On 16/07/2008, Urška Valenčič [EMAIL PROTECTED] wrote: I already have copies of mail.jar and activation.jar in JMeter directory/lib. That should be all that is needed - though I would suggest you make sure they are the only copies, i.e. don't also have copies of the jars in the JRE directory.

Correctly using sql query call

2008-07-16 Thread Jose Castro
I want to call a sql query and then have the data populate a soap request I would expect I could do something like THREAD GROUP JDBC_REQUEST (select col1, col2 from table) FOREACH CONTROLLER ---SOAP REQUEST USING ${col1} and ${col2) But no luck. Could someone please provide the correct format

Re: Correctly using sql query call

2008-07-16 Thread sebb
On 16/07/2008, Jose Castro [EMAIL PROTECTED] wrote: I want to call a sql query and then have the data populate a soap request I would expect I could do something like THREAD GROUP JDBC_REQUEST (select col1, col2 from table) FOREACH CONTROLLER ---SOAP REQUEST USING ${col1} and ${col2)

Re: Correctly using sql query call

2008-07-16 Thread Jose Castro
So what you are saying I should do something like Thread Group JDBC Reuqest select col1 || ',' || col2 from table -Reg Exp Ref Name= inputVar Refular Expresssion = (.*),(.*) Template = $1$$2$ Match No. = -1 Default

Error - csNoServiceDefined,Content-Transfer-Encoding: 8bit

2008-07-16 Thread Anand79
Hi All, When I run a HTTP Request sampler of a POST method I get the following error message: }!csNoServiceDefined,Content-Transfer-Encoding: 8bitbrbrCHECKIN_NEW!syExceptionType,java.lang.Throwable java.lang.Throwable at intradoc.common.IdcLogWriter.doMessageAppend(Unknown Source)