Hi sebb, Thanks for your incredibly speedy response !! Ok, jmeter.log looks ok, no Java errors. I DO get 400 errors, and that seems to be related to the wrong ViewState stuff getting sent back to the server... but since there are no JMeter-side errors (out of memory or sth like that) I must assume that the RegEx and parameter substitution is working and the error is somewhere else. Perhaps the viewstate stuff should be encoded before being sent back ? But then ALL of the previous requests should fail (that also make use of this parameter/RegEx). It's strange, to say the least. I have narrowed it down to one request - now saving the response to a file and putting my detective hat on =P
Thanks again sebb ! 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]

