Forum Discussion
jkester
12 years agoOccasional Contributor
No, that is the strange thing. Nothing was changed.
In the past we had an issue that the soapui artifact in maven had secretly changed (so same version, getting different binary).
Could that have happened too ?
I am getting a similar error today:
Strangely enough, on some environments I do, on others I don't.
Could it related to java version ? Maven version ? OS ?
These are my settings for a failing build:
In forum I also found a post on automatic proxysearch:
http://forum.soapui.org/viewtopic.php?f=2&t=22304&sid=f37b35381fd7b4efce36fcfa84072ba8&sid=f37b35381fd7b4efce36fcfa84072ba8#p50706.
Could that have something to do with it ?
Regards, Jan.
In the past we had an issue that the soapui artifact in maven had secretly changed (so same version, getting different binary).
Could that have happened too ?
I am getting a similar error today:
urls[123] = file:/home/bamboo/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
build 06-Mar-2014 03:30:22 [FATAL ERROR] Container realm = plexus.core
build 06-Mar-2014 03:30:22 urls[0] = file:/usr/maven/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar
build 06-Mar-2014 03:30:22 [INFO] ------------------------------------------------------------------------
build 06-Mar-2014 03:30:22 [ERROR] FATAL ERROR
build 06-Mar-2014 03:30:22 [INFO] ------------------------------------------------------------------------
build 06-Mar-2014 03:30:22 [INFO] org/bouncycastle/jce/provider/BouncyCastleProvider
build 06-Mar-2014 03:30:22 org.bouncycastle.jce.provider.BouncyCastleProvider
build 06-Mar-2014 03:30:22 [INFO] ------------------------------------------------------------------------
build 06-Mar-2014 03:30:22 [INFO] Trace
build 06-Mar-2014 03:30:22 java.lang.NoClassDefFoundError: org/bouncycastle/jce/provider/BouncyCastleProvider
Strangely enough, on some environments I do, on others I don't.
Could it related to java version ? Maven version ? OS ?
These are my settings for a failing build:
Beginning to execute external process for build 'YYYY - Run soapui'\n ... running command line: \n/usr/maven/apache-maven-2.2.1/bin/mvn -Djava.io.tmpdir=/tmp/XXXX clean verify -P e2e,e2e-mea,RegTS1\n ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/XXXX\n ... using extra environment variables: \nMAVEN2_HOME=/usr/maven/apache-maven-2.2.1\nJAVA_HOME=/usr/java/jdk1.7.0_07\nMAVEN_OPTS=-Xmx1024m -XX:MaxPermSize=256m\nM2_HOME=/usr/maven/apache-maven-2.2.1\nPATH=/usr/java/jdk1.7.0_07/bin:/usr/maven/apache-maven-2.2.1/bin:/usr/java/default/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/oracle/app/oracle/product/11.2.0/client_1/bin:/root/bin\n
In forum I also found a post on automatic proxysearch:
http://forum.soapui.org/viewtopic.php?f=2&t=22304&sid=f37b35381fd7b4efce36fcfa84072ba8&sid=f37b35381fd7b4efce36fcfa84072ba8#p50706.
Could that have something to do with it ?
Regards, Jan.