Xinjun, I'm not sure why you are getting these failures, but you can find the details in the test reports, which are in modules/integration/target/test-reports/ (substitute 'integration' for a different module name if you get failures in any other modules).
Chuck Xinjun Chen wrote on 07/02/2006 04:38 PM: > Hi, > > I am trying to build the Axis2 from SVN. I get build failure due to > the security test failures. The error messages are at the end of this > post. > As can be seen, most of the security test scenarios get failures. > > I am using JDK1.4.2_11 on Windows XP. Maven version 1.0.2. I use the > command line "maven" under axis2 base directory in DOS prompt. Could > anyone suggest the reason of this build failure? > > By the way, in my machine, I installed some self-signed digital certs > for SSL use, and also imported them into the CACerts keystore. Will > that be the cause of the security test failure? How can I view more > detailed error messages? > > > The error messages: > > [junit] Running org.apache.axis2.security.AddressingMTOMSecurityTest > [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 14.828 sec > [junit] [ERROR] TEST > org.apache.axis2.security.AddressingMTOMSecurityTest FAILED > [junit] Running org.apache.axis2.security.MTOMOptimizedSecurityTest > [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 15.906 sec > [junit] [ERROR] TEST > org.apache.axis2.security.MTOMOptimizedSecurityTest FAILED > [junit] Running org.apache.axis2.security.sc.ConversationScenario1Test > [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 15.828 sec > [junit] [ERROR] TEST > org.apache.axis2.security.sc.ConversationScenario1Test FAILED > [junit] Running org.apache.axis2.security.sc.ConversationScenario2Test > [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 14.203 sec > [junit] [ERROR] TEST > org.apache.axis2.security.sc.ConversationScenario2Test FAILED > [junit] Running org.apache.axis2.security.sc.ConversationScenario3Test > [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 6.578 sec > [junit] [ERROR] TEST > org.apache.axis2.security.sc.ConversationScenario3Test FAILED > [junit] Running org.apache.axis2.security.sc.ConversationScenario4Test > [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 9.593 sec > [junit] [ERROR] TEST > org.apache.axis2.security.sc.ConversationScenario4Test FAILED > [junit] Running org.apache.axis2.security.Scenario1Test > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 13.968 sec > [junit] Running org.apache.axis2.security.Scenario2aTest > [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.609 sec > [junit] [ERROR] TEST org.apache.axis2.security.Scenario2aTest FAILED > [junit] Running org.apache.axis2.security.Scenario2Test > [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.219 sec > [junit] [ERROR] TEST org.apache.axis2.security.Scenario2Test FAILED > [junit] Running org.apache.axis2.security.Scenario3Test > [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.484 sec > [junit] [ERROR] TEST org.apache.axis2.security.Scenario3Test FAILED > [junit] Running org.apache.axis2.security.Scenario4Test > [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.375 sec > [junit] [ERROR] TEST org.apache.axis2.security.Scenario4Test FAILED > [junit] Running org.apache.axis2.security.Scenario5Test > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 14.078 sec > [junit] Running org.apache.axis2.security.Scenario6Test > [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.625 sec > [junit] [ERROR] TEST org.apache.axis2.security.Scenario6Test FAILED > [junit] Running org.apache.axis2.security.Scenario7Test > [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.75 sec > [junit] [ERROR] TEST org.apache.axis2.security.Scenario7Test FAILED > [junit] Running org.apache.axis2.swa.EchoRawSwATest > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.859 sec > [junit] Running org.apache.axis2.tcp.TCPEchoRawXMLTest > [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.265 sec > [junit] Running org.apache.axis2.tcp.TCPTwoChannelEchoRawXMLTest > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.453 sec > [junit] Running org.apache.rahas.RahasSAMLTokenTest > [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 8.829 sec > [junit] [ERROR] TEST org.apache.rahas.RahasSAMLTokenTest FAILED > [junit] Running samples.wsdl.perf.PerfPortTypeTest > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 13.469 sec > > BUILD FAILED > File...... C:\Documents and > Settings\xinjun\.maven\cache\maven-multiproject-plug > in-1.3.1\plugin.jelly > Element... maven:reactor > Line...... 217 > Column.... 9 > Unable to obtain goal [multiproject:install-callback] -- C:\Documents > and > Settings\xinjun\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54: > <fail> There were test failures. > Total time: 33 minutes 5 seconds > Finished at: Mon Jul 03 10:26:04 SGT 2006 > > > > Regards, > Xinjun > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
