See <https://builds.apache.org/job/axis-trunk/132/changes>
Changes: [veithen] AXIS-2875: Renamed a method that conflicts with a method in the superclass introduced in Java 1.6. Note that it is unlikely that this method is used by application code. [veithen] AXIS-2875: Override SAAJ version so that we can build on Java 1.6. ------------------------------------------ [...truncated 3591 lines...] Running test.message.TestSOAPFault Fault: java.lang.Exception: File already exists Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 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.004 sec Running test.components.TestUUID 1: efbaf5b0-fb9d-11e1-a668-f6b80590a572 2: efbaf5b0-fb9d-11e1-a669-f6b80590a572 3: efbaf5b0-fb9d-11e1-a66a-f6b80590a572 4: efbaf5b0-fb9d-11e1-a66b-f6b80590a572 5: efbaf5b0-fb9d-11e1-a66c-f6b80590a572 6: efbaf5b0-fb9d-11e1-a66d-f6b80590a572 7: efbaf5b0-fb9d-11e1-a66e-f6b80590a572 8: efbaf5b0-fb9d-11e1-a66f-f6b80590a572 9: efbaf5b0-fb9d-11e1-a670-f6b80590a572 10: efbaf5b0-fb9d-11e1-a671-f6b80590a572 UUIDGen took 0 milliseconds Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 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.324 sec Running test.utils.cache.TestJavaMethod Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.187 sec Running test.utils.TestNSStack Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 sec Running test.utils.TestSrcContent Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.773 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 sec <<< FAILURE! Running test.utils.bytecode.TestParamNameExtractor Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0 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 [45.006s] [INFO] Axis :: SAAJ ...................................... SUCCESS [11.519s] [INFO] Axis :: JAX-RPC ................................... SUCCESS [11.084s] [INFO] Axis :: Core ...................................... FAILURE [29.764s] [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: 1:40.317s [INFO] Finished at: Mon Sep 10 23:19:25 UTC 2012 [INFO] Final Memory: 34M/211M [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-10_23-17-32/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-10_23-17-32/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-10_23-17-33/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-10_23-17-32/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-10_23-17-32/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-10_23-17-32/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-10_23-17-33/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-10_23-17-31/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-10_23-17-31/archive/org.apache.axis/axis-project/1.4.1-20120910.231827-129/axis-project-1.4.1-20120910.231827-129-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-10_23-17-32/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-10_23-17-33/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-10_23-17-32/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-10_23-17-32/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-10_23-17-31/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-10_23-17-31/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-10_23-17-31/archive/org.apache.axis/axis-jaxrpc/1.4.1-20120910.231850-127/axis-jaxrpc-1.4.1-20120910.231850-127.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-10_23-17-31/archive/org.apache.axis/axis-jaxrpc/1.4.1-20120910.231850-127/axis-jaxrpc-1.4.1-20120910.231850-127-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-10_23-17-31/archive/org.apache.axis/axis-jaxrpc/1.4.1-20120910.231850-127/axis-jaxrpc-1.4.1-20120910.231850-127-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-10_23-17-32/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-10_23-17-31/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-10_23-17-32/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-10_23-17-32/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-10_23-17-32/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-10_23-17-31/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-10_23-17-32/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-10_23-17-32/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-10_23-17-31/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-10_23-17-33/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-10_23-17-32/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-10_23-17-33/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-10_23-17-32/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-10_23-17-33/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-10_23-17-31/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-10_23-17-31/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-10_23-17-31/archive/org.apache.axis/axis-saaj/1.4.1-20120910.231841-127/axis-saaj-1.4.1-20120910.231841-127.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-10_23-17-31/archive/org.apache.axis/axis-saaj/1.4.1-20120910.231841-127/axis-saaj-1.4.1-20120910.231841-127-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-10_23-17-31/archive/org.apache.axis/axis-saaj/1.4.1-20120910.231841-127/axis-saaj-1.4.1-20120910.231841-127-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-10_23-17-32/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-10_23-17-31/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: [email protected] [email protected] channel stopped Updating AXIS-2875 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
