Community
Participate
Working Groups
I am trying to download jgit maven repo from hudson to build.eclipse.org using wget. This fails with "ERROR 502: Bad Gateway". When retrying this now hangs forever. msohn@build:/home/data/httpd/download.eclipse.org/egit/staging-m2/v1.0.0.201106090707-r> wget --no-check-certificate "https://hudson.eclipse.org/hudson/job/jgit/ws/target/m2/repository/*zip*/repository.zip" Warning: wildcards not supported in HTTP. --2011-06-09 15:48:42-- https://hudson.eclipse.org/hudson/job/jgit/ws/target/m2/repository/*zip*/repository.zip Resolving hudson.eclipse.org... 172.25.25.30 Connecting to hudson.eclipse.org|172.25.25.30|:443... connected. HTTP request sent, awaiting response... Any idea what could be the root cause ?
After around 10 minutes the retry also failed with "502 Bad Gateway"
this was fixed by restart of slave1
Thanks for the follow-up!