On 17/03/06, Oleg Gutsol <[EMAIL PROTECTED]> wrote: > hm, apparently attachements do not work, > here are the files: > > filename: simple_request.jmx
Thanks. I've discovered the problem - it is actually present in GUI mode as well as non-GUI. There is a Null Pointer Exception (NPE) generated when trying to write the sample to the output file. This occurs in GUI mode as well (assuming you write the output to a file). The HTTP Sampler in your test case actually generates a subordinate sample (because of a redirect), and the thread name is not being initialised properly for subordinate samples. I've checked in a fix to prevent the NPE, and updated the nightly build, but a bit more work is needed to set the subsample ThreadName properly. S. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
