Forum Discussion

satz002's avatar
satz002
New Contributor
8 years ago

SOAPUI plugin:Failed to execute goal com.smartbear.soapui:soapui-maven-plugin:5.2.1:test (soapUI)

[INFO] Finished at: Wed Jun 22 11:12:01 ICT 2016

[INFO] Final Memory: 18M/243M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.smartbear.soapui:soapui-maven-plugin:5.2.1:test (soapUI) on project RegressionTest: Execution soapUI of goal com.smartbear.soapui:soapui-maven-plugin:5.2.1:test failed: A required class was missing while executing com.smartbear.soapui:soapui-maven-plugin:5.2.1:test: groovy/lang/GroovyClassLoader
[ERROR] -----------------------------------------------------
[ERROR] realm =    plugin>com.smartbear.soapui:soapui-maven-plugin:5.2.1
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[ERROR] urls[0] = file:/C:/java_dev/libs/com/smartbear/soapui/soapui-maven-plugin/5.2.1/soapui-maven-plugin-5.2.1.jar
[ERROR] urls[1] = file:/C:/java_dev/libs/com/smartbear/soapui/soapui/5.2.1/soapui-5.2.1.jar
[ERROR] urls[2] = file:/C:/java_dev/libs/junit/junit/4.11/junit-4.11.jar
[ERROR] urls[3] = file:/C:/java_dev/libs/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[ERROR] urls[4] = file:/C:/java_dev/libs/xmlbeans/xbean/fixed-2.4.0/xbean-fixed-2.4.0.jar
[ERROR] urls[5] = file:/C:/java_dev/libs/xmlbeans/xbean_xpath/2.4.0/xbean_xpath-2.4.0.jar
[ERROR] urls[6] = file:/C:/java_dev/libs/xmlbeans/xmlpublic/2.4.0/xmlpublic-2.4.0.jar
[ERROR] urls[7] = file:/C:/java_dev/libs/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.jar
[ERROR] urls[8] = file:/C:/java_dev/libs/com/google/guava/guava/14.0/guava-14.0.jar
[ERROR] urls[9] = file:/C:/java_dev/libs/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
[ERROR] urls[10] = file:/C:/java_dev/libs/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
[ERROR] urls[11] = file:/C:/java_dev/libs/commons-io/commons-io/2.4/commons-io-2.4.jar
[ERROR] urls[12] = file:/C:/java_dev/libs/log4j/log4j/1.2.14/log4j-1.2.14.jar
[ERROR] urls[13] = file:/C:/java_dev/libs/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
[ERROR] urls[14] = file:/C:/java_dev/libs/com/smartbear/utils/analytics/analytics-core/5.2.1/analytics-core-5.2.1.jar
[ERROR] urls[15] = file:/C:/java_dev/libs/com/smartbear/utils/analytics/out-app-analytics-provider/5.2.1/out-app-analytics-provider-5.2.1.jar
[ERROR] urls[16] = file:/C:/java_dev/libs/com/fifesoft/rsyntaxtextarea/2.5.0/rsyntaxtextarea-2.5.0.jar

Iam getting the above error while using the 5.2.1 plugin , i tried using the dependency

 

 

	<!-- http://mvnrepository.com/artifact/org.codehaus.groovy/groovy-all -->
		<dependency>
			<groupId>org.codehaus.groovy</groupId>
			<artifactId>groovy-all</artifactId>
			<version>2.1.7</version>
		</dependency>

 

 

But no luck, The soapui project i was using , was exported from 5.2.1 , Can anyone help ?

1 Reply

  • satz002's avatar
    satz002
    New Contributor
    dependency>
    	<groupId>org.codehaus.groovy</groupId>
    	<artifactId>groovy-all</artifactId>
    	<version>1.8.7</version>
    </dependency>

    I used the groovy-all version 1.8.7 and issue got resolved