-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Bug] No active revocation registry for existing credential definition #62
Comments
That case above was a new cred def actually though. And I can still do it fine on other 0.10.1 branches. Is it intermittent? Maybe can try stuff again after 0.10.2? |
This could be related to issues being fixed in |
Wade beat me to it. @loneil I would track the issue here and assume it will be fixed with 0.10.2 - we could test using the rc/nightly image if we wanted a head start before publishing, but I think it is unrelated to @shaangill025's changes |
Yeah I don't know either I'm getting really (un)lucky, or it's specific to something in the 681 (PR 790) environment because I can't repro in any other 0.10.1 environment yet. This is happening each time I try and create a def on 790 so far bcgov/traction#790 (comment) |
are you using the same tenant? if so, try a new tenant that has not been connected to the endorser. |
New tenant, steps to reproduce are 1 Create a new tenant On https://pr-790-traction-tenant-ui-dev.apps.silver.devops.gov.bc.ca/ (which is 0.10.1) this errors on step 3 and step 5 (see linked above) On a different PR also 0.10.1 these steps succeed And on dev (also 0.10.1), with an existing Tenant it also works. So I'm doubtful this is specific to 0.10.1 rather than a specific set of changes there, unless I'm missing something? Or did the changes in PR 790 make us susceptible to this ACA-Py bug in a way we are not anywhere else? |
see if you can find anything in the logs related to didexchange resolution... that's one of the bugs. see pr 2476 / issue 2475 |
The error is when it's trying to upload Tails
does that use DID Exchange? |
there is a bug @shaangill025 fixed... that write_ledger[1] is the issue... it's just write_ledger.pool. |
Ah ok, so then yeah we have to wait on 0.10.2 for the multi-ledger PR 790. Thanks. |
We experienced this issue again today with the BC Wallet Showcase production instance. As it turns out, part of the problem was also the fact that the |
Moving to blocked, pending upgrades in the Traction chart and new ACA-Py image |
@WadeBarnes do you think we can close this, given what we discovered and fixed (bug in aca-py, missing tails persistence)? |
Yes |
Existing credential definitions seem to end-up in a state where no active revocation registry is available, which causes issuance of new credentials to fail:
This is likely an issue in ACA-Py, but logging here for now to triage - we have observed it also in single-instance ACA-Py agents. We need to figure out how/why the agent is getting into this state. c.c.: @WadeBarnes @usingtechnology
See this comment: bcgov/traction#790 (review)
The text was updated successfully, but these errors were encountered: