You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/11/20 08:18:00 UTC

[jira] [Commented] (SYNCOPE-1398) Console stucks on update with unique key constraint violation

    [ https://issues.apache.org/jira/browse/SYNCOPE-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16692819#comment-16692819 ] 

ASF subversion and git services commented on SYNCOPE-1398:
----------------------------------------------------------

Commit dc2005f1733c9e11ff482325130b97d235ef711a in syncope's branch refs/heads/2_0_X from [~andrea.patricelli]
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=dc2005f ]

[SYNCOPE-1398] entity exists exception now is correctly propagated and shown to/in console


> Console stucks on update with unique key constraint violation
> -------------------------------------------------------------
>
>                 Key: SYNCOPE-1398
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1398
>             Project: Syncope
>          Issue Type: Bug
>          Components: console, core
>    Affects Versions: 2.0.11
>         Environment: Apache Syncope muts use Activiti or Flowable BPMN workflows
>            Reporter: Andrea Patricelli
>            Assignee: Andrea Patricelli
>            Priority: Major
>             Fix For: 2.0.12
>
>
> # Define an unique schema on Syncope, e.g. uniqueValue
>  # Create an user with the attribute uniqueValue populated, e.g. user1
>  # Create another user with empty uniqueValue, e.g. user2
>  # Update user2 assigning to *user2.uniqueValue* the same value of *user1.uniqueValue*
>  # Click on finish and you'll see the console stuck and the core logging:
> {{Caused by: java.util.concurrent.ExecutionException: org.apache.syncope.common.lib.SyncopeClientException: Workflow [ReportingSQLException: Unique index or primary key violation: "U_PLNTQVL_STRINGVALUE_INDEX_F ON PUBLIC.UPLAINATTRUNIQUEVALUE(STRINGVALUE, SCHEMA_ID) VALUES ('Vincenzo Bellini', 'fullname', 7)"; SQL statement:}}{{INSERT INTO UPlainAttrUniqueValue (id, binaryValue, booleanValue, dateValue, doubleValue, longValue, stringValue, ATTRIBUTE_ID, schema_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [23505-197] \{prepstmnt 1003500429 INSERT INTO UPlainAttrUniqueValue (id, binaryValue, booleanValue, dateValue, doubleValue, longValue, stringValue, ATTRIBUTE_ID, schema_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)} [code=23505, state=23505]}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)