orangeadam3 / terra121

A Minecraft Terrain Generating Mod for Cubic Chunks 1.12.2. attempting to generate real terrain, biomes, and features on a 1:1 scale
MIT License
280 stars 41 forks source link

Server returned HTTP response code: 504 #99

Closed z3nth10n closed 4 years ago

z3nth10n commented 4 years ago
[21:46:54] [Server thread/WARN] []: java.io.IOException: Server returned HTTP response code: 504 for URL: https://overpass.kumi.systems/api/interpreter/api/interpreter?data=[out:json];way(-0.016666666666666666,0.0,0.0,0.016666666666666666)[!"building"][!"water"][!"natural"][!"waterway"];out%20geom(-0.016666666666666666,0.0,0.0,0.016666666666666666)%20tags%20qt;(._<;);out%20body%20qt;
[21:46:54] [Server thread/WARN] []:     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900)
[21:46:54] [Server thread/WARN] []:     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
[21:46:54] [Server thread/WARN] []:     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
[21:46:54] [Server thread/WARN] []:     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
[21:46:54] [Server thread/WARN] []:     at java.security.AccessController.doPrivileged(Native Method)
[21:46:54] [Server thread/WARN] []:     at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
[21:46:54] [Server thread/WARN] []:     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
[21:46:54] [Server thread/WARN] []:     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
[21:46:54] [Server thread/WARN] []:     at io.github.terra121.dataset.OpenStreetMaps.regiondownload(OpenStreetMaps.java:167)
[21:46:54] [Server thread/WARN] []:     at io.github.terra121.dataset.OpenStreetMaps.regionCache(OpenStreetMaps.java:125)
[21:46:54] [Server thread/WARN] []:     at io.github.terra121.dataset.OpenStreetMaps.chunkStructures(OpenStreetMaps.java:102)
[21:46:54] [Server thread/WARN] []:     at io.github.terra121.populator.RoadGenerator.generate(RoadGenerator.java:52)
[21:46:54] [Server thread/WARN] []:     at io.github.terra121.EarthTerrainProcessor.populate(EarthTerrainProcessor.java:306)
[21:46:54] [Server thread/WARN] []:     at mcjty.lostcities.cubic.world.CubicCityWorldProcessor.populate(CubicCityWorldProcessor.java:100)
[21:46:54] [Server thread/WARN] []:     at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.lambda$populateCube$4(CubeProviderServer.java:457)
[21:46:54] [Server thread/WARN] []:     at io.github.opencubicchunks.cubicchunks.api.util.Box.forEachPoint(Box.java:51)
[21:46:54] [Server thread/WARN] []:     at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.populateCube(CubeProviderServer.java:437)
[21:46:54] [Server thread/WARN] []:     at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.postCubeLoadAttempt(CubeProviderServer.java:379)
[21:46:54] [Server thread/WARN] []:     at io.github.opencubicchunks.cubicchunks.core.server.CubeProviderServer.getCube(CubeProviderServer.java:315)
[21:46:54] [Server thread/WARN] []:     at io.github.opencubicchunks.cubicchunks.core.server.CubeWatcher.providePlayerCube(CubeWatcher.java:168)
[21:46:54] [Server thread/WARN] []:     at io.github.opencubicchunks.cubicchunks.core.server.PlayerCubeMap.func_72693_b(PlayerCubeMap.java:379)
[21:46:54] [Server thread/WARN] []:     at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:354)
[21:46:54] [Server thread/WARN] []:     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:896)
[21:46:54] [Server thread/WARN] []:     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:466)
[21:46:54] [Server thread/WARN] []:     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:788)
[21:46:54] [Server thread/WARN] []:     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:632)
[21:46:54] [Server thread/WARN] []:     at java.lang.Thread.run(Thread.java:748)
[21:46:54] [Server thread/INFO] [terra121]: https://overpass.kumi.systems/api/interpreter/api/interpreter?data=[out:json];way(-0.016666666666666666,0.0,0.0,0.016666666666666666)[!"building"][!"water"][!"natural"]

Maybe I have a wrong port configuration on my server?

I removed letsencryptcraft and now everything works fine.