Forum Discussion
apattanayak
12 years agoOccasional Contributor
redfish4ktc2
Thank you for your response.
I did run with -e option, which resulted the stacktrace(part of it) :
Wondering, if 'SoapUIMultiThreadedHttpConnectionManager' has been properly build with the latest stable version?
I checked with soap-ui-pro-maven-plugin version, 4.6.1 and it worked all fine, but with that version, I think, I can not use the latest feature of including/excluding project files by their pattern. I took the latest available version of soap-ui-pro-maven-plugin (version 4.6.4). Here I get the same error as I faced with 'maven-soapui-extension-plugin' version 4.6.3.1 missing dependencies and then the same error mentioned before. In my code, I have groovy, jdbc dependencies, which I added manually.
Would you suggest any other steps which I should do; having the new feature of executing multiple projects with include and exclude option, would be really helpful. Thank you.
Thank you for your response.
I did run with -e option, which resulted the stacktrace(part of it) :
[ERROR] Failed to execute goal com.github.redfish4ktc.soapui:maven-soapui-extension-plugin:4.6.3.1:test (default) on project soapui-maven2-plugin: Execution default of goal com.github.redfish
4ktc.soapui:maven-soapui-extension-plugin:4.6.3.1:test failed: An API incompatibility was encountered while executing com.github.redfish4ktc.soapui:maven-soapui-extension-plugin:4.6.3.1:test:
java.lang.NoSuchMethodError: com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.setMaxTotal(I)V
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:224)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:317)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default of goal com.github.redfish4ktc.soapui:maven-soapui-extension-plugin:4.6.3.1:test failed: An API incompatibility
was encountered while executing com.github.redfish4ktc.soapui:maven-soapui-extension-plugin:4.6.3.1:test: java.lang.NoSuchMethodError: com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThr
eadedHttpConnectionManager.setMaxTotal(I)V
Wondering, if 'SoapUIMultiThreadedHttpConnectionManager' has been properly build with the latest stable version?
I checked with soap-ui-pro-maven-plugin version, 4.6.1 and it worked all fine, but with that version, I think, I can not use the latest feature of including/excluding project files by their pattern. I took the latest available version of soap-ui-pro-maven-plugin (version 4.6.4). Here I get the same error as I faced with 'maven-soapui-extension-plugin' version 4.6.3.1 missing dependencies and then the same error mentioned before. In my code, I have groovy, jdbc dependencies, which I added manually.
Would you suggest any other steps which I should do; having the new feature of executing multiple projects with include and exclude option, would be really helpful. Thank you.