- Newest
- Most votes
- Most comments
Based on the information provided, it appears that your AWS IoT Greengrass core device is experiencing issues with component deployment and some services are in a BROKEN state. Here are some steps you can take to troubleshoot and potentially resolve the issue:
-
Restart the AWS IoT Greengrass daemon: First, try restarting the Greengrass daemon. On your Raspberry Pi, run the following commands:
cd /greengrass/v2/core/ sudo ./greengrassd stop sudo ./greengrassd start
-
Check the device connectivity: Ensure that your Raspberry Pi has a stable internet connection and can reach the AWS IoT Greengrass service endpoints.
-
Verify the device configuration: Double-check that your device's configuration, including certificates and permissions, is correct and up-to-date.
-
Review the full logs: Examine the complete Greengrass log file for more detailed error messages or indications of what might be causing the deployment to stop. You can view the logs using the following command:
sudo tail -f /greengrass/v2/logs/greengrass.log
-
Check for component conflicts: If you have multiple versions of components or conflicting dependencies, it could cause deployment issues. Review your component configurations and ensure there are no conflicts.
-
Attempt a manual deployment: Try creating a new deployment from the AWS IoT Greengrass console or using the AWS CLI to see if it resolves the issue.
-
Reset the Greengrass installation: If none of the above steps work, you may need to consider resetting your Greengrass installation. This should be done as a last resort, as it will remove all existing components and configurations.
If the issue persists after trying these steps, you may need to contact AWS support for further assistance, as there could be underlying issues with your specific setup or AWS account configuration.
Sources
Test AWS IoT Greengrass components with local deployments - AWS IoT Greengrass
Troubleshooting AWS IoT Greengrass - AWS IoT Greengrass
Relevant content
- asked 2 years ago
- asked 2 years ago
- asked 2 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
Hi are you still seeing this issue? could you try restart greengrass and provide your entire log between restart and this broken failure?