Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Local] Peer fails to connect to member service #114

Open
bancey opened this issue May 10, 2017 · 1 comment
Open

[Local] Peer fails to connect to member service #114

bancey opened this issue May 10, 2017 · 1 comment

Comments

@bancey
Copy link

bancey commented May 10, 2017

I'm attempting to run the demo locally, I'm running into an issue where the peer can't contact the memberservice.
Running docker logs reveals that the error I get in the peer container is:
2017/05/10 10:55:38 grpc: addrConn.resetTransport failed to create client transport: connection error: desc = "transport: dial tcp 151.80.40.132:7054: i/o timeout"; Reconnecting to {"membersrvc:7054" <nil>} 10:55:38.001 [crypto] Errorf -> ERRO 01e [validator.test_vp0] Failed requesting read certificate [rpc error: code = 14 desc = grpc: RPC failed fast due to transport failure]. 10:55:38.001 [crypto] Errorf -> ERRO 01f [validator.test_vp0] Failed requesting ECA certificate [rpc error: code = 14 desc = grpc: RPC failed fast due to transport failure]. 10:55:38.001 [crypto] Errorf -> ERRO 020 [validator.test_vp0] Failed getting ECA certificate [rpc error: code = 14 desc = grpc: RPC failed fast due to transport failure]. 10:55:38.001 [crypto] Errorf -> ERRO 021 [validator.test_vp0] Failed retrieving ECA certs chain [rpc error: code = 14 desc = grpc: RPC failed fast due to transport failure]. 10:55:38.001 [crypto] Errorf -> ERRO 022 [validator.test_vp0] Failed registering node crypto engine [rpc error: code = 14 desc = grpc: RPC failed fast due to transport failure]. 10:55:38.001 [crypto] Errorf -> ERRO 023 [validator.test_vp0] Failed registering peer [test_vp0]: [rpc error: code = 14 desc = grpc: RPC failed fast due to transport failure] 10:55:38.001 [crypto] Errorf -> ERRO 024 [validator.test_vp0] Failed registering [test_vp0]: [rpc error: code = 14 desc = grpc: RPC failed fast due to transport failure] 10:55:38.001 [crypto] RegisterValidator -> ERRO 025 Failed registering validator [test_vp0] with name [test_vp0] [rpc error: code = 14 desc = grpc: RPC failed fast due to transport failure]. Error: rpc error: code = 14 desc = grpc: RPC failed fast due to transport failure

A quick google revealed that a possible solution is Make sure you are using the supplied binaries in the tarball file, and running your backend against “alpha” images.

Has anyone ran into this issue and solved it without trying to do the above?

Thanks in advance,

Alex

@liam-grace
Copy link
Contributor

How are you starting the demo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants