Re: UPDATING USERS AND GROUPS

2018-01-21 Thread Jim
Hi Andrea, Thanks! Just let me know if you found out something. Will continue to check on this thread for updates. -- Sent from: http://syncope-user.1051894.n5.nabble.com/

Re: UPDATING USERS AND GROUPS

2018-01-19 Thread Andrea Patricelli
Hi Jim, sorry for the late. Il 01/17/18 02:17, Jim ha scritto: Hi Andrea, Already tried fresh installation and re-testing but still having the same results. It's ok when using API calls and with 2.0.7-SNAPSHOT. Since its ok with API calls we can close this thread but hoping you'll fix this

Re: UPDATING USERS AND GROUPS

2018-01-16 Thread Jim
Hi Andrea, Already tried fresh installation and re-testing but still having the same results. It's ok when using API calls and with 2.0.7-SNAPSHOT. Since its ok with API calls we can close this thread but hoping you'll fix this for future versions. Btw, have you tried installing a fresh Apache

Re: UPDATING USERS AND GROUPS

2018-01-16 Thread Andrea Patricelli
Hi Jim, could you try to clean Syncope database and re-test with a fresh installation? Or at least could you share some more info about your environment and syncope logs like core.log, etc.? Best regards, Andrea Il 16/01/2018 04:10, Jim ha scritto: Hi Andrea, Here is how I reproduce the

Re: UPDATING USERS AND GROUPS

2018-01-15 Thread Jim
Hi Andrea, Here is how I reproduce the problem and the provided solution: Note: happens only before 5mins of execution(eg.pulling,pushing, created and updating) 1st situation(pulled/pushed users): 1. Successfully pulled/pushed users 2. Clicked on the desired user 3. Clicked edit 4. Edited

Re: UPDATING USERS AND GROUPS

2018-01-15 Thread Andrea Patricelli
Hi Jim, This error is due to the fact that you are updating an "old" entity, this means that someone concurrently updated (and saved) the same entity, while you were updating it. This is a "controlled" exception to avoid clash of updates on the same object. The control is done on the ETag

Re: UPDATING USERS AND GROUPS

2018-01-12 Thread Jim
Thank you for the quick reply! What I mean is after updating and upon reupdating the said user or group before 5mins I get the error java.util.concurrent.ExecutionException: org apache.syncope.common.lib.SyncopeClientException: ConcurrentModification [Mismatching ETag value]. Please see [1] for

Re: UPDATING USERS AND GROUPS

2018-01-12 Thread Andrea Patricelli
Hi Jim, I'm not sure that your issue is related to the GUI installer. What kind of delay are you experiencing when you do an update with 2.0.7 installer? Do you see admin console stuck? Could you share logs of your syncope installation? Best regards, Andrea Il 12/01/2018 13:36, Jim ha

UPDATING USERS AND GROUPS

2018-01-12 Thread Jim
Good day, I have syncope 2.0.7 installed in my system with the use of GUI installer. My Issue is that after I update the details of a user or group, I need to wait 5 minutes in order to update it again. I tried 2.0.7 SNAPSHOT and it can update continuously. Is this how it behaves in GUI