wankhedeGW
(Ganesh Wankhede)
April 2, 2024, 6:00am
1
Hello Team,
we are facing this issue recently building our docker Image which returns no response while downloading some plugings
Command : RUN ./gradlew --no-daemon -q -x rat -x compileTestJava -x test -x spotlessJavaCheck -x spotlessJava bootJar
here are the snaps
On other hand when we try WGET from our local machine we are able to download the files,
only our application hosted in PH (Philippines ) AWS regions are failing ?
can you help us to fix this permently all our builds are failing because of this
wankhedeGW
(Ganesh Wankhede)
April 2, 2024, 8:57am
2
For more info when we try to WGET from India machine here the output
wget -v https://plugins-artifacts.gradle.org/org.asciidoctor/asciidoctor-gradle-jvm-epub/3.3.2/910463ccc000b3721f6fb5bf74802d2ba9e48ed93f6e7f1ea219f8d214c029b6/asciidoctor-gradle-jvm-epub-3.3.2.jar
--2024-04-02 14:24:06-- https://plugins-artifacts.gradle.org/org.asciidoctor/asciidoctor-gradle-jvm-epub/3.3.2/910463ccc000b3721f6fb5bf74802d2ba9e48ed93f6e7f1ea219f8d214c029b6/asciidoctor-gradle-jvm-epub-3.3.2.jar
Resolving plugins-artifacts.gradle.org (plugins-artifacts.gradle.org)... 2606:4700:83b1:649e:fbca:0:6810:4865, 104.16.72.101, 104.16.73.101
Connecting to plugins-artifacts.gradle.org (plugins-artifacts.gradle.org)|2606:4700:83b1:649e:fbca:0:6810:4865|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 19342 (19K) [binary/octet-stream]
Saving to: ‘asciidoctor-gradle-jvm-epub-3.3.2.jar.4’
asciidoctor-gradle-jvm-epub-3.3.2.jar.4 100%[================================================================================================================>] 18.89K --.-KB/s in 0.001s
2024-04-02 14:24:07 (14.5 MB/s) - ‘asciidoctor-gradle-jvm-epub-3.3.2.jar.4’ saved [19342/19342]
On other side when we are trying from PH instances
fineract-packages$ wget -v https://plugins-artifacts.gradle.org/org.asciidoctor/asciidoctor-gradle-jvm-epub/3.3.2/910463ccc000b3721f6fb5bf74802d2ba9e48ed93f6e7f1ea219f8d214c029b6/asciidoctor-gradle-jvm-epub-3.3.2.jar
--2024-04-02 08:54:38-- https://plugins-artifacts.gradle.org/org.asciidoctor/asciidoctor-gradle-jvm-epub/3.3.2/910463ccc000b3721f6fb5bf74802d2ba9e48ed93f6e7f1ea219f8d214c029b6/asciidoctor-gradle-jvm-epub-3.3.2.jar
Resolving plugins-artifacts.gradle.org (plugins-artifacts.gradle.org)... 104.16.72.101, 104.16.73.101, 2606:4700::6810:4965, ...
Connecting to plugins-artifacts.gradle.org (plugins-artifacts.gradle.org)|104.16.72.101|:443... connected.
HTTP request sent, awaiting response... 522
2024-04-02 08:55:08 ERROR 522: (no description).
Somehow it is ale to connect 2606:4700:83b1:649e:fbca:0:6810:4865 , 104.16.72.101, 104.16.73.101
which is not the case when we try from PH instances
nux99
(Muhammad Ardivan Satrio Nugroho)
April 4, 2024, 3:47am
3
I got the same issue (intermittent) from ap-southeast-2 (Jakarta). Could you please check it?
If you have alternative upstream could you recommend it as well? Thank you
wankhedeGW
(Ganesh Wankhede)
April 4, 2024, 7:46am
4
This is still not resolved, there is no option we are not able to build from last week
nux99
(Muhammad Ardivan Satrio Nugroho)
April 4, 2024, 9:44am
5
Based on the IP, seems it belongs to cloudflare
Vampire
(Björn Kautler)
April 4, 2024, 10:04am
6
Yes, like many sites, it uses Cloudflare in front.
The 522 usually means that the Cloudflare server timed out while talking to the actual backend server.
But this is mainly a community forum.
To get more attention by Gradle folks, you should probably open an issue on GitHub.
1 Like
nux99
(Muhammad Ardivan Satrio Nugroho)
April 5, 2024, 4:08am
7
Alternative solution, download the jar and hosted internally