Groupname note found

I’ve noticed in our error log that I keep getting the following errors on three different groups that we used to have defined. Looking at different posts it seems like people have removed the ofgroupprop from the database. I removed the 3 following lines from our openfire.script but this didn’t help. In fact after I restarted the openfire service these lines reappeared in the openfire.script file. Any clues on how go remove these groups. We are running Openfire 3.6.4 with LDAP

INSERT INTO OFGROUPPROP VALUES(‘RAL USERS’,‘sharedRoster.displayName’,‘RAL USERS’)
INSERT INTO OFGROUPPROP VALUES(‘RAL USERS’,‘sharedRoster.groupList’,’’)
INSERT INTO OFGROUPPROP VALUES(‘RAL USERS’,‘sharedRoster.showInRoster’,‘onlyGroup’)

Error Log:

2010.09.14 08:19:05 [org.jivesoftware.openfire.ldap.LdapGroupProvider.getGroup(LdapGroupProvider.ja va:98)
]
org.jivesoftware.openfire.group.GroupNotFoundException: Groupname RAL USERS not found
at org.jivesoftware.openfire.ldap.LdapManager.findGroupDN(LdapManager.java:855)
at org.jivesoftware.openfire.ldap.LdapManager.findGroupDN(LdapManager.java:782)
at org.jivesoftware.openfire.ldap.LdapGroupProvider.getGroup(LdapGroupProvider.jav a:90)
at org.jivesoftware.openfire.group.GroupManager.getGroup(GroupManager.java:278)
at org.jivesoftware.openfire.group.GroupManager.getGroup(GroupManager.java:257)
at org.jivesoftware.openfire.group.GroupCollection$UserIterator.getNextElement(Gro upCollection.java:103)
at org.jivesoftware.openfire.group.GroupCollection$UserIterator.hasNext(GroupColle ction.java:66)
at org.jivesoftware.openfire.roster.RosterManager.getSharedGroups(RosterManager.ja va:162)
at org.jivesoftware.openfire.handler.IQSharedGroupHandler.handleIQ(IQSharedGroupHa ndler.java:44)
at org.jivesoftware.openfire.handler.IQHandler.process(IQHandler.java:49)
at org.jivesoftware.openfire.IQRouter.handle(IQRouter.java:351)
at org.jivesoftware.openfire.IQRouter.route(IQRouter.java:101)
at org.jivesoftware.openfire.spi.PacketRouterImpl.route(PacketRouterImpl.java:68)
at org.jivesoftware.openfire.net.StanzaHandler.processIQ(StanzaHandler.java:319)
at org.jivesoftware.openfire.net.ClientStanzaHandler.processIQ(ClientStanzaHandler .java:79)
at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:284)
at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:176)
at org.jivesoftware.openfire.nio.ConnectionHandler.messageReceived(ConnectionHandl er.java:133)

Hi,

the lines can not re-appear if you delete them in openfire.scrpit and openfire.log while Openfire is not running.

If they do re-appear in openfire.log after startup then they are pulled from somewhere.

LG