cancel
Showing results for 
Search instead for 
Did you mean: 

Error after installing recordsManagement.amp

pierre_smits
Champ in-the-making
Champ in-the-making
I have installed the recordsManagement module and it works fine.

However, when going to the group management module I noticed that the newly created group GROUP_Record Managers generates an error:

A system error happened during the operation: An authority was not found for GROUP_Record Managers.

When trying to add members from the groups overview to the group I get:
javax.faces.el.EvaluationException: Exception while invoking expression #{GroupsBean.setupGroupAction}
caused by:
org.alfresco.repo.security.authority.UnknownAuthorityException: An authority was not found for GROUP_Record Managers


This also happens when trying to add a sub group.

How can I resolve this? Is it just as simple as deleting the group and recreating it with the same name, or a more elaborate process?
1 REPLY 1

derek
Star Contributor
Star Contributor
Hi,

Add the following to your custom-repository.properties:
index.recovery.mode=FULL
and restart the server.  This will ensure that the indexes are correct, although I don't know why they might be incorrect, so it's just a guess.  You can comment the property out once the server has restarted.

It might be a bug in the lookup of authorities that contain spaces.  If the indexes have been rebuilt and the issue still occurs, then we can go down that route.

Regards