hsane2001 opened a new issue #2570: Cannot install APIgateway if http_proxy 
variable set in native environment 
URL: https://github.com/apache/incubator-openwhisk/issues/2570
 
 
   <!--
   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:
   
   * native Ubuntu
   * Docker version 1.12.0, build 8eab29e, Ubuntu 16.04
   
   ## Steps to reproduce the issue:
   
   1.   Set company http_proxy variable
   2.   ansible-playbook apigateway.yml
   3.   Hangs at  "wait until the API Gateway in this host is up and running"
   
   
   ## Provide the expected results and outputs:
   
   ```
   Apigatweway is up and running if http_proxy is removed
   ```
   
   
   ## Provide the actual results and outputs:
   
   ```
   TASK [apigateway : wait until the API Gateway in this host is up and 
running] *************
   Thursday 03 August 2017  08:48:49 +0000 (0:00:00.888)       0:00:07.611 
*******
   FAILED - RETRYING: wait until the API Gateway in this host is up and running 
(2 retries left).
   FAILED - RETRYING: wait until the API Gateway in this host is up and running 
(1 retries left).
   fatal: [172.17.0.1]: FAILED! => {"attempts": 2, "cache_control": "no-cache", 
"changed": false, "connection": "close", "content": 
"<HTML><HEAD>\r\n<TITLE>Network Error</TITLE>\r\n</HEAD>\r\n<BODY>\r\n<FONT 
face=\"Helvetica\">\r\n<big><strong></strong></big><BR>\r\n</FONT>\r\n<blockquote>\r\n<TABLE
 border=0 cellPadding=1 width=\"80%\">\r\n<TR><TD>\r\n<FONT 
face=\"Helvetica\">\r\n<big>Network Error 
(tcp_error)</big>\r\n<BR>\r\n<BR>\r\n</FONT>\r\n</TD></TR>\r\n<TR><TD>\r\n<FONT 
face=\"Helvetica\">\r\nA communication error occurred: 
\"\"\r\n</FONT>\r\n</TD></TR>\r\n<TR><TD>\r\n<FONT face=\"Helvetica\">\r\nThe 
Web Server may be down, too busy, or experiencing other problems preventing it 
from responding to requests. You may wish to try again at a later 
time.\r\n</FONT>\r\n</TD></TR>\r\n<TR><TD>\r\n<FONT face=\"Helvetica\" 
SIZE=2>\r\n<BR>\r\nFor assistance, contact your network support 
team.\r\n</FONT>\r\n</TD></TR>\r\n</TABLE>\r\n</blockquote>\r\n</FONT>\r\n</BODY></HTML>\r\n",
 "content
 _length": "768", "content_type": "text/html; charset=utf-8", "failed": true, 
"msg": "Status code was not [200]: HTTP Error 503: Service Unavailable", 
"pragma": "no-cache", "proxy_connection": "close", "redirected": false, 
"status": 503, "url": "http://172.17.0.1:9000/v1/apis"}
   ```
   
   ## Additional information you deem important:
   * issue happens only when http_proxy variable is set in environment
   
   
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to