Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] Active PITMember with sourceId= not found

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] Active PITMember with sourceId= not found


Chronological Thread 
  • From: Shilen Patel <>
  • To: "Zhang, Xiaoling" <>
  • Cc: "" <>
  • Subject: Re: [grouper-users] Active PITMember with sourceId= not found
  • Date: Thu, 19 Apr 2018 22:52:39 +0000
  • Accept-language: en-US
  • Authentication-results: oit.duke.edu; spf=none
  • Authentication-results: it.ucla.edu; dkim=none (message not signed) header.d=none;it.ucla.edu; dmarc=none action=none header.from=duke.edu;
  • Ironport-phdr: 9a23:6olisBEd/cR+1sw8zJVP951GYnF86YWxBRYc798ds5kLTJ7ypMywAkXT6L1XgUPTWs2DsrQY07GQ6/iocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbAhEmDSwbaluIBmqsA7cqtQYjYx+J6gr1xDHuGFIe+NYxWNpIVKcgRPx7dqu8ZBg7ipdpesv+9ZPXqvmcas4S6dYDCk9PGAu+MLrrxjDQhCR6XYaT24bjwBHAwnB7BH9Q5fxri73vfdz1SWGIcH7S60/VC+85Kl3VhDnlCYHNyY48G7JjMxwkLlbqw+lqxBm3oLYfJ2ZOP94c6jAf90VWHBBU95RWSJfH428c4UBAekPMuZZs4byqEADogGiCQmpHu7j1iVFi33w0KYn0+ohCwbG3Ak4EtwTsHTUrdH1O7kUUeuo1qfH1ynDYO1S2Tzg74XIaRAhofCIXb1ud8rc0lQgFx7GjlqOs4DqIS6a1vkUvmWd8uFuW+Wvi2s9pAFwpDii3sYsio/Vho0L0FDE8zt2wJorKdGiVkF0fMOkHINVtyGBOIt6Xt8uT310tCs50LEGuYK7fC0OyJg/3x7fcfuHc4+G4hL7U+aRIDF4hG5/dL2jgBay9E6twfD/WMmsyFtGsypInsfWun0DzRDf98uKR/9n8ku/1juDyRjf5vxKLE01j6bWK58szqQzm5YJsUnOHDf6mEvog6KVakkp/+2l5Pj5bbn4o5KRM4x5ig/lPakrnsGyDvk0PwwLUmWY9+mx0Kfs8EvkS7tQlPI2iLPWsJXCKMQbuKG5BwhV354m6xmlDjem1M0UnXYJLV5cZR6KjpLlO1bPIPDkF/uwnkmskDR1yPzcILLuH4jNImDCkLfnY7l991ZRxBczwNxB/Z5ZBKsNLO/wV0L1rtDUEBA0PxKsz+biEtp914ceWWyVAq+eNaPfqUSI5uIuI+mIeoAVvi3wJOU45/7tk3A1g0EScrS03ZcPcnC3AuxmI1mFYXrrmtoBHn0Kvg0jTOzyllKCSydfZ2upX60i/DE7E5mrDYPCRoC2nLyBxzm3EodXZmBAFlCDD23od4OaVPcQdi6eONFunSEZVevpd4h0nyOuvQn1j/JXL+PT/iweutirgMhn5+TVmjkz6XppBMCUlWyBUjcnsHkPQmoN3KF7rEo18l6f3Kww1+dYFNhe4dtFTwQ3c5PQ0ropWJjJRgvdc4LRGx6dSdK8DGR0F4ppzg==
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

Hi,

 

I believe this was previously fixed.  What version and patches do you have?  I believe patch 74 in 2.3 is needed.   If you already have that patch, can you run it with a try/catch so we can get the full stack?

 

try { loaderRunOneJob("CHANGE_LOG_changeLogTempToChangeLog") } catch (Exception e) { e.printStackTrace(); }

 

Thanks!

 

- Shilen

 

From: <> on behalf of "Zhang, Xiaoling" <>
Date: Thursday, April 19, 2018 at 4:26 PM
To: "" <>
Subject: [grouper-users] Active PITMember with sourceId= not found

 

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




Archive powered by MHonArc 2.6.19.

Top of Page