Unable to download procompiled JDK's
I'm trying to download the precompiled JDK to use as bootstrap, but the server is not responsive. For example: http://openjdkpower.osuosl.org/OpenJDK/download/bootstrap/openjdk_8u40_b13-a... I filed tickets last week with OpenJDK project and OSUOSL, but they seem to have disappeared into the void. David Knepprath | Software Engineer Direct: 971.313.6480 TRIPWIRE | CONFIDENCE: SECURED www.tripwire.com<https://mail.tripwire.com/owa/redir.aspx?SURL=MohT1BI4Wq2vEdF8QWI0O35XRNxiappm16zk9FDYybvOgApuqrHTCGgAdAB0AHAAOgAvAC8AdwB3AHcALgB0AHIAaQBwAHcAaQByAGUALgBjAG8AbQA.&URL=http%3a%2f%2fwww.tripwire.com>
Hi, sorry for the confusion. In the past we offered some bootstrap JDK's for AIX for download from our linux/ppc64 osuosl boxes. However, after the machines have been re-imaged at the beginning of the year I haven't set up the webserver again. But as there seems to be a minimal but constant :) demand for AIX bootstrap JDKs I'll set up the server again and update the download links on http://cr.openjdk.java.net/~simonis/ppc-aix-port/. I'll let you know once the new files are in place. Regards, Volker On Thu, Jul 20, 2017 at 2:25 AM, David Knepprath <dknepprath@tripwire.com> wrote:
I'm trying to download the precompiled JDK to use as bootstrap, but the server is not responsive.
For example: http://openjdkpower.osuosl.org/OpenJDK/download/bootstrap/openjdk_8u40_b13-a...
I filed tickets last week with OpenJDK project and OSUOSL, but they seem to have disappeared into the void.
David Knepprath | Software Engineer
Direct: 971.313.6480
TRIPWIRE | CONFIDENCE: SECURED www.tripwire.com
Hi David, you can now get pre-build AIX binaries which you can use as bootstrap JDKs from the AdoptOpenJDK project: https://adoptopenjdk.net/releases.html#ppc64_aix Regards, Volker On Thu, Jul 20, 2017 at 8:56 AM, Volker Simonis <volker.simonis@gmail.com> wrote:
Hi,
sorry for the confusion. In the past we offered some bootstrap JDK's for AIX for download from our linux/ppc64 osuosl boxes. However, after the machines have been re-imaged at the beginning of the year I haven't set up the webserver again.
But as there seems to be a minimal but constant :) demand for AIX bootstrap JDKs I'll set up the server again and update the download links on http://cr.openjdk.java.net/~simonis/ppc-aix-port/. I'll let you know once the new files are in place.
Regards, Volker
On Thu, Jul 20, 2017 at 2:25 AM, David Knepprath <dknepprath@tripwire.com> wrote:
I'm trying to download the precompiled JDK to use as bootstrap, but the server is not responsive.
For example: http://openjdkpower.osuosl.org/OpenJDK/download/bootstrap/openjdk_8u40_b13-a...
I filed tickets last week with OpenJDK project and OSUOSL, but they seem to have disappeared into the void.
David Knepprath | Software Engineer
Direct: 971.313.6480
TRIPWIRE | CONFIDENCE: SECURED www.tripwire.com
Thanks Volker! I'm running in to some issues with the binary, could you add me to the slack channel? What are the requirements for these builds? On AIX 7.1 I get the following error: ./java -version Error: dl failure on line 893 Error: failed /tmp/jdk8u141-b15/jre/lib/ppc64/server/libjvm.so, because 0509-130 Symbol resolution failed for /tmp/jdk8u141-b15/jre/lib/ppc64/server/libjvm.so because: 0509-136 Symbol __setjmp (number 50) is not exported from dependent module /usr/lib/libc.a[shr_64.o]. 0509-022 Cannot load module /tmp/jdk8u141-b15/jre/lib/ppc64/server/libjvm.so. 0509-026 System error: Cannot run a file that does not have a valid format. 0509-192 Examine .loader section symbols with the 'dump -Tv' command. David Knepprath | Software Engineer Direct: 971.313.6480 TRIPWIRE | CONFIDENCE: SECURED www.tripwire.com ________________________________________ From: Volker Simonis [volker.simonis@gmail.com] Sent: Thursday, July 20, 2017 2:52 AM To: David Knepprath Cc: ppc-aix-port-dev@openjdk.java.net Subject: Re: Unable to download procompiled JDK's Hi David, you can now get pre-build AIX binaries which you can use as bootstrap JDKs from the AdoptOpenJDK project: https://adoptopenjdk.net/releases.html#ppc64_aix Regards, Volker On Thu, Jul 20, 2017 at 8:56 AM, Volker Simonis <volker.simonis@gmail.com> wrote:
Hi,
sorry for the confusion. In the past we offered some bootstrap JDK's for AIX for download from our linux/ppc64 osuosl boxes. However, after the machines have been re-imaged at the beginning of the year I haven't set up the webserver again.
But as there seems to be a minimal but constant :) demand for AIX bootstrap JDKs I'll set up the server again and update the download links on http://cr.openjdk.java.net/~simonis/ppc-aix-port/. I'll let you know once the new files are in place.
Regards, Volker
On Thu, Jul 20, 2017 at 2:25 AM, David Knepprath <dknepprath@tripwire.com> wrote:
I'm trying to download the precompiled JDK to use as bootstrap, but the server is not responsive.
For example: http://openjdkpower.osuosl.org/OpenJDK/download/bootstrap/openjdk_8u40_b13-a...
I filed tickets last week with OpenJDK project and OSUOSL, but they seem to have disappeared into the void.
David Knepprath | Software Engineer
Direct: 971.313.6480
TRIPWIRE | CONFIDENCE: SECURED www.tripwire.com
Hi David, yes that's a known problem because the AdoptOpenJDK colleagues are apparently still building on AIX 7.2. I've added you to the Slack channel now (you should receive an invitation email). You can find there an older openjdk7 build which should run on AIX 5.3 and newer (https://adoptopenjdk.slack.com/files/simonis/F5VQR3B9R/openjdk-7u-aix.tgz). Please use that as only as bootstrap jdk. Regards, Volker On Thu, Jul 20, 2017 at 10:52 PM, David Knepprath <dknepprath@tripwire.com> wrote:
Thanks Volker!
I'm running in to some issues with the binary, could you add me to the slack channel?
What are the requirements for these builds? On AIX 7.1 I get the following error:
./java -version Error: dl failure on line 893 Error: failed /tmp/jdk8u141-b15/jre/lib/ppc64/server/libjvm.so, because 0509-130 Symbol resolution failed for /tmp/jdk8u141-b15/jre/lib/ppc64/server/libjvm.so because: 0509-136 Symbol __setjmp (number 50) is not exported from dependent module /usr/lib/libc.a[shr_64.o]. 0509-022 Cannot load module /tmp/jdk8u141-b15/jre/lib/ppc64/server/libjvm.so. 0509-026 System error: Cannot run a file that does not have a valid format. 0509-192 Examine .loader section symbols with the 'dump -Tv' command.
David Knepprath | Software Engineer Direct: 971.313.6480
TRIPWIRE | CONFIDENCE: SECURED www.tripwire.com
________________________________________ From: Volker Simonis [volker.simonis@gmail.com] Sent: Thursday, July 20, 2017 2:52 AM To: David Knepprath Cc: ppc-aix-port-dev@openjdk.java.net Subject: Re: Unable to download procompiled JDK's
Hi David,
you can now get pre-build AIX binaries which you can use as bootstrap JDKs from the AdoptOpenJDK project:
https://adoptopenjdk.net/releases.html#ppc64_aix
Regards, Volker
On Thu, Jul 20, 2017 at 8:56 AM, Volker Simonis <volker.simonis@gmail.com> wrote:
Hi,
sorry for the confusion. In the past we offered some bootstrap JDK's for AIX for download from our linux/ppc64 osuosl boxes. However, after the machines have been re-imaged at the beginning of the year I haven't set up the webserver again.
But as there seems to be a minimal but constant :) demand for AIX bootstrap JDKs I'll set up the server again and update the download links on http://cr.openjdk.java.net/~simonis/ppc-aix-port/. I'll let you know once the new files are in place.
Regards, Volker
On Thu, Jul 20, 2017 at 2:25 AM, David Knepprath <dknepprath@tripwire.com> wrote:
I'm trying to download the precompiled JDK to use as bootstrap, but the server is not responsive.
For example: http://openjdkpower.osuosl.org/OpenJDK/download/bootstrap/openjdk_8u40_b13-a...
I filed tickets last week with OpenJDK project and OSUOSL, but they seem to have disappeared into the void.
David Knepprath | Software Engineer
Direct: 971.313.6480
TRIPWIRE | CONFIDENCE: SECURED www.tripwire.com
participants (2)
-
David Knepprath
-
Volker Simonis