On 11/10/2008, Hiro Protagonist <[EMAIL PROTECTED]> wrote: > Hi sebb, > > Just to close this one off: it was classic "PEBKAC"...
OK, thanks for confirming it's not a JMeter problem. > The stupid site sends the responses wrapped differently for that one > page, resulting in the pattern not to match, resulting in a gigantic > portion of the html being included in the RegEx, which... you get the > idea. > Reminder to self: Always check, double- and triple-check your RegExes ! If you save the page with Save Response to a file, you can then reload it with HTTP Sampler using the "file" protocol. Makes it easy to quickly check REs etc. - just create a simple test plan with: Thread Group - HTTP Sampler (file) - - RE - Debug Sampler - Tree View Listener This can either be used standalone, or you can add to the failing test plan and disable the other thread group(s) when you want to run it. Etc. > Thanks for your help ! > > hiro > > > On Fri, 2008-10-10 at 19:20 +0100, sebb wrote: > > > On 10/10/2008, Hiro Protagonist <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > > > I have a suspicion that an excessively-sized viewstate (I am testing an > > > Oracle-based dashboard application which makes use of ViewState) is > > > causing my test to fail. I have a lot of calls which all go through > > > successfully, but when it comes to one specific request, it fails. After > > > a lot of 'detective work' I believe I have found the problem. I decided > > > to save the contents of a debug sampler to file, and then copied the > > > contents of the viewstate parameter in question to a new file. Its size > > > is 170kB(!). > > > What is the maximum size that JMeter accepts for parameters ? In > > > characters or kB ? > > > > There's no limit, apart from available memory or the Java language. > > Both of these would show up as errors, either in the log file or in > > the console window. > > > > > To note: all other requests before, using the ViewState variable, are > > > fine, so it's not a faulty RegEx or anything else. > > > > Are there any error messages in the jmeter log file? > > > > Are you sure that the layout of the page has not changed subtly? > > > > Try using the Save Response to File test element to store the responses. > > > > > Has anyone else used JMeter with Oracle dashboard and come across this > > > issue ? > > > > > > Thanks for your help ! > > > > > > hiro > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

