jmeter点击运行按钮没反应,点击后按钮一闪而过,结果树没有信息,查看日志。
错误信息
java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
at org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessor.getMatchNumbersAsInt(JSONPostProcessor.java:297) ~[ApacheJMeter_components.jar:5.3]
at org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessor.process(JSONPostProcessor.java:69) ~[ApacheJMeter_components.jar:5.3]
at org.apache.jmeter.threads.JMeterThread.runPostProcessors(JMeterThread.java:940) ~[ApacheJMeter_core.jar:5.3]
at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:572) ~[ApacheJMeter_core.jar:5.3]
at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:489) [ApacheJMeter_core.jar:5.3]
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:256) [ApacheJMeter_core.jar:5.3]
at java.lang.Thread.run(Thread.java:832) [?:?]
看提示是数组越界,检查了请求,csv文件,都正确。
原因
点开json提取器发现,默认值没填。
填写后成功运行。
jmeter中查看日志
设置日志级别
日志级别默认为INFO,在Options-Log Level中可以修改日志级别。
点击Options-Log Viewer,即可查看日志信息。
本文转载自: https://blog.csdn.net/qq_35910317/article/details/125377320
版权归原作者 小张是个测试 所有, 如有侵权,请联系我们删除。
版权归原作者 小张是个测试 所有, 如有侵权,请联系我们删除。