2009/8/10 Tim Bell <[email protected]>: > >>>>>> No luck it seems... >>>>>> >>>>>> [echo] Downloading from >>>>>> https://jaxp.dev.java.net/files/documents/913/140275/jdk7-jaxp-m5.zip >>>>>> [get] Getting: >>>>>> https://jaxp.dev.java.net/files/documents/913/140275/jdk7-jaxp-m5.zip >>>>>> [get] To: >>>>>> /mnt/builder/openjdk.icedtea/jaxp/drop_bundles/drop-src.zip >>>>>> [get] Error getting >>>>>> https://jaxp.dev.java.net/files/documents/913/140275/jdk7-jaxp-m5.zip >>>>>> to /mnt/builder/openjdk.icedtea/jaxp/drop_bundles/drop-src.zip > > [SNIP!] > > Andrew John Hughes wrote: > >> Strangely, curl worked so if I hack the delete invocations out of the >> ant script and copy it into place, I can build... but that's not >> really a solution :) >> >> Has anyone else managed to download this successfully? > > I just tried from my home machine (running OpenSolaris 2009.06 snv_111b X86) > and got: > > % /usr/bin/time wget -v > https://jaxp.dev.java.net/files/documents/913/140275/jdk7-jaxp-m5.zip > --15:33:03-- > https://jaxp.dev.java.net/files/documents/913/140275/jdk7-jaxp-m5.zip > => `jdk7-jaxp-m5.zip' > Resolving jaxp.dev.java.net... 204.16.104.198 > Connecting to jaxp.dev.java.net|204.16.104.198|:443... connected. > ERROR: Certificate verification error for jaxp.dev.java.net: unable to get > local issuer certificate > To connect to jaxp.dev.java.net insecurely, use `--no-check-certificate'. > Unable to establish SSL connection. > > real 0.5 > user 0.0 > sys 0.0 > > > > I added "--no-check-certificate" and wget worked OK: > > % /usr/bin/time wget -v --no-check-certificate > https://jaxp.dev.java.net/files/documents/913/140275/jdk7-jaxp-m5.zip > --15:36:57-- > https://jaxp.dev.java.net/files/documents/913/140275/jdk7-jaxp-m5.zip > => `jdk7-jaxp-m5.zip' > Resolving jaxp.dev.java.net... 204.16.104.198 > Connecting to jaxp.dev.java.net|204.16.104.198|:443... connected. > WARNING: Certificate verification error for jaxp.dev.java.net: unable to get > local issuer certificate > HTTP request sent, awaiting response... 200 OK > Length: 5,912,912 (5.6M) [application/zip] > > 100%[====================================>] 5,912,912 132.91K/s ETA > 00:00 > > 15:37:38 (141.59 KB/s) - `jdk7-jaxp-m5.zip' saved [5912912/5912912] > > > real 41.1 > user 0.3 > sys 0.0 > > The unzip was successful also. > % unzip jdk7-jaxp-m5.zip | wc -l > 2101 > > I don't know when the certificate expiration entered into the problem... > > HTH- > Tim >
Odd. I got 29% of the file with wget before it hung... for >24 hours. -rw-r--r-- 1 andrew staff 1.7M 2009-08-10 04:05 jdk7-jaxp-m5.zip -rw-r--r-- 1 andrew staff 5.7M 2009-08-10 21:31 jdk7-jaxp-m5.zip.curl Those are the two versions, the first the partial download with wget, the second the complete version downloaded with curl. The latter was able to be used to do a successful build (once I told it to stop deleting the zip!) -- Andrew :-) Free Java Software Engineer Red Hat, Inc. (http://www.redhat.com) Support Free Java! Contribute to GNU Classpath and the OpenJDK http://www.gnu.org/software/classpath http://openjdk.java.net PGP Key: 94EFD9D8 (http://subkeys.pgp.net) Fingerprint: F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8
