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/06/25 01:06:34 UTC

[GitHub] houshengbo opened a new issue #3804: Error in installing route management actions under Ubuntu

houshengbo opened a new issue #3804: Error in installing route management actions under Ubuntu
URL: https://github.com/apache/incubator-openwhisk/issues/3804
 
 
   TASK [routemgmt : install route management actions] ****************************
   Monday 25 June 2018  01:03:17 +0000 (0:00:00.118)       0:04:50.071 *********** 
   fatal: [ansible]: FAILED! => {"changed": true, "cmd": "./installRouteMgmt.sh /home/openwhisk16/workspace/incubator-openwhisk/ansible/../ansible/files/auth.whisk.system 172.17.0.1 /whisk.system /home/openwhisk16/workspace/incubator-openwhisk/ansible/../bin/wsk", "delta": "0:00:05.363667", "end": "2018-06-25 01:03:23.608836", "msg": "non-zero return code", "rc": 244, "start": "2018-06-25 01:03:18.245169", "stderr": "+ '[' 4 -eq 0 ']'\n+ AUTH=/home/openwhisk16/workspace/incubator-openwhisk/ansible/../ansible/files/auth.whisk.system\n+ APIHOST=172.17.0.1\n+ NAMESPACE=/whisk.system\n+ WSK_CLI=/home/openwhisk16/workspace/incubator-openwhisk/ansible/../bin/wsk\n+ WHISKPROPS_FILE=/home/openwhisk16/workspace/incubator-openwhisk/ansible/../whisk.properties\n+ '[' -z '' ']'\n++ cut -d= -f2\n++ fgrep apigw.auth.user= /home/openwhisk16/workspace/incubator-openwhisk/ansible/../whisk.properties\n+ GW_USER=\n+ '[' -z '' ']'\n++ cut -d= -f2-\n++ fgrep apigw.auth.pwd= /home/openwhisk16/workspace/incubator-openwhisk/ansible/../whisk.properties\n+ GW_PWD=\n+ '[' -z '' ']'\n++ cut -d= -f2\n++ fgrep apigw.host.v2= /home/openwhisk16/workspace/incubator-openwhisk/ansible/../whisk.properties\n+ GW_HOST_V2=http://172.17.0.1:9000/v2\n+ '[' -f /home/openwhisk16/workspace/incubator-openwhisk/ansible/../ansible/files/auth.whisk.system ']'\n++ cat /home/openwhisk16/workspace/incubator-openwhisk/ansible/../ansible/files/auth.whisk.system\n+ AUTH=789c46b1-71f6-4ed5-8c54-816aa4f8c502:abczO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP\n+ export WSK_CONFIG_FILE=\n+ WSK_CONFIG_FILE=\n+ echo Installing apimgmt package\n+ /home/openwhisk16/workspace/incubator-openwhisk/ansible/../bin/wsk -i --apihost 172.17.0.1 package update --auth 789c46b1-71f6-4ed5-8c54-816aa4f8c502:abczO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP --shared no /whisk.system/apimgmt -a description 'This package manages the gateway API configuration.' -p gwUser '' -p gwPwd '' -p gwUrlV2 http://172.17.0.1:9000/v2\nerror: Package update failed: The connection failed, or timed out. (HTTP status code 500)", "stderr_lines": ["+ '[' 4 -eq 0 ']'", "+ AUTH=/home/openwhisk16/workspace/incubator-openwhisk/ansible/../ansible/files/auth.whisk.system", "+ APIHOST=172.17.0.1", "+ NAMESPACE=/whisk.system", "+ WSK_CLI=/home/openwhisk16/workspace/incubator-openwhisk/ansible/../bin/wsk", "+ WHISKPROPS_FILE=/home/openwhisk16/workspace/incubator-openwhisk/ansible/../whisk.properties", "+ '[' -z '' ']'", "++ cut -d= -f2", "++ fgrep apigw.auth.user= /home/openwhisk16/workspace/incubator-openwhisk/ansible/../whisk.properties", "+ GW_USER=", "+ '[' -z '' ']'", "++ cut -d= -f2-", "++ fgrep apigw.auth.pwd= /home/openwhisk16/workspace/incubator-openwhisk/ansible/../whisk.properties", "+ GW_PWD=", "+ '[' -z '' ']'", "++ cut -d= -f2", "++ fgrep apigw.host.v2= /home/openwhisk16/workspace/incubator-openwhisk/ansible/../whisk.properties", "+ GW_HOST_V2=http://172.17.0.1:9000/v2", "+ '[' -f /home/openwhisk16/workspace/incubator-openwhisk/ansible/../ansible/files/auth.whisk.system ']'", "++ cat /home/openwhisk16/workspace/incubator-openwhisk/ansible/../ansible/files/auth.whisk.system", "+ AUTH=789c46b1-71f6-4ed5-8c54-816aa4f8c502:abczO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP", "+ export WSK_CONFIG_FILE=", "+ WSK_CONFIG_FILE=", "+ echo Installing apimgmt package", "+ /home/openwhisk16/workspace/incubator-openwhisk/ansible/../bin/wsk -i --apihost 172.17.0.1 package update --auth 789c46b1-71f6-4ed5-8c54-816aa4f8c502:abczO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP --shared no /whisk.system/apimgmt -a description 'This package manages the gateway API configuration.' -p gwUser '' -p gwPwd '' -p gwUrlV2 http://172.17.0.1:9000/v2", "error: Package update failed: The connection failed, or timed out. (HTTP status code 500)"], "stdout": "Installing apimgmt package", "stdout_lines": ["Installing apimgmt package"]}
   
   [FAILED]
   > ./installRouteMgmt.sh /home/openwhisk16/workspace/incubator-openwhisk/ansible/../ansible/files/auth.whisk.system 172.17.0.1 /whisk.system /home/openwhisk16/workspace/incubator-openwhisk/ansible/../bin/wsk
   non-zero return code
   Installing apimgmt package
   + '[' 4 -eq 0 ']' + AUTH=/home/openwhisk16/workspace/incubator-
   openwhisk/ansible/../ansible/files/auth.whisk.system + APIHOST=172.17.0.1 +
   NAMESPACE=/whisk.system + WSK_CLI=/home/openwhisk16/workspace/incubator-
   openwhisk/ansible/../bin/wsk + WHISKPROPS_FILE=/home/openwhisk16/workspace
   /incubator-openwhisk/ansible/../whisk.properties + '[' -z '' ']' ++ cut -d= -f2
   ++ fgrep apigw.auth.user= /home/openwhisk16/workspace/incubator-
   openwhisk/ansible/../whisk.properties + GW_USER= + '[' -z '' ']' ++ cut -d= -f2-
   ++ fgrep apigw.auth.pwd= /home/openwhisk16/workspace/incubator-
   openwhisk/ansible/../whisk.properties + GW_PWD= + '[' -z '' ']' ++ cut -d= -f2
   ++ fgrep apigw.host.v2= /home/openwhisk16/workspace/incubator-
   openwhisk/ansible/../whisk.properties + GW_HOST_V2=http://172.17.0.1:9000/v2 +
   '[' -f /home/openwhisk16/workspace/incubator-
   openwhisk/ansible/../ansible/files/auth.whisk.system ']' ++ cat
   /home/openwhisk16/workspace/incubator-
   openwhisk/ansible/../ansible/files/auth.whisk.system + AUTH=789c46b1-71f6-4ed5-8
   c54-816aa4f8c502:abczO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIw
   P + export WSK_CONFIG_FILE= + WSK_CONFIG_FILE= + echo Installing apimgmt package
   + /home/openwhisk16/workspace/incubator-openwhisk/ansible/../bin/wsk -i
   --apihost 172.17.0.1 package update --auth 789c46b1-71f6-4ed5-8c54-816aa4f8c502:
   abczO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP --shared no
   /whisk.system/apimgmt -a description 'This package manages the gateway API
   configuration.' -p gwUser '' -p gwPwd '' -p gwUrlV2 http://172.17.0.1:9000/v2
   error: Package update failed: The connection failed, or timed out. (HTTP status
   code 500)
   

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