-
Notifications
You must be signed in to change notification settings - Fork 35
Troubleshooting
skovzhaw edited this page Jul 1, 2016
·
5 revisions
If you followed the installation, configuration and deployment guides, as well as consulted logs and you are still experiencing problems, you may decide to re-deploy the framework and start from scratch.
If you were running on top of virtual machines or containers, you can spawn new ones and repeat the process from there. One suggestion would be to start with the default deployment strategy, running everything in the same machine so it's accessible over localhost. And then if you see everything is behaving as you expect it to, re-deploy it in a distributed manner.
There are two scripts you can use if you need to get rid of RabbitMQ and InfluxDB data, effectively starting clean.
bash scripts/clean_influxdb.sh
bash scripts/clean_rabbitmq.sh
