【问题标题】:Getting an Error while launching jmeter 3.2启动 jmeter 3.2 时出错
【发布时间】:2017-07-06 04:37:33
【问题描述】:

我正在尝试执行 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 . . .

【问题讨论】:

    标签: jmeter slf4j jmeter-plugins


    【解决方案1】:

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

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2023-03-11
      • 2018-10-11
      • 2011-03-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多