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
-------------------------------------------------------------------------------
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)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to