Advertisement
Guest User

Untitled

a guest
Dec 5th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. javapns.communication.exceptions.KeystoreException: Keystore exception: failed to decryptsafe contents entry: java.io.IOException: getSecretKey failed: PBE SecretKeyFactory not available
  2. at javapns.communication.KeystoreManager.wrapKeystoreException(KeystoreManager.java:178)
  3. at javapns.communication.KeystoreManager.loadKeystore(KeystoreManager.java:66)
  4. at javapns.communication.KeystoreManager.loadKeystore(KeystoreManager.java:42)
  5. at javapns.communication.KeystoreManager.loadKeystore(KeystoreManager.java:29)
  6. at javapns.communication.ConnectionToAppleServer.<init>(ConnectionToAppleServer.java:54)
  7. at javapns.notification.ConnectionToNotificationServer.<init> (ConnectionToNotificationServer.java:16)
  8. at javapns.notification.PushNotificationManager.initializeConnection (PushNotificationManager.java:105)
  9. at javapns.Push.sendPayload(Push.java:171)
  10. at javapns.Push.payload(Push.java:149)
  11. at test.TestPush.main(TestPush.java:26)
  12. Caused by: java.io.IOException: failed to decrypt safe contents entry: java.io.IOException: getSecretKey failed: PBE SecretKeyFactory not available
  13. at com.sun.net.ssl.internal.pkcs12.PKCS12KeyStore.engineLoad(Unknown Source)
  14. at java.security.KeyStore.load(Unknown Source)
  15. at javapns.communication.KeystoreManager.loadKeystore(KeystoreManager.java:64)
  16. ... 8 more
  17. Caused by: java.io.IOException: getSecretKey failed: PBE SecretKeyFactory not available
  18. at com.sun.net.ssl.internal.pkcs12.PKCS12KeyStore.getPBEKey(Unknown Source)
  19. ... 11 more
  20. Caused by: java.security.NoSuchAlgorithmException: PBE SecretKeyFactory not available
  21. at javax.crypto.SecretKeyFactory.<init>(DashoA13*..)
  22. at javax.crypto.SecretKeyFactory.getInstance(DashoA13*..)
  23. ... 12 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement