[ 
https://issues.apache.org/jira/browse/WHIRR-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13944004#comment-13944004
 ] 

Tobias edited comment on WHIRR-744 at 3/22/14 11:00 AM:
--------------------------------------------------------

By adding  -b "oraclelicense=accept-securebackup-cookie" to the curl command, 
the download succeeds. It has to be added to the curl command in all install 
java scripts.

Reason:
The oracle download page wants you to accept on a cookie before downloading.

This works fine for me:
curl  $url -L -b "oraclelicense=accept-securebackup-cookie" --silent 
--show-error --fail --connect-timeout 60 --max-time 600 --retry 5 -o 
$tmpdir/`basename $url` 



was (Author: tobwiens):
By adding  -b "oraclelicense=accept-securebackup-cookie" the download succeeds. 
To the curl command in the download scripts.

The oracle download page wants you to accept on a cookie before downloading.

curl  $url -L -b "oraclelicense=accept-securebackup-cookie" --silent 
--show-error --fail --connect-timeout 60 --max-time 600 --retry 5 -o 
$tmpdir/`basename $url`


> install_oracle_jdk7 and install_oracle_jdk6 are broken, as the urls changed
> ---------------------------------------------------------------------------
>
>                 Key: WHIRR-744
>                 URL: https://issues.apache.org/jira/browse/WHIRR-744
>             Project: Whirr
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 0.7.1, 0.8.2, 0.9.0
>         Environment: Missing o-zone layer :(
>            Reporter: Russell Jurney
>            Priority: Critical
>              Labels: broken, java, jdk, link, oracle
>             Fix For: 0.7.2, 0.9.0, 0.8.3
>
>
> The urls changed to 
> http://download.oracle.com/otn-pub/java/jdk/7u25-b15/jdk-7u25-linux-i586.tar.gz
>  and 
> http://download.oracle.com/otn-pub/java/jdk/7u25-b15/jdk-7u25-linux-x64.tar.gz
>  



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to