volttron.platform.vip.agent.core ERROR: No response to hello message after 10 seconds
volttron.platform.vip.agent.core ERROR: No response to hello message after 10 seconds
我正在删除一些 volttron 代理,但我一直 运行 出错。当我执行 "vctl status" 或尝试删除或停止一些已安装的代理时,通常会出现这种情况。我在关机的时候也遇到过,所以我必须手动进入.volttron目录并删除keystore文件,并删除所有代理目录。
我看到这里问了一个几乎相似的问题:。但是我通过安装过程来安装我的代理,根本没有从 Eclipse 运行。
python scripts/install-agent.py -s Node611/PredAgent/ -c Node611/PredAgent/config -t p11
这些是错误:
2019-08-06 11:00:12,070 () volttron.platform.vip.agent.core ERROR: No response to hello message after 10 seconds.
2019-08-06 11:00:12,070 () volttron.platform.vip.agent.core ERROR: A common reason for this is a conflicting VIP IDENTITY.
2019-08-06 11:00:12,070 () volttron.platform.vip.agent.core ERROR: Another common reason is not having an auth entry onthe target instance.
2019-08-06 11:00:12,071 () volttron.platform.vip.agent.core ERROR: Shutting down agent.
2019-08-06 11:00:12,071 () volttron.platform.vip.agent.core ERROR: Possible conflicting identity is: control.connection
remove: operation timed out
在此错误之前日志中是否还有其他警告消息?在此错误消息之前,您是否看到任何身份验证 errors/warnings?您必须明确授权代理才能访问 VOLTTRON 平台。您可以为单个代理执行 'vctl auth add',或者在开发或测试环境允许访问所有代理的情况下,通过在执行 'vctl auth add'
时设置 credentials=/.*/
另一个可能的原因可能是与代理的连接问题。您使用的是 ZMQ 还是 RabbitMQ 消息总线?如果使用 RabbitMQ,您可以检查 rabbitmq 日志以查看是否有任何错误吗?
我正在删除一些 volttron 代理,但我一直 运行 出错。当我执行 "vctl status" 或尝试删除或停止一些已安装的代理时,通常会出现这种情况。我在关机的时候也遇到过,所以我必须手动进入.volttron目录并删除keystore文件,并删除所有代理目录。
我看到这里问了一个几乎相似的问题:
python scripts/install-agent.py -s Node611/PredAgent/ -c Node611/PredAgent/config -t p11
这些是错误:
2019-08-06 11:00:12,070 () volttron.platform.vip.agent.core ERROR: No response to hello message after 10 seconds.
2019-08-06 11:00:12,070 () volttron.platform.vip.agent.core ERROR: A common reason for this is a conflicting VIP IDENTITY.
2019-08-06 11:00:12,070 () volttron.platform.vip.agent.core ERROR: Another common reason is not having an auth entry onthe target instance.
2019-08-06 11:00:12,071 () volttron.platform.vip.agent.core ERROR: Shutting down agent.
2019-08-06 11:00:12,071 () volttron.platform.vip.agent.core ERROR: Possible conflicting identity is: control.connection remove: operation timed out
在此错误之前日志中是否还有其他警告消息?在此错误消息之前,您是否看到任何身份验证 errors/warnings?您必须明确授权代理才能访问 VOLTTRON 平台。您可以为单个代理执行 'vctl auth add',或者在开发或测试环境允许访问所有代理的情况下,通过在执行 'vctl auth add'
时设置 credentials=/.*/另一个可能的原因可能是与代理的连接问题。您使用的是 ZMQ 还是 RabbitMQ 消息总线?如果使用 RabbitMQ,您可以检查 rabbitmq 日志以查看是否有任何错误吗?