jcenter 502 bad gateway after gradle refresh

13,971

Bin tray is experiencing "intermittent issues" on their download network : https://status.bintray.com/

enter image description here

Share:
13,971

Related videos on Youtube

cece2048
Author by

cece2048

Updated on November 13, 2020

Comments

  • cece2048
    cece2048 over 3 years

    Unable to connect to jcenter address https://jcenter.bintray.com/

    Got an 502 Bad Gateway response

    enter image description here

    And also in my intellj IDE after I click gradle refresh

    Could not GET 'https://jcenter.bintray.com/com/github/jnr/jffi/maven-metadata.xml'. Received status code 502 from server: Bad Gateway
    

    Anyone knows what happened?

    • jayatubi
      jayatubi over 5 years
      maybe the site is under maintenance, try again later.
    • cece2048
      cece2048 over 5 years
      yeah I can connected to it now, thank you
    • Sivakumar
      Sivakumar over 5 years
      CONFIGURE FAILED in 2s ERROR: Could not HEAD 'jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-jdk8‌​/…'. Received status code 502 from server: Bad Gateway Enable Gradle 'offline mode' and sync project same issue from IST 1.00pm.
  • zayquan
    zayquan over 5 years
    This is affecting any travis CI build that uses the ubuntu trusty distro. The builds fail during apt get update. And probably all kinds of other build systems
  • burtsevyg
    burtsevyg almost 5 years
    These are not official repos. Thay can contain hacked jars.
  • Vadim Kotov
    Vadim Kotov over 4 years
    Just experienced the same error today, Bintray is currently investigating this issue (Intermittent download issues in Bintray from Europe)
  • Vadim Kotov
    Vadim Kotov almost 3 years
    Bintray is now sunsetted - jfrog.com/blog/…
  • Nicolas Mage
    Nicolas Mage over 2 years
    Bintray is supposedly permanently sunsetted at this point.
  • Noor Hossain
    Noor Hossain over 2 years
    so, what is the alternate now ?
  • zayquan
    zayquan over 2 years
    The sunset and it's impact on Jetbrains software is discussed here. The way I read that is that you have two options: upgrade to a 2020.3 or newer version, or if that is not possible use a cache redirector which they discuss in the comments on the post.