newlines in Response (RegEx Extractor)

2006-10-13 Thread Stefan Adamovsky
Hi I need to extract some variables from the html code and have a little problem with newlines --class=wpsToolBarLink href='(.+?)'-- is my regular expression the problem is that the part href='LINK' sometimes is in the next line how is it possible to tell JMeter that there could be a newline? I

RE: newlines in Response (RegEx Extractor)

2006-10-13 Thread R R
Hi, You can try the solution ...snip.. You cannot ignore new-lines; all you can do is set the single-line modifier (?s) which allows . to match new-line. However, any new-lines that are matched will be included in the matched data ...snip... I used the above solution for something similar

Very urgent :View Results Tree not working with weblogic 8.1 sp5

2006-10-13 Thread Choudhury
Dear All, The following problem has been bugging me for quite some time now. In my machine I have tested our web application with Orion,TomCat and Weblogic server. The tests runs everywhere except that I dont see any response in the response data tab of View Results Tree

Re: Very urgent :View Results Tree not working with weblogic 8.1 sp5

2006-10-13 Thread sebb
On 13/10/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Dear All, The following problem has been bugging me for quite some time now. In my machine I have tested our web application with Orion,TomCat and Weblogic server. The tests runs everywhere except that I dont see any

401 Access Denied; NTLM authentication fails using HTTP Authorization Manager component; WebLogic server

2006-10-13 Thread McAbee, Kyle - BLS CTR
Dear Users List: Our JMeter scripts will not run after our web application was shifted to a WebLogic server. All HTTP Requests are rejected with the sampler result below. I am running JMeter 2.2 under Windows XP SP2. Following the sampler result are my unsuccessful attempts to solve the problem.

Re: 401 Access Denied; NTLM authentication fails using HTTP Authorization Manager component; WebLogic server

2006-10-13 Thread sebb
On 13/10/06, McAbee, Kyle - BLS CTR [EMAIL PROTECTED] wrote: Dear Users List: Our JMeter scripts will not run after our web application was shifted to a WebLogic server. All HTTP Requests are rejected with the sampler result below. I am running JMeter 2.2 under Windows XP SP2. Following the

FW: 401 Access Denied; NTLM authentication fails using HTTP Authorization Manager component; WebLogic server

2006-10-13 Thread McAbee, Kyle - BLS CTR
Dear Sebb and Janus Users List: Changed entry in HTTP Authorization Manager to use the network domain for network user and my network user name. Script playback still fails, but in a different way: the View Results Tree listener shows no responses at all. With web application user, the View

Re: FW: 401 Access Denied; NTLM authentication fails using HTTP Authorization Manager component; WebLogic server

2006-10-13 Thread sebb
On 13/10/06, McAbee, Kyle - BLS CTR [EMAIL PROTECTED] wrote: Dear Sebb and Janus Users List: Changed entry in HTTP Authorization Manager to use the network domain for network user and my network user name. Script playback still fails, but in a different way: the View Results Tree listener shows

Re: problem with cookie domain

2006-10-13 Thread sebb
Try using the latest nightly build and see if that solves the problem.. Otherwise, you will need to enable debug for the cookie manager: select the Cookie Manager, and then use Help / Enable Debug. The output will be sent to jmeter.log. On 12/10/06, Waldemar Sojka [EMAIL PROTECTED] wrote: Hi

RE: FW: 401 Access Denied; NTLM authentication fails using HTTP Authorization Manager component; WebLogic server

2006-10-13 Thread McAbee, Kyle - BLS CTR
Dear Sebb and Janus Users List: I am sorry, I do not know how to determine whether a web browser supports NTLM. The following steps succeed with these browsers: a. Microsoft Internet Explorer b. Badboy (which can export Jmeter scripts) c. Opera (but please see note after steps). STEPS Step 1.