Jenkins - Maven - and Bukkit Repo fail

Discussion in 'Plugin Development' started by eccentric_nz, Jun 4, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    eccentric_nz

    I have made a ticket for this already (https://bukkit.atlassian.net/browse/SITE-155), but hoping somebody has a solution in the interim...

    When trying to build a Bukkit plugin on my Jenkins server the build fails.

    Code:
    Failed to read artifact descriptor for org.bukkit:bukkit:jar:1.7.2-R0.2:
    Could not transfer artifact org.bukkit:bukkit:pom:1.7.2-R0.2 from/to Bukkit Official (http://repo.bukkit.org/content/repositories/public):
    Failed to transfer file: http://repo.bukkit.org/content/repositories/public/org/bukkit/bukkit/1.7.2-R0.2/bukkit-1.7.2-R0.2.pom.
    Return code is: 503, ReasonPhrase: Service Temporarily Unavailable. -> [Help 1]
    
    I got a screen grab from my iPad when accessing dev.bukkit.org, which I think is the reason why Maven is failing...

    [​IMG]

    I think this is due to some DDOS service associated with Cloudflare as a page pops up in the web browser when clicking the link to the associated pom (it disappears after a few seconds, then the pom is displayed - so not a connectivity issue).

    I have 880+ successful builds of this plugin before today, and it also fails on my local machine via Netbeans build.

    Any help would be appreciated.
     
  2. Offline

    xize

  3. Offline

    eccentric_nz


    The problem is not with DNS, I can browse to the file as stated in the OP. The problem is that Maven doesn't seem to be able to get past the CloudFlare DDoS protection service as it is not a browser, and so the server returns the error.

    Related posts:

    http://forums.bukkit.org/threads/bukkit-org-cloudflare-protection-is-blocking-plugins-downloads.275666/
    http://forums.bukkit.org/threads/craftbukkit-wont-download-cloudflare.275811/
    http://forums.bukkit.org/threads/cannot-download-anything-stupid-just-a-moment-thing.275850/
    http://forums.bukkit.org/threads/i-cant-download-craftbukkit.275791
    http://forums.bukkit.org/threads/cloudflare-blocking-me-from-downloading-bukkit-api.275719/
    http://forums.bukkit.org/threads/cant-even-download-the-craftbukkit-jar.275711/
    http://forums.bukkit.org/threads/download-busted.275694/
    http://forums.bukkit.org/threads/cloudflare-ddos-protection-issue.275715/
    http://forums.bukkit.org/threads/why-does-this-happen.275710/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 30, 2016
Thread Status:
Not open for further replies.

Share This Page