Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2008/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
启动jmeter 3.2时出错_Jmeter_Slf4j_Jmeter Plugins - Fatal编程技术网

启动jmeter 3.2时出错

启动jmeter 3.2时出错,jmeter,slf4j,jmeter-plugins,Jmeter,Slf4j,Jmeter Plugins,我试图执行jmeter 3.2批处理文件,但应用程序不工作 我的日志有错误: C:\apache-jmeter-3.2\bin>jmeter.bat SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/C:/apache-jmeter-3.2/lib/log4j-slf4j-impl-2.8.1.jar!/org/slf4j/impl/StaticLoggerBinde

我试图执行jmeter 3.2批处理文件,但应用程序不工作

我的日志有错误:

C:\apache-jmeter-3.2\bin>jmeter.bat
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/apache-jmeter-3.2/lib/log4j-slf4j-impl-2.8.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/apache-jmeter-3.2/lib/slf4j-nop-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]

> Don't use GUI mode for load testing, only for Test creation and Test debugging !
For load testing, use NON GUI Mode:
   jmeter -n -t [jmx file] -l [results file] -e -o [Path to output folder]
& adapt Java Heap to your test requirements:
   Modify HEAP="-Xms512m -Xmx512m" in the JMeter batch file

> An error occurred: org.fife.ui.rtextarea.RTextScrollPane.<init>(Lorg/fife/ui/rtextarea/RTextArea;)V
errorlevel=1
Press any key to continue . . .
C:\apache-jmeter-3.2\bin>jmeter.bat
SLF4J:类路径包含多个SLF4J绑定。
SLF4J:在[jar:file:/C:/apache-jmeter-3.2/lib/log4j-SLF4J-impl-2.8.1.jar!/org/SLF4J/impl/StaticLoggerBinder.class]中找到绑定
SLF4J:在[jar:file:/C:/apache-jmeter-3.2/lib/SLF4J-nop-1.7.10.jar!/org/SLF4J/impl/StaticLoggerBinder.class]中找到绑定
SLF4J:参见http://www.slf4j.org/codes.html#multiple_bindings 我需要一个解释。
SLF4J:实际绑定的类型为[org.apache.logging.SLF4J.Log4jLoggerFactory]
>不要将GUI模式用于负载测试,仅用于测试创建和测试调试!
对于负载测试,请使用非GUI模式:
jmeter-n-t[jmx文件]-l[results文件]-e-o[Path to output folder]
&使Java堆适应您的测试要求:
在JMeter批处理文件中修改HEAP=“-Xms512m-Xmx512m”
>出现错误:org.fife.ui.rtextarea.RTextScrollPane。(Lorg/fife/ui/rtextarea/rtextarea;)V
errorlevel=1
按任意键继续。

消息告诉您,您有两个slf4j绑定,所以请删除一个,例如:

  • C:/apache-jmeter-3.2/lib/slf4j-nop-1.7.10.jar