首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在使用AWS Corda企业模板执行Corda节点之间的事务时,未能连接到加载均衡器

在使用AWS Corda企业模板执行Corda节点之间的事务时,未能连接到加载均衡器
EN

Stack Overflow用户
提问于 2019-02-26 13:28:52
回答 1查看 171关注 0票数 0
  1. 我正在评估AWS Corda企业模板。
  2. 我有两个节点(PartyA和PartyB)连接到Corda。两个节点都在同一子网下,具有不同的安全组。
  3. 为了在Corda上测试Corda节点的安装,我引用本文档[https://docs.corda.r3.com/testnet-explorer.html]
  4. 在使用节点资源管理器在双方之间执行发行交易后,我无法使交易成功。
  5. AMPQ客户端未能连接到端口10002的负载均衡器,原因是提供了以下错误:
代码语言:javascript
复制
[INFO ] 2019-02-26T09:08:46,926Z [nioEventLoopGroup-2-1] netty.AMQPClient.operationComplete - Failed to connect to Corda-Par-P2PLoadB-xxxxx-301305085.us-east-2.elb.amazonaws.com:10002 {}
[ERROR] 2019-02-26T09:09:01,415Z [Thread-2 (ActiveMQ-scheduled-threads)] core.server.lambda$channelActive$0 - AMQ224088: Timeout (10 seconds) while handshaking has occurred. {}
[ERROR] 2019-02-26T09:09:12,632Z [Thread-3 (ActiveMQ-scheduled-threads)] core.server.lambda$channelActive$0 - AMQ224088: Timeout (10 seconds) while handshaking has occurred. {}
[INFO ] 2019-02-26T09:09:12,989Z [pool-14-thread-1] statemachine.FlowMonitor.logFlowsWaitingForParty - Flow with id xxxxx has been waiting for 74276 seconds to receive messages from parties [O=xxxx, L=xxxx, C=IN]. {}
[ERROR] 2019-02-26T09:09:31,415Z [Thread-0 (ActiveMQ-scheduled-threads)] core.server.lambda$channelActive$0 - AMQ224088: Timeout (10 seconds) while handshaking has occurred. {}
[ERROR] 2019-02-26T09:09:42,632Z [Thread-2 (ActiveMQ-scheduled-threads)] core.server.lambda$channelActive$0 - AMQ224088: Timeout (10 seconds) while handshaking has occurred. {}
[INFO ] 2019-02-26T09:09:46,986Z [nioEventLoopGroup-2-2] netty.AMQPClient.nextTarget - Retry connect to Corda-Par-P2PLoadB-xxxxx-301305085.us-east-2.elb.amazonaws.com:10002 {}
[ERROR] 2019-02-26T09:10:01,414Z [Thread-0 (ActiveMQ-scheduled-threads)] core.server.lambda$channelActive$0 - AMQ224088: Timeout (10 seconds) while handshaking has occurred. {}
[ERROR] 2019-02-26T09:10:12,632Z [Thread-1 (ActiveMQ-scheduled-threads)] core.server.lambda$channelActive$0 - AMQ224088: Timeout (10 seconds) while handshaking has occurred. {}
[INFO ] 2019-02-26T09:10:12,989Z [pool-14-thread-1] statemachine.FlowMonitor.logFlowsWaitingForParty - Flow with id xxxxx has been waiting for 74336 seconds to receive messages from parties [O=xxxx, L=xxxx, C=IN]. {}

在双方的安全组的入站规则中,TCP端口被启用为端口10002。

有人能帮我解决我的问题吗?

提前谢谢。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2019-02-28 12:49:24

通过将入站规则添加到双方的每个安全组作为所有通信量添加到0.0.0.0/0,从而解决了错误

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/54886620

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档