You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/01/18 22:49:25 UTC

[GitHub] macdonst opened a new issue #3201: Quick Start is broken: Oracle removed Java it depends on

macdonst opened a new issue #3201: Quick Start is broken: Oracle removed Java it depends on
URL: https://github.com/apache/incubator-openwhisk/issues/3201
 
 
   <!--
   Do NOT share passwords, credentials or other confidential information.
   
   Before creating a new issue, please check if there is one already open that
   fits the defect you are reporting.
   If you open an issue and realize later it is a duplicate of a pre-existing
   open issue, please close yours and add a comment to the other.
   
   Issues can be created for either defects or enhancement requests. If you are a committer than please add the labels "bug" or "feature". If you are not a committer please make clear in the comments which one it is, so that committers can add these labels later.
   
   If you are reporting a defect, please edit the issue description to include the
   information shown below.
   
   If you are reporting an enhancement request, please include information on what you are trying to achieve and why that enhancement would help you.
   
   For more information about reporting issues, see
   https://github.com/apache/incubator-openwhisk/blob/master/CONTRIBUTING.md#raising-issues
   
   Use the commands below to provide key information from your environment:
   You do not have to include this information if this is a feature request.
   -->
   
   It seems like Oracle has moved the download location or removed the release that `oracle-java8-installer` depends on.
   
   ## Environment details:
   
   Just running the quickstart on MacOS
   
   ## Steps to reproduce the issue:
   
   Run the quickstart steps:
   ```
   # Clone openwhisk
   git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk
   
   # Change directory to tools/vagrant
   cd openwhisk/tools/vagrant
   
   # Run script to create vm and run hello action
   ./hello
   ```
   
   ## Provide the expected results and outputs:
   
   Expect to see the hello output
   
   ```
   wsk action invoke /whisk.system/utils/echo -p message hello --result
   {
       "message": "hello"
   }
   ```
   
   
   ## Provide the actual results and outputs:
   
   ```
       default: Setting up oracle-java8-installer (8u151-1~webupd8~0) ...
       default: No /var/cache/oracle-jdk8-installer/wgetrc file found.
       default: Creating /var/cache/oracle-jdk8-installer/wgetrc and
       default: using default oracle-java8-installer wgetrc settings for it.
       default: Downloading Oracle Java 8...
       default: --2018-01-18 22:39:27--  http://download.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-x64.tar.gz
       default: Resolving download.oracle.com (download.oracle.com)... 
       default: 184.24.35.181
       default: Connecting to download.oracle.com (download.oracle.com)|184.24.35.181|:80... 
       default: connected.
       default: HTTP request sent, awaiting response... 
       default: 302 Moved Temporarily
       default: Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-x64.tar.gz [following]
       default: --2018-01-18 22:39:27--  https://edelivery.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-x64.tar.gz
       default: Resolving edelivery.oracle.com (edelivery.oracle.com)... 
       default: 23.195.215.230
       default: Connecting to edelivery.oracle.com (edelivery.oracle.com)|23.195.215.230|:443... 
       default: connected.
       default: HTTP request sent, awaiting response... 
       default: 302 Moved Temporarily
       default: Location: http://download.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-x64.tar.gz?AuthParam=1516315288_54e12521a5e54dc306d25a45a97c7468 [following]
       default: --2018-01-18 22:39:28--  http://download.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-x64.tar.gz?AuthParam=1516315288_54e12521a5e54dc306d25a45a97c7468
       default: Connecting to download.oracle.com (download.oracle.com)|184.24.35.181|:80... 
       default: connected.
       default: HTTP request sent, awaiting response... 
       default: 404 Not Found
       default: 2018-01-18 22:39:29 ERROR 404: Not Found.
       default: download failed
       default: Oracle JDK 8 is NOT installed.
       default: dpkg: error processing package oracle-java8-installer (--configure):
       default:  subprocess installed post-installation script returned error exit status 1
       default: Errors were encountered while processing:
       default:  oracle-java8-installer
       default: E
       default: : 
       default: Sub-process /usr/bin/dpkg returned an error code (1)
   The SSH command responded with a non-zero exit status. Vagrant
   assumes that this means the command failed. The output for this command
   should be in the log above. Please read the output to determine what
   went wrong.
   ```
   
   ## Additional information you deem important:
   
   I know this link describes Java 6 & 7 but folks are commenting on how recent downloads 8 & 9 are broken.
   
   http://www.webupd8.org/2017/06/why-oracle-java-7-and-6-installers-no.html

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services