- Newest
- Most votes
- Most comments
Hello,
The error shows that you actually configured the "target" with the value "modbus/adapter/response" instead of setting that as the subject and target as cloud.
Please make sure you reset all legacy subscription router configuration by using "RESET": [""]
in the deployment configuration update and try merging the correct configuration once again. https://docs.aws.amazon.com/greengrass/v2/developerguide/update-component-configurations.html#reset-configuration-update
You can view the current configuration on the device using the local debug console or local Greengrass CLI components. If you inspect the configuration you would see the problem that I'm talking about.
Cheers,
Michael
Spot on, thanks! I tried that configuration first, but I had actually set up the correct setting after that, but missed the ""
in the RESET[""]
.
I'm retrying the deployment right now, but it gets stuck on "Queued", perhaps because there's a broken component? Seen that happen earlier when there's an issue on an already deployed component, any tips on how to get past that?
Seems there's little functionality for monitoring what's happening during a deployment, are there logs for that somewhere? The job says "In progress - Rollout completed", but there's little other info available.
Relevant content
- asked 6 months ago
- asked 2 years ago
- asked 6 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
Is the deployment actually in progress on the device, or is the group in progress? You are deploying to a thing group rather than an individual device. Because you deploy to a group, the group-level deployment is always active until it is cancelled. Even if all devices in a group have completed the deployment the deployment at the group level remains active so that any newly added devices will also get the deployment.
Check the status of deployment by looking at the individual job executions at the thing (device) level. If that is in progress then the deployment is not yet done on the device.
In a response which it seems you just deleted, you showed that "RESET" was underneath "MERGE". This is not correct and will not fix the problem. Make sure you are properly configuring "RESET" which is a sibling key to "MERGE". If you use the AWS Console, the reset option is the box above the merge option.
Hi! Sorry for editing the history here, I realized my own mistake so I figured I'd remove it before you read it!
If you still have a problem with the deployment after correcting the merge/reset you may wish to restart Greengrass on the device which will ensure that it picks up the latest deployment you made.
Seems to do the tricks, yeah! Thanks for helping out :)