1

Minecraft FATAL ERROR!

wareaglessp 8/13/14 1:32 pm
3.3k
10/25/2014 11:58 am
I need help. I woke up this morning and could not play minecraft! Here is the log:
Click to reveal
Bootstrap (v5)
Current time is Aug 13, 2014 12:31:15 PM
System.getProperty('os.name') == 'Windows 7'
System.getProperty('os.version') == '6.1'
System.getProperty('os.arch') == 'amd64'
System.getProperty('java.version') == '1.6.0_45'
System.getProperty('java.vendor') == 'Sun Microsystems Inc.'
System.getProperty('sun.arch.data.model') == '64'

Downloading: https://s3.amazonaws.com/Minecraft.Down ... .pack.lzma
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
Downloading: https://s3.amazonaws.com/Minecraft.Down ... .pack.lzma (try 2/10)
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
Downloading: https://s3.amazonaws.com/Minecraft.Down ... .pack.lzma (try 3/10)
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
Downloading: https://s3.amazonaws.com/Minecraft.Down ... .pack.lzma (try 4/10)
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
Downloading: https://s3.amazonaws.com/Minecraft.Down ... .pack.lzma (try 5/10)
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
Downloading: https://s3.amazonaws.com/Minecraft.Down ... .pack.lzma (try 6/10)
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
Downloading: https://s3.amazonaws.com/Minecraft.Down ... .pack.lzma (try 7/10)
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
Downloading: https://s3.amazonaws.com/Minecraft.Down ... .pack.lzma (try 8/10)
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
Downloading: https://s3.amazonaws.com/Minecraft.Down ... .pack.lzma (try 9/10)
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
Downloading: https://s3.amazonaws.com/Minecraft.Down ... .pack.lzma (try 10/10)
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
Unable to download remote file. Check your internet connection/proxy settings.
FATAL ERROR: net.minecraft.bootstrap.FatalBootstrapError: Unable to download while being forced
at net.minecraft.bootstrap.Bootstrap.execute(Bootstrap.java:95)
at net.minecraft.bootstrap.Bootstrap.main(Bootstrap.java:381)


Please fix the error and restart.


Thank you!
Posted by
wareaglessp
Level 2 : Apprentice Explorer
2

  Have something to say?

JoinSign in

35

XXnolosingXX
08/13/2014 1:37 pm
Level 1 : New Miner
has happened to me too all i did was keep closing and oppening and restarting my pc
BTW if you have fraps or some recording software open close it
1
wareaglessp
08/13/2014 2:59 pm
Level 2 : Apprentice Explorer
Thank you, but did not work Also, the log changed!


Click to reveal
Bootstrap (v5)
Current time is Aug 13, 2014 1:59:43 PM
System.getProperty('os.name') == 'Windows 7'
System.getProperty('os.version') == '6.1'
System.getProperty('os.arch') == 'amd64'
System.getProperty('java.version') == '1.8.0_11'
System.getProperty('java.vendor') == 'Oracle Corporation'
System.getProperty('sun.arch.data.model') == '64'

Downloading: https://s3.amazonaws.com/Minecraft.Down ... .pack.lzma
FATAL ERROR: java.lang.ExceptionInInitializerError
at javax.crypto.JceSecurityManager.<clinit>(JceSecurityManager.java:65)
at javax.crypto.Cipher.getConfiguredPermission(Cipher.java:2543)
at javax.crypto.Cipher.getMaxAllowedKeyLength(Cipher.java:2567)
at sun.security.ssl.CipherSuite$BulkCipher.isAvailable(Unknown Source)
at sun.security.ssl.CipherSuite$BulkCipher.isAvailable(Unknown Source)
at sun.security.ssl.CipherSuite.isAvailable(Unknown Source)
at sun.security.ssl.SSLContextImpl.getApplicableCipherSuiteList(Unknown Source)
at sun.security.ssl.SSLContextImpl.getDefaultCipherSuiteList(Unknown Source)
at sun.security.ssl.SSLSocketImpl.init(Unknown Source)
at sun.security.ssl.SSLSocketImpl.<init>(Unknown Source)
at sun.security.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.createSocket(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(Unknown Source)
at net.minecraft.bootstrap.Downloader.run(Downloader.java:64)
at net.minecraft.bootstrap.Bootstrap.execute(Bootstrap.java:92)
at net.minecraft.bootstrap.Bootstrap.main(Bootstrap.java:381)
Caused by: java.lang.SecurityException: Can not initialize cryptographic mechanism
at javax.crypto.JceSecurity.<clinit>(JceSecurity.java:89)
... 25 more
Caused by: java.security.PrivilegedActionException: java.io.FileNotFoundException: C:\Program Files\Java\jre8\lib\security\US_export_policy.jar (Access is denied)
at java.security.AccessController.doPrivileged(Native Method)
at javax.crypto.JceSecurity.<clinit>(JceSecurity.java:78)
... 25 more
Caused by: java.io.FileNotFoundException: C:\Program Files\Java\jre8\lib\security\US_export_policy.jar (Access is denied)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
at javax.crypto.JceSecurity.loadPolicies(JceSecurity.java:291)
at javax.crypto.JceSecurity.setupJurisdictionPolicies(JceSecurity.java:261)
at javax.crypto.JceSecurity.access$000(JceSecurity.java:48)
at javax.crypto.JceSecurity$1.run(JceSecurity.java:81)
... 27 more


Please fix the error and restart.
1
ENuclear_235
08/13/2014 3:07 pm
Level 6 : Apprentice System
Maybe try updating Java?
1
wareaglessp
08/13/2014 3:27 pm
Level 2 : Apprentice Explorer
I did that too. Multiple times actually, I am using java 8, and if you look in on of the last lines of my latest spoiler, it says,

"Caused by: java.security.PrivilegedActionException: java.io.FileNotFoundException: C:\Program Files\Java\jre8\lib\security\US_export_policy.jar (Access is denied)"

1
cakeface
08/17/2014 8:56 am
Level 39 : Artisan Cake
Access to that file is denied. Most likely you should change your account to Administrator to play.
1
anonpmc844841
08/13/2014 3:35 pm
Level 13 : Journeyman Miner
[deleted]
1
wareaglessp
08/13/2014 3:41 pm
Level 2 : Apprentice Explorer
it says jre8 though?
1
anonpmc844841
08/13/2014 3:44 pm
Level 13 : Journeyman Miner
[deleted]
1
wareaglessp
08/13/2014 3:50 pm
Level 2 : Apprentice Explorer
Well then how do I get rid of java 6? I looked at java in the control panel and it only says: "Java Development kit 8 and Java 8 update 11"
1
anonpmc844841
08/13/2014 3:52 pm
Level 13 : Journeyman Miner
[deleted]
1
-Kali-
08/13/2014 3:42 pm
Level 23 : Expert Network
Moved to Minecraft Help
1
Skeltal
08/13/2014 3:43 pm
Level 37 : Artisan Princess
JAVA-CEPTION.
1
wareaglessp
08/13/2014 4:01 pm
Level 2 : Apprentice Explorer
I scrolled through them all, and found no Java 6. I also went through both my java folders and found these two: "jdk1.8.0_11" and "jre8." So I don't know what you are talking about, but I will reinstall anyways.
1
wareaglessp
08/13/2014 4:09 pm
Level 2 : Apprentice Explorer
And when I deleted and then reinstalled java and loaded up minecraft, it now says,"This application requires Java Runtime Environment 1.6.0." What do I do?
1
DeltaCraftNetwork
08/13/2014 4:44 pm
Level 14 : Journeyman Artist
Are you sure you removed Java 6?
1
wareaglessp
08/13/2014 4:56 pm
Level 2 : Apprentice Explorer
Yes
1
wareaglessp
08/13/2014 6:57 pm
Level 2 : Apprentice Explorer
Bump
1
Sonic The Hedgehog
08/13/2014 8:19 pm
Level 16 : Journeyman Network
Wareaglessp, you need to uninstall both the Java 8 JRE, and JDK, and install the Java 7 JRE. You may also install the Java 7 JDK if you need to. (optional)

Make sure before you launch minecraft, right click the launcher and click "Run as administrator" that should bypass any access denied errors.
1
wareaglessp
08/14/2014 2:48 pm
Level 2 : Apprentice Explorer
Well, do I get the 32 bit or 64 bit JRE7?
1
anonpmc844841
08/14/2014 3:02 pm
Level 13 : Journeyman Miner
[deleted]
1
Sonic The Hedgehog
08/13/2014 7:07 pm
Level 16 : Journeyman Network
You should install Java 7, since that's what Minecraft uses, and is the most popular version. Also Kasperky Antivirus prevents the checking of certificates, so you should disable it if you can. Also, right click minecraft, and click run as administrator.
1
Sonic The Hedgehog
08/13/2014 7:08 pm
Level 16 : Journeyman Network
Also, make sure you're installing the JRE and not the Java Development Kit (JDK)
1
anonpmc844841
08/13/2014 7:12 pm
Level 13 : Journeyman Miner
[deleted]
1
Sonic The Hedgehog
08/13/2014 7:17 pm
Level 16 : Journeyman Network
The JDK is for Java Development, like plugin / mod programming, or other java programming uses.

Kasperky does have to do with this; According to Mojang, it prevents the checking of the certificates.

Source: https://bugs.mojang.com/browse/MCL-346
1
anonpmc844841
08/13/2014 7:31 pm
Level 13 : Journeyman Miner
[deleted]
1
Sonic The Hedgehog
08/13/2014 8:16 pm
Level 16 : Journeyman Network
Oh, I see. I think the file not found exception is because he has Java 8, and not 7. The recommended java version for Minecraft is 7 (A.K.A. 1.7)
1
anonpmc844841
08/13/2014 8:54 pm
Level 13 : Journeyman Miner
[deleted]
1
wareaglessp
08/14/2014 2:56 pm
Level 2 : Apprentice Explorer
And now it says: "This application requires a Java Runtime Environment 1.6.0."
1
wareaglessp
08/14/2014 3:05 pm
Level 2 : Apprentice Explorer
I deleted every version of java and downloaded and installed JRE6 because the JRE7 did not work. Neither did the JRE6 because it had an error unzipping core files. I have no idea what to do.
1
anonpmc844841
08/14/2014 3:46 pm
Level 13 : Journeyman Miner
[deleted]
1
bigapples15
08/17/2014 2:36 am
Level 1 : New Miner
I would delete .minecraft. The launcher will build a new one
1
GamerBah
08/17/2014 4:39 am
Level 40 : Master Modder
Just a note, don't do this.

And if you do, make sure you back up saves/resource packs/mods/etc before-hand.
1
anonpmc844841
08/17/2014 4:48 am
Level 13 : Journeyman Miner
[deleted]
1
wareaglessp
10/24/2014 7:10 pm
Level 2 : Apprentice Explorer
It's fixed! Thank you gys!
1
David_craft10
10/25/2014 11:58 am
Level 2 : Apprentice Miner
First of all its your version or forge or the mod. This usally happens to me when i download some kinds of mods.
1

Welcome