GroupNotFoundException

2009.02.15 19:43:17 [org.jivesoftware.openfire.ldap.LdapGroupProvider.getGroup(LdapGroupProvider.ja va:91)]
org.jivesoftware.openfire.group.GroupNotFoundException: Groupname not found

I’m using a different display name for groups than the actual name for them configured in LDAP, and I constantly see this error in the error logs.

I don’t believe it’s causing any serious problems, but I’d like to keep the error logs clear for real errors in the case that it is.

Is there anything I can/should do about this problem? Is it a real problem?

Thanks.

It could be a case where users are members of groups that are outside the scope of your BaseDN or that some of your groups have members defined by groups outside the BaseDN. Openfire is trying to find the groups and cannot. Turn off LDAP debugging:

If it exists in the openfire.xml false

if not edit the system property ldap.ldapDebugEnabled to be false.