2016-02-01 46 views

回答

4

的问题,如在http://www.slf4j.org/codes.html说明的是,一个(并且只有一个)以下中缺少类路径的:SLF4J-nop.jar,SLF4J-simple.jar,SLF4J-log4j12 .jar,slf4j-jdk14.jar或logback-classic.jar。

我发现添加例如SLF4J-simple.jar为[了SoapUI-基地] /斌/ EXT没有工作,即使它显然是装好了:

13:02:26,203 INFO [SoapUI] Adding [C:\Program Files\SmartBear\SoapUI-5.2.1\bin\ext\slf4j-simple-1.6.1.jar] to extensions classpath 
13:02:26,983 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Users\XXX\soapui-settings.xml] 
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 
SLF4J: Defaulting to no-operation (NOP) logger implementation 

什么工作是把SLF4J-simple.jar,更具体地说,slf4j- simple-1.6.1.jar(与SoapUI 5.2.1中使用的SLF4J版本兼容)到[SoapUI-Base]/lib中。

希望这会有所帮助。

1

这是帮助我的解决方案。从SmartBear\SoapUI-5.2.1\lib文件slf4j-api

  • 插入

    1. 我从http://www.slf4j.org/download.html
    2. 下载最后slf4j包删除的SmartBear\SoapUI-5.2.1\lib文件从包slf4j-apislf4j-nop

    现在一切工作正常。

  • 相关问题