事务调用上的Hyperledger Fabric 1.4错误

时间:2019-02-04 13:33:08

标签: hyperledger-fabric hyperledger

我已经基于Hyperledger docs的“ Commercial Paper”教程实施了自己的项目,该项目可在基本网络上运行,但我想在第一个网络上运行该项目,以便添加更多渠道和组织。我进行了必要的更改以在第一个网络上运行它。我可以安装它并实例化它,但是当我调用事务时,我得到了一个错误。安装的Fabric版本是1.4。

我收到以下错误:

c:\Program Files\CMake\share\cmake-3.8\Modules\Compiler

有人知道为什么无法初始化频道吗? 我以为频道之前已经初始化过

这是我的networkConnection.yalm:

2019-02-04T11:08:37.318Z - error: [Network]: _initializeInternalChannel: 
Unable to initialize channel. Attempted to contact 1 Peers. Last error was 
Error: 2 UNKNOWN: Stream removed
Error: Unable to initialize channel. Attempted to contact 1 Peers. Last 
error was Error: 2 UNKNOWN: Stream removed
at Network._initializeInternalChannel 
(/home/fabric/go/src/github.com/hyperledger/fabric- 
samples/bimtrust/organization/contractor/application/node_modules/fabric- 
network/lib/network.js:120:12) at <anonymous>
Disconnect from Fabric gateway.

0 个答案:

没有答案