Error "Missing translation" when rotating certificates in OpsMan
search cancel

Error "Missing translation" when rotating certificates in OpsMan

book

Article ID: 425257

calendar_today

Updated On:

Products

Operations Manager

Issue/Introduction

When rotating certificates, an error like shown below may show up:

{"errors":{"base":["[#\u003cI18n::MissingTranslation: Translation missing: en.activerecord.errors.models.certificate_rotation.base.there_can_be_only_one\u003e, :en, \"activerecord.errors.models.certificate_rotation.base.there_can_be_only_one\", {}]"]}}

 

Environment

OpsMan/Foundation Core

Resolution

When the error is shown check if there are an entry in the db as follows:

Check an output of the following command:

om -e $OM_ENV certificate-authorities

Then from the Ops Manager VM itself, run:

sudo -u tempest-web psql tempest_production

SELECT * FROM certificate_rotations;
select id, name , created_at, updated_at, active, guid from certificates;

 

If there is an old entry from previous rotation open a support ticket with Broadcom support