Forum Discussion

jradom's avatar
jradom
New Contributor
7 years ago

Errors running SOAPUI from command prompt

I'm using SOAPUI version 5.3.0 and can run tests with no issues and successfully.  When I ran the same test with format 

"C:\Program Files (x86)\SmartBear\SoapUI-5.3.0\bin\testrunner.bat" REST-Project-CM-soapui-project_applicant.xml I'm getting errors like

ERROR [SoapUI] An error occurred [com.eviware.soapui.plugins.auto.factories.AutoImportMethodFactory], see error log for details
java.lang.ClassNotFoundException: com.eviware.soapui.plugins.auto.factories.AutoImportMethodFactory

 

ERROR [SoapUI] An error occurred [com.eviware.soapui.plugins.auto.factories.AutoImportMethodFactory],

Also, when I build using Maven a project using the same XML file using $ mvn soapui:test

I'm also getting errors like

 

Maven2 TestCase Runner
11:06:55,066 WARN [SoapUI] Missing folder [C:\Users\jradom.ORADEV\Workarea\ai-candidate-matching-qa\QACMAutomation\ext] for external libraries
11:06:55,398 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Users\jradom.ORADEV\soapui-settings.xml]
org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException: string value 'UNKNOWN' is not a valid enumeration value for AccessTokenStatus in namespace http://eviware.com/soapui/config

 

11:06:58,372 ERROR [SoapUI] An error occurred [Failed to load project from file [file:/C:/Users/jradom.ORADEV/Workarea/ai-candidate-matching-qa/QACMAutomation/src/test/resources/REST-Project-CM-soapui-project_candidate2.xml]], see error log for details
com.eviware.soapui.support.SoapUIException: Failed to load project from file [file:/C:/Users/jradom.ORADEV/Workarea/ai-candidate-matching-qa/QACMAutomation/src/test/resources/REST-Project-CM-soapui-project_candidate2.xml]

 

Caused by: org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException: string value 'UNKNOWN' is not a valid enumeration value for AccessTokenStatus in namespace http://eviware.com/soapui/config

 

Any help will be greatly appreciated.

 

Thanks

 

Jeff