--- sebb <[EMAIL PROTECTED]> wrote: > I don't know what was in the document, and it is no > longer available, > so it is difficult to know how much was > JMeter-specific.
Ok, if it wasn't jmeter specific wonder why it was in there? (no need to answer) The jmeter script is outdated. I was looking at some of the entries. JVMs seem to have changed a bit. I would say that most people would be better off with using jvm defaults and adjust as needed. > > > > > > > > Errors I'm seeing: > > > > jmeter.threads.JMeterThread: Test failed! > > > > java.lang.StackOverflowError > > > > > > > > jmeter.threads.JMeterThread: Test failed! > > > > java.lang.OutOfMemoryError: Java heap space > > > > > > > > > > If this happens almost immediately, it could be > due > > > to a bug - e.g the > > > While Controller can cause this, see > > > > > > http://issues.apache.org/bugzilla/show_bug.cgi?id=33954 > > > > > > > I am using LAST as the condition of the while > loop, I > > may need to change so I use some other condition. > > That bug report is kind of vague though so I'm not > > even certain if I'm triggering that problem. > > > > I am in a > > Loop > > |_http req sampler > > |_while(LAST) > > |_http req sampler > > |_link parser > > > > But does the Overflow happen as soon as the while > controller runs, or > only later? It appears to be related to the while controller having a null value as a condition. I would guess that would equate to false. No? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

