当使用鼠标滚动在Threadgroup下添加组件时,它将简单地挂起,并在jmeter CMD窗口中显示如下异常:
Uncaught Exception java.lang.ArrayIndexOutOfBoundsException: -1. See log file
for details.
Uncaught Exception java.lang.ArrayIndexOutOfBoundsException: -1. See log file
for details.
Uncaught Exception java.lang.ArrayIndexOutOfBoundsException: -16. See log file
for details.
Uncaught Exception java.lang.ArrayIndexOutOfBoundsException: -16. See log file
for details.
Uncaught Exception java.lang.ArrayIndexOutOfBoundsException: -19. See log file
for details.
Uncaught Exception java.lang.ArrayIndexOutOfBoundsException: -19. See log file
for details.
为什么Jmeter CMD向我显示此内容
1条答案
按热度按时间yx2lnoni1#
有时候,我在Jmeter中看到过这种情况,当您使用
View Results Tree
侦听器时,会将不同的响应类型切换到XML/JSON/TXT等,并显示测试结果。还有一个错误,即Java v8不能与JMeter一起工作。http://mail-archives.apache.org/mod_mbox/jmeter-issues/201401.mbox/%3Cbug-56080-58895@https.issues.apache.org/bugzilla/%3E
查看Java 6或7是否解决了此问题。