When trying to create a new group, we get this error:
com.atlassian.crowd.embedded.ofbiz.db.DataAccessException: org.ofbiz.core.entity.GenericEntityException: while inserting: GenericEntity:Group id,10004 groupName,Eng-COMAPP updatedDate,2012-04-17 11:11:07.797 description,null directoryId,3 lowerDescription,null active,1 local,1 type,GROUP lowerGroupName,eng-comapp createdDate,2012-04-17 11:11:07.797 (SQL Exception while executing the following:INSERT INTO cwd_group (ID, group_name, lower_group_name, active, local, created_date, updated_date, description, lower_description, group_type, directory_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (Duplicate entry '10004' for key 1))
I suspect the root problem is similar to this issue: https://support.atlassian.com/browse/JSP-116634
What sequence needs to be updated in the SEQUENCE_VALUE_ITEM table?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.