jcenter 502 bad gateway after gradle refresh [closed]
unable to connect to jcenter address
https://jcenter.bintray.com/
got an 502 bad gateway response

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 happend?
java gradle jcenter
closed as off-topic by Michael Dodd, Adam Michalik, Thomas Fritsch, Sterling Archer, pirho Mar 22 at 16:30
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question was caused by a problem that can no longer be reproduced or a simple typographical error. While similar questions may be on-topic here, this one was resolved in a manner unlikely to help future readers. This can often be avoided by identifying and closely inspecting the shortest program necessary to reproduce the problem before posting." – Michael Dodd, Adam Michalik, Thomas Fritsch, Sterling Archer, pirho
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
unable to connect to jcenter address
https://jcenter.bintray.com/
got an 502 bad gateway response

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 happend?
java gradle jcenter
closed as off-topic by Michael Dodd, Adam Michalik, Thomas Fritsch, Sterling Archer, pirho Mar 22 at 16:30
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question was caused by a problem that can no longer be reproduced or a simple typographical error. While similar questions may be on-topic here, this one was resolved in a manner unlikely to help future readers. This can often be avoided by identifying and closely inspecting the shortest program necessary to reproduce the problem before posting." – Michael Dodd, Adam Michalik, Thomas Fritsch, Sterling Archer, pirho
If this question can be reworded to fit the rules in the help center, please edit the question.
2
maybe the site is under maintenance, try again later.
– jayatubi
Mar 21 at 8:59
yeah I can connected to it now, thank you
– riley2048
Mar 21 at 9:04
2
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.
– Sivakumar
Mar 21 at 9:44
add a comment |
unable to connect to jcenter address
https://jcenter.bintray.com/
got an 502 bad gateway response

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 happend?
java gradle jcenter
unable to connect to jcenter address
https://jcenter.bintray.com/
got an 502 bad gateway response

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 happend?
java gradle jcenter
java gradle jcenter
asked Mar 21 at 8:58
riley2048riley2048
929
929
closed as off-topic by Michael Dodd, Adam Michalik, Thomas Fritsch, Sterling Archer, pirho Mar 22 at 16:30
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question was caused by a problem that can no longer be reproduced or a simple typographical error. While similar questions may be on-topic here, this one was resolved in a manner unlikely to help future readers. This can often be avoided by identifying and closely inspecting the shortest program necessary to reproduce the problem before posting." – Michael Dodd, Adam Michalik, Thomas Fritsch, Sterling Archer, pirho
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by Michael Dodd, Adam Michalik, Thomas Fritsch, Sterling Archer, pirho Mar 22 at 16:30
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question was caused by a problem that can no longer be reproduced or a simple typographical error. While similar questions may be on-topic here, this one was resolved in a manner unlikely to help future readers. This can often be avoided by identifying and closely inspecting the shortest program necessary to reproduce the problem before posting." – Michael Dodd, Adam Michalik, Thomas Fritsch, Sterling Archer, pirho
If this question can be reworded to fit the rules in the help center, please edit the question.
2
maybe the site is under maintenance, try again later.
– jayatubi
Mar 21 at 8:59
yeah I can connected to it now, thank you
– riley2048
Mar 21 at 9:04
2
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.
– Sivakumar
Mar 21 at 9:44
add a comment |
2
maybe the site is under maintenance, try again later.
– jayatubi
Mar 21 at 8:59
yeah I can connected to it now, thank you
– riley2048
Mar 21 at 9:04
2
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.
– Sivakumar
Mar 21 at 9:44
2
2
maybe the site is under maintenance, try again later.
– jayatubi
Mar 21 at 8:59
maybe the site is under maintenance, try again later.
– jayatubi
Mar 21 at 8:59
yeah I can connected to it now, thank you
– riley2048
Mar 21 at 9:04
yeah I can connected to it now, thank you
– riley2048
Mar 21 at 9:04
2
2
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.
– Sivakumar
Mar 21 at 9:44
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.
– Sivakumar
Mar 21 at 9:44
add a comment |
2 Answers
2
active
oldest
votes
Bin tray is experiencing "intermittent issues" on their download network : https://status.bintray.com/

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
– zayquan
Mar 21 at 9:23
add a comment |
suggest you can remove jcenter(),and config aliyun maven
maven {
url 'http://maven.aliyun.com/nexus/content/groups/public/'
}
maven {
url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'
}
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Bin tray is experiencing "intermittent issues" on their download network : https://status.bintray.com/

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
– zayquan
Mar 21 at 9:23
add a comment |
Bin tray is experiencing "intermittent issues" on their download network : https://status.bintray.com/

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
– zayquan
Mar 21 at 9:23
add a comment |
Bin tray is experiencing "intermittent issues" on their download network : https://status.bintray.com/

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

answered Mar 21 at 9:21
zayquanzayquan
2,8831729
2,8831729
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
– zayquan
Mar 21 at 9:23
add a comment |
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
– zayquan
Mar 21 at 9:23
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
– zayquan
Mar 21 at 9:23
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
– zayquan
Mar 21 at 9:23
add a comment |
suggest you can remove jcenter(),and config aliyun maven
maven {
url 'http://maven.aliyun.com/nexus/content/groups/public/'
}
maven {
url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'
}
add a comment |
suggest you can remove jcenter(),and config aliyun maven
maven {
url 'http://maven.aliyun.com/nexus/content/groups/public/'
}
maven {
url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'
}
add a comment |
suggest you can remove jcenter(),and config aliyun maven
maven {
url 'http://maven.aliyun.com/nexus/content/groups/public/'
}
maven {
url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'
}
suggest you can remove jcenter(),and config aliyun maven
maven {
url 'http://maven.aliyun.com/nexus/content/groups/public/'
}
maven {
url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'
}
edited 2 days ago
Jared Burrows
40.7k18121157
40.7k18121157
answered Mar 21 at 9:03
yuluo chenxiyuluo chenxi
594
594
add a comment |
add a comment |
2
maybe the site is under maintenance, try again later.
– jayatubi
Mar 21 at 8:59
yeah I can connected to it now, thank you
– riley2048
Mar 21 at 9:04
2
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.
– Sivakumar
Mar 21 at 9:44