bitsofproof / supernode

BOP Bitcoin Server API - superseded versions
http://bitsofproof.com
Apache License 2.0
126 stars 61 forks source link

mvn package failing #43

Closed ghost closed 11 years ago

ghost commented 11 years ago

mvn package is failing to build bitsofproof-server-api with the following test failures:

Tests in error: bip32PassphraseTest(com.bitsofproof.supernode.api.ExtendedKeyTest): java.security.InvalidKeyException: Illegal key size or default parameters bip38NoECTest(com.bitsofproof.supernode.api.KeySerializerTest): java.security.InvalidKeyException: Illegal key size or default parameters bip38ECTest(com.bitsofproof.supernode.api.KeySerializerTest): java.security.InvalidKeyException: Illegal key size or default parameters bip38RandomTest(com.bitsofproof.supernode.api.KeySerializerTest): checksum mismatch

Tests run: 13, Failures: 0, Errors: 4, Skipped: 0

[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] supernode ......................................... SUCCESS [2.739s] [INFO] bitsofproof-server-api ............................ FAILURE [36.472s] [INFO] bitsofproof-server ................................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE

I've installed the UnlimitedJCEPolicy files, but it didn't solve the problem. Any ideas?

ghost commented 11 years ago

I found the problem. I mistakenly installed the UnlimitedJCEPolicy files in the wrong folder. (I followed the JRE UnlimitedJCEPolicy installation instructions instead of the JDK installation instructions. They use different installation paths.) Issue closed.