Error: The node does not have system_traces yet, probably still bootstrapping【无线学习笔记三】

OAI 环境搭建运行 ./config_container 时报如下图错误:

Error: The node does not have system_traces yet, probably still bootstrapping
Connection error: ('Unable to connect to any servers', {'192.168.61.2': error(111, "Tried connecting to [('192.168.61.2', 9042)]. Last error: Connection refused")})

Error: The node does not have system_traces yet, probably still bootstrapping【无线学习笔记三】_第1张图片

 我找了半天,网上说是数据库的问题,我也进去dockers里面找配置文件,发现配置是没问题的。而且每次运行 ./config_container 文件就相当于重新新建了一个数据库容器,所以问题应该不在dockers里面的容器。后面就一句一句的 echo 输出看到底那一句出问题报错,……最后找到了。

解决方法:

加上 一句延时: sleep 5

Error: The node does not have system_traces yet, probably still bootstrapping【无线学习笔记三】_第2张图片 添加上后运行不报错了:

Error: The node does not have system_traces yet, probably still bootstrapping【无线学习笔记三】_第3张图片

 分析原因:我用的老电脑,性能一般,所以可能没加载完成,后面就请求连接了,所以造成此问题。这只是我的问题,和大家分享一下,不确定大家是不是这样也能解决此问题,大家可以试试。欢迎大家指教。

你可能感兴趣的:(无线学习笔记,网络安全)