Re: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

2011-09-28 Thread SanderW
Anybody have a clue? I still haven't figured it out. A collegue of mine had the same issue, but now it is working for him. Both of us don't know what made the difference -- View this message in context:

Re: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

2011-09-28 Thread SanderW
Okay, we just made some progress. When looking at my proxyserver.jks keystore I noticed that the JMeter certificate fingerprint was MD5 and his showed SHA1. Googling for this indicated that him having jdk1.7 probably made the difference. So I just installed jdk, changed the environment variables

Regular Expression Extractor behaving different from Results Tree RegEx Tester?

2011-09-07 Thread SanderW
Hi All, The regular expression I'm using in the Regular Expression Extractor keeps getting the default value and I don't have a clue why it does that because when I do a search on the same regular expression in the Results Tree listener it comes back with the row I'm looking for. First part the

Re: Regular Expression Extractor behaving different from Results Tree RegEx Tester?

2011-09-07 Thread SanderW
Hmmm, I finally got it. The regular expression /dtGeboorteplaats/dt.*\n.*dd(.+?)/dd/ does the trick. I needed to add another .* before the newline. If anybody have a different way of approach I would gladly hear it -- View this message in context:

Re: Regular Expression Extractor behaving different from Results Tree RegEx Tester?

2011-09-07 Thread SanderW
Hi Nermin, I checked again for trailing spaces, but just a .* doesn't do the trick. Sebb, your suggestion works fine and is a much better way. I could provide a link, but it won't be of use because it's an internal application. Thanks both of you for your thoughts -- View this message in

Embedded resource is causing a StackOverflowError

2011-08-30 Thread SanderW
Hi, I have a script that's opening multiple url's coming from a csv-file. The HTTP requests have the option retrieve all embedded resources ticked. One of the url's is causing problems: *Running the script from command line* The script ran last night and this morning when I tried to open the

While loop keeps getting StringIndexOutOfBoundsException's

2011-08-26 Thread SanderW
Hi All, I have the following script; Thread Group -While variable EOF --CSV Data Set Config --IF variable EOF ---Debug Sampler ---HTTP Request with variable as Path The csv-file contains a lot of url's that are used in the HTTP Sampler. One of the url's apparantly is causing a problem and in

Re: While loop keeps getting StringIndexOutOfBoundsException's

2011-08-26 Thread SanderW
No, send parameters with request are not present. The path contains the url with the parameters, since they were captured from the source with a spider script. But you did send me in the right direction. *First attempt* I just tried to record the url with the HTTP Proxy Server and the first

Re: Automatic generation of aggregate reports

2011-04-05 Thread SanderW
Hi Toni, The issue has been fixed in snapshot7. I had the same problem yesterday and raised defect 33, which has been fixed now. Kind Regards, Sander -- View this message in context: http://jmeter.512774.n5.nabble.com/Automatic-generation-of-aggregate-reports-tp4281459p4283596.html Sent from

Re: Unable to run multiple thread groups

2011-02-17 Thread SanderW
Hi DJ, At test plan level you have an option 'Run Thread Groups consecutively'. Is that option enabled? Kind Regards, Sander -- View this message in context: http://jmeter.512774.n5.nabble.com/Unable-to-run-multiple-thread-groups-tp3390044p3390693.html Sent from the JMeter - User mailing list

Load time and latency in transaction controller

2011-02-09 Thread SanderW
Hi, When using the transaction controller containing 2 HTTP Requests I see that the load time differs from the combined load times of the 2 HTTP Requests and that the latency is not summed up at all. I'm using 2.4 r961953 and both generate parent sample and include timer are enabled, though i'm

Re: Uploading File to WebDAV Server

2011-02-09 Thread SanderW
Hi Tom, I uploaded a lot of files to an iDMS called Livelink. I just used the recording option to create the HTTP Request. This is a screenshot: http://jmeter.512774.n5.nabble.com/file/n3377306/HttpUpload.jpg Sander -- View this message in context:

Path seems to be encoded to unicode instead of utf-8

2011-01-26 Thread SanderW
Hi, I have a variable url that is populated by the CSV Data Set Config. When I use the variable in the HTTP Request in the Path it looks like it's encoded to unicode while I want it to be encoded to UTF-8. %c3%a9 becomes é instead of é. I'm using version 2.4. Is there a way to fix this? I

Re: Path seems to be encoded to unicode instead of utf-8

2011-01-26 Thread SanderW
When I enter 'UTF-8' as file encoding in the CSV Data Set Config I see that %c3%a9 is no longer changed to unicode, but ü is now no recognized at all -- View this message in context: http://jmeter.512774.n5.nabble.com/Path-seems-to-be-encoded-to-unicode-instead-of-utf-8-tp3357795p3357818.html

Re: Path seems to be encoded to unicode instead of utf-8

2011-01-26 Thread SanderW
Hi Rajiv, I tried that, but it changes the '/' in the url to %2f resulting in a bad request Sander -- View this message in context: http://jmeter.512774.n5.nabble.com/Path-seems-to-be-encoded-to-unicode-instead-of-utf-8-tp3357795p3357822.html Sent from the JMeter - User mailing list archive

Re: Path seems to be encoded to unicode instead of utf-8

2011-01-26 Thread SanderW
For my last remark: The '/' changing to %2f is no problem. The bad requests were caused by the file encoding I have put up at CSV data config. Rajiv, your solution does fix the ä (changes into %c3%bc), but it changes %c3%a9 to %25c3%25a9, resulting in the bad request -- View this message in

Re: Path seems to be encoded to unicode instead of utf-8

2011-01-26 Thread SanderW
Hmm, strange. I'm running the same script on another Windows 2003 server with the same JMeter version and I'm having no problems with my initial script at all. -- View this message in context:

Re: Need help in analyzing the reports

2011-01-20 Thread SanderW
Yes, it's shown as a single user response. No need to devide -- View this message in context: http://jmeter.512774.n5.nabble.com/Need-help-in-analyzing-the-reports-tp3350879p3350923.html Sent from the JMeter - User mailing list archive at Nabble.com.

Re: Login and Logout only once

2010-12-28 Thread SanderW
Why is that not the proper way? It is exactly what you are mentioning in your scenario ;-) Do you want to iterate the Business Process multiple times? If yes, then use a Loop Controller around the BP. If you want to login and logout each iteration then don't use the Once Only Controller

Re: Login and Logout only once

2010-12-28 Thread SanderW
So you just want to execute as many BP's as possible within an hour without the use of pacing/timers? You can set the loop controller to run forever and use the scheduler of the thread group to run the test for 1 hour. Disavantage is that the logout is not executed. Or you make use of a

Re: I am not able to import the badboy script in Jmeter?

2010-12-23 Thread SanderW
Hi, Which version of badboy and jmeter are you using? Kind regards -- View this message in context: http://jmeter.512774.n5.nabble.com/I-am-not-able-to-import-the-badboy-script-in-Jmeter-tp3316242p3317393.html Sent from the JMeter - User mailing list archive at Nabble.com.

Re: Grouping of results in report

2010-12-14 Thread SanderW
Hi, If I understand you correctly, the transaction controller (Logic Controller) is want you might want to use. Use the 'Generate parent sample' to show only the group name in the reports. Kind Regards, Sander -- View this message in context:

Re: Monitoring Other Values During Test?

2010-12-12 Thread SanderW
Also check http://code.google.com/p/jmeter-plugins/ These guys are making great plugins for JMeter -- View this message in context: http://jmeter.512774.n5.nabble.com/Monitoring-Other-Values-During-Test-tp3300928p3302740.html Sent from the JMeter - User mailing list archive at Nabble.com.

Re: Problem with Regular Expression Extractor

2010-12-06 Thread SanderW
Felix Frank-2 wrote: This notion keeps coming up on the list. I'm wondering what Regex engine treats quotes specially. I'm sure that neither POSIX nor Perl do, neither ORO. What others are out there to be wary of? Thanks, Felix I have absolutely no idea how I came up with this? In my

Re: Problem with Regular Expression Extractor

2010-11-30 Thread SanderW
Double quotes are special characters. They need to be escaped. (?=\csrf-token\ content=\).*(?=\) -- View this message in context: http://jmeter.512774.n5.nabble.com/Problem-with-Regular-Expression-Extractor-tp3287090p3287284.html Sent from the JMeter - User mailing list archive at Nabble.com.

Re: Need info on Distributive testing in Jmeter

2010-11-22 Thread SanderW
Step 1: Do a search on google or use the search in this forum Step 2: One of the results will contain an url to http://jakarta.apache.org/jmeter/usermanual/jmeter_distributed_testing_step_by_step.pdf Step 3: read the pdf and follow the steps described in it. For future questions you might want

Re: Number of Virtual Users

2010-11-22 Thread SanderW
Probably not. You'll probably run into Out of Memory issues concerning the Heap size -- View this message in context: http://jmeter.512774.n5.nabble.com/Number-of-Virtual-Users-tp3270601p3275266.html Sent from the JMeter - User mailing list archive at Nabble.com.

Re: How to avoid blank requests while recording?

2010-11-22 Thread SanderW
.*urs\.microsoft\.com.* -- View this message in context: http://jmeter.512774.n5.nabble.com/How-to-avoid-blank-requests-while-recording-tp3266903p3275273.html Sent from the JMeter - User mailing list archive at Nabble.com. -

Re: How to avoid blank requests while recording?

2010-11-16 Thread SanderW
In the HTTP Proxy Server use patterns to exclude -- View this message in context: http://jmeter.512774.n5.nabble.com/How-to-avoid-blank-requests-while-recording-tp3266903p3267007.html Sent from the JMeter - User mailing list archive at Nabble.com.

Re: Cutomising Aggregate Report

2010-11-01 Thread SanderW
Hi Rashmi, I don't know if I understand correctly what you want to accomplish, so perhaps I'm completely giving the wrong answer ;-) Do you have two thread groups with the same transactionnames in it? All the listeners report the scope they are in. For example the following testplan: Test

Differences during recording IE6 vs IE7 (.axd files)?

2010-11-01 Thread SanderW
Hi all, I'm noticing some differences in recording with Internet Explorer 6 versus 7 concerning files with extension axd. If I browse (visit 5 pages) with IE7 on a SharePoint application I see 3 unique entries for WebResource.axd in the IIS log. When I start recording the same 5 pages with

Re: Non test element http proxy server saved in jmx file

2010-10-29 Thread SanderW
sebb-2-2 wrote: No, the workbench is not saved. However, you can select the workbench and save it separately. It can then be merged into the current test plan. Just drag and drop does the trick. In my scripts under the testplan I created a thread group called Recording Group. I dragged

Re: How to stop iteration and log the error in a file

2010-10-15 Thread SanderW
sebb-2-2 wrote: So choose stop thread instead; the error will be recorded in the sample data file - same as if you had chosen continue. Hi Sebb, This doesn't seem to work. I have a simple script with 3 HTTP requests. The second HTTP requests has an embedded resource that cannot be

Re: How to stop iteration and log the error in a file

2010-10-15 Thread SanderW
I raised bug 50097 for this. There is a little nuance in the bug: The request is part of a transaction controller which has Generate parent sample enabled. When the HTTP request is outside the transaction controller it does show up in the listeners. -- View this message in context:

Re: Help in Response Data Size

2010-10-06 Thread SanderW
Change jmeter.properties # Maximum size of HTML page that can be displayed; default=200 * 1024 # Set to 0 to disable the size check view.results.tree.max_size=0 -- View this message in context: http://jmeter.512774.n5.nabble.com/Help-in-Response-Data-Size-tp3201261p3201447.html Sent from the

Re: Regular Expression Extractor cannot extract value

2010-10-04 Thread SanderW
Hi Cal, The dot in the ip-adres is a special character as well. Can't you use p_auth=(.+?) instead? Kind regards, Sander -- View this message in context: http://jmeter.512774.n5.nabble.com/Regular-Expression-Extractor-cannot-extract-value-tp3173017p3173244.html Sent from the JMeter - User

Re: Trouble putting a regex response into a user variable

2010-09-21 Thread SanderW
Hi Colin, Why don't you just use the Regular Expression Extractor (Post Processor) instead of the User Defined Variables. The reference name in the RegEx then contains your variable and you can use that in the next request. -- View this message in context:

Re: Response code 500 user has already logged out

2010-09-21 Thread SanderW
Did you add a HTTP Cookie Manager to your testplan/thread group? -- View this message in context: http://jmeter.512774.n5.nabble.com/Response-code-500-user-has-already-logged-out-tp2847776p2847976.html Sent from the JMeter - User mailing list archive at Nabble.com.

Re: __property

2010-09-15 Thread SanderW
Hi Garvita, Try ${__P(obj.id)} I created a global.properties with in it: obj.id=Test123 In the command line I added -qglobal.properties And in a debug sampler I added ${__P(obj.id)} I ran the test locally with the command line and in the results of the debug sampler I saw Test123 -- View this

Re: __property

2010-09-15 Thread SanderW
Hmm, I tried to get this working in GUI mode as well, but am unsuccesful so far. If anybody has a clue. I tried adding a line to jmeter.properties (global.properties=global.properties), but no joy -- View this message in context:

Re: Write variables to a file without showing them in Results Tree

2010-09-14 Thread SanderW
sebb-2-2 wrote: Otherwise, I think the only way to do this is to use a BeanShell or BSF PostProcessor or Listener. I agree, but I couldn't find a good example to work with. I tried BeanShell PostProcessor in the ForEach Controller but it didn't write any lines to the log or file. Same

Re: Test plan for (970 page requests every 5 min)

2010-09-14 Thread SanderW
Deepak Shetty wrote: Hi Use Firebug. Use the net tab. Access a page which has a number of static files like bbc.co.uk. You cannot predict how the browser will load the static resources / what will be done simultaneously and what will be done serially. regards deepak Hi Deepak,

Re: Write variables to a file without showing them in Results Tree

2010-09-14 Thread SanderW
sebb-2-2 wrote: That's because there was no sampler under the ForEach Controller. JMeter only runs Pre- and Post-Processors, Timers, Listeners etc. if there is a sampler to which they can be applied. Okay, that's clear sebb-2-2 wrote: Note: you don't need a ForEach Controller with

Re: Write variables to a file without showing them in Results Tree

2010-09-14 Thread SanderW
A, fout the problem: I should have placed the BeanShell Postprocessor as a child of the HTTP Request instead of after the Request. While Controller (${__javaScript((${Inputpagina} != EOF)? true : false,)}) ...CSV Data Set Config (Variable names = Inputpagina) ...If Controller (${Inputpagina}

Write variables to a file without showing them in Results Tree

2010-09-13 Thread SanderW
Hi All, In looking for a way to writes lines to a file (e.g. with Simple Data Writer) without them showing up in the View Results Tree or Summary Report. The basic idea is to open multiple url's and store all links found in the response. I'm running this script in the GUI and would like to see

Re: Repetitive requests - axd, aspx

2010-09-10 Thread SanderW
Hi Prostak, I see the same when recording a SharePoint-site. If I replay the recorded axd-files the response data seems to be empty (Response code 204, No content). If I add a View Results Tree to the HTTP Proxy Server and start recording I do see different reponses for both the axd-files. One

Re: Proxy exclude pattern doesn't work

2010-09-08 Thread SanderW
Hi Jens, Thanks for your answer. That indeeds seems to be the case. The path in the HTTP request only shows the part until .js. The HTTP request also contains a parameter 'rev' with a dynamic value (e.g. IRHfdsgfhff7474ehbh). If I look at the request in the View Results Tree I see that the

Re: Proxy exclude pattern doesn't work

2010-09-07 Thread SanderW
Hi, It was a while ago since the last response. I just ran into the same issue where I excluded javascript-files (with .*\.js), but still saw some js-files being recorded. It seems to be related if the Path starts with '/_', because I noticed the following behaviour: /Pages/seach.js -- Not

Re: BeanShell Assertion - Can a failed assertion force the next iteration of a loop

2010-08-17 Thread SanderW
Hi Sebb, Thanks for your reaction. For which of the two issues do you want me to raise a Bugzilla report? issue1 = When 'Action to be taken after a Sampler' error is set to 'Stop thread' the sampler error not shown in Results tree Summary Report issue2 = When a sampler error occurs it is not

Re: Recording of a script in jmeter

2010-08-11 Thread SanderW
Hi gp, Isn't the cookie manager handling the jsessionid's? With Regular Expression you add a Regular Expression Extractor. For your example this could be: Refence Name: myJessionid Regular Expression: jsessionid=(.+?)\) NOTE: (.+?) will get all characters until it reaches the right

Re: Recording of a script in jmeter

2010-08-11 Thread SanderW
Did you use the Regular Expression Extractor with expression like below? (Double quote and questionmark are special characters) \fInbox\?x=(.+?)\ -- View this message in context: http://jmeter.512774.n5.nabble.com/Recording-of-a-script-in-jmeter-tp2259329p2471808.html Sent from the JMeter -

Re: Response Code 403 on Post Methods

2010-08-11 Thread SanderW
So if I'm correct your testplan looks like this? Test Plan HTTP Cookie Manager Thread Group HTTP Request for login HTTP Request for submitting the form -- View this message in context:

Re: BeanShell Assertion - Can a failed assertion force the next iteration of a loop

2010-08-10 Thread SanderW
Hi, sorry for replying to an old message but i'm facing the same issues as the topicstarter. Is there still no other way to stop processing after HTTP1 Request, than to enclose the subsequent samplers in an If Controller? My JMeter-script (version 2.3.4) consists of 15 Transaction Controllers