You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by Glen Daniels <gl...@thoughtcraft.com> on 2008/01/04 02:10:02 UTC

Build break?

[resend now that I'm on the list]

Hi folks:

It appears the Rampart build might be broken.  I'm currently seeing this:

---

Failed tests:
   testSymmBinding(org.apache.rampart.SymmetricBindingBuilderTest)
   testSymmBindingWithDK(org.apache.rampart.SymmetricBindingBuilderTest)

testSymmBindingWithDKEncrSig(org.apache.rampart.SymmetricBindingBuilderTest)

testSymmBindingEncrBeforeSig(org.apache.rampart.SymmetricBindingBuilderTest)

testSymmBindingWithDKEncrBeforeSig(org.apache.rampart.SymmetricBindingBuilderTest)

testAsymmBindingWithDKEncrBeforeSig(org.apache.rampart.AsymmetricBindingBuilderTest)

testAsymmBindingEncrBeforeSig(org.apache.rampart.AsymmetricBindingBuilderTest)

Tests run: 32, Failures: 7, Errors: 0, Skipped: 0

---

...on both Windows and on Unix (minotaur).  A sample test result looks
like this:

---

-------------------------------------------------------------------------------
Test set: org.apache.rampart.SymmetricBindingBuilderTest
-------------------------------------------------------------------------------
Tests run: 5, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 3.223
sec <<< FA
ILURE!
testSymmBinding(org.apache.rampart.SymmetricBindingBuilderTest)  Time
elapsed: 2
.951 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Error during encryption
         at junit.framework.Assert.fail(Assert.java:47)
         at
org.apache.rampart.SymmetricBindingBuilderTest.testSymmBinding(Symmet
ricBindingBuilderTest.java:56)
         at
org.apache.rampart.SymmetricBindingBuilderTest.testSymmBinding(Symmet
ricBindingBuilderTest.java:56)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
         at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at junit.framework.TestCase.runTest(TestCase.java:154)

---

Clues?  Am trying to get snapshot builds happening again on
people.apache.org - got WSS4J up but Rampart can't work until this is
resolved.

Thanks,
--Glen

Re: Build break?

Posted by Ruchith Fernando <ru...@apache.org>.
Hi Glen,

We don't have the latest WSS4J snapshots in the m2 snapshot repo. Please
build WSS4J[1] locally and then try.

Also please make sure you patch your JRE with unlimited strength
jurisdiction policy jars.

Thanks,
Ruchith

1. https://svn.apache.org/repos/asf/webservices/wss4j/trunk

Glen Daniels wrote:
> [resend now that I'm on the list]
> 
> Hi folks:
> 
> It appears the Rampart build might be broken.  I'm currently seeing this:
> 
> ---
> 
> Failed tests:
>   testSymmBinding(org.apache.rampart.SymmetricBindingBuilderTest)
>   testSymmBindingWithDK(org.apache.rampart.SymmetricBindingBuilderTest)
> 
> testSymmBindingWithDKEncrSig(org.apache.rampart.SymmetricBindingBuilderTest)
> 
> 
> testSymmBindingEncrBeforeSig(org.apache.rampart.SymmetricBindingBuilderTest)
> 
> 
> testSymmBindingWithDKEncrBeforeSig(org.apache.rampart.SymmetricBindingBuilderTest)
> 
> 
> testAsymmBindingWithDKEncrBeforeSig(org.apache.rampart.AsymmetricBindingBuilderTest)
> 
> 
> testAsymmBindingEncrBeforeSig(org.apache.rampart.AsymmetricBindingBuilderTest)
> 
> 
> Tests run: 32, Failures: 7, Errors: 0, Skipped: 0
> 
> ---
> 
> ...on both Windows and on Unix (minotaur).  A sample test result looks
> like this:
> 
> ---
> 
> -------------------------------------------------------------------------------
> 
> Test set: org.apache.rampart.SymmetricBindingBuilderTest
> -------------------------------------------------------------------------------
> 
> Tests run: 5, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 3.223
> sec <<< FA
> ILURE!
> testSymmBinding(org.apache.rampart.SymmetricBindingBuilderTest)  Time
> elapsed: 2
> .951 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: Error during encryption
>         at junit.framework.Assert.fail(Assert.java:47)
>         at
> org.apache.rampart.SymmetricBindingBuilderTest.testSymmBinding(Symmet
> ricBindingBuilderTest.java:56)
>         at
> org.apache.rampart.SymmetricBindingBuilderTest.testSymmBinding(Symmet
> ricBindingBuilderTest.java:56)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at junit.framework.TestCase.runTest(TestCase.java:154)
> 
> ---
> 
> Clues?  Am trying to get snapshot builds happening again on
> people.apache.org - got WSS4J up but Rampart can't work until this is
> resolved.
> 
> Thanks,
> --Glen
>