Advertisement
Guest User

Untitled

a guest
May 25th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. Bootstrap (v5)
  2. Current time is May 25, 2018 7:35:50 PM
  3. System.getProperty('os.name') == 'Linux'
  4. System.getProperty('os.version') == '4.4.118-13212-g6c21f415c5d1'
  5. System.getProperty('os.arch') == 'amd64'
  6. System.getProperty('java.version') == '1.8.0_171'
  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.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
  12. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 2/10)
  13. Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
  14. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 3/10)
  15. Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
  16. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 4/10)
  17. Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
  18. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 5/10)
  19. Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
  20. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 6/10)
  21. Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
  22. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 7/10)
  23. Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
  24. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 8/10)
  25. Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
  26. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 9/10)
  27. Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
  28. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 10/10)
  29. Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
  30. Unable to download remote file. Check your internet connection/proxy settings.
  31. FATAL ERROR: net.minecraft.bootstrap.FatalBootstrapError: Unable to download while being forced
  32. at net.minecraft.bootstrap.Bootstrap.execute(Bootstrap.java:95)
  33. at net.minecraft.bootstrap.Bootstrap.main(Bootstrap.java:381)
  34.  
  35.  
  36. Please fix the error and restart.
  37.  
  38. sudo add-apt-repository ppa:webupd8team/java
  39. sudo apt-get update
  40. sudo apt-get install oracle-java7-installer
  41.  
  42. sudo apt-get install --reinstall ca-certificates-java
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement