2017-10-27 4 views
0

私はCorda Version 1を使用しています。ドッカー環境でノードを実行しているときにトランザクションが完了していません。それは、このログの後に捕まってしまった:公証機関に連絡すると、Corda取引が停止する

Flow logs >> Generating transaction based on new Trade Details. 
Flow logs >> Verifying contract constraints. 
Flow logs >> Signing transaction with our private key. 
Flow logs >> Gathering the counterparty's signature. 
Flow logs >> Structural step change in child of Gathering the counterparty's signature. 
Flow logs >> Collecting signatures from counter-parties. 
Flow logs >> Verifying collected signatures. 
Flow logs >> Done 
Flow logs >> Obtaining notary signature and recording transaction. 
Flow logs >> Structural step change in child of Obtaining notary signature and recording transaction. 
Flow logs >> Requesting signature by notary service 
Flow logs >> Structural step change in child of Requesting signature by notary service 
Flow logs >> Requesting signature by Notary service 

私は、コントローラのログでこのメッセージを見ることができます:あなたのノードは、公証人と通信できないよう

[INFO ] 2017-10-27T07:27:57,024Z [Messaging] messaging.NodeMessagingClient.createQueueIfAbsent - Create fresh queue internal.peers.8Kqd4oWdx4KQGHGNkbLbDP3bxDkm43Gy7NpJqGdiL5G2PwRdVu9dngMkJkp bound on same address 
[WARN ] 2017-10-27T07:29:57,111Z [Messaging] messaging.NodeMessagingClient.sendWithRetry - Reached the maximum number of retries (3) for message ClientMessageImpl[messageID=0, durable=true, address=internal.peers.8Kqd4oWdx4KQGHGNkbLbDP3bxDkm43Gy7NpJqGdiL5G2PwRdVu9dngMkJkp,userID=null,properties=TypedProperties[platform-version=1,corda-vendor=Corda Open Source,release-version=1.0.0,platform-topic=platform.session,session-id=0,_AMQ_DUPL_ID=0efb502e-15f6-4b0a-bdf9-8296571f228f]] redelivery to internal.peers.8Kqd4oWdx4KQGHGNkbLbDP3bxDkm43Gy7NpJqGdiL5G2PwRdVu9dngMkJkp 
+0

が見えます。公証人が利用できると確信していますか? –

+0

反対ではありませんか?コントローラはノードからメッセージを受信しましたが、通信できません。しかし、コントローラがネットワークマップであると仮定し、このセットアップで公証人であると仮定すると、それは変だ。ノードとの通信に問題がある場合、最初にネットワークマップにどのように登録しましたか? – joel

+0

コントローラはノードからメッセージを受信しましたが、通信できません。最初の場所に登録されています。残りの/ピアを呼び出すと、他のノードも取得しています。 –

答えて

0
I have solved this problem by using actual host machine IP address in p2pAddress while creating node container. 
it was mapped as localhost in p2pAddress and i have already exposed container ip with hostmachine ip. therefore ideally this should not be the issue, however it's creating issue while signing notary service if we are using localhost. many thanks for support. 
関連する問題