admin管理员组文章数量:1122846
I am using Hyperledger Fabric v3.0.0. I want to monitor my network using Hyperledger Explorer. The network is up. When I start Explorer, the screen is as shown below.
I checked the logs of the explorer container with docker logs xxxexplorercontainerid
the output is as follows:
[2024-11-21T12:02:03.592] [ERROR] Sync - <<<<<<<<<<<<<<<<<<<<<<<<<< Synchronizer Error >>>>>>>>>>>>>>>>>>>>>
[2024-11-21T12:02:03.592] [ERROR] Sync - Error: error in simulation: failed to execute transaction d00a5575f86467db94ce1ba5e0dec11f0e837fd23b41c0ccc526128ee7c0a93e: could not launch chaincode lscc.syscc: error building chaincode: error building image: failed to get chaincode package for external build: could not get legacy chaincode package 'lscc.syscc': open /var/hyperledger/production/chaincodes/lscc.syscc: no such file or directory
It looks like Explorer can not reach the info of blocks, transactions, and chaincode. Any idea?
I am using Hyperledger Fabric v3.0.0. I want to monitor my network using Hyperledger Explorer. The network is up. When I start Explorer, the screen is as shown below.
I checked the logs of the explorer container with docker logs xxxexplorercontainerid
the output is as follows:
[2024-11-21T12:02:03.592] [ERROR] Sync - <<<<<<<<<<<<<<<<<<<<<<<<<< Synchronizer Error >>>>>>>>>>>>>>>>>>>>>
[2024-11-21T12:02:03.592] [ERROR] Sync - Error: error in simulation: failed to execute transaction d00a5575f86467db94ce1ba5e0dec11f0e837fd23b41c0ccc526128ee7c0a93e: could not launch chaincode lscc.syscc: error building chaincode: error building image: failed to get chaincode package for external build: could not get legacy chaincode package 'lscc.syscc': open /var/hyperledger/production/chaincodes/lscc.syscc: no such file or directory
It looks like Explorer can not reach the info of blocks, transactions, and chaincode. Any idea?
Share Improve this question asked Nov 22, 2024 at 13:00 umitkilicumitkilic 3591 gold badge5 silver badges19 bronze badges1 Answer
Reset to default 0It looks like Explorer is trying to use the legacy (Fabric v1) chaincode lifecycle implementation (lscc); likely to list deployed chaincode. A new chaincode lifecycle was introduced with Fabric v2, and the legacy (Fabric v1) lifecycle was removed in Fabric v3. I guess that Explorer needs to be updated to use the newer (Fabric v2) chaincode lifecycle in order to be compatible with Fabric v3.
本文标签: dockerSynchronizer Errorlsccsyscc no such file or directory on Hyperledger ExplorerStack Overflow
版权声明:本文标题:docker - Synchronizer Error - lscc.syscc: no such file or directory on Hyperledger Explorer - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736303632a1931953.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论