Skip to content

Instantly share code, notes, and snippets.

@phillipross
Created November 1, 2015 21:15
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 phillipross/22e71c5fb1be1309e85c to your computer and use it in GitHub Desktop.
Save phillipross/22e71c5fb1be1309e85c to your computer and use it in GitHub Desktop.
Tests run: 18, Failures: 1, Errors: 0, Skipped: 11, Time elapsed: 0.877 sec <<< FAILURE! - in TestSuite
beforeClass(com.joyent.manta.client.MantaClientTest) Time elapsed: 0.072 sec <<< FAILURE!
java.lang.ClassCastException: org.bouncycastle.openssl.PEMEncryptedKeyPair cannot be cast to org.bouncycastle.openssl.PEMKeyPair
at com.joyent.manta.client.crypto.HttpSigner.getKeyPair(HttpSigner.java:148)
at com.joyent.manta.client.crypto.HttpSigner.<init>(HttpSigner.java:105)
at com.joyent.manta.client.crypto.HttpSigner.newInstance(HttpSigner.java:63)
at com.joyent.manta.client.MantaClient.<init>(MantaClient.java:177)
at com.joyent.manta.client.MantaClient.newInstance(MantaClient.java:115)
at com.joyent.manta.client.MantaClient.newInstance(MantaClient.java:91)
at com.joyent.manta.client.MantaClient.newInstance(MantaClient.java:68)
at com.joyent.manta.client.MantaClientTest.beforeClass(MantaClientTest.java:52)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment