Closed rlhennig closed 4 years ago
This was resolved with a simple yum uninstall rpki-validator
and a removal of the /var/lib/rpki-validator-3/ dir and a reinstall. Not sure what went wrong but that was the easiest solution.
Technically it is possible to delete the additional trust anchor through the API. However it should not be possible to upload a duplicate.
This is being tracked on our internal issue tracker.
Not exactly sure how I did this, but somehow I have two ARIN TALs and one of them is somehow invalid, and the state is stuck to 'pending.' This results in the server status as 'false':
Entries like this are in the logs as a result:
rpki-rtr-server.sh: 2020-09-08 15:55:13.968 INFO 13387 --- [eduler_Worker-8] n.r.r.r.a.v.RefreshCacheController : validator http://172.31.11.12:8080/api/objects/validated not ready yet, will retry later
And a curl against the validated object shows the duplicate TAs:
I need to get this 6th one removed, I think, to get it working properly--not exactly sure how. Removing the database via
sudo rm -Rf /var/lib/rpki-validator-3/db/*
as per Troubleshooting wiki seems to make no difference, as the duplicate TAL appears to remain. Healthcheck output:Any thoughts?