Re: deadlock.netbeans.org HTTP Service is down
Gustavo Romero <[email protected]> Mon, 27 Nov 2017 14:31:34 -0200
| Newsgroups | gmane.comp.java.netbeans.webteam |
|---|---|
| Message-ID | <[email protected]> |
Hi Jirka, On 27-11-2017 13:29, Ji=C5=99=C3=AD Kovalsk=C3=BD wrote: > in order to get the tasks.jar please use one of the following links: >=20 > http://bits.netbeans.org/8.2/fcs/uc/tasks.jar > http://bits.netbeans.org/dev/nightly/latest/uc/tasks.jar >=20 > If you strongly need deadlock.netbeans.org up, please add your comment = to the issue. Thanks. I've updated [1] to use the following URL in hotspot: http://bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuild/artifac= t/nbbuild/netbeans/harness/tasks.jar i.e.: -bootstrap.url=3Dhttp://deadlock.netbeans.org/hudson/job/nbms-and-javadoc= /lastSuccessfulBuild/artifact/nbbuild/netbeans/harness/tasks.jar +bootstrap.url=3Dhttp://bits.netbeans.org/dev/nbms-and-javadoc/lastSucces= sfulBuild/artifact/nbbuild/netbeans/harness/tasks.jar That works fine, however is that a surrogate you advise as well? From the original URL it looks like that's fine and Tobias also acked it, anyway I= would like to know which one you vouch for in this case... Thank you. Regards, Gustavo [1] http://hg.openjdk.java.net/jdk/hs/rev/f140bebf0348 > Hope this helps, > -Jirka >=20 > Dne 24.11.2017 v 15:16 Gustavo Romero napsal(a): >=20 >> Hi, >> >> It looks like that http://deadlock.netbeans.org host is down by now re= turning a >> 503 error: >> >> Service Temporarily Unavailable >> >> The server is temporarily unable to service your request due to mainte= nance downtime or capacity problems. Please try again later. >> --=20 >> Apache/2.2.15 (Oracle) Server at deadlock.netbeans.org Port 80 >> >> There is bug open that looks related to that but there is no reply on = it so far: >> >> https://netbeans.org/bugzilla/show_bug.cgi?id=3D271624 >> >> This host is still used to get the .jar files needed to run the so-cal= led >> "IdealGraphVisualizer" that helps to inspect C2 Ideal Graphs generated= by >> HotSpot JVM: >> >> ~/hg/jdk10/hs/src/utils/IdealGraphVisualizer$ ant build >> Buildfile: /home/gromero/hg/jdk10/hs/src/utils/IdealGraphVisualizer/bu= ild.xml >> >> download: >> [echo] Downloading clusters ide|platform >> [get] Getting: http://deadlock.netbeans.org/hudson/job/nbms-and= -javadoc/lastSuccessfulBuild/artifact/nbbuild/netbeans/harness/tasks.jar >> [get] To: /tmp/tasks.jar >> [get] Error opening connection java.io.IOException: Server retu= rned HTTP response code: 503 for URL: http://deadlock.netbeans.org/hudson= /job/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbu >> /netbeans/harness/tasks.jar >> [get] Error opening connection java.io.IOException: Server retu= rned HTTP response code: 503 for URL: >> http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastSuccessfu= lBuild/artifact/nbbuild/netbeans/harness/tasks.jar >> [get] Error opening connection java.io.IOException: Server retu= rned HTTP response code: 503 for URL: >> http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastSuccessfu= lBuild/artifact/nbbuild/netbeans/harness/tasks.jar >> [get] Can't get http://deadlock.netbeans.org/hudson/job/nbms-an= d-javadoc/lastSuccessfulBuild/artifact/nbbuild/netbeans/harness/tasks.jar= to /tmp/tasks.jar >> >> BUILD FAILED >> /home/gromero/hg/jdk10/hs/src/utils/IdealGraphVisualizer/build.xml:7: = The following error occurred while executing this line: >> /home/gromero/hg/jdk10/hs/src/utils/IdealGraphVisualizer/nbproject/bui= ld-impl.xml:41: The following error occurred while executing this line: >> /home/gromero/hg/jdk10/hs/src/utils/IdealGraphVisualizer/nbproject/pla= tform.xml:27: Can't get >> http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastSuccessfu= lBuild/artifact/nbbuild/netbeans/harness/tasks.jar to /tmp/tasks.jar >> >> Total time: 0 seconds >> >> Because: >> >> ~/hg/jdk10/hs/src/utils/IdealGraphVisualizer$ fgrep bootstrap nbprojec= t/platform.properties >> bootstrap.url=3Dhttp://deadlock.netbeans.org/hudson/job/nbms-and-javad= oc/lastSuccessfulBuild/artifact/nbbuild/netbeans/harness/tasks.jar >> >> Is there any other surrogate HTTP Server that is now serving the same = content in >> question or is deadlock.netbeans.org HTTP Server under maintenance and= will >> return soon? >> >> Thank you. >> >> Regards, >> Gustavo >> >=20