jcenter 502 bad gateway after gradle refresh [on hold]
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
put on hold as off-topic by Michael Dodd, Adam Michalik, Thomas Fritsch, Sterling Archer, pirho 9 hours ago
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
put on hold as off-topic by Michael Dodd, Adam Michalik, Thomas Fritsch, Sterling Archer, pirho 9 hours ago
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
yesterday
yeah I can connected to it now, thank you
– riley2048
yesterday
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
yesterday
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 yesterday
riley2048riley2048
778
778
put on hold as off-topic by Michael Dodd, Adam Michalik, Thomas Fritsch, Sterling Archer, pirho 9 hours ago
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.
put on hold as off-topic by Michael Dodd, Adam Michalik, Thomas Fritsch, Sterling Archer, pirho 9 hours ago
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
yesterday
yeah I can connected to it now, thank you
– riley2048
yesterday
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
yesterday
add a comment |
2
maybe the site is under maintenance, try again later.
– jayatubi
yesterday
yeah I can connected to it now, thank you
– riley2048
yesterday
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
yesterday
2
2
maybe the site is under maintenance, try again later.
– jayatubi
yesterday
maybe the site is under maintenance, try again later.
– jayatubi
yesterday
yeah I can connected to it now, thank you
– riley2048
yesterday
yeah I can connected to it now, thank you
– riley2048
yesterday
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
yesterday
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
yesterday
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
yesterday
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
yesterday
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
yesterday
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 yesterday
zayquanzayquan
2,8531729
2,8531729
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
yesterday
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
yesterday
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
yesterday
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
yesterday
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 yesterday
Shashanth
2,61742337
2,61742337
answered yesterday
yuluo chenxiyuluo chenxi
594
594
add a comment |
add a comment |
2
maybe the site is under maintenance, try again later.
– jayatubi
yesterday
yeah I can connected to it now, thank you
– riley2048
yesterday
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
yesterday