标题:运行jmeter.bat时,JMeter中出现错误

时间:2019-04-25 05:00:55

标签: jmeter-5.0

我从https://jmeter.apache.org/download_jmeter.cgi(版本5.1.1)下载了最新的JMeter版本。从命令提示符提取到我的主驱动器后,运行jmeter.bat,结果低于错误。

SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/JMeter/lib/ApacheJMeter_slf4j_logkit.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/JMeter/lib/log4j-slf4j-impl-2.11.1.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.jmeter.logging.LogkitLoggerFactory]

java.lang.InstantiationError:org.apache.log.Logger

java -versoin命令显示JRE 12.0.1(64位) JAVA_HOME正确安装在我的PC中。

我可以告诉任何人要解决的错误吗?

1 个答案:

答案 0 :(得分:0)

您的文件具有两个SLF4J绑定:

  1. C:/JMeter/lib/ApacheJMeter_slf4j_logkit.jar!/org/slf4j/impl/StaticLoggerBinder.class
  2. C:/JMeter/lib/log4j-slf4j-impl-2.11.1.jar!/org/slf4j/impl/StaticLoggerBinder.class

通过删除第一个来再次尝试运行jmeter.bat。

您可以参考此link进行JMeter的安装和设置!