Renaming of Tag not Working
(Doc ID 1316306.1)
Last updated on MAY 07, 2019
Applies to:
Oracle WebCenter Portal - Version 11.1.1.2.0 and laterInformation in this document applies to any platform.
Symptoms
This issue occurs in WebCenter R1, PS1 and PS2. Intermittently, it is not possible to rename tags. The WLS_Spaces.log reports below error:
[2010-07-10T17:36:14.228+05:30] [WLS_Spaces] [ERROR] [WCS-26613] [oracle.webcenter.tagging.view.backing.TaggingMiniviewUIBean] [tid: [ACTIVE].ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <USER_ID>] [ecid: <ECID>] [APP: webcenter] Error encountered while renaming personal tags.[[
oracle.webcenter.tagging.model.TaggingException: A database exception was thrown (for example., Unique Key constraint violation error).
Caused by: Exception [TOPLINK-4002] (Oracle TopLink - 11g Release 1 (11.1.1.2.0) (Build 091016)): oracle.toplink.exceptions.DatabaseException
Internal Exception: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_WEBCENTER.WC_TAGGING_BOOKMARK_TAG_PK) violated
Error Code: 1
Call: INSERT INTO WC_TAGGING_BOOKMARK_TAG (TAG_GUID, BOOKMARK_GUID) VALUES (?, ?)
bind => [<BIND_ID>]
Query: DataModifyQuery()
... 126 more
Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_WEBCENTER.WC_TAGGING_BOOKMARK_TAG_PK) violated
... 150 more
]]
oracle.webcenter.tagging.model.TaggingException: A database exception was thrown (for example., Unique Key constraint violation error).
Caused by: Exception [TOPLINK-4002] (Oracle TopLink - 11g Release 1 (11.1.1.2.0) (Build 091016)): oracle.toplink.exceptions.DatabaseException
Internal Exception: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_WEBCENTER.WC_TAGGING_BOOKMARK_TAG_PK) violated
Error Code: 1
Call: INSERT INTO WC_TAGGING_BOOKMARK_TAG (TAG_GUID, BOOKMARK_GUID) VALUES (?, ?)
bind => [<BIND_ID>]
Query: DataModifyQuery()
... 126 more
Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_WEBCENTER.WC_TAGGING_BOOKMARK_TAG_PK) violated
... 150 more
]]
Steps to reproduce the issue:
1. Edit tags in Tag Center
2 Rename a Tag
3. Sometimes it renames, whereas, sometimes it makes 2 entries: one with the old tag name and another with a new tag name.
Note: The Issue is fixed in WebCenter 11.1.1.4 and is seen in WebCenter R1, PS1 and PS2. Ref: <Bug 10069925> - renaming of tags not working intermittently
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |