-
Task
-
Resolution: Not A Defect
-
Minor
-
None
Hello,
I have done a simple setup for triggering SOAPUI to execute a webservice call.
My build task includes calling a .bat file through "Execute windows batch command"
The content of .bat file is:
cd C:\Program Files\SmartBear\SoapUI-5.2.1\bin
testrunner.bat -sWeatherSoap12 -c"GetWeatherInformation TestCase" -r "C:\Users\hozefas_vakanerwala\Documents\SOAP Projects\Weather-soapui-project.xml"
Upon triggering the build, it just keeps on running. Below is the console output. Also I have attached the log files/console output for further info.
Any help would be highly appreciated.
It was not a Bug, hence it did not appear in my filters.
The log explicitly says that Soap UI class was unable to load the logger class due to whatever reason. Maybe you try to include slf4j logger into log4j? I doubt it's something operational. Not a defect in Jenkins anyway.