简体   繁体   English

使用AWS Corda Enterprise模板在Corda节点之间执行事务时无法连接到Load Balancer

[英]Failed to connect to Load Balancer while performing transactions between Corda nodes using AWS Corda Enterprise template

  1. I am evaluating AWS Corda Enterprise template. 我正在评估AWS Corda Enterprise模板。
  2. I have two Corda Enterprise nodes (PartyA and PartyB) connected to Corda Testnet. 我有两个Corda Enterprise节点(PartyA和PartyB)连接到Corda Testnet。 Both the nodes are under same subnet having different security group. 两个节点都在具有不同安全组的同一子网下。
  3. To test the installation of Corda Enterprise node on Corda Testnet, I am refering this document [ https://docs.corda.r3.com/testnet-explorer.html] 为了测试Corda Testnet上Corda Enterprise节点的安装,我参考了此文档[ https://docs.corda.r3.com/testnet-explorer.html]
  4. After performing issuance transaction using Node explorer between the 2 parties, I am not able to make the transaction successful. 在两方之间使用Node Explorer执行发行交易后,我无法使交易成功。
  5. AMPQ Client is failing to connect to Load Balancer at port 10002 by giving following error: AMPQ客户端由于出现以下错误而无法通过端口10002连接到负载均衡器:
[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]. {}

In the Inbound rules of security group of both the parties, TCP port is enabled to port 10002. 在双方的“安全性入站规则”组中,将TCP端口启用为端口10002。

Can anyone please help me to solve my problem. 谁能帮我解决我的问题。

Thanks in advance. 提前致谢。

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

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

相关问题 无法使用Node explorer连接到AWS corda节点 - Not able to connect to AWS corda node using Node explorer AWS 负载均衡器部署失败 - AWS Load Balancer Failed to Deploy 使用 AWS CDK,如何将 AWS 负载均衡器和 AWS 接口 VPC 终端节点连接在一起 - Using AWS CDK, How to connect an AWS Load balancer and an AWS Interface VPC Endpoint together 如果 EC2 实例未对公众开放,AWS 网络负载均衡器无法连接到 EC2 实例 - AWS Network Load Balancer failed to connect with EC2 instance if EC2 instance is not open to public 使用 AWS CDK for python 创建 AWS 网络负载均衡器时无法传递 ec2-instance 详细信息 - Unable to pass the ec2-instance details while creating AWS network load balancer using AWS CDK for python 将弹性 IP 与 AWS 负载均衡器结合使用 - Using an elastic IP with an AWS Load Balancer 使用AWS Load Balancer作为隧道代理 - Using AWS Load Balancer as a Tunneling Proxy 使用 AWS Application Load Balancer 的 Websocket 超时 - Websocket timeouts using AWS Application Load Balancer 使用 AWS 负载均衡器的证书颁发机构 SSL - Certificate authority SSL using AWS load balancer 使用Redis Behing AWS负载均衡器 - Using Redis behing AWS load balancer
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM