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

Errors from Install Operation #621

Open
xiaor2 opened this issue May 24, 2024 · 1 comment
Open

Errors from Install Operation #621

xiaor2 opened this issue May 24, 2024 · 1 comment

Comments

@xiaor2
Copy link
Member

xiaor2 commented May 24, 2024

Peer node errors:

2024-05-23 23:24:16 2024-05-24 04:24:16.443 UTC [endorser] Validate -> WARN 01f access denied: channel the supplied identity is not valid: x509: certificate signed by unknown authority (possibly because of "x509: ECDSA verification failure" while trying to verify candidate authority certificate "ca.uiuc.cello.org") channel= txID=d3d201f9
2024-05-23 23:24:16 2024-05-24 04:24:16.444 UTC [comm.grpc.server] 1 -> INFO 020 unary call completed grpc.service=protos.Endorser grpc.method=ProcessProposal grpc.peer_address=172.18.0.4:38404 error="error validating proposal: access denied: channel [] creator org [Uiuc.cello.orgMSP]" grpc.code=Unknown grpc.call_duration=679.588µs
2024-05-23 23:52:56 2024-05-24 04:52:56.182 UTC [core.comm] ServerHandshake -> ERRO 021 TLS handshake failed with error remote error: tls: bad certificate server=PeerServer remoteaddress=172.18.0.4:55794
2024-05-23 23:52:57 2024-05-24 04:52:57.175 UTC [core.comm] ServerHandshake -> ERRO 022 TLS handshake failed with error remote error: tls: bad certificate server=PeerServer remoteaddress=172.18.0.4:55802
2024-05-23 23:52:58 2024-05-24 04:52:58.821 UTC [core.comm] ServerHandshake -> ERRO 023 TLS handshake failed with error remote error: tls: bad certificate server=PeerServer remoteaddress=172.18.0.4:55814

API engine errors:

2024-05-23 23:56:46 Error: failed to endorse chaincode install: rpc error: code = Unknown desc = error validating proposal: access denied: channel [] creator org [Uiuc.cello.orgMSP]
@yeasy
Copy link
Member

yeasy commented May 25, 2024

  1. Need to verify the identity first, enable debugging in API-Engine.
  2. Why channel name is empty?

FYI: https://github.com/yeasy/docker-compose-files/blob/master/hyperledger_fabric/v2.2.4/scripts/test_cc_install.sh

Typically, org name is like org1, the ca domain is org1.xxx.yyy, the msp is Org1MSP

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