Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 26552 invoked from network); 11 Dec 2007 20:59:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2007 20:59:27 -0000 Received: (qmail 98978 invoked by uid 500); 11 Dec 2007 20:59:08 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 98968 invoked by uid 500); 11 Dec 2007 20:59:07 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 98957 invoked by uid 99); 11 Dec 2007 20:59:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 12:59:07 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [129.237.125.220] (HELO stephens.ittc.ku.edu) (129.237.125.220) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 20:58:44 +0000 Received: from excalibur.ittc.ku.edu (excalibur.ittc.ku.edu [129.237.121.63]) (authenticated bits=0) by stephens.ittc.ku.edu (8.13.1/ITTC-3.2) with ESMTP id lBBKwgYD000655 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 11 Dec 2007 14:58:43 -0600 Message-ID: <475EFA02.1080104@ittc.ku.edu> Date: Tue, 11 Dec 2007 14:58:42 -0600 From: Leon Searl User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: [Axis2] axis2 v1.3 maven build test failure ComplexDataTypesComplexDataTypesSOAP11Test Content-Type: multipart/mixed; boundary="------------010001020802090409080603" X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (stephens.ittc.ku.edu [129.237.125.220]); Tue, 11 Dec 2007 14:58:43 -0600 (CST) X-VirusScan: Clean X-MailScanner-From: searl@ittc.ku.edu X-Virus-Checked: Checked by ClamAV on apache.org --------------010001020802090409080603 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, I'm sure that someone must have run into this before but so far I have failed to find any information about it with my web searches. I'm sorry if this is a repeat and been handled previously. I'm getting 2 failures when I run '> mvn clean install' for Axis2-1.3. My version of Java is Sun Standard Edition (build 1.5.0_13-b05) My OS is Fedora 7. Looking back through the output of the 'mvn clean install' I see the following as the first failure. Running org.apache.axis2.rpc.complex.ComplexDataTypesComplexDataTypesSOAP11Test 0 [main] INFO org.apache.axis2.deployment.DeploymentEngine - No services directory was found under /tmp/axis2-1.3/modules/integration/target/test-resources/samples. 203 [main] INFO org.apache.axis2.deployment.ModuleDeployer - Deploying module: addressing-1.3 Server started on port 5555.....469 [HttpListener-5555-1] INFO org.apache.axis2.transport.http.server.DefaultConnectionListener - Listening on port 5555 [SimpleHTTPServer] Stop called 80455 [main] INFO org.apache.axis2.transport.http.server.SimpleHttpServer - Shut down connection listener 80486 [main] INFO org.apache.axis2.transport.http.server.SimpleHttpServer - Shut down HTTP processors 83492 [main] INFO org.apache.axis2.transport.http.server.SimpleHttpServer - Force shut down HTTP processors 83514 [main] INFO org.apache.axis2.transport.http.server.SimpleHttpServer - HTTP protocol handler shut down Tests run: 37, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 84.238 sec <<< FAILURE! The other test that fails is org.apache.axis2.rpc.complex.ComplexDataTypesDocLitBareTest After looking around I found a 'surefire' report that looks like it is the output of one of the two tests that failed. I've attached it. Thanks for any help you can provide. leon P.S. The SVN snapshot of Dec. 9, 2007 built without failures. Should I use it? -- Leon S. Searl, Software Research Engineer Information and Telecommunication Technology Center, University of Kansas Nichols Hall, 2335 Irving Hill Road, Lawrence, KS 66045-7612 Ph: 785-864-7820 Fax: 785-864-0387 http://www.ittc.ku.edu --------------010001020802090409080603 Content-Type: text/plain; name="org.apache.axis2.rpc.complex.ComplexDataTypesComplexDataTypesSOAP11Test.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename*0="org.apache.axis2.rpc.complex.ComplexDataTypesComplexDataType"; filename*1="sSOAP11Test.txt" ------------------------------------------------------------------------------- Test set: org.apache.axis2.rpc.complex.ComplexDataTypesComplexDataTypesSOAP11Test ------------------------------------------------------------------------------- Tests run: 37, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 84.238 sec <<< FAILURE! testretObject(org.apache.axis2.rpc.complex.ComplexDataTypesComplexDataTypesSOAP11Test) Time elapsed: 2.078 sec <<< FAILURE! junit.framework.AssertionFailedError: null at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at junit.framework.Assert.assertNotNull(Assert.java:214) at junit.framework.Assert.assertNotNull(Assert.java:207) at org.apache.axis2.rpc.complex.ComplexDataTypesComplexDataTypesSOAP11Test.testretObject(ComplexDataTypesComplexDataTypesSOAP11Test.java:478) 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:585) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:232) at junit.framework.TestSuite.run(TestSuite.java:227) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.extensions.TestSetup.run(TestSetup.java:27) at org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.java:76) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:163) at org.apache.maven.surefire.Surefire.run(Surefire.java:84) 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:585) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:244) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:814) --------------010001020802090409080603 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org --------------010001020802090409080603--