hyperledger sawtooth validator node permissioning issue

送分小仙女□ 提交于 2019-12-13 03:52:58

问题


permission_verifier] Chain head is not set yet. Permit all. client_handlers] Unable to get chain head from block store not getting what is happening here. Could someone help?


回答1:


This error has been seen when the ownerships are wrong. Try setting ownership as follows: chown sawtooth:sawtooth /var/lib/sawtooth /var/lib/sawtooth/*

Another possibility is you need to start the Sawtooth processes as user sawtooth . For example: sudo -u sawtooth sawtooth-validator -vv



来源:https://stackoverflow.com/questions/52171533/hyperledger-sawtooth-validator-node-permissioning-issue

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