Chagrin... ;~) I put the jar file in the lib directory and now it works. BTW, I searched the need to download this jar file in the documentation and found it only in the BeanShell Sampler section. Perhaps a note should be added to all the BeanShell references.
Thanks much, Ron -----Original Message----- From: sebb [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 2:30 PM To: JMeter Users List Subject: Re: Trouble with BeanShell Timer Any other error messages? Did you download the beanshell jar and put it in the lib directory? On 30/05/07, rmiller <[EMAIL PROTECTED]> wrote: > > When I place a BeanShell Timer as a child of a sampler the sampler gets > ignored and I get the following exception in the log: > > 2007/05/30 14:07:48 ERROR - jmeter.threads.JMeterThread: > java.lang.NullPointerException > at org.apache.jmeter.timers.BeanShellTimer.delay(BeanShellTimer.java:74) > at org.apache.jmeter.threads.JMeterThread.delay(JMeterThread.java:438) > at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:242) > at java.lang.Thread.run(Unknown Source) > > This occurs regardless of the script within the timer. The script I want to > run is: 7500 + (int)(Math.random() * 15000). > > What am doing wrong? > > Thanks, > Ron > -- > View this message in context: http://www.nabble.com/Trouble-with-BeanShell-Timer-tf3843033.html#a10882 761 > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]

