Will JMeter support 64 bit client processor with 32 bit DB server

2009-08-13 Thread Sujith Babu
I need to know whether JMeter supports 64 bit client processor with 32 bit server. Can i get a suggestion as to whether a 64 bit client processor is compatible with 32 bit DB server Looking forward for your suggestions Regards Sujith -- View this message in context: http://www.nabble.com/Wi

Re: Different Redirect Location in JMeter and HTTPFox

2009-08-13 Thread Alexandru Rotaru
Hi Deepak, Thanks for all the help. Your suggestions made me verify everything once again and I was able to find the problem: spelling error :-$ Thanks a lot once again, Alex On Aug 13, 2009, at 9:46 PM, Deepak Shetty wrote: Hi If I copy the HTML from the last POST that worked into a local

Re: Different Redirect Location in JMeter and HTTPFox

2009-08-13 Thread Deepak Shetty
Hi >If I copy the HTML from the last POST that worked into a local file and set the redirection to point to the server (use absolute path, >instead of relative), then the event is added and the thanks page is returned. >Is this what you meant? Yep , so if its not working from jmeter , then you have

Re: Different Redirect Location in JMeter and HTTPFox

2009-08-13 Thread Alexandru Rotaru
The last post is changed in a post and a get because of the redirection (I ticked Follow redirects in JMeter): the response for the post is 302 and then the response for the get (JMeter is trying to get the page specified in Location field) is 404 - Page not found - so the result for the sa

Re: Using the regex extractor values as http headers -- GOT IT !!

2009-08-13 Thread sidd darko
hi .. I needed to check TRUE on the User Parameters, update once per iteration. sidd darko wrote: Hi. I am trying to capture a parameter to my samplers and use it as a value in the HTTP Header Manager. I have a User Parameter that uses a bean shell script. The beanshell script sets the vari

Re: Using the regex extractor values as http headers -- GOT IT !!

2009-08-13 Thread sidd darko
hi .. I needed to check TRUE on the User Parameters, update once per iteration. sidd darko wrote: Hi. I am trying to capture a parameter to my samplers and use it as a value in the HTTP Header Manager. I have a User Parameter that uses a bean shell script. The beanshell script sets the vari

Using the regex extractor values as http headers

2009-08-13 Thread sidd darko
Hi. I am trying to capture a parameter to my samplers and use it as a value in the HTTP Header Manager. I have a User Parameter that uses a bean shell script. The beanshell script sets the variable GUID to a random number. I have two samplers and I only see my value set for the second sample.

Re: how to use the response assertion to find something in only one sub-sample (vers.2.3.4)?

2009-08-13 Thread sebb
On 13/08/2009, Deepak Shetty wrote: > hi > The only workaround I had was to uncheck redirect automatically and follow > redirects and use the regex extractor to extract the Location headers to > redirect to and add another sample to visit the extracted location. Yes. > As far as I know if re

Re: Different Redirect Location in JMeter and HTTPFox

2009-08-13 Thread Deepak Shetty
hi difficult to diagnose without access :). Id guess that the posted data is not exactly the same (perhaps the values arent extracted completely) I'd probably run the test in jmeter, copy the HTML returned on the page that is doing the posting into a html file. modify the form action to point to my

Re: Different Redirect Location in JMeter and HTTPFox

2009-08-13 Thread Alexandru Rotaru
Hi Deepad, a. the posted data is the same (or so it seems to me...). The only difference that I can see is in the message header. it's true, I need to extract some hidden items values (eg. __VIEWSTATE), but I take them from the answer of the previous post. b. yes, all the previous message

Re: Different Redirect Location in JMeter and HTTPFox

2009-08-13 Thread Deepak Shetty
Hi a. Whats the data getting posted , is it the same? is there some data on the page that needs to be extracted or posted (or some hidden variables etc)? b. Have you asserted all the previous responses and seen the content is correct c. if you enabled view results tree and checked the response for

Different Redirect Location in JMeter and HTTPFox

2009-08-13 Thread Alexandru Rotaru
Hello, I am trying to create a script for an asp.net application using JMeter, that adds an event. For adding an event I need to get through 4-5 steps (pages), so I send 4-5 Post requests from JMeter. Everything works fine for the first 3 Posts, but at the last one, the response is not redi

Re: how to use the response assertion to find something in only one sub-sample (vers.2.3.4)?

2009-08-13 Thread Deepak Shetty
hi The only workaround I had was to uncheck redirect automatically and follow redirects and use the regex extractor to extract the Location headers to redirect to and add another sample to visit the extracted location. As far as I know if redirect automatically or follow redirects is checked then t

Jmeter - HTTPS

2009-08-13 Thread Bharat L
Hi, I am using Jmeter 2.3.4, for one of my application i need to perform load testing on 2 different environments. One of the environment the URL starts with 'http' & for another 'https'. I recorded the scripts in 'http' & getting the response correctly, however when i use the same scripts in ht

Re: jmeter: Conversion error

2009-08-13 Thread sebb
On 13/08/2009, irtoip wrote: > > Hello, > > I'm trying to use jmeter with maven, but it doesn't work. > In prompt I've got an error: > > [INFO] Executing test: > D:\proj\medialand\medialand-application\medialand-jmeter- > test\src\test\jmeter\TestPlan.jmx > Error in NonGUIDriver java.lang.N

jmeter: Conversion error

2009-08-13 Thread irtoip
Hello, I'm trying to use jmeter with maven, but it doesn't work. In prompt I've got an error: [INFO] Executing test: D:\proj\medialand\medialand-application\medialand-jmeter- test\src\test\jmeter\TestPlan.jmx Error in NonGUIDriver java.lang.NullPointerException and in jmeter.log there is someth

Upload a document [word or pdf]

2009-08-13 Thread JmeterGK
Hi :-), When i upload a word/pdf document automated on Jmeter , i do get a blank page.. in the appliaction Where as, if i try to upload a document , without jmeter, i do get the expected outoput.. The application server log, gives the output as : " java.io.IOException: Malformed line af

Re: How do you pass a JSESSIONID to other requests after Login?

2009-08-13 Thread Adrian Speteanu
yes, but it should work for him to just use the cookie manager. that is the best solution to deal with jsessionid. or he can just make the request as deepak suggested: .../something.jsp;${extracted_jsessionid}?variable=x&and_so_on_if_required (directly in the http sampler) also, he said he found

how to use the response assertion to find something in only one sub-sample (vers.2.3.4)?

2009-08-13 Thread Adrian Speteanu
Hi, For this request: loginRequest?username=x&userpass=y&ticket=z&_event=submit In the result tree I get: -home page |- loginRequest? all parameters as above -> set-cookies headers |- redirect1 -> the cookies above were intrepreted and a new unique value is generated to validate the