Collections:
SoapUI Error - SLF4J: Failed to load class
How to fix the SoapUI error "SLF4J: Failed to load class ..."?
✍: FYIcenter.com
You are getting the following SoapUI error, because the SLF4J implementation JAR
file is not included in the installation:
C:\fyicenter>\fyicenter\SoapUI\bin\soapui.bat ... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. ...
You can download and install SLF4J implementation JAR to fix the error.
1. Go to https://www.slf4j.org/download.html site.
2. Download slf4j-1.7.25.zip and unzip it.
3. Copy the following two JAR files from the slf4j-1.7.25.zip to SoapUI installation:
c:\copy \fyicenter\slf4j-1.7.25\slf4j-api-1.7.25.jar \fyicenter\SoapUI\lib c:\copy \fyicenter\slf4j-1.7.25\slf4j-simple-1.7.25.jar \fyicenter\SoapUI\lib
4. Delete the old slf4j-api-1.6.1.jar from SoapUI installation:
c:\del \fyicenter\SoapUI\lib\slf4j-api-1.6.1.jar
This will resolve the "SLF4J: Failed to load class" error.
Â
⇒ Understanding SoapUI Functionalities
⇠SoapUI Error - com.eviware.soapui.plugins
⇑ Getting Started with SoapUI
⇑⇑ SoapUI Tutorials
2018-04-28, 2147👍, 0💬
Popular Posts:
What are date and time test values? Date and time test values are frequently needed in testing date ...
How to valid IPv6 addresses? In order to help your programming or testing tasks, FYIcenter.com has d...
How to convert hexadecimal encoded data back to binary data (or Hex to Binary Decoding)? Hex to Bina...
How to perform regular expression pattern match with multiple occurrences? To perform a regular expr...
How to generate MAC addresses? To help you to obtain some MAC addresses for testing purpose, FYIcent...