You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
When running the demo, network.sh up, I've been getting handshake errors on the host from the peer and orderer
Peer0:
2021-10-06 20:51:38.521 UTC [core.comm] ServerHandshake -> ERRO 44a TLS handshake failed with error EOF server=PeerServer remoteaddress=10.3.2.25:55306
2021-10-06 20:51:38.521 UTC [grpc] Warningf -> DEBU 44b grpc: Server.Serve failed to complete security handshake from "10.3.2.25:55306": EOF
2021-10-06 20:51:38.713 UTC [gossip.channel] publishStateInfo -> DEBU 44c Empty membership, no one to publish state info to
2021-10-06 20:51:39.778 UTC [gossip.election] waitForInterrupt -> DEBU 44d d28ac30ece53d355648c15ffcaffb8d494f513a7ef94538ba9868111670a4252 : Exiting
2021-10-06 20:51:39.778 UTC [gossip.election] IsLeader -> DEBU 44e d28ac30ece53d355648c15ffcaffb8d494f513a7ef94538ba9868111670a4252 : Returning true
2021-10-06 20:51:39.779 UTC [gossip.election] waitForInterrupt -> DEBU 44f d28ac30ece53d355648c15ffcaffb8d494f513a7ef94538ba9868111670a4252 : Entering
2021-10-06 20:51:40.467 UTC [gossip.discovery] InitiateSync -> DEBU 450 No peers to send to, aborting membership sync
2021-10-06 20:51:42.523 UTC [gossip.discovery] periodicalSendAlive -> DEBU 451 Empty membership, no one to send a heartbeat to
2021-10-06 20:51:42.523 UTC [gossip.discovery] periodicalSendAlive -> DEBU 452 Sleeping 5s
2021-10-06 20:51:42.713 UTC [gossip.channel] publishStateInfo -> DEBU 453 Empty membership, no one to publish state info to
2021-10-06 20:51:43.521 UTC [core.comm] ServerHandshake -> ERRO 454 TLS handshake failed with error EOF server=PeerServer remoteaddress=10.3.2.25:55386
orderer:
2021-10-06 20:54:21.307 UTC [core.comm] ServerHandshake -> ERRO 9d9 TLS handshake failed with error EOF server=Orderer remoteaddress=10.3.2.25:49092
2021-10-06 20:54:21.307 UTC [grpc] Warningf -> DEBU 9da grpc: Server.Serve failed to complete security handshake from "10.3.2.25:49092": EOF
2021-10-06 20:54:21.470 UTC [orderer.consensus.etcdraft] Check -> DEBU 9db Current active nodes in cluster are: [1] channel=mychannel node=1
2021-10-06 20:54:22.891 UTC [orderer.consensus.etcdraft] Check -> DEBU 9dc Current active nodes in cluster are: [1] channel=system-channel node=1
2021-10-06 20:54:23.470 UTC [orderer.consensus.etcdraft] Check -> DEBU 9dd Current active nodes in cluster are: [1] channel=mychannel node=1
2021-10-06 20:54:24.891 UTC [orderer.consensus.etcdraft] Check -> DEBU 9de Current active nodes in cluster are: [1] channel=system-channel node=1
2021-10-06 20:54:25.470 UTC [orderer.consensus.etcdraft] Check -> DEBU 9df Current active nodes in cluster are: [1] channel=mychannel node=1
2021-10-06 20:54:26.891 UTC [orderer.consensus.etcdraft] Check -> DEBU 9e0 Current active nodes in cluster are: [1] channel=system-channel node=1
2021-10-06 20:54:27.470 UTC [orderer.consensus.etcdraft] Check -> DEBU 9e1 Current active nodes in cluster are: [1] channel=mychannel node=1
2021-10-06 20:54:28.892 UTC [orderer.consensus.etcdraft] Check -> DEBU 9e2 Current active nodes in cluster are: [1] channel=system-channel node=1
2021-10-06 20:54:29.470 UTC [orderer.consensus.etcdraft] Check -> DEBU 9e3 Current active nodes in cluster are: [1] channel=mychannel node=1
2021-10-06 20:54:30.891 UTC [orderer.consensus.etcdraft] Check -> DEBU 9e4 Current active nodes in cluster are: [1] channel=system-channel node=1
2021-10-06 20:54:31.312 UTC [core.comm] ServerHandshake -> ERRO 9e5 TLS handshake failed with error EOF server=Orderer remoteaddress=10.3.2.25:49266
2021-10-06 20:54:31.312 UTC [grpc] Warningf -> DEBU 9e6 grpc: Server.Serve failed to complete security handshake from "10.3.2.25:49266": EOF
10.3.2.25 is the kubernetes host IP.
Why am I getting this error? Any ideas
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running the demo,
network.sh up
, I've been getting handshake errors on the host from thepeer
andorderer
Peer0:
orderer:
10.3.2.25
is the kubernetes host IP.Why am I getting this error? Any ideas
The text was updated successfully, but these errors were encountered: