Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Oracle Download Error #11

Open
pinkrdp79 opened this issue Jun 14, 2017 · 1 comment
Open

Oracle Download Error #11

pinkrdp79 opened this issue Jun 14, 2017 · 1 comment

Comments

@pinkrdp79
Copy link

Appears that oracle download site has changed the cookie and download parameters. The current module produces the attached Puppet error.

screen shot 2017-06-12 at 10 56 42 am

It seems the download fails but creates the .exe file. The contents are the download error page, which causes power shell install of the .exe to fail.

@sbeaulie
Copy link

I got this working with this work-around:

Based on this website https://lv.binarybabel.org/catalog/java/jdk8

Set your windows_java::jdk class to overwrite the source parameter e.g

  windows_java::jdk {'8u144':
    build_number_hash => {
      '8u144'=> 'b01',
      '8u45' => 'b15',
      '8u40' => 'b26',
      '8u31' => 'b13',
      '8u25' => 'b18',
      '8u20' => 'b26',
      '8u11' => 'b12',
      '8u5'  => 'b13',
      '8'    => 'b132',
      '7u80' => 'b15',
      '7u79' => 'b15',
      '7u76' => 'b13',
      '7u75' => 'b13',
      '7u72' => 'b14',
      '7u60' => 'b19',
      '7u51' => 'b13',
      '7u45' => 'b18',
      '7u25' => 'b17',
    },
    #from https://lv.binarybabel.org/catalog/java/jdk8
    source => "http://download.oracle.com/otn-pub/java/jdk/8u144-b01/090f390dda5b47b9b721c7dfaa008135/jdk-8u144-windows-x64.exe",
  }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants