在JMETER CMD控制台窗口中 - 使用除了监听器之外的鼠标滚动在Threadgroup下添加组件时发出问题

时间:2015-10-01 11:07:57

标签: java testing jmeter performance-testing qa

使用鼠标滚动在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 个答案:

答案 0 :(得分:0)

有时候,当你使用View Results Tree听众时,我已经在Jmeter中看到了这个使用测试结果切换到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是否解决了该问题。