You see it on MacOS only? We tried linux and it's ok. The workaround works - thanks! Andrei
Andrew John Hughes wrote: > On 8 February 2010 11:06, Andrei Dmitriev <andrei.dmitr...@sun.com> wrote: > >> Hi, >> >> does anybody know the future of 6856630? It's in the log but I still see >> following error while building full bsd-repo on MacOSX. >> Didn't find anything mentioning I need to modify my build scripts. Any >> ideas? >> >> If asking build-dev is a good one? >> >> Regards, >> Andrei >> >> Discussion: >> http://www.mail-archive.com/build-...@openjdk.java.net/msg02463.html >> >> ... >> -jaxp_src-url-bundle: >> [echo] Downloading from >> https://jaxp.dev.java.net/files/documents/913/144160/jdk7-jaxp-m5.zip >> [mkdir] Created dir: >> /export/dav/bsd_clean/build/bsd-i586/jaxp/drop/bundles >> [get] Getting: >> https://jaxp.dev.java.net/files/documents/913/144160/jdk7-jaxp-m5.zip >> [get] To: >> /export/dav/bsd_clean/build/bsd-i586/jaxp/drop/bundles/jdk7-jaxp-m5.zip.temp >> [get] Error getting >> https://jaxp.dev.java.net/files/documents/913/144160/jdk7-jaxp-m5.zip to >> /export/dav/bsd_clean/build/bsd-i586/jaxp/drop/bundles/jdk7-jaxp-m5.zip.temp >> >> BUILD FAILED >> /export/dav/bsd_clean/build/bsd-i586/jaxp/build/xml_generated/build-drop-jaxp_src.xml:95: >> javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected >> error: java.security.InvalidAlgorithmParameterException: the >> trustAnchors parameter must be non-empty >> >> Total time: 2 seconds >> make[2]: *** [all] Error 1 >> make[1]: *** [jaxp-build] Error 2 >> make: *** [build_product_image] Error 2 >> >> >> >> >> >> > > I see this issue too. You can workaround it by downloading the zip > yourself and pointing the JDK to the directory it's in with > ALT_DROPS_DIR. I posted the bug to the build-dev list some time ago > but have had no response. It seems to be an OpenJDK issue with > downloading from https URLs. >