Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. 13:06:58 [WARNING] [BotFilter] Не могу проверить обновление
  2. javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
  3. at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
  4. at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1937)
  5. at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1894)
  6. at sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1877)
  7. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1398)
  8. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1375)
  9. at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563)
  10. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
  11. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1512)
  12. at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
  13. at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)
  14. at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)
  15. at java.security.AccessController.doPrivileged(Native Method)
  16. at java.security.AccessController.doPrivileged(AccessController.java:713)
  17. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)
  18. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
  19. at ru.leymooo.botfilter.BotFilter.checkForUpdates(BotFilter.java:334)
  20. at ru.leymooo.botfilter.BotFilter.<init>(BotFilter.java:72)
  21. at net.md_5.bungee.BungeeCord.start(BungeeCord.java:275)
  22. at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:43)
  23. at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
  24. Caused by: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
  25. at sun.security.validator.PKIXValidator.<init>(PKIXValidator.java:90)
  26. at sun.security.validator.Validator.getInstance(Validator.java:179)
  27. at sun.security.ssl.X509TrustManagerImpl.getValidator(X509TrustManagerImpl.java:312)
  28. at sun.security.ssl.X509TrustManagerImpl.checkTrustedInit(X509TrustManagerImpl.java:171)
  29. at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:184)
  30. at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124)
  31. at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1460)
  32. at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:212)
  33. at sun.security.ssl.Handshaker.processLoop(Handshaker.java:969)
  34. at sun.security.ssl.Handshaker.process_record(Handshaker.java:904)
  35. at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1050)
  36. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1363)
  37. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1391)
  38. ... 16 more
  39. Caused by: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
  40. at java.security.cert.PKIXParameters.setTrustAnchors(PKIXParameters.java:200)
  41. at java.security.cert.PKIXParameters.<init>(PKIXParameters.java:120)
  42. at java.security.cert.PKIXBuilderParameters.<init>(PKIXBuilderParameters.java:104)
  43. at sun.security.validator.PKIXValidator.<init>(PKIXValidator.java:88)
  44. ... 28 more
  45. 13:06:58 [INFO] [BotFilter] Генерирую капчу [0/900]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement