Forum Discussion
10 Replies
- divergentorOccasional Contributor
I solve this problem for my self.
1. I have downloaded last slf4j package from http://www.slf4j.org/download.html
2. Delete from SmartBear\SoapUI-5.2.1\lib file slf4j
3. Insert to the SmartBear\SoapUI-5.2.1\lib files from package slf4j-api and slf4j-nop
everything works fine.
- rupert_andersonValued Contributor
Hi,
Subsequent to this post I had also blogged the solution:
Its pretty similar to yours, just in case it helps anyone else.
Thanks,
Rupert
- rupert_andersonValued Contributor
Hi,
The error in the title of this post is probably not the actual problem, but I can see a whole bunch of errors trying to load various plugins e.g.
19:11:24,866 ERROR [SoapUI] An error occurred [com.eviware.soapui.plugins.auto.factories.AutoDiscoveryMethodFactory], see error log for details java.lang.ClassNotFoundException
for
C:\Users\sahuas\.soapuios\plugins\readyapi-swaggerhub-plugin-1.0.jar
but, your testrunner command is not valid:
19:11:25,550 ERROR [SoapUI] An error occurred [Unrecognized option: -FPDF]
I think -F (report type e.g. as PDF) is only valid for the commercial SoapUI e.g. NG / Pro / ReadyAPI
Are you trying to use SoapUI Open Source?
Thanks,
Rupert
- ashishsahuOccasional Contributor
Hi ,
Thanks for your reply.
Yes, i am using open source version of soap ui.
I tried using XML and TXT format as well.
but getting similar exceptions.
I have attached logs for reference.
Please guide me.
Regards,
Ashish
- rupert_andersonValued Contributor
Hi Ashish,
OK, thanks.
No, what I am saying is that you cannot use that -F paramater option at all with the Open Source version, not for any report type, -F is a pro only feature - see:
https://www.soapui.org/test-automation/running-functional-tests.html
Is there some other way we can do what you want? What exactly do you want from your report?
Thanks,
Rupert