VOLTTRON / volttron

VOLTTRON Distributed Control System Platform
https://volttron.readthedocs.io/
Other
455 stars 216 forks source link

RabbitMQ-VOLTTRON: vctl status fails right after running ./start-volttron #1800

Closed schandrika closed 5 years ago

schandrika commented 5 years ago

When using rabbitmq mesage bus, ./start-volttron

immediately run vctl status command. This will throw the following error. This is because volttron has npt finished make all the core agent user and certs..

2018-09-18 14:25:12,123 () volttron.platform.vip.agent.core ERROR: No response to hello message after 10 seconds. 2018-09-18 14:25:12,123 () volttron.platform.vip.agent.core ERROR: A common reason for this is a conflicting VIP IDENTITY. 2018-09-18 14:25:12,124 () volttron.platform.vip.agent.core ERROR: Another common reason is not having an auth entry onthe target instance. 2018-09-18 14:25:12,124 () volttron.platform.vip.agent.core ERROR: Shutting down agent. 2018-09-18 14:25:12,124 () volttron.platform.vip.agent.core ERROR: Possible conflicting identity is: control.connection status: operation timed out

schandrika commented 5 years ago

see if there is a way to check for a plugin status if so start that plugin as the last and use that as the rmq-start status