apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.5k stars 1.16k forks source link

Invoking actions via the CLI leads to connection refused errors #296

Closed andreasnauerz closed 8 years ago

andreasnauerz commented 8 years ago

Error I get:

whisky@openwhisk:~/openwhisk$ wsk action invoke /whisk.system/samples/echo -p message hello --blocking --result
error: [Errno 111] Connection refused
rabbah commented 8 years ago

Assuming you are running against a local deployment, your deployment is actually not up. This may be a duplicate of https://github.com/openwhisk/openwhisk/issues/31#issuecomment-190015793.

andreasnauerz commented 8 years ago

Indeed this looks like the same issue. What I wonder is: Why is that happening even though I followed the instructions step by step?

Proposal: Let me see if I can reproduce the issue tomorrow after having properly cleaned-up everything. Maybe I tried too many different things finally leading to a totally screwed system.

andreasnauerz commented 8 years ago

Cannot reproduce this atm; let's close for now and reopen if it happens again.