Advertisement
Guest User

Votifier Error

a guest
Jun 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. [15:10:41 WARN]: [Votifier] Unable to decrypt vote record. Make sure that that your public key
  2. [15:10:41 WARN]: [Votifier] matches the one you gave the server list.
  3. javax.crypto.BadPaddingException: Decryption error
  4. at sun.security.rsa.RSAPadding.unpadV15(RSAPadding.java:380) ~[?:1.8.0_111]
  5. at sun.security.rsa.RSAPadding.unpad(RSAPadding.java:291) ~[?:1.8.0_111]
  6. at com.sun.crypto.provider.RSACipher.doFinal(RSACipher.java:363) ~[sunjce_provider.jar:1.8.0_111]
  7. at com.sun.crypto.provider.RSACipher.engineDoFinal(RSACipher.java:389) ~[sunjce_provider.jar:1.8.0_111]
  8. at javax.crypto.Cipher.doFinal(Cipher.java:2165) ~[?:1.8.0_111]
  9. at com.vexsoftware.votifier.crypto.RSA.decrypt(RSA.java:65) ~[votifier-1.9.jar:?]
  10. at com.vexsoftware.votifier.net.VoteReceiver.run(VoteReceiver.java:130) [votifier-1.9.jar:?]
  11. [15:10:52 WARN]: [Votifier] Unable to decrypt vote record. Make sure that that your public key
  12. [15:10:52 WARN]: [Votifier] matches the one you gave the server list.
  13. javax.crypto.BadPaddingException: Decryption error
  14. at sun.security.rsa.RSAPadding.unpadV15(RSAPadding.java:380) ~[?:1.8.0_111]
  15. at sun.security.rsa.RSAPadding.unpad(RSAPadding.java:291) ~[?:1.8.0_111]
  16. at com.sun.crypto.provider.RSACipher.doFinal(RSACipher.java:363) ~[sunjce_provider.jar:1.8.0_111]
  17. at com.sun.crypto.provider.RSACipher.engineDoFinal(RSACipher.java:389) ~[sunjce_provider.jar:1.8.0_111]
  18. at javax.crypto.Cipher.doFinal(Cipher.java:2165) ~[?:1.8.0_111]
  19. at com.vexsoftware.votifier.crypto.RSA.decrypt(RSA.java:65) ~[votifier-1.9.jar:?]
  20. at com.vexsoftware.votifier.net.VoteReceiver.run(VoteReceiver.java:130) [votifier-1.9.jar:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement