grouper-users - Re: [grouper-users] Active PITMember with sourceId= not found
Subject: Grouper Users - Open Discussion List
List archive
- From: Shilen Patel <>
- To: "Zhang, Xiaoling" <>
- Cc: "" <>
- Subject: Re: [grouper-users] Active PITMember with sourceId= not found
- Date: Fri, 20 Apr 2018 11:06:52 +0000
- Accept-language: en-US
- Authentication-results: oit.duke.edu; spf=none
- Authentication-results: outbound.protection.outlook.com; spf=skipped (originating message); dkim=none (message not signed) header.d=none; dmarc=none action=none header.from=duke.edu;
- Ironport-phdr: 9a23:LDJKfhBwa64XFP8zO0AKUyQJP3N1i/DPJgcQr6AfoPdwSP37o8SwAkXT6L1XgUPTWs2DsrQY07GQ6/iocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbAhEmDSwbaluIBmqsA7cqtQYjYx+J6gr1xDHuGFIe+NYxWNpIVKcgRPx7dqu8ZBg7ipdpesv+9ZPXqvmcas4S6dYDCk9PGAu+MLrrxjDQhCR6XYaT24bjwBHAwnB7BH9Q5fxri73vfdz1SWGIcH7S60/VC+85Kl3VhDnlCYHNyY48G7JjMxwkLlbqw+lqxBm3oLYfJ2ZOP94c6jAf90VWHBBU95RWSJfH428c4UBAekPPelaoYb9pkcBohSlCAa2GO/vzyVFimPs0KA41ekqDAHI3BYnH9ILqHnasdX1NKYWUe+ryqnD0C/NYOlK2Tjj7IjDbxcsoeqMXbJxdcre108vGhjYgVWNqozqISmZ2foQvGiG9udtU/+khWAgqwF0uDevx8Esh5HViYIV0F/E8yp5z5gsKdGmU0F7ZdmkEJRJuy2ELIR5WMUiTHxxtCok0bIGoZm7fCkMyJQ73hLTdeeIc4mO4h76SuqeOit4hHNgeL2hnhq+71OvyurmVsapzllKtCtFkt/DtnwUyRDc8cmHSuBm/ke8xzmDzwHT6udYIU8qj6rbLYAuwqIumpYJr0vMAzL2lF3zjK+NeUUo5vSk5/j7brjlvJOcN5N0igT6Mqg2gsy/G+M4Mg8AX2iD/uS81bvj/VHjTLpWif02l6/Uu43ZK8QDvqO1Hg9Y3pg55xuxFTuqzdcVkH0dIF5bdh+KjpDlN0zOLfzmF/uyjU6gnTlkyvzcMLDtGpvNIWbAnbv9eLtw7lJTxxQtwd1a459ZCb8BL+n2V0L1u9HUExs0Pgm3zuvpDNhyzIUTUn+VDKCDKqPdq1qI6/ovI+aSYI8Vvy7wK/0/6P7viX81gFAdfKew0ZcKdHy0BPNmI0SFYXb2n9gBDGQKsRQkQOP0lVKCTCZfZ3e0X60i+jE2EJ+qAIfdSoy3jrGNxjq3E55Sa2xcFFyBH3ble52BW/gWaSKSJsFhkiYDVbikU4IhzhGutA7+y7V5KOrZ4TAXtY/g1Ndr/eHciww99SFsA8SHz26NV310nn8PRzIu06B/u0t9ykqb0admmfxUDMFT5+hXXQcgLp7R1Oh6C9HpWgLdZdeFVkyqQtSgATEtUN0x2dkObFhhG9m8lBzMwTelA6JG34CMUdYG8qva0Dy5F8d0zHLH0qZrxw02UMtGM2KOh7I56gPXDsjEn1jPxIiwcqFJ5y7M8GqFhVKHoExcGFprUaTBUHY3albVoJL06l6UHOzmMqguLgYUkZ3KEaBNcNC8yAweHPo=
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
The sync showed that members weren’t missing because they were presumably in your temp change log. In other words, it doesn’t try to fix something that should be in the process of being handled correctly.
The issue was that your temp change log wasn’t ordered correctly (possibly due to server time issues?). Patch #74 handles that problem. Thanks! - Shilen From: <> on behalf of "Zhang, Xiaoling" <> Hi, Quick update: the issue has been fixed by creating view GROUPER_CHANGE_LOG_TEMP_V and following the steps documented at
https://spaces.internet2.edu/display/Grouper/Change+log+and+point+in+time+ordering+issue. We still have a question though. The output of commands loaderRunOneJob("CHANGE_LOG_changeLogTempToChangeLog") and new edu.internet2.middleware.grouper.misc.SyncPITTables().syncAllPITTables() shows no missing
members. When we queried the tables, we found some members missing in PIT_MEMBERS. Why didn’t command syncAllPITTables() find the missing members? Thanks, Xiaoling Zhang UCLA From: <> on behalf of "Zhang, Xiaoling" <> Hi, In our production Grouper instance, provisioning suddenly stopped this morning. The error is: 2018-04-19 11:58:50,471: [DefaultQuartzScheduler_Worker-3] ERROR GrouperLoaderJob.execute(318) - - Error running up job java.lang.RuntimeException: Active PITMember with sourceId=849415baf08f4813b65e5f86e28f53de not found, Problem in HibernateSession: HibernateSession: isNew: true, isReadonly: false, grouperTransactionType: READ_WRITE_NEW Per thread
https://lists.internet2.edu/sympa/arc/grouper-users/2017-02/msg00008.html,
we ran loaderRunOneJob("CHANGE_LOG_changeLogTempToChangeLog") and new edu.internet2.middleware.grouper.misc.SyncPITTables().syncAllPITTables(). After grouperLoader was restarted, the error didn’t go away. Below is the output of loaderRunOneJob and syncAllPITTables: gsh 0% loaderRunOneJob("CHANGE_LOG_changeLogTempToChangeLog") // Error: unable to evaluate command: Sourced file: inline evaluation of: ``loaderRunOneJob("CHANGE_LOG_changeLogTempToChangeLog");'' : Error invoking compiled command: : Error in
compiled command: java.lang.RuntimeException: java.lang.RuntimeException: Active PITMember with sourceId=849415baf08f4813b65e5f86e28f53de not found, Problem in HibernateSession: HibernateSession: isNew: true, isReadonly: false, grouperTransactionType: READ_WRITE_NEW gsh 1% try { new edu.internet2.middleware.grouper.misc.SyncPITTables().syncAllPITTables(); } catch (Exception e) { e.printStackTrace(); } Number of entries in grouper_change_log_entry_temp: 2684 For best results, run loaderRunOneJob("CHANGE_LOG_changeLogTempToChangeLog") first. Searching for missing active point in time fields Found 0 missing active point in time fields Searching for missing active point in time members Found 0 missing active point in time members Searching for missing active point in time stems Found 0 missing active point in time stems Searching for missing active point in time groups Found 0 missing active point in time groups Searching for missing active point in time role sets Found 0 missing active point in time role sets Searching for missing active point in time attribute defs Found 0 missing active point in time attribute defs Searching for missing active point in time attribute def names Found 0 missing active point in time attribute def names Searching for missing active point in time attribute def name sets Found 0 missing active point in time attribute def name sets Searching for missing active point in time actions Found 0 missing active point in time actions Searching for missing active point in time action sets Found 0 missing active point in time action sets Searching for missing active point in time group sets Found 0 missing active point in time group sets Searching for missing active point in time memberships Found 0 missing active point in time memberships Searching for missing active point in time group sets (second pass) Found 0 missing active point in time group sets Searching for missing active point in time attribute assigns Found 0 missing active point in time attribute assigns Searching for missing active point in time attribute assign values Found 0 missing active point in time attribute assign values Searching for point in time attribute assign values that should be inactive Found 0 active point in time attribute assign values that should be inactive Searching for point in time attribute assigns that should be inactive Found 0 active point in time attribute assigns that should be inactive Searching for point in time memberships that should be inactive Found 0 active point in time memberships that should be inactive Searching for point in time group sets that should be inactive Found 0 active point in time group sets that should be inactive Searching for point in time action sets that should be inactive Found 0 active point in time action sets that should be inactive Searching for point in time actions that should be inactive Found 0 active point in time actions that should be inactive Searching for point in time attribute def name sets that should be inactive Found 0 active point in time attribute def name sets that should be inactive Searching for point in time attribute def names that should be inactive Found 0 active point in time attribute def names that should be inactive Searching for point in time attribute defs that should be inactive Found 0 active point in time attribute defs that should be inactive Searching for point in time role sets that should be inactive Found 0 active point in time role sets that should be inactive Searching for point in time groups that should be inactive Found 0 active point in time groups that should be inactive Searching for point in time stems that should be inactive Found 0 active point in time stems that should be inactive Searching for point in time members that should be inactive Found 0 active point in time members that should be inactive Searching for point in time fields that should be inactive Found 0 active point in time fields that should be inactive Any thoughts are appreciated. Thanks, Xiaoling Zhang UCLA |
- [grouper-users] Active PITMember with sourceId= not found, Zhang, Xiaoling, 04/19/2018
- <Possible follow-up(s)>
- Re: [grouper-users] Active PITMember with sourceId= not found, Shilen Patel, 04/19/2018
- Re: [grouper-users] Active PITMember with sourceId= not found, Zhang, Xiaoling, 04/19/2018
- Re: [grouper-users] Active PITMember with sourceId= not found, Shilen Patel, 04/20/2018
Archive powered by MHonArc 2.6.19.