Skip to content
John-Fratila edited this page Aug 31, 2023 · 2 revisions

The JAR has been compiled with log4j1, however SoapUI has switched to log4j2, in order to have it work you need to download the log4j bridge jar (log4j-1.2-api-2.17.1.jar) from https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-1.2-api/2.17.1 and place it in the SOAPUI_HOME/lib folder. Note that the version of the bridge jar needs to match the version of log4j2 that your SoapUI is using.

You can find the SoapUI logs at /.soapuios/logs

Clone this wiki locally