Forum Discussion

juniorDev's avatar
13 years ago

Erron while maven test with integrated soapUi plugin

Hi @All,
I am just new in SoapUI and got the problem while walking through the http://www.soapui.org/Test-Automation/maven-2x.html

if i use mvn eviware:maven-soapui-plugin:test

i got this logmessage:

2012-09-20 11:42:29,308 WARN [SoapUI] Missing folder [C:\git\ReportingApi\DMS_Web_Services\.\ext] for external libraries
2012-09-20 11:42:29,490 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Users\swagner\soapui-settings.xml]
2012-09-20 11:42:30,279 INFO [SoapUI] File [C:\git\ReportingApi\DMS_Web_Services\reportService-soapui-project.xml] does not exist, trying URL instead
2012-09-20 11:42:30,280 ERROR [SoapUI] An error occured [no protocol: reportService-soapui-project.xml], see error log for details
2012-09-20 11:42:30,282 ERROR [errorlog] java.net.MalformedURLException: no protocol: reportService-soapui-project.xml
java.net.MalformedURLException: no protocol: reportService-soapui-project.xml
at java.net.URL.<init>(URL.java:567)
at java.net.URL.<init>(URL.java:464)
at java.net.URL.<init>(URL.java:413)
at com.eviware.soapui.impl.wsdl.WsdlProject.<init>(WsdlProject.java:251)
at com.eviware.soapui.impl.wsdl.WsdlProjectFactory.createNew(WsdlProjectFactory.java:41)
at com.eviware.soapui.impl.wsdl.WsdlProjectFactory.createNew(WsdlProjectFactory.java:24)
at com.eviware.soapui.tools.SoapUITestCaseRunner.runRunner(SoapUITestCaseRunner.java:319)
at com.eviware.soapui.tools.AbstractSoapUIRunner.run(AbstractSoapUIRunner.java:158)
at com.eviware.soapui.maven2.TestMojo.execute(TestMojo.java:113)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:569)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:539)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

could you please help me with that problem. Google cold not help me
No RepliesBe the first to reply