Advertisement
Guest User

MinecraftError

a guest
Jan 24th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. Bootstrap (v5)
  2. Current time is Jan 25, 2015 10:44:42 AM
  3. System.getProperty('os.name') == 'Windows 7'
  4. System.getProperty('os.version') == '6.1'
  5. System.getProperty('os.arch') == 'amd64'
  6. System.getProperty('java.version') == '1.7.0_25'
  7. System.getProperty('java.vendor') == 'Oracle Corporation'
  8. System.getProperty('sun.arch.data.model') == '64'
  9.  
  10. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma
  11. Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
  12. Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
  13. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 2/10)
  14. FATAL ERROR: java.lang.NoClassDefFoundError: Could not initialize class javax.crypto.JceSecurity
  15. at javax.crypto.Cipher.getInstance(Cipher.java:499)
  16. at sun.security.ssl.JsseJce.getCipher(Unknown Source)
  17. at sun.security.ssl.CipherBox.<init>(Unknown Source)
  18. at sun.security.ssl.CipherBox.newCipherBox(Unknown Source)
  19. at sun.security.ssl.CipherSuite$BulkCipher.newCipher(Unknown Source)
  20. at sun.security.ssl.CipherSuite$BulkCipher.isAvailable(Unknown Source)
  21. at sun.security.ssl.CipherSuite$BulkCipher.isAvailable(Unknown Source)
  22. at sun.security.ssl.CipherSuite.isAvailable(Unknown Source)
  23. at sun.security.ssl.SSLContextImpl.getApplicableCipherSuiteList(Unknown Source)
  24. at sun.security.ssl.SSLContextImpl.getDefaultCipherSuiteList(Unknown Source)
  25. at sun.security.ssl.SSLSocketImpl.init(Unknown Source)
  26. at sun.security.ssl.SSLSocketImpl.<init>(Unknown Source)
  27. at sun.security.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source)
  28. at sun.net.www.protocol.https.HttpsClient.createSocket(Unknown Source)
  29. at sun.net.NetworkClient.doConnect(Unknown Source)
  30. at sun.net.www.http.HttpClient.openServer(Unknown Source)
  31. at sun.net.www.http.HttpClient.openServer(Unknown Source)
  32. at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
  33. at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
  34. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
  35. at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  36. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
  37. at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(Unknown Source)
  38. at net.minecraft.bootstrap.Downloader.run(Downloader.java:64)
  39. at net.minecraft.bootstrap.Bootstrap.execute(Bootstrap.java:92)
  40. at net.minecraft.bootstrap.Bootstrap.main(Bootstrap.java:381)
  41.  
  42.  
  43. Please fix the error and restart.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement