Hi Oleg, create-lib won't update the maven repo.
Anyway, it seems some problem here. I heard some one else also complained about this. Can you please post your configuration here. Mr.Rampart (Ruchith), I hope you are the right person to help Oleg :) -- Chinthaka Oleg Kalnichevski wrote: > On Thu, 2006-06-15 at 09:46 +0530, Eran Chinthaka wrote: >> Hi Oleg, >> >> This is strange. I just got the whole build successful. Can you send us >> with the test-report to check what has gone wrong ? >> >> You can see the test report in >> $YOUR_AXIS_ROOT/modules/integration/target/test-reports/TEST-org.apache.axis2.security.rahas.ConversationScenario3Test.txt. >> >> -- Chinthaka >> > > Chinthaka, > > I ran svn up and maven create-lib prior to running the build. > ConversationScenario3Test is still failing for me > > Oleg > --- > > Testsuite: org.apache.axis2.security.rahas.ConversationScenario3Test > Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 4.455 sec > > ------------- Standard Output --------------- > Server started on port 5555.....[SimpleHTTPServer] Stop called > Server stopped .....[SimpleHTTPServer] Stop called > ------------- ---------------- --------------- > ------------- Standard Error ----------------- > Jun 15, 2006 12:01:04 PM org.apache.axis2.deployment.DeploymentEngine > doDeploy > INFO: Deploying module : addressing > Jun 15, 2006 12:01:04 PM org.apache.axis2.deployment.DeploymentEngine > doDeploy > INFO: Deploying module : rahas > Jun 15, 2006 12:01:05 PM org.apache.axis2.deployment.DeploymentEngine > doDeploy > INFO: Deploying module : rampart > Jun 15, 2006 12:01:05 PM > org.apache.axis2.transport.http.server.DefaultConnectionListener run > INFO: Listening on port 5555 > Jun 15, 2006 12:01:07 PM org.apache.axis2.deployment.DeploymentEngine > prepareRepository > INFO: no services directory found , new one created > Jun 15, 2006 12:01:07 PM org.apache.axis2.deployment.DeploymentEngine > doDeploy > INFO: Deploying module : addressing > Jun 15, 2006 12:01:08 PM org.apache.axis2.deployment.DeploymentEngine > doDeploy > INFO: Deploying module : rahas > Jun 15, 2006 12:01:08 PM org.apache.axis2.deployment.DeploymentEngine > doDeploy > INFO: Deploying module : rampart > org.apache.axis2.AxisFault: WSDoAllReceiver: Request does not contain > required Security header > at > org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:287) > at > org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:451) > at > org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:393) > at > org.apache.axis2.security.rahas.TestClient.testConversation(TestClient.java:95) > 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:154) > at junit.framework.TestCase.runBare(TestCase.java:127) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:325) > at > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:536) > Caused by: java.lang.Exception: org.apache.axis2.AxisFault: > WSDoAllReceiver: Request does not contain required Security header > at > org.apache.rampart.handler.WSDoAllReceiver.processBasic(WSDoAllReceiver.java:280) > at > org.apache.rampart.handler.WSDoAllReceiver.processMessage(WSDoAllReceiver.java:100) > at > org.apache.rampart.handler.WSDoAllHandler.invoke(WSDoAllHandler.java:82) > at org.apache.axis2.engine.Phase.invoke(Phase.java:380) > at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:500) > at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:470) > at > org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:284) > at > org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:238) > at > org.apache.axis2.transport.http.server.DefaultHttpServiceProcessor.doService(DefaultHttpServiceProcessor.java:177) > at > org.apache.http.protocol.HttpService.handleRequest(HttpService.java:123) > at > org.apache.axis2.transport.http.server.DefaultHttpServiceProcessor.run(DefaultHttpServiceProcessor.java:236) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor > $Worker.runTask(ThreadPoolExecutor.java:650) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor > $Worker.run(ThreadPoolExecutor.java:675) > at java.lang.Thread.run(Thread.java:595) > > at org.apache.axis2.AxisFault.<init>(AxisFault.java:159) > ... 18 more > Jun 15, 2006 12:01:08 PM > org.apache.axis2.transport.http.server.SimpleHttpServer destroy > INFO: Shut down connection listener > Jun 15, 2006 12:01:08 PM > org.apache.axis2.transport.http.server.SimpleHttpServer destroy > INFO: Shut down HTTP processors > Jun 15, 2006 12:01:08 PM > org.apache.axis2.transport.http.server.SimpleHttpServer destroy > INFO: HTTP protocol handler shut down > Jun 15, 2006 12:01:08 PM > org.apache.axis2.transport.http.server.SimpleHttpServer destroy > INFO: Shut down connection listener > Jun 15, 2006 12:01:08 PM > org.apache.axis2.transport.http.server.SimpleHttpServer destroy > INFO: Shut down HTTP processors > Jun 15, 2006 12:01:08 PM > org.apache.axis2.transport.http.server.SimpleHttpServer destroy > INFO: HTTP protocol handler shut down > ------------- ---------------- --------------- > Testcase: > testConversation(org.apache.axis2.security.rahas.ConversationScenario3Test): > FAILED > WSDoAllReceiver: Request does not contain required Security header > junit.framework.AssertionFailedError: WSDoAllReceiver: Request does not > contain required Security header > at > org.apache.axis2.security.rahas.TestClient.testConversation(TestClient.java:110) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > > > > > >> Oleg Kalnichevski wrote: >>> On Wed, 2006-06-14 at 23:29 +0530, Eran Chinthaka wrote: >>>> Hi Oleg, >>>> >>>> This was fixed just now by Ruchith. >>>> >>>> -- Chinthaka >>>> >>> Hi Chinthaka, >>> >>> SVN trunk still does not build due to a test case failure. I did update >>> local dependencies prior to running the build >>> >>> Oleg >>> --- >>> test:test: >>> ... >>> [junit] [ERROR] TEST >>> org.apache.axis2.security.rahas.ConversationScenario3Test FAILED >>> ... >>> >>> BUILD FAILED >>> File...... >>> /home/oleg/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly >>> Element... maven:reactor >>> Line...... 217 >>> Column.... 9 >>> Unable to obtain goal [multiproject:install-callback] >>> -- /home/oleg/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54: >>> <fail> There were test failures. >>> Total time: 13 minutes 26 seconds >>> Finished at: Wed Jun 14 20:36:45 CEST 2006 >>> >>> >>> >>> >>> >>>> Oleg Kalnichevski wrote: >>>>> There appears to be a problem with the Rahas module >>>>> >>>>> Oleg >>>>> ---- >>>>> __ __ >>>>> | \/ |__ _Apache__ ___ >>>>> | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ >>>>> |_| |_\__,_|\_/\___|_||_| v. 1.0.2 >>>>> >>>>> Attempting to download axiom-api-SNAPSHOT.jar. >>>>> Attempting to download axiom-impl-SNAPSHOT.jar. >>>>> Attempting to download axiom-dom-SNAPSHOT.jar. >>>>> Attempting to download axis2-common-SNAPSHOT.jar. >>>>> Attempting to download axis2-java2wsdl-SNAPSHOT.jar. >>>>> Attempting to download axis2-codegen-SNAPSHOT.jar. >>>>> Attempting to download axis2-core-SNAPSHOT.jar. >>>>> Attempting to download axis2-adb-SNAPSHOT.jar. >>>>> Attempting to download axis2-jibx-SNAPSHOT.jar. >>>>> Attempting to download axis2-xmlbeans-SNAPSHOT.jar. >>>>> Attempting to download wss4j-SNAPSHOT.jar. >>>>> Attempting to download neethi-SNAPSHOT.jar. >>>>> Attempting to download woden-SNAPSHOT.jar. >>>>> build:start: >>>>> >>>>> java:prepare-filesystem: >>>>> >>>>> java:compile: >>>>> [echo] Compiling >>>>> to >>>>> /home/oleg/src/apache.org/webservices/axis2/modules/rahas/target/classes >>>>> >>>>> BUILD FAILED >>>>> File...... >>>>> /home/oleg/src/apache.org/webservices/axis2/modules/rahas/maven.xml >>>>> Element... copy >>>>> Line...... 39 >>>>> Column.... 81 >>>>> Warning: Could not find >>>>> file >>>>> /home/oleg/src/apache.org/webservices/axis2/modules/rahas/src/META-INF/module.xml >>>>> to copy. >>>>> Total time: 55 seconds >>>>> Finished at: Wed Jun 14 17:31:55 CEST 2006 >>>>> >>>>> >>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> 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] >>> >>> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
signature.asc
Description: OpenPGP digital signature
