Got warning while running SoapUI test through Maven -- "Could not load plugin from file"
Warning message is like:
2015-10-21 16:44:47,366 INFO [PluginLoader] Adding plugin from [C:\Users\fzhang\.soapui\plugins\ready-api-git-plugin-1.0.jar]
2015-10-21 16:44:48,082 WARN [PluginLoader] Could not load plugin from file [C:\Users\fzhang\.soapui\plugins\ready-api-git-plugin-1.0.jar]
2015-10-21 16:44:49,971 WARN [PluginLoader] Could not load plugin from file [C:\Users\fzhang\.soapui\plugins\ready-jira-plugin-1.0.jar]
org.reflections.ReflectionsException: could not get type for name com.smartbear.ready.plugin.jira.PluginConfig
2015-10-21 16:44:50,001 INFO [PluginLoader] Adding plugin from [C:\Users\fzhang\.soapui\plugins\ready-uxm-plugin-1.0.jar]
2015-10-21 16:44:50,027 WARN [PluginLoader] Could not load plugin from file [C:\Users\fzhang\.soapui\plugins\ready-uxm-plugin-1.0.jar]
All those jar are in that folder. No idea why they can't be loaded.
Many thanks for any help!
Hi Fenglhs,
As far as I see, those warnings aren’t related to the Maven plugin. Ready! API failed to load the plugin for Git and Jira. Do you use those plugins?
I actually got it to work. I was using soapui-pro-maven-plugin. Now I changed to ready-api-maven-plugin. Seems everything is working. :)
Thanks a lot for your help!