[error]: Unable to invoke action 'utils/echo' read: connection reset by peer
- Dominant language
- Scala
- Stars
- 6.8k
- Forks
- 1.2k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 2
Description
## 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?
Contributor guide
Assessment
This issue has not been assessed yet.