grouper-users - Re: [grouper-users] Active PITMember with sourceId= not found
Subject: Grouper Users - Open Discussion List
List archive
- From: "Zhang, Xiaoling" <>
- To: "" <>
- Subject: Re: [grouper-users] Active PITMember with sourceId= not found
- Date: Thu, 19 Apr 2018 22:55:56 +0000
- Accept-language: en-US
- Authentication-results: spf=none (sender IP is ) ;
- Ironport-phdr: 9a23:Q85RlhaUg7dQqU6n/yW8KT7/LSx+4OfEezUN459isYplN5qZrsu+bnLW6fgltlLVR4KTs6sC17KN9fi4EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQpFiCazbL9oMBm6sRjau9ULj4dlNqs/0AbCrGFSe+RRy2NoJFaTkAj568yt4pNt8Dletuw4+cJYXqr0Y6o3TbpDDDQ7KG81/9HktQPCTQSU+HQRVHgdnwdSDAjE6BH6WYrxsjf/u+Fg1iSWIdH6QLYpUjmk8qxlSgLniD0fOjA57m/Zl9BwgqxYrh2vphxw34HbbZqPO/Zie6PQZ88WSHBDU8tXSidPApm8b4wKD+cZM+pXrIn9qEEIrRuxHQWnGeLgyj5SiX/x2a060uIhEQ7I0Ac9GN8Pv3XVrNXvO6cUXuC416jIzSnZY/NLxTj97JLHfgo/rv6RQLJ9aMzcwlQhGQPCi1Wfs43lPzWN2+QMtWib8/RvVfipi2E5twF9vCKjydkxhYnUgI8e11PK9T1hzYorP9K0VFN3bNu5HJdNqi2XMoV2T8w+T210vSs6xKMJtJG6cSUPzZkqxQDTZvKff4SV4x/uW/ydLDZ6iX5/Zr6zmxi//VK9xuHgS8W4yFhKoTRGn9XQs30A0gLc5dWHR/Zy+0qs1iiA2g/c5+xBPEw7ibHUJIQkz7MzmZccq1jMEynrk0vslqCWbF8r+u2w5uTnfLrmopicOpdshAziNaoihtKzDf0lPwYIQWSX4OO826b98kHjR7VKk+E2nbLesJDHI8QUu7S1AxdP0oYk9xawESup0MgZnXkAKlJJYhWHj5X1O1HKJ/D4CvS/j06wnzdswvDKJrzhApPTIXjfiLrtY6xy51JBxAc20NxT+o9YB7QPIP/8RkP9qNnVDhEnPAG7wuvqDdBw24EAVW+BGqOZNbndsV6M5uIhOemMY4oVtS7yKvkk5/7hl3k5mVAGcKmowZsbcm24EehiI0qDe3bjnMoOEXoSsgokUOPqkEGCUSJUZ3uqUKI8/DY7CJ++DYjdXIChmaGB3DylEZ1MfWBLEVSMEXbzd4WYQPcAdjieIs5nkjwYS7ehUYkh2g+ytAPk0bZoMPfb+jBL/a7kgZJ6/erOjRwosCFvAt6G+2CLU2xumG4UHXk70L016Rhy0FCeyaVixuFDGMZIz/JPTgogM5PAlap3B82kCSzbedLcAmSmS9OpRXkBT9s2x94IbAw1T8WwjhnF0AKrH/kInLiCQpE47/SPjDDKO89hxiOeh+EahF48T54XOA==
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
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" <> 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.