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/11/03 14:13:00 UTC

[GitHub] juanestebanj opened a new issue #4095: Error while installing in Ubuntu 16.04

juanestebanj opened a new issue #4095: Error while installing in Ubuntu 16.04
URL: https://github.com/apache/incubator-openwhisk/issues/4095
 
 
   <!--
   We use the issue tracker for bugs and feature requests. For general questions and discussion please use http://slack.openwhisk.org/ or https://openwhisk.apache.org/contact.html instead.
   
   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.
   -->
   
   ## Environment details:
   
   * local deployment, ubuntu 16.04 running on virtualbox in windows 10.   
   * version of docker: 10.06.1-ce.
   
   ## Steps to reproduce the issue:
   
   1.   I followed the installation process for Ubuntu
   2.   I ran the command: make quick-start
   3.   After a while, error took place.
   
   
   ## Provide the actual results and outputs:
   
   ```
   initializing CLI ... 
   REQUEST:
   [GET]	https://10.0.2.15/api/v1/namespaces
   Req Headers
   {
     "Authorization": [
       "Basic MjNiYzQ2YjEtNzFmNi00ZWQ1LThjNTQtODE2YWE0ZjhjNTAyOjEyM3pPM3haQ0xyTU42djJCS0sxZFhZRnBYbFBrY2NPRnFtMTJDZEFzTWdSVTRWck5aOWx5R1ZDR3VNREdJd1A="
     ],
     "User-Agent": [
       "OpenWhisk-CLI/1.0 (2018-11-03T00:38:40.372+0000) linux amd64"
     ]
   }
   RESPONSE:Got response with code 500
   Resp Headers
   {
     "Connection": [
       "keep-alive"
     ],
     "Content-Length": [
       "35"
     ],
     "Content-Type": [
       "text/plain; charset=UTF-8"
     ],
     "Date": [
       "Sat, 03 Nov 2018 08:02:16 GMT"
     ],
     "Server": [
       "openresty/1.13.6.2"
     ]
   }
   Response body size is 35 bytes
   Response body received:
   There was an internal server error.
   ok: whisk auth set. Run 'wsk property get --auth' to see the new value.
   ok: whisk API host set to https://10.0.2.15
   error: Authenticated user does not have namespace 'guest'; set command failed: The connection failed, or timed out. (HTTP status code 500)
   Makefile:290: recipe for target 'init-whisk-cli' failed
   make: *** [init-whisk-cli] Error 1
   ```
   
   ## Additional information you deem important:
   * I searched for other similar issues, but the error was not 500 internal server error.
   * For one issue it was, but it appears as resolved.
   
   Thank you.

----------------------------------------------------------------
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