Hi Guys
I am getting this error in the logs.
/secure/project/ViewProjects.jspa [jira.security.roles.OfBizProjectRoleAndActorStore] Unable to create a project role actor for type 'atlassian-group-role-actor'. No group 'Pac (MC - PacSI)' found.
I get this error on start-up when automated back-up service is running.
Any ideas how i can remove it.
I have checked and the group 'Pac (MC - PacSI)' exists on the jira instance.
Rahul
Try running the Integrity Checker to fix this. If the Integrity Checker doesn't fix it, use the following to list all the projectroleactors that do not have a corresponding group in the groupbase table (in case you are using a version prior to 4.3):
select * from projectroleactor where roletypeparameter not in (select groupname from groupbase) and roletype='atlassian-group-role-actor';
anytime! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks matheus...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
select * from projectroleactor where roletypeparameter not in (select groupname from groupbase) and roletype='atlassian-group-role-actor';
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI Matheus
Can you paste the SQL again, it is not visible through the browser.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.