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提取器发现,默认值没填。
填写后成功运行。文章来源:https://www.toymoban.com/news/detail-525695.html
jmeter中查看日志
设置日志级别
日志级别默认为INFO,在Options-Log Level中可以修改日志级别。
点击Options-Log Viewer,即可查看日志信息。
文章来源地址https://www.toymoban.com/news/detail-525695.html
到了这里,关于jmeter点击运行按钮没反应的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!