please find the image first intsertion was happened sucessfully.我正尝试在Amazon-EC2中查询我的事务,但它返回NULL并出现背书失败,即使我的插入事务在本地系统中运行良好。
这是我得到的错误:
endorsement failure during invoke. response: status:500 message:"transaction returned with failure: Error: {\"Error\":\"candidate does not exist with: 13VV1A0533\"}"发布于 2019-06-24 15:11:55
从错误中看,链码似乎缺少对scheduleInterview方法的错误处理。
错误的意思是没有关键候选id的数据。
如果这不起作用,一定要恢复。
https://stackoverflow.com/questions/56712160
复制相似问题