Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到一个错误,例如
没有响应 ping,正在删除事务处理器。
谁能指导这里的错误/如果我的设置有任何问题?
这是来自 Hyperledger Sawtooth 区块链验证器的消息。验证器检查与所有已注册事务处理器的连接时发生超时。如果事务处理器没有响应,则将其从列表中删除。
一些可能的原因:事务处理器(TP)死了。检查 TP 进程是否仍在运行(如果您正在运行 docker,请检查 Docker 容器)。如果 TP 在另一台主机或另一台虚拟机上,请检查网络连接。检查消息日志。也许 TP 被“冻结”或挂起或有错误。添加日志消息(使用 LOGGER)。