Posted February 28, 20178 yr Hi I'm trying to setup a Forge 1.8.9 server but when ever I try to use the installer jar to install the server i get "Downloading minecraft server failed, invalid e-tag checksum. Try again, or manually place server jar to skip download." any idea on how to fixed this i have tried searching it on google but the 2 threads i found did not have an answer Thanks Edit: Not sure if this is any help but i just noticed the installer.log Considering minecraft server jar Downloading minecraft server version 1.8.9 java.net.SocketTimeoutException: connect timed out at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) at net.minecraftforge.installer.DownloadUtils$URLISSupplier.getInput(DownloadUtils.java:428) at net.minecraftforge.installer.DownloadUtils$URLISSupplier.getInput(DownloadUtils.java:416) at com.google.common.io.ByteStreams$6.openStream(ByteStreams.java:989) at com.google.common.io.ByteSource.copyTo(ByteSource.java:202) at com.google.common.io.Files.copy(Files.java:382) at net.minecraftforge.installer.DownloadUtils.downloadFileEtag(DownloadUtils.java:185) at net.minecraftforge.installer.ServerInstall.run(ServerInstall.java:54) at net.minecraftforge.installer.InstallerAction.run(InstallerAction.java:42) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:290) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:154) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:40) Caused by: java.net.SocketTimeoutException: connect timed out at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.security.ssl.SSLSocketImpl.connect(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.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(Unknown Source) at net.minecraftforge.installer.DownloadUtils.downloadFileEtag(DownloadUtils.java:174) ... 5 more Edited February 28, 20178 yr by tamanor
February 28, 20178 yr Problem w/ s3.amazonaws.com -- can't even download the vanilla server jar from the official Minecraft site. We're all gonna have to wait til Amazon figures out what's up.
February 28, 20178 yr Author Seems like you are right . I guess a mod can lock this thread now thanks
March 2, 20178 yr There was and AWS S3 outage. A lot of websites and apps were down. More info on this: https://techcrunch.com/2017/02/28/amazon-aws-s3-outage-is-breaking-things-for-a-lot-of-websites-and-apps/
March 2, 20178 yr On 28/2/2017 at 1:44 PM, tamanor said: Hi I'm trying to setup a Forge 1.8.9 server but when ever I try to use the installer jar to install the server i get "Downloading minecraft server failed, invalid e-tag checksum. Try again, or manually place server jar to skip download." any idea on how to fixed this i have tried searching it on google but the 2 threads i found did not have an answer Thanks Edit: Not sure if this is any help but i just noticed the installer.log Considering minecraft server jar Downloading minecraft server version 1.8.9 java.net.SocketTimeoutException: connect timed out at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) at net.minecraftforge.installer.DownloadUtils$URLISSupplier.getInput(DownloadUtils.java:428) at net.minecraftforge.installer.DownloadUtils$URLISSupplier.getInput(DownloadUtils.java:416) at com.google.common.io.ByteStreams$6.openStream(ByteStreams.java:989) at com.google.common.io.ByteSource.copyTo(ByteSource.java:202) at com.google.common.io.Files.copy(Files.java:382) at net.minecraftforge.installer.DownloadUtils.downloadFileEtag(DownloadUtils.java:185) at net.minecraftforge.installer.ServerInstall.run(ServerInstall.java:54) at net.minecraftforge.installer.InstallerAction.run(InstallerAction.java:42) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:290) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:154) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:40) Caused by: java.net.SocketTimeoutException: connect timed out at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.security.ssl.SSLSocketImpl.connect(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.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(Unknown Source) at net.minecraftforge.installer.DownloadUtils.downloadFileEtag(DownloadUtils.java:174) ... 5 more
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.