Skip to content

Instantly share code, notes, and snippets.

@spetznack
Created March 30, 2014 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spetznack/033b370bd2d1b0987d6e to your computer and use it in GitHub Desktop.
Save spetznack/033b370bd2d1b0987d6e to your computer and use it in GitHub Desktop.
Error from TuxTwoLib - The updater could not contact dev.bukkit.org for updating.
[15:31:53] [Server thread/INFO]: [TuxTwoLib] Enabling TuxTwoLib v1.7.5-b2
[15:32:54] [Server thread/WARN]: [TuxTwoLib] The updater could not contact dev.bukkit.org for updating.
[15:32:54] [Server thread/WARN]: [TuxTwoLib] If you have not recently modified your configuration and this is the first time you are seeing this message, the site may be experiencing temporary downtime.
[15:32:54] [Server thread/WARN]: java.io.IOException: Server returned HTTP response code: 504 for URL: https://api.curseforge.com/servermods/files?projectIds=48210
[15:32:54] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1626)
[15:32:54] [Server thread/WARN]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[15:32:54] [Server thread/WARN]: at Tux2.TuxTwoLib.TuxTwoLib.read(TuxTwoLib.java:166)
[15:32:54] [Server thread/WARN]: at Tux2.TuxTwoLib.TuxTwoLib.updateAvailable(TuxTwoLib.java:130)
[15:32:54] [Server thread/WARN]: at Tux2.TuxTwoLib.TuxTwoLib.onEnable(TuxTwoLib.java:102)
[15:32:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250)
[15:32:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324)
[15:32:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[15:32:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R2.CraftServer.loadPlugin(CraftServer.java:463)
[15:32:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R2.CraftServer.enablePlugins(CraftServer.java:381)
[15:32:54] [Server thread/WARN]: at net.minecraft.server.v1_7_R2.MinecraftServer.n(MinecraftServer.java:351)
[15:32:54] [Server thread/WARN]: at net.minecraft.server.v1_7_R2.MinecraftServer.g(MinecraftServer.java:326)
[15:32:54] [Server thread/WARN]: at net.minecraft.server.v1_7_R2.MinecraftServer.a(MinecraftServer.java:282)
[15:32:54] [Server thread/WARN]: at net.minecraft.server.v1_7_R2.DedicatedServer.init(DedicatedServer.java:186)
[15:32:54] [Server thread/WARN]: at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java:440)
[15:32:54] [Server thread/WARN]: at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:618)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment