https://bz.apache.org/bugzilla/show_bug.cgi?id=63065
Bug ID: 63065
Summary: Getting Typed variable declaration error after
upgrading to jmeter 5.0
Product: JMeter
Version: 5.0
Hardware: PC
OS: Linux
Status: NEW
Severity: blocker
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.1
Hi All,
Getting below error after upgrading to jmeter 5.0 , same script is working fine
with jmeter 3,please advise.
2019-01-07 16:49:38,293 ERROR o.a.j.u.BeanShellInterpreter: Error invoking bsh
method: eval Sourced file: inline evaluation of: `` int randomInteger = 12;
int randomCacheVariable = 61; vars.put("promoAdd","fals . . . '' : Typed
variable declaration
2019-01-07 16:49:38,293 WARN o.a.j.p.j.s.BeanShellSampler: Exception executing
script. org.apache.jorphan.util.JMeterException: Error invoking bsh method:
eval Sourced file: inline evaluation of: `` int randomInteger = 12; int
randomCacheVariable = 61; vars.put("promoAdd","fals . . . '' : Typed variable
declaration
2019-01-07 16:49:38,293 INFO o.a.j.c.LoopController: iterationStart called on
PDPLoop with source org.apache.jmeter.control.LoopController@4c0811ad and
iteration 4549
2019-01-07 16:49:38,293 INFO o.a.j.c.LoopController: iterationStart called on
SDP&Scroll loop with source org.apache.jmeter.control.LoopController@4c0811ad
and iteration 4549
2019-01-07 16:49:38,294 ERROR o.a.j.u.BeanShellInterpreter: Error invoking bsh
method: eval Sourced file: inline evaluation of: `` int randomInteger = 2;
int randomCacheVariable = 70; vars.put("promoAdd","false . . . '' : Typed
variable declaration
--
You are receiving this mail because:
You are the assignee for the bug.