Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundle activation failed: store truncate failed for bundle 'store.****': storage_not_found_error: /store/****: document does not exist #4855

Closed
wermerb opened this issue Jul 7, 2022 · 2 comments
Labels

Comments

@wermerb
Copy link

wermerb commented Jul 7, 2022

Hi,

I'm using the discovery feature to load bundles into the agent. After the v0.42.0 I started to see the following error message in the agent log: Bundle activation failed: store truncate failed for bundle 'store.****': storage_not_found_error: /store/****: document does not exist. I would like to highlight I have not enabled the storage feature in this case.

Given the following configuration example:

package config
discovery = {
    "bundles": {
        "bundle_name": {
            "polling": {
                "maxDelaySeconds": 120,
                "minDelaySeconds": 60
            },
            "resource": "/path/to/bundle",
            "service": "service",
            "signing": {
                "keyid": "global_key"
            }
        },
        "store.data_items": {
            "polling": {
                "maxDelaySeconds": 120,
                "minDelaySeconds": 60
            },
            "resource": "/path/to/bundle",
            "service": "service",
            "signing": {
                "keyid": "global_key"
            }
        }
    "decision_logs": {
        "service": "decesion_log_service"
    },
    "status": {
        "service": "status_service"
    }
}

Any guidance or help is greatly appreciated.

@wermerb wermerb added the bug label Jul 7, 2022
@srenatus
Copy link
Contributor

srenatus commented Jul 7, 2022

0.42.1 will be released soon with a fix.

@wermerb
Copy link
Author

wermerb commented Jul 7, 2022

Hi @srenatus,

Thank you.

@wermerb wermerb closed this as completed Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants