blockchain-explorer icon indicating copy to clipboard operation
blockchain-explorer copied to clipboard

Error: error in simulation: failed to execute transaction

Open Maxino22 opened this issue 1 year ago • 1 comments

Blockchain Explorer starts but i'm getting this error I can access the UI but no records seen.

[2024-11-07T07:36:25.643] [ERROR] Sync - <<<<<<<<<<<<<<<<<<<<<<<<<< Synchronizer Error >>>>>>>>>>>>>>>>>>>>>
[2024-11-07T07:36:25.643] [ERROR] Sync - Error: error in simulation: failed to execute transaction feea5e890f53c678000971a42bd0baf7deac75acaafdeee4f9cf0ed958dc57c5: 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
    at SingleQueryHandler.evaluate (/opt/explorer/node_modules/fabric-network/lib/impl/query/singlequeryhandler.js:60:57)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async Transaction.evaluate (/opt/explorer/node_modules/fabric-network/lib/transaction.js:319:25) {
  isEndorsed: false,
  payload: { type: 'Buffer', data: [] },
  status: 500
}

Maxino22 avatar Nov 07 '24 08:11 Maxino22

Did you find any solution? I have the same problem while using Hyperledger Fabric v3.0.0. Here are my issues (https://github.com/hyperledger-labs/blockchain-explorer/issues/511 - https://github.com/hyperledger-labs/blockchain-explorer/issues/512). Which fabric version are you using?

umitkilic avatar Nov 23 '24 11:11 umitkilic