Zemedelphos

Untitled

Nov 1st, 2015
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. [mcserver@vm spigotServ]$ java -jar BuildTools.jar
  2. Loading BuildTools version: git-BuildTools-1847da7-45 (#45)
  3. BuildTools
  4. Starting clone of https://hub.spigotmc.org/stash/scm/spigot/builddata.git to BuildData
  5. Exception in thread "main" org.eclipse.jgit.api.errors.TransportException: https://hub.spigotmc.org/stash/scm/spigot/builddata.git: cannot open git-upload-pack
  6. at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:139)
  7. at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:187)
  8. at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:127)
  9. at org.spigotmc.builder.Builder.clone(Builder.java:619)
  10. at org.spigotmc.builder.Builder.main(Builder.java:189)
  11. Caused by: org.eclipse.jgit.errors.TransportException: https://hub.spigotmc.org/stash/scm/spigot/builddata.git: cannot open git-upload-pack
  12. at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:524)
  13. at org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:309)
  14. at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136)
  15. at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
  16. at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1138)
  17. at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130)
  18. ... 4 more
  19. Caused by: javax.net.ssl.SSLException: java.security.ProviderException: java.security.KeyException
  20. at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
  21. at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
  22. at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1874)
  23. at sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1857)
  24. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1378)
  25. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
  26. at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
  27. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
  28. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1302)
  29. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  30. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338)
  31. at org.eclipse.jgit.transport.http.JDKHttpConnection.getResponseCode(JDKHttpConnection.java:98)
  32. at org.eclipse.jgit.util.HttpSupport.response(HttpSupport.java:168)
  33. at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:475)
  34. ... 9 more
  35. Caused by: java.security.ProviderException: java.security.KeyException
  36. at sun.security.ec.ECKeyPairGenerator.generateKeyPair(ECKeyPairGenerator.java:146)
  37. at java.security.KeyPairGenerator$Delegate.generateKeyPair(KeyPairGenerator.java:704)
  38. at sun.security.ssl.ECDHCrypt.<init>(ECDHCrypt.java:78)
  39. at sun.security.ssl.ClientHandshaker.serverKeyExchange(ClientHandshaker.java:717)
  40. at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:278)
  41. at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
  42. at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
  43. at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035)
  44. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344)
  45. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
  46. ... 18 more
  47. Caused by: java.security.KeyException
  48. at sun.security.ec.ECKeyPairGenerator.generateECKeyPair(Native Method)
  49. at sun.security.ec.ECKeyPairGenerator.generateKeyPair(ECKeyPairGenerator.java:126)
  50. ... 27 more
Advertisement
Add Comment
Please, Sign In to add comment