Skip to content

Instantly share code, notes, and snippets.

@iamaleksey
Created November 28, 2016 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamaleksey/d74a4c781119cfef30dc592937bea858 to your computer and use it in GitHub Desktop.
Save iamaleksey/d74a4c781119cfef30dc592937bea858 to your computer and use it in GitHub Desktop.
[junit] Testcase: getDecryptor_EmptyIv(org.apache.cassandra.security.CipherFactoryTest):>...Caused an ERROR [junit] setSeed() failed
[junit] java.security.ProviderException: setSeed() failed
[junit] >...at sun.security.provider.NativePRNG$RandomIO.implSetSeed(NativePRNG.java:458)
[junit] >...at sun.security.provider.NativePRNG$RandomIO.access$300(NativePRNG.java:329)
[junit] >...at sun.security.provider.NativePRNG.engineSetSeed(NativePRNG.java:212)
[junit] >...at java.security.SecureRandom.getDefaultPRNG(SecureRandom.java:209)
[junit] >...at java.security.SecureRandom.<init>(SecureRandom.java:190)
[junit] >...at org.apache.cassandra.security.CipherFactoryTest.setup(CipherFactoryTest.java:50)
[junit] Caused by: java.io.IOException: Operation not permitted
[junit] >...at java.io.FileOutputStream.writeBytes(Native Method)
[junit] >...at java.io.FileOutputStream.write(FileOutputStream.java:313)
[junit] >...at sun.security.provider.NativePRNG$RandomIO.implSetSeed(NativePRNG.java:456)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment