Error: endorsement failure during invoke. response: status:500 message:"make sure the chaincode irscc has been successfully instantiated and try again: chaincode irscc not found"
Asked
Active
Viewed 81 times
0

Artem Barger
- 40,769
- 9
- 59
- 81

iamve7254
- 11
- 1
- 5
-
the error indicates you have not installed your chaincode, did you follow official tutorial? – Artem Barger Sep 03 '19 at 21:37
-
ya i am followed tutiorial ..its working in cli container but new transactions are not submitting due to some policies issue – iamve7254 Sep 04 '19 at 05:57
-
what exact issue? can you elaborate? – Artem Barger Sep 04 '19 at 07:20
1 Answers
0
This can occur due to various reasons on reason could be that docker fails to update the volumes in that case you can try docker volume prune
If you could provide the orderer logs then it will be easy to debug

SJaiswal
- 1
- 2