Need reviewers - 6856630: Restructure jaxp repository

Tim Bell Tim.Bell at Sun.COM
Mon Aug 10 22:40:46 UTC 2009


>>>>> 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



More information about the build-dev mailing list