启动jmeter 3.2时出错

时间:2017-07-06 04:37:33

标签: 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/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 . . .

1 个答案:

答案 0 :(得分:0)

正如消息告诉你的那样,yoy对slf4j有2个绑定,所以删除一个,例如:

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