-
Bug
-
Resolution: Timed out
-
Low
-
None
-
4.0
-
4
-
1
-
Severity 3 - Minor
-
-
Renaming a group in LDAP, leads to the following exception in filters, as the expected group cannot be found:
2009-10-16 07:01:54,069 http-80-Processor18 ERROR [velocity] Method getCountsForFilter threw exception for reference $portlet in template templates/plugins/jira/portlets/savedfilters.vm at [26,42]
2009-10-16 07:01:54,069 http-80-Processor18 ERROR [com.atlassian.velocity.DefaultVelocityManager] MethodInvocationException occurred getting message body from Velocity: java.lang.IllegalArgumentException: No group 'SG - AWSEIT Admin' found.
java.lang.IllegalArgumentException: No group 'SG - AWSEIT Admin' found.
at com.atlassian.jira.security.roles.actor.GroupRoleActorFactory$GroupRoleActor.getGroup(GroupRoleActorFactory.java:109)
at com.atlassian.jira.security.roles.actor.GroupRoleActorFactory$GroupRoleActor.contains(GroupRoleActorFactory.java:88)
at com.atlassian.jira.security.roles.CachingProjectRoleAndActorStore$CachedDefaultRoleActors.contains(CachingProjectRoleAndActorStore.java:476)
A more user-friendly message indicating the cause would be helpful.
As a workaround, re-create the filter or revert back the changes made to the LDAP group name.
- is incorporated by
-
JRASERVER-1962 Improve the LDAP stack in JIRA
- Closed