On 28/09/2009, Ronan Klyne <[email protected]> wrote: > Hi all, > > My test isn't working, and I've been seeing a lot of these messages in > JMeter.log: > > 2009/09/28 10:49:57 WARN - > jmeter.modifiers.BSFPreProcessor: Problem in BSF script > org.apache.bsf.BSFException: JavaScript Error: missing ; before statement > > I can tell that I need to go and fix some code, but I can't tell which BSF > pre-/post-processor or sampler I'm meant to be looking at. Is there some > easy way I can find out?
The error is coming from a BSF Pre-Processor which is running JavaScript, but other than that it's not possible to say. Might be easiest to look for trailing spaces in the JMX file. > Thanks, > > Ronan > > --------------------------------------------------------------------- > 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]

