How to resolve Docker container errors after installing Real-time Sensor Fusion for Loss Detection Reference Implementation with Edge Software Hub
- Followed Real-time Sensor Fusion for Loss Detection guide.
- Installed Real-time Sensor Fusion for Loss Detection Reference Implementation
- Ran into the following error on Step 4
app=EventReconciler source=config.go:167 msg="Using Configuration provider (consul) from: http://edgex-core-consul:8500 with base path of edgex/appservices/1.0/EventReconciler"
app=EventReconciler source=config.go:134 msg="configuration provider is not available"
(repeated 30 seconds)
app=EventReconciler source=logger.go:74 msg="logTarget cannot be blank, using stdout only"
app=EventReconciler source=registry.go:79 msg="Using Registry (consul) from http://edgex-core-consul:8500"
app=EventReconciler source=bootstrap.go:43 msg="unable to register with Registry in allotted time"
- Stop Docker Containers:
sudo make down
- Remove Docker proxy config file:
mv ~/.docker/config.json ~/.docker/config.json.backup
- Return to the beginning of Step 3: Start the Application.