2017-03-20 6 views
0

私はhttps://fabric-composer.github.io/managing/identity-issue.htmlの手順に従って参加者の身元を確認しています。私はエラーを取得していないし、実行したとき:"作曲者の身元の問題"の後に "composer network ping"の参加者が表示されない

composer identity issue -n 'mychain-network' -i WebAppAdmin -s DJY27pEnl16d -u user1 -a "com.example.model.Owner#userid" 

私が正しく取得:

$ composer network ping -n 'mychain-network' -i user1 -s kJoWHaYCxnes 
The connection to the network was successfully tested: 
    version = 0.5.5 
    participant = <no participant found> 
Command completed successfully. 

アムI:

The participant can now connect to the business network with the following details: 
    userID = user1 
    userSecret = kJoWHaYCxnes 

問題がpingを実行するとき、後に、私は参加者を得ることはありませんということです何かが欠けている?ありがとう。

答えて

1

これは生地のv0.6で動作させるためには、あなたが例 membersrvc: image: hyperledger/fabric-membersrvc ports: - '7054:7054' environment: - MEMBERSRVC_CA_ACA_ENABLED=true command: membersrvc のために、これを行うには、次の環境変数 MEMBERSRVC_CA_ACA_ENABLED=true 最も簡単な方法は、お使いのドッキングウィンドウのコンポーズファイルを更新することであるとメンバーシップサービスを起動する必要がありますあなたの例では、参加者フィールドに正しい値を設定する必要があります。

関連する問題