You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/09/18 18:09:44 UTC

Build failed in Jenkins: axis-trunk #136

See <https://builds.apache.org/job/axis-trunk/136/changes>

Changes:

[veithen] Improved debug logging.

------------------------------------------
[...truncated 681 lines...]
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running test.message.TestSOAPFault
Fault: java.lang.Exception: File already exists
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running test.message.TestMessageElement
<ns2:deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java" xmlns:ns1="urn:EchoAttachmentsService" xmlns:ns2="http://xml.apache.org/axis/wsdd/">
  <ns2:service name="urn:EchoAttachmentsService" provider="java:RPC">
    <ns2:parameter name="className" value="samples.attachments.EchoAttachmentsService"/>
    <ns2:parameter name="allowedMethods" value="echo echoDir"/>
    <ns2:operation name="echo" returnQName="returnqname" returnType="ns1:DataHandler">
        <ns2:parameter name="dh" type="ns1:DataHandler"/>
      </ns2:operation>

 <ns2:typeMapping deserializer="org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" languageSpecificType="java:javax.activation.DataHandler" qname="ns1:DataHandler" serializer="org.apache.axis.encoding.ser.JAFDataHandlerSerializerFactory"/>
  </ns2:service>

</ns2:deployment>
<ns1:document xmlns:ns1="urn:someURI">
  <ns2:child-element xmlns:ns2="urn:someOtherURI">
    some text nodes insides
  </ns2:child-element>
</ns1:document>
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running test.message.TestSOAPHeader
Element:<shw:Hello xmlns:shw="http://www.jcommerce.net/soap/ns/SOAPHelloWorld">
    <shw:Myname>Tony</shw:Myname>
  </shw:Hello>
HEADER ELEMENT NAME:shw:Hello http://www.jcommerce.net/soap/ns/SOAPHelloWorld
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running test.components.TestUUID
1:  e678ca00-01aa-11e2-8eed-e94bb5960067
2:  e678f110-01aa-11e2-8eed-e94bb5960067
3:  e678f110-01aa-11e2-8eee-e94bb5960067
4:  e678f110-01aa-11e2-8eef-e94bb5960067
5:  e678f110-01aa-11e2-8ef0-e94bb5960067
6:  e678f110-01aa-11e2-8ef1-e94bb5960067
7:  e678f110-01aa-11e2-8ef2-e94bb5960067
8:  e678f110-01aa-11e2-8ef3-e94bb5960067
9:  e678f110-01aa-11e2-8ef4-e94bb5960067
10:  e678f110-01aa-11e2-8ef5-e94bb5960067
UUIDGen took 2 milliseconds
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running test.utils.TestQName
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running test.utils.TestStringUtils
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running test.utils.TestMessages
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 sec
Running test.utils.cache.TestJavaMethod
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running test.utils.cache.TestJavaClass
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running test.utils.TestJavaUtils
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running test.utils.TestNSStack
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 sec
Running test.utils.TestSrcContent
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.162 sec <<< FAILURE!
Running test.utils.TestXMLUtils
Tests run: 17, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 0.039 sec <<< FAILURE!
Running test.utils.bytecode.TestParamReader
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running test.utils.bytecode.TestChainedParamReader
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE!
Running test.utils.bytecode.TestParamNameExtractor
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE!
Running test.properties.TestScopedProperties
org.apache.maven.surefire.util.SurefireReflectionException: java.lang.reflect.InvocationTargetException; nested exception is java.lang.reflect.InvocationTargetException: null
java.lang.reflect.InvocationTargetException
	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:592)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:188)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:166)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:86)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:101)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)
Caused by: java.lang.NoClassDefFoundError: org/apache/axis/configuration/BasicServerConfig
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
	at java.lang.Class.getMethod0(Class.java:2642)
	at java.lang.Class.getMethod(Class.java:1579)
	at org.apache.maven.surefire.common.junit3.JUnit3Reflector.createInstanceFromSuiteMethod(JUnit3Reflector.java:152)
	at org.apache.maven.surefire.common.junit3.JUnit3Reflector.constructTestObject(JUnit3Reflector.java:121)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:71)
	at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121)
	at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98)
	... 9 more

Results :

Tests in error: 
  testSourceFiles(test.utils.TestSrcContent)
  testDocumentToString(test.utils.TestXMLUtils): org/apache/axis/utils/DOM2Writer
  testElementToWriter(test.utils.TestXMLUtils): test/utils/ConsumerPipe
  testDocumentToStream(test.utils.TestXMLUtils): test/utils/ConsumerPipe
  testElementToString(test.utils.TestXMLUtils): org/apache/axis/utils/DOM2Writer
  testGetInnerXMLString(test.utils.TestXMLUtils): org/apache/axis/utils/DOM2Writer
  testDOM2Writer(test.utils.TestXMLUtils): org/apache/axis/utils/DOM2Writer
  testDOMXXE(test.utils.TestXMLUtils): org/apache/axis/utils/DOM2Writer
  testSAXXXE1(test.utils.TestXMLUtils): <https://builds.apache.org/job/axis-trunk/ws/axis/axis/pom.xml> (Too many open files)
  testGetMethodParameters(test.utils.bytecode.TestParamReader): org/apache/axis/utils/bytecode/ParamReader
  testGetConstructorParameters(test.utils.bytecode.TestParamReader): org/apache/axis/utils/bytecode/ParamReader
  testGetMethodParameters(test.utils.bytecode.TestChainedParamReader): org/apache/axis/utils/bytecode/ChainedParamReader
  testGetConstructorParameters(test.utils.bytecode.TestChainedParamReader): org/apache/axis/utils/bytecode/ChainedParamReader
  testGetInheritedMethodParameters(test.utils.bytecode.TestChainedParamReader): org/apache/axis/utils/bytecode/ChainedParamReader
  testExtractParameter(test.utils.bytecode.TestParamNameExtractor): org/apache/axis/utils/bytecode/ParamNameExtractor
  testExtractOverloadedParameter(test.utils.bytecode.TestParamNameExtractor): org/apache/axis/utils/bytecode/ParamNameExtractor

Tests run: 94, Failures: 0, Errors: 16, Skipped: 0

mojoFailed org.apache.maven.plugins:maven-surefire-plugin:2.11(default-test)
[JENKINS] Recording test results
projectFailed org.apache.axis:axis:1.4.1-SNAPSHOT
sessionEnded
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Axis .............................................. SUCCESS [1:34.304s]
[INFO] Axis :: SAAJ ...................................... SUCCESS [11.400s]
[INFO] Axis :: JAX-RPC ................................... SUCCESS [9.833s]
[INFO] Axis :: Core ...................................... FAILURE [33.101s]
[INFO] Axis :: Ant tasks ................................. SKIPPED
[INFO] Axis :: Maven ..................................... SKIPPED
[INFO] Maven plugin common classes ....................... SKIPPED
[INFO] Axis :: Maven :: maven-wsdl2java-plugin ........... SKIPPED
[INFO] Axis :: Maven :: maven-java2wsdl-plugin ........... SKIPPED
[INFO] Axis :: Maven :: maven-axis-server-plugin ......... SKIPPED
[INFO] Axis :: Stand-alone server ........................ SKIPPED
[INFO] Axis :: Castor support ............................ SKIPPED
[INFO] Axis :: java.net HTTP Transport ................... SKIPPED
[INFO] Axis :: JMS transport ............................. SKIPPED
[INFO] Axis :: Integration tests ......................... SKIPPED
[INFO] Axis :: WAR ....................................... SKIPPED
[INFO] Samples ........................................... SKIPPED
[INFO] Attachments Sample ................................ SKIPPED
[INFO] Bidbuy Sample ..................................... SKIPPED
[INFO] Echo Sample ....................................... SKIPPED
[INFO] Encoding Sample ................................... SKIPPED
[INFO] Faults Sample ..................................... SKIPPED
[INFO] Handler Sample .................................... SKIPPED
[INFO] JAXM Sample ....................................... SKIPPED
[INFO] Stock Quote Sample ................................ SKIPPED
[INFO] JAX-RPC Sample .................................... SKIPPED
[INFO] Message Sample .................................... SKIPPED
[INFO] MTOM Stub Sample .................................. SKIPPED
[INFO] Misc Sample ....................................... SKIPPED
[INFO] Transport Sample .................................. SKIPPED
[INFO] Proxy Sample ...................................... SKIPPED
[INFO] Distribution ...................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:31.702s
[INFO] Finished at: Tue Sep 18 16:07:26 UTC 2012
[INFO] Final Memory: 31M/204M
[INFO] ------------------------------------------------------------------------
Projects to build: [MavenProject: org.apache.axis:axis-project:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/pom.xml,> MavenProject: org.apache.axis:axis-saaj:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/axis-saaj/pom.xml,> MavenProject: org.apache.axis:axis-jaxrpc:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/axis-jaxrpc/pom.xml,> MavenProject: org.apache.axis:axis:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/axis/pom.xml,> MavenProject: org.apache.axis:axis-ant:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/axis-ant/pom.xml,> MavenProject: org.apache.axis:maven:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/maven/pom.xml,> MavenProject: org.apache.axis:nsmap:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/maven/nsmap/pom.xml,> MavenProject: org.apache.axis:maven-wsdl2java-plugin:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/maven/maven-wsdl2java-plugin/pom.xml,> MavenProject: org.apache.axis:maven-java2wsdl-plugin:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/maven/maven-java2wsdl-plugin/pom.xml,> MavenProject: org.apache.axis:maven-axis-server-plugin:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/maven/maven-axis-server-plugin/pom.xml,> MavenProject: org.apache.axis:axis-standalone-server:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/axis-standalone-server/pom.xml,> MavenProject: org.apache.axis:axis-castor:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/axis-castor/pom.xml,> MavenProject: org.apache.axis:axis-rt-transports-http-javanet:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/axis-rt-transports-http-javanet/pom.xml,> MavenProject: org.apache.axis:axis-jms:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/axis-jms/pom.xml,> MavenProject: org.apache.axis:integration:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/integration/pom.xml,> MavenProject: org.apache.axis:axis-war:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/axis-war/pom.xml,> MavenProject: org.apache.axis:samples:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/samples/pom.xml,> MavenProject: org.apache.axis:attachments-sample:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/samples/attachments-sample/pom.xml,> MavenProject: org.apache.axis:bidbuy-sample:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/samples/bidbuy-sample/pom.xml,> MavenProject: org.apache.axis:echo-sample:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/samples/echo-sample/pom.xml,> MavenProject: org.apache.axis:encoding-sample:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/samples/encoding-sample/pom.xml,> MavenProject: org.apache.axis:faults-sample:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/samples/faults-sample/pom.xml,> MavenProject: org.apache.axis:handler-sample:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/samples/handler-sample/pom.xml,> MavenProject: org.apache.axis:jaxm-sample:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/samples/jaxm-sample/pom.xml,> MavenProject: org.apache.axis:stock-sample:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/samples/stock-sample/pom.xml,> MavenProject: org.apache.axis:jaxrpc-sample:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/samples/jaxrpc-sample/pom.xml,> MavenProject: org.apache.axis:message-sample:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/samples/message-sample/pom.xml,> MavenProject: org.apache.axis:mtomstub-sample:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/samples/mtomstub-sample/pom.xml,> MavenProject: org.apache.axis:misc-sample:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/samples/misc-sample/pom.xml,> MavenProject: org.apache.axis:transport-sample:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/samples/transport-sample/pom.xml,> MavenProject: org.apache.axis:proxy-sample:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/samples/proxy-sample/pom.xml,> MavenProject: org.apache.axis:distribution:1.4.1-SNAPSHOT @ <https://builds.apache.org/job/axis-trunk/ws/axis/distribution/pom.xml]>
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/samples/jaxrpc-sample/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$jaxrpc-sample/builds/2012-09-18_16-04-39/archive/org.apache.axis/jaxrpc-sample/1.4.1-SNAPSHOT/jaxrpc-sample-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/samples/handler-sample/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$handler-sample/builds/2012-09-18_16-04-39/archive/org.apache.axis/handler-sample/1.4.1-SNAPSHOT/handler-sample-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/samples/proxy-sample/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$proxy-sample/builds/2012-09-18_16-04-39/archive/org.apache.axis/proxy-sample/1.4.1-SNAPSHOT/proxy-sample-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/integration/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$integration/builds/2012-09-18_16-04-39/archive/org.apache.axis/integration/1.4.1-SNAPSHOT/integration-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/samples/encoding-sample/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$encoding-sample/builds/2012-09-18_16-04-39/archive/org.apache.axis/encoding-sample/1.4.1-SNAPSHOT/encoding-sample-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/samples/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$samples/builds/2012-09-18_16-04-39/archive/org.apache.axis/samples/1.4.1-SNAPSHOT/samples-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/distribution/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$distribution/builds/2012-09-18_16-04-39/archive/org.apache.axis/distribution/1.4.1-SNAPSHOT/distribution-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$axis-project/builds/2012-09-18_16-04-38/archive/org.apache.axis/axis-project/1.4.1-SNAPSHOT/axis-project-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/target/axis-project-1.4.1-SNAPSHOT-source-release.zip> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$axis-project/builds/2012-09-18_16-04-38/archive/org.apache.axis/axis-project/1.4.1-20120918.160622-132/axis-project-1.4.1-20120918.160622-132-source-release.zip
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/samples/faults-sample/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$faults-sample/builds/2012-09-18_16-04-39/archive/org.apache.axis/faults-sample/1.4.1-SNAPSHOT/faults-sample-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/samples/stock-sample/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$stock-sample/builds/2012-09-18_16-04-39/archive/org.apache.axis/stock-sample/1.4.1-SNAPSHOT/stock-sample-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/samples/echo-sample/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$echo-sample/builds/2012-09-18_16-04-39/archive/org.apache.axis/echo-sample/1.4.1-SNAPSHOT/echo-sample-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/samples/attachments-sample/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$attachments-sample/builds/2012-09-18_16-04-39/archive/org.apache.axis/attachments-sample/1.4.1-SNAPSHOT/attachments-sample-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/maven/maven-wsdl2java-plugin/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$maven-wsdl2java-plugin/builds/2012-09-18_16-04-38/archive/org.apache.axis/maven-wsdl2java-plugin/1.4.1-SNAPSHOT/maven-wsdl2java-plugin-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/axis-jaxrpc/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$axis-jaxrpc/builds/2012-09-18_16-04-38/archive/org.apache.axis/axis-jaxrpc/1.4.1-SNAPSHOT/axis-jaxrpc-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/axis-jaxrpc/target/axis-jaxrpc-1.4.1-SNAPSHOT.jar> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$axis-jaxrpc/builds/2012-09-18_16-04-38/archive/org.apache.axis/axis-jaxrpc/1.4.1-20120918.160649-130/axis-jaxrpc-1.4.1-20120918.160649-130.jar
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/axis-jaxrpc/target/axis-jaxrpc-1.4.1-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$axis-jaxrpc/builds/2012-09-18_16-04-38/archive/org.apache.axis/axis-jaxrpc/1.4.1-20120918.160649-130/axis-jaxrpc-1.4.1-20120918.160649-130-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/axis-jaxrpc/target/axis-jaxrpc-1.4.1-SNAPSHOT-javadoc.jar> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$axis-jaxrpc/builds/2012-09-18_16-04-38/archive/org.apache.axis/axis-jaxrpc/1.4.1-20120918.160649-130/axis-jaxrpc-1.4.1-20120918.160649-130-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/samples/bidbuy-sample/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$bidbuy-sample/builds/2012-09-18_16-04-39/archive/org.apache.axis/bidbuy-sample/1.4.1-SNAPSHOT/bidbuy-sample-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/axis/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$axis/builds/2012-09-18_16-04-38/archive/org.apache.axis/axis/1.4.1-SNAPSHOT/axis-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/samples/jaxm-sample/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$jaxm-sample/builds/2012-09-18_16-04-39/archive/org.apache.axis/jaxm-sample/1.4.1-SNAPSHOT/jaxm-sample-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/axis-standalone-server/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$axis-standalone-server/builds/2012-09-18_16-04-38/archive/org.apache.axis/axis-standalone-server/1.4.1-SNAPSHOT/axis-standalone-server-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/maven/maven-axis-server-plugin/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$maven-axis-server-plugin/builds/2012-09-18_16-04-38/archive/org.apache.axis/maven-axis-server-plugin/1.4.1-SNAPSHOT/maven-axis-server-plugin-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/axis-ant/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$axis-ant/builds/2012-09-18_16-04-38/archive/org.apache.axis/axis-ant/1.4.1-SNAPSHOT/axis-ant-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/axis-castor/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$axis-castor/builds/2012-09-18_16-04-39/archive/org.apache.axis/axis-castor/1.4.1-SNAPSHOT/axis-castor-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/axis-war/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$axis-war/builds/2012-09-18_16-04-39/archive/org.apache.axis/axis-war/1.4.1-SNAPSHOT/axis-war-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/maven/maven-java2wsdl-plugin/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$maven-java2wsdl-plugin/builds/2012-09-18_16-04-38/archive/org.apache.axis/maven-java2wsdl-plugin/1.4.1-SNAPSHOT/maven-java2wsdl-plugin-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/samples/mtomstub-sample/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$mtomstub-sample/builds/2012-09-18_16-04-39/archive/org.apache.axis/mtomstub-sample/1.4.1-SNAPSHOT/mtomstub-sample-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/axis-jms/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$axis-jms/builds/2012-09-18_16-04-39/archive/org.apache.axis/axis-jms/1.4.1-SNAPSHOT/axis-jms-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/samples/transport-sample/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$transport-sample/builds/2012-09-18_16-04-39/archive/org.apache.axis/transport-sample/1.4.1-SNAPSHOT/transport-sample-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/samples/message-sample/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$message-sample/builds/2012-09-18_16-04-39/archive/org.apache.axis/message-sample/1.4.1-SNAPSHOT/message-sample-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/samples/misc-sample/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$misc-sample/builds/2012-09-18_16-04-39/archive/org.apache.axis/misc-sample/1.4.1-SNAPSHOT/misc-sample-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/maven/nsmap/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$nsmap/builds/2012-09-18_16-04-38/archive/org.apache.axis/nsmap/1.4.1-SNAPSHOT/nsmap-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/axis-saaj/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$axis-saaj/builds/2012-09-18_16-04-38/archive/org.apache.axis/axis-saaj/1.4.1-SNAPSHOT/axis-saaj-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/axis-saaj/target/axis-saaj-1.4.1-SNAPSHOT.jar> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$axis-saaj/builds/2012-09-18_16-04-38/archive/org.apache.axis/axis-saaj/1.4.1-20120918.160640-130/axis-saaj-1.4.1-20120918.160640-130.jar
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/axis-saaj/target/axis-saaj-1.4.1-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$axis-saaj/builds/2012-09-18_16-04-38/archive/org.apache.axis/axis-saaj/1.4.1-20120918.160640-130/axis-saaj-1.4.1-20120918.160640-130-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/axis-saaj/target/axis-saaj-1.4.1-SNAPSHOT-javadoc.jar> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$axis-saaj/builds/2012-09-18_16-04-38/archive/org.apache.axis/axis-saaj/1.4.1-20120918.160640-130/axis-saaj-1.4.1-20120918.160640-130-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/axis-rt-transports-http-javanet/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$axis-rt-transports-http-javanet/builds/2012-09-18_16-04-39/archive/org.apache.axis/axis-rt-transports-http-javanet/1.4.1-SNAPSHOT/axis-rt-transports-http-javanet-1.4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/axis-trunk/ws/axis/maven/pom.xml> to /home/hudson/hudson/jobs/axis-trunk/modules/org.apache.axis$maven/builds/2012-09-18_16-04-38/archive/org.apache.axis/maven/1.4.1-SNAPSHOT/maven-1.4.1-SNAPSHOT.pom
Waiting for Jenkins to finish collecting data
mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (default-test) on project axis: Error occured in starting fork, check output in log
cause : Error occured in starting fork, check output in log
Stack trace : 
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (default-test) on project axis: Error occured in starting fork, check output in log
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	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:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
	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:592)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:98)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:64)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error occured in starting fork, check output in log
	at org.apache.maven.plugin.surefire.SurefirePlugin.assertNoException(SurefirePlugin.java:634)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:623)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:136)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:97)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 27 more
Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: Error occured in starting fork, check output in log
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:200)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:100)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:199)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAllProviders(AbstractSurefireMojo.java:176)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:134)
	... 30 more
Sending e-mails to: java-dev@axis.apache.org andreas.veithen@gmail.com
channel stopped

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Jenkins build is back to normal : axis-trunk #137

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/axis-trunk/137/>


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org