Re: wrong HTTP header in JavaScript URL

2008-02-22 Thread Tom Fernandes
Hi, On Thursday, 21. February 2008, sebb wrote: On 21/02/2008, Tom Fernandes [EMAIL PROTECTED] wrote: Hello, I'm loading a site (http://foo.bar) through jmeter. This site calls (through Which version? 2.3.1 Which HTTP Sampler? Original or HttpClient? HTTP Sampler JavaScript)

Test TCP requests in application layer context

2008-02-22 Thread Raúl Lorenzo
Hello, Is there any way for probing with JMeter a application protocol over TCP? For example: I have a server which accepts xml messages, depending xml message´s sequence server response with a different message so a communication between a client and a server are stablished. Client

Re: Can __javaScript call recalculate?

2008-02-22 Thread Phillpotts, James
sebb [mailto:[EMAIL PROTECTED] wrote: On 21/02/2008, Phillpotts, James [EMAIL PROTECTED] wrote: sebb [mailto:[EMAIL PROTECTED] wrote: On 21/02/2008, Phillpotts, James [EMAIL PROTECTED] wrote: Is there any way to force __javaScript functions to always be re-evaluated each time?

Regular Expressin Extractor problem with test

2008-02-22 Thread Fulvio Guglielmelli
Hi I'm tring to apply a match regex on this string the field text is Regular Expressin Extractor reference name = example regular expression = (the field text is) template = $1$ Match = 1 Default = NO Running Jmeter always return NO

Re: JVM args

2008-02-22 Thread sebb
Try SET JVM_ARGS=-Djmagick.systemclassloader=no before calling jmeter.bat in a DOS box. or add the SET line to the start of a copy of jmeter.bat On 22/02/2008, Joseph Ribin Roy [EMAIL PROTECTED] wrote: Ok..it worked for you? -Original Message- From: sidhik [mailto:[EMAIL

Re: Can JMeter test a newly spawned thread by a servlet

2008-02-22 Thread sebb
On 22/02/2008, Rajvinder Pal [EMAIL PROTECTED] wrote: Hi friends I have created one test plan which test web application. In that I have created one sampler (Http request) to test a servlet . JMeter is showing report properly, but the problem is that servlet spawns a new thread which

Re: Retrieve Actual Page Load Time Using JMeter

2008-02-22 Thread sebb
On 22/02/2008, Amit [EMAIL PROTECTED] wrote: Is there any way to retrieve the actual page load time in JMeter? Yes, in that JMeter measures the amount of time it takes to download a page (and all its embedded resources if selected). No, in that JMeter is not a browser; it does not measure the

Re: wrong HTTP header in JavaScript URL

2008-02-22 Thread sebb
On 22/02/2008, Tom Fernandes [EMAIL PROTECTED] wrote: Hi, On Thursday, 21. February 2008, sebb wrote: On 21/02/2008, Tom Fernandes [EMAIL PROTECTED] wrote: Hello, I'm loading a site (http://foo.bar) through jmeter. This site calls (through Which version? 2.3.1

Re: Test TCP requests in application layer context

2008-02-22 Thread sebb
The TCP Sampler may be what you want: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#TCP_Sampler On 22/02/2008, Raúl Lorenzo [EMAIL PROTECTED] wrote: Hello, Is there any way for probing with JMeter a application protocol over TCP? For example: I have a server which

Re: Regular Expressin Extractor problem with test

2008-02-22 Thread sebb
On 22/02/2008, Fulvio Guglielmelli [EMAIL PROTECTED] wrote: Hi I'm tring to apply a match regex on this string the field text is Regular Expressin Extractor reference name = example regular expression = (the field text is) template = $1$ Match = 1

Re: JunitRequest sampler

2008-02-22 Thread sebb
What version of junit did you compile the test case with? JMeter uses 3.8.2, and later versions may cause problems, as they require Java 1.5+ Check jmeter.log for any error messages. On 21/02/2008, Divi [EMAIL PROTECTED] wrote: Hi , I am very new to JMeter and trying to create a

How to test this scenario

2008-02-22 Thread Rajvinder Pal
Hi I have 100 websites on a web server with there path exactly as /r_1 /r_2 ../r_100. As there are 100 websites does this mean i have to create 100 samplers under threadgroup ?I just know that i can create a sampler for one website and can test it by changing the 'Number of

Re: How to test this scenario

2008-02-22 Thread sebb
If the web-sites all look indentical apart from the root, then you can use a variable for the root, and read the variable from a file. If the sites are all different, then it starts to get more complicated. On 22/02/2008, Rajvinder Pal [EMAIL PROTECTED] wrote: Hi I have 100 websites on a web

RE: error when trying to use TNSNAMES entry in JMeter database connect string

2008-02-22 Thread Simon Payne
Sebb, I should have included the error trace in my last email, apologies for that. Here it is. 2008/02/22 14:59:31 WARN - jmeter.protocol.jdbc.config.DataSourceElement: Could not close connection java.sql.SQLException: Protocol violation at

Re: error when trying to use TNSNAMES entry in JMeter database connect string

2008-02-22 Thread sebb
On 22/02/2008, Simon Payne [EMAIL PROTECTED] wrote: Hi again Sebb Thanks for your suggestions. Here are my replies to your replies. Firstly, the reason I can't use the EzConnect string is because I want to use the TNSNAMES entry to specify things like SERVER=SHARED as against

Re: error when trying to use TNSNAMES entry in JMeter database connect string

2008-02-22 Thread sebb
I've not seen this error with MySQL or Derby - perhaps it is Oracle-specific. On 22/02/2008, Simon Payne [EMAIL PROTECTED] wrote: Sebb, I should have included the error trace in my last email, apologies for that. Here it is. 2008/02/22 14:59:31 WARN -

RE: error when trying to use TNSNAMES entry in JMeter database connect string

2008-02-22 Thread Simon Payne
Hi again Sebb Thanks for your suggestions. Here are my replies to your replies. Firstly, the reason I can't use the EzConnect string is because I want to use the TNSNAMES entry to specify things like SERVER=SHARED as against SERVER=DEDICATED. Secondly, you are right - I didn't read the Oracle

Re: JunitRequest sampler

2008-02-22 Thread sebb
On 22/02/2008, Divi [EMAIL PROTECTED] wrote: I am using JUnit 3.8.1.DO i need to use 3.8.2? No. I don't have any errors in my log file as i did not run my thread.I have problem while creating JUnitRequest sampler itself. That might still report an error. I could not find the classes

Re: JunitRequest sampler

2008-02-22 Thread Divi
I am using JUnit 3.8.1.DO i need to use 3.8.2?I don't have any errors in my log file as i did not run my thread.I have problem while creating JUnitRequest sampler itself. I could not find the classes in drop down of GUI for JUint sampler. I copied the jar file with classes to specified location

Re: wrong HTTP header in JavaScript URL

2008-02-22 Thread Tom Fernandes
Thanks sebb - that worked! Tom On Friday, 22. February 2008, sebb wrote: On 22/02/2008, Tom Fernandes [EMAIL PROTECTED] wrote: Hi, On Thursday, 21. February 2008, sebb wrote: On 21/02/2008, Tom Fernandes [EMAIL PROTECTED] wrote: Hello, I'm loading a site

how to make Cookie Manager work recursively?

2008-02-22 Thread Tom Fernandes
Hello, My test-plan is the following: Thread-Group | | -- HTTP Request Defaults | | -- HTTP Request (http://foo.com) | | -- simple Controller | | | | -- HTTP Request (http://foo.com/bar.php) | | | | -- HTTP Request (http://foo.com/bar.php) |

Response Data

2008-02-22 Thread Neiman, Oleg
Hi, I am receiving following message once selecting item in View Results Tree: Response too large to be displayed (276863 bytes). How can it display data, should some embedded recourses be used? Thanks, Oleg - To unsubscribe,

Variable for the SOAP Webservice Request

2008-02-22 Thread nsyed777
I am new to JMeter. I am trying test a webservice using the following SOAP request. I am trying make the soap requests read the data from the external source. I tried, User Param and CVS Config but it does not work. I am trying to make value 123456 a parameter to use external data for each

Re: JunitRequest sampler

2008-02-22 Thread Divi
I am unable to send attachment with private mail. Can you suggest how the directory structure for jar mail should be. I feel may be directory structure is causing some problem. yes, i checked and all files have package information in them. Divi sebb-2-2 wrote: On 22/02/2008, Divi [EMAIL