Hi Folks, Jenkins has encountered 2 integration test failures:
Test Result<https://builds.apache.org/job/Synapse%20-%20Trunk/org.apache.synapse$synapse-integration/4072/testReport/> (2 failures ) - org.apache.synapse.samples.framework.tests.qos.Sample100.testWSSecurity<https://builds.apache.org/job/Synapse%20-%20Trunk/org.apache.synapse$synapse-integration/4072/testReport/junit/org.apache.synapse.samples.framework.tests.qos/Sample100/testWSSecurity/> - org.apache.synapse.samples.framework.tests.proxy.Sample156.testServiceIntegration<https://builds.apache.org/job/Synapse%20-%20Trunk/org.apache.synapse$synapse-integration/4072/testReport/junit/org.apache.synapse.samples.framework.tests.proxy/Sample156/testServiceIntegration/> These are both security related samples. Here's the root cause: 2011-12-27 00:02:37,487 [-] [HttpServerWorker-1] ERROR Axis2Sender Unexpected error during sending message out org.apache.axis2.AxisFault: Error in encryption at org.apache.rampart.handler.RampartSender.invoke(RampartSender.java:76) at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:335) at org.apache.axis2.engine.Phase.invoke(Phase.java:308) at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:262) at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:427) at org.apache.synapse.core.axis2.DynamicAxisOperation$DynamicOperationClient.send(DynamicAxisOperation.java:193) at org.apache.synapse.core.axis2.DynamicAxisOperation$DynamicOperationClient.exe I encountered this yesterday on my machine when running the build on JDK 5. I had to patch my JDK with the JCE libraries to get rid of the error. Looks like JCE is not installed on Jenkins builder. Any idea how we can get this sorted out? Thanks, Hiranya On Tue, Dec 27, 2011 at 5:34 AM, Apache Jenkins Server < [email protected]> wrote: > See < > https://builds.apache.org/job/Synapse%20-%20Trunk/org.apache.synapse$synapse-integration/4072/ > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Hiranya Jayathilaka Associate Technical Lead; WSO2 Inc.; http://wso2.org E-mail: [email protected]; Mobile: +94 77 633 3491 Blog: http://techfeast-hiranya.blogspot.com
