0613BTS opened a new issue #5100:
URL: https://github.com/apache/openwhisk/issues/5100


   ## Environment details:
   
    ubuntu 18.04
   
   
   When I finished deployment, I tried "wsk -d action invoke 
/whisk.system/utils/echo -p message hello --result"
   
   
   The output is :
   error: Unable to invoke action 'utils/echo': Post 
"http://172.17.0.1:10001/api/v1/namespaces/whisk.system/actions/utils/echo?blocking=true&result=true":
 read tcp 172.17.0.1:52650->172.17.0.1:10001: read: connection reset by peer
   
   
   Find more details :
   [ent-go/whisk.(*Client).Do]:389:[Err] HTTP Do() [req 
http://172.17.0.1:10001/api/v1/namespaces/whisk.system/actions/utils/echo?blocking=true&result=true]
 error: Post 
"http://172.17.0.1:10001/api/v1/namespaces/whisk.system/actions/utils/echo?blocking=true&result=true":
 read tcp 172.17.0.1:52650->172.17.0.1:10001: read: connection reset by peer
   [k.(*ActionService).Invoke]:312:[Err] s.client.Do() error - HTTP req 
http://172.17.0.1:10001/api/v1/namespaces/whisk.system/actions/utils/echo?blocking=true&result=true;
 error 'Post 
"http://172.17.0.1:10001/api/v1/namespaces/whisk.system/actions/utils/echo?blocking=true&result=true":
 read tcp 172.17.0.1:52650->172.17.0.1:10001: read: connection reset by peer'
   [nds.handleInvocationError]:1045:[Err] Client.Actions.Invoke(utils/echo) 
error: Post 
"http://172.17.0.1:10001/api/v1/namespaces/whisk.system/actions/utils/echo?blocking=true&result=true":
 read tcp 172.17.0.1:52650->172.17.0.1:10001: read: connection reset by peer
   [-cli/commands.ExitOnError]:1193:[Inf] err object type: *whisk.WskError
   [-cli/commands.ExitOnError]:1204:[Err] Got a *whisk.WskError error: 
&whisk.WskError{RootErr:(*errors.errorString)(0xc0002e1430), ExitCode:3, 
DisplayMsg:true, MsgDisplayed:false, DisplayUsage:true, DisplayPrefix:true, 
ApplicationError:false, TimedOut:false}
   
   
   Could you please help me? What can I do?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to