问答 Jmeter 中 BeanShell PostProcessor 使用 props.put 设置全局属性报错

MBF · 2018年07月25日 · 最后由 MBF 回复于 2018年07月26日 · 3527 次阅读

beanshell 代码

String id=vars.get("pfid");
String ack=vars.get("access_token");
// vars.get("access_token")

vars.put("access_token",ack);

vars.put("pfid", id);
props.put("access_token",ack);
props.put("pfid", id));


报错内容

ERROR o.a.j.u.BeanShellInterpreter: Error invoking bsh method: eval Sourced file: inline evaluation of: ``String id=vars.get("pfid"); String ack=vars.get("access_token"); // vars.get("ac . . . '' : Method Invocation props.put

WARN o.a.j.e.BeanShellPostProcessor: Problem in BeanShell script: org.apache.jorphan.util.JMeterException: Error invoking bsh method: eval Sourced file: inline evaluation of: ``String id=vars.get("pfid"); String ack=vars.get("access_token"); // vars.get("ac . . . '' : Method Invocation props.put

ERROR o.a.j.u.BeanShellInterpreter: Error invoking bsh method: eval In file: inline evaluation of: ``String id=vars.get("pfid"); String ack=vars.get("access_token"); // vars.get("ac . . . '' Encountered ")" at line 9, column 22.

共收到 2 条回复 时间 点赞

多了一个括号吧

MBF #2 · 2018年07月26日 Author
大耳怪怪 回复

嘿 还真是

MBF 关闭了讨论 07月26日 17:35
需要 登录 后方可回复, 如果你还没有账号请点击这里 注册