在JMETER CMD控制台窗口中-使用鼠标滚动在“线程组”下添加组件(监听程序除外)时出现问题

bnlyeluc  于 2022-11-09  发布在  其他
关注(0)|答案(1)|浏览(145)

当使用鼠标滚动在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向我显示此内容

yx2lnoni

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是否解决了此问题。

相关问题