--- sebb <[EMAIL PROTECTED]> wrote: > > Perhaps it gave a better explanation of the JVM > settings?
Well that what I'd expect but no matter. > > > 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. > > Perhaps; they were probably relevant for Java 1.3. Yep. > > > > > > > > > > > > > > > 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? > > No, see: > > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#While_Controller Yes, I've read that. No mention of null values. __________________________________________________ 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]

