On 16/03/2008, Lukasz Macha <[EMAIL PROTECTED]> wrote: > How Jmeter runs beanshell scripts ? I suppose that it creates interpreter > and then call method eval for whole script ? That`s why I got mentioned > eval method in error message ? >
yes > > " > Comment out or remove parts of the script until the error disappears. > " > > > I have done it but still no idea why this error appears. This error > message i got from "view result tree" listener. Is there any other way to > get more specific info about this error (for me this message is > meaningless) ? No, that is the error that JMeter sees. > > > On Sat, 15 Mar 2008 13:55:08 +0100, sebb <[EMAIL PROTECTED]> wrote: > > > On 13/03/2008, Lukasz Macha <[EMAIL PROTECTED]> wrote: > >> > >> Hello > >> > >> I have developed small script (using beanshell). After I execute this > >> script using jmeter (beanshell listener, all jars needed by this > >> script I > >> have put to jmeter lib directory ) I get strange error: > >> > >> "Response message: org.apache.jorphan.util.JMeterException: Error > >> invoking > >> bsh method: eval Sourced file: inline evaluation of: ``import > >> java.io.IOException; import java.net.MalformedURLException; import > >> java.n > >> . . . '' : Typed variable declaration : Object constructor" > >> > >> Do you have any idea what may be wrong ? > > > > Sorry, no idea. > > Worth checking that you are really using the same versions of everything. > > > >> or how to further debug this > >> error ? > > > > Comment out or remove parts of the script until the error disappears. > > > > Or the reverse - comment it all out and add back in gradually. > > > >> Best Regards > >> L.M. > >> > >> --------------------------------------------------------------------- > >> 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] > > > > > > > -- > Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ > > > --------------------------------------------------------------------- > 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]

