Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Development

szpak edited this page Dec 5, 2014 · 15 revisions

Troubleshooting

When running tests I get java.security.InvalidKeyException: No installed provider supports this key: javax.crypto.spec.SecretKeySpec

Make your JDK has Java JCE installed: for Java 7 and Java 8. This is needed because Centralized configuration management requires strong cryptographic algorithms for encrypting keys.

Alternatively you can use OpenJDK.

It is possible to disable all decryption related tests with -DdisableDecryptionTests=true.

Note. On systems with not compliant JDK only one test will fails to indicate the problem and explain possible solutions. To see all failing decryption related tests set -DdisableDecryptionTests=false.