Re: test plan stop working after adding a "HTTP Header Manager"

2007-10-15 Thread Richard Hubbell
It turns out that the subsequent http request, after the initial http request and is matched with an http link parser, did not have a broken pattern and so somehow that problem only showed any symptoms (other than logged errors) after I added the header manager. Once I fixed the http request patte

Re: test plan stop working after adding a "HTTP Header Manager"

2007-10-13 Thread sebb
What do you mean "no longer works" ? Do the samples return errors? Or perhaps no samples are generated? Have you checked jmeter.log? Any messages in the console window? Are there any other Header Managers in the test plan? On 12/10/2007, Richard Hubbell <[EMAIL PROTECTED]> wrote: > I've got a spi

test plan stop working after adding a "HTTP Header Manager"

2007-10-12 Thread Richard Hubbell
I've got a spider-like test plan that recurses to a limite d depth. Some sites reject the default User-Agent and so I added a Header Manager to alter the User-Agent string. But after I add the Header Manager my test plan no longer works. I don't see anything in logs. Any ideas? Is it a scope prob