简体   繁体   English

获取通道的背书客户端时出错:无法创建新连接:超出上下文截止日期

[英]Error getting endorser client for channel: failed to create new connection: context deadline exceeded

I am getting an error message while following this https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/managed-blockchain-get-started-tutorial.html tutorial from Amazon Managed Blockchain for Hyperledger Fabric.我在遵循来自 Amazon Managed Blockchain 的https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/managed-blockchain-get-started-tutorial.html教程时收到一条错误消息超级账本结构。 I have followed all steps properly but I got stuck while trying to join a channel.我已正确执行所有步骤,但在尝试加入频道时卡住了。 I am a newbie in Hyperledger Fabric and Amazon Managed Blockchain.我是 Hyperledger Fabric 和 Amazon Managed Blockchain 的新手。 I have attached an image of the error message below.我在下面附上了错误消息的图像。 Help me!!!帮我!!!

Error Image错误图像

The error you are getting:你得到的错误:

Failed to create new connection: context deadline exceeded无法创建新连接:已超过上下文截止日期

Can be caused by:可能由以下原因引起:

  • A misconfiguration of ChannelIDs. ChannelIDs 配置错误。 Make sure the ChannelIDs match and that you are attempting to join the peer to the correct channel.确保 ChannelID 匹配,并且您正在尝试将对等方加入正确的频道。
  • Using the wrong root certificate file for TLS.使用错误的 TLS 根证书文件。 Make sure the root certificate file and root certificate path are correct.请确保根证书文件和根证书路径正确。

Here is a link to the question this answer was based on, involving the same error in a different context. 是此答案所基于的问题的链接,涉及不同上下文中的相同错误。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 etcdctl 抛出错误:超出上下文截止日期错误 - etcdctl throws Error: context deadline exceeded error GKE 中的 Stackdriver 抛出 rpc 错误“无法导出到 Stackdriver”“超出上下文截止日期” - Stackdriver in GKE throws rpc error "Failed to export to Stackdriver" "context deadline exceeded" AKS AGIC:就绪探测失败:获取“http://192.168.0.12:8123/health/ready”:超出上下文截止日期 - AKS AGIC: Readiness probe failed: Get "http://192.168.0.12:8123/health/ready": context deadline exceeded 错误:使用 firebase 云函数时已超过期限 - Error: deadline-exceeded when working with firebase cloud functions 如何在 pubsub 中处理超过截止日期的消息 - How deadline exceeded messages are handled in pubsub ConnectException: Connection refused (Connection refused) Error while obtaining a new communication channel。 数据块笔记本中的错误 - ConnectException: Connection refused (Connection refused) Error while obtaining a new communication channel. error in databricks notebook Firebase Function Firebase 错误:deadline-exceeded 还没有超时 - Firebase Function Firebase Error: deadline-exceeded when it hasn't timed out yet 为什么 Cloud Tasks 会在 60 秒后出现“Deadline Exceeded”错误? - Why does Cloud Tasks gives "Deadline Exceeded" error after 60s? 使用Firebase模拟器调用Firebase云function导致DEADLINE_EXCEEDED错误 - Calling Firebase cloud function causes DEADLINE_EXCEEDED error when using Firebase emulator client = boto3.client('eventbridge') 出现错误 - getting error for client = boto3.client('eventbridge')
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM