Error: Failed to connect before the deadline URL:grpc://localhost:7051

南笙酒味 提交于 2020-05-16 01:19:08

问题


:~/Documents/test/education/LFS171x/fabric-material/tuna-app/$ node query.js 
Store path:/home/*******/Documents/test/education/LFS171x/fabric-material/tuna-app/hfc-key-store
Successfully loaded user1 from persistence
2020-02-11T05:56:10.423Z - error: [Remote.js]: Error: Failed to connect before the deadline URL:grpc://localhost:7051
Query has completed, checking results
error from query =  Error: Failed to connect before the deadline URL:grpc://localhost:7051
    at checkState (/home/******/Documents/test/education/LFS171x/fabric-material/tuna-app/node_modules/fabric-client/node_modules/grpc/src/client.js:883:16) {
  connectFailed: true
}

Im experimenting Hyperledger Fabric, using this link for reference,

Successfully registered admin and user, using registerAdmin.js and registerUser.js. I am currently facing this error after running node query.js.

I need help troubleshooting this error,

Error: Failed to connect before the deadline URL:grpc://localhost:7051.

Platform: Ubuntu 18.04, Experimenting hyperledger fabric using Local Environment.

Thanks in advance.

来源:https://stackoverflow.com/questions/60163176/error-failed-to-connect-before-the-deadline-urlgrpc-localhost7051

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!