我正在尝试设置 Hyperledger Explorer 以使用我的结构网络。我设法在不使用 docker 的情况下启动了资源管理器,但是当我尝试使用 docker-compose 在 docker 中启动资源管理器时。我在 explorer.mynetwork.com 容器中遇到以下错误。我在对等容器配置中为 CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.org1.example.com:7051 提供了正确的值。我遵循了 docker 设置的https://github.com/hyperledger/blockchain-explorer文档。如果我错过了任何配置,请告诉我。
2019-10-03T14:18:40.610Z - error: [Channel.js]: Channel:mychannel received discovery error:failed constructing descriptor for chaincodes:<name:"mycc" >
2019-10-03T14:18:40.616Z - error: [Channel.js]: Channel:mychannel received discovery error:failed constructing descriptor for chaincodes:<name:"mycc1" >
initializeChannelFromDiscover mychannel
2019-10-03T14:18:40.638Z - error: [Channel.js]: Channel:mychannel received discovery error:failed constructing descriptor for chaincodes:<name:"mycc" >
2019-10-03T14:18:40.644Z - error: [Channel.js]: Channel:mychannel received discovery error:failed constructing descriptor for chaincodes:<name:"mycc1" >
FabricClient.discover_results endpoint { host: 'orderer.example.com', port: 7050 }
initializeChannelFromDiscover.discoveryProtocol grpcs requesturl grpcs://orderer.example.com:7050.