Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] StaleObjectStateException thrown by loader jobs after patch

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] StaleObjectStateException thrown by loader jobs after patch


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: Scott Koranda <>
  • Cc: grouper-users <>
  • Subject: RE: [grouper-users] StaleObjectStateException thrown by loader jobs after patch
  • Date: Wed, 14 Feb 2018 19:46:35 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:NxM75RZWRxm38zhTP+feGCX/LSx+4OfEezUN459isYplN5qZrsW8bnLW6fgltlLVR4KTs6sC17KN9fi4EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQpFiCazbL9oMBm6sRjau9ULj4dlNqs/0AbCrGFSe+RRy2NoJFaTkAj568yt4pNt8Dletuw4+cJYXqr0Y6o3TbpDDDQ7KG81/9HktQPCTQSU+HQRVHgdnwdSDAjE6BH6WYrxsjf/u+Fg1iSWIdH6QLYpUjm58axlVAHnhzsGNz4h8WHYlMpwjL5AoBm8oxBz2pPYbJ2JOPZ7eK7WYNEUSndbXstJVyJPHJ6yb5cBAeQCM+ZXrYj9qEcBohalHwagGP/jxyVUinPqw6E31fkqHwHc3AwnGtIDqHrYotf1NaYTT++11rHExijdYvNWwzf96ZPIfh48qvyLWLJ/bcrRyEkuFgzblFWdso3lPyiJ2egXrmib9/RvVeSpi2I9tQ5+vyWvy94qh4LUiIwVzVXE+j94wIYzPdC4SUh7YcK6H5tKsSGVKZd2Tt04T252pSk617sLsoO4cigS0Jkr2QTQZ+Caf4WN/x7vSfudLDJ2hH9qZL6zmxO//Eq+xeDzSMW51VNHojRZntTMrnwByhLe5tSdRvZ540utwyiD2x3X5+1ePEw5l6vWJ4YvwrEulZcfrUHOEyrrlErrj6KbeUAp9fay5Oj7Z7jrpYGTO5Fwhwz7KasjmsK/Dvg+PwMTRWaU4/6826fm/UDhQLVFkPk2kq7BvZ7COckVobK1DxJM3os+6RmzES6q0NMDknYZNl5Ffw+Hj5TyNFHJPfD4C+qwj060kDdxwPDGIqPuDYnRLnjCl7fhe6xx60lByAovydBf4JVUCrIbLP3vXU/xscTUDh4/MwOq3+bqEMtx2ZkCVW6SB6KVLb7evUKN6+IhLOSAeJMZtTP/Jvc76PPik3o0lFoDcaW13ZYbcHW4Ee5nI0Wdb3rsmNABEWISswo7UOPqiF2DUD9NaHaoRK885yo7B568AYfeXoCinrqB3CGhEpJIe29GF0iAEW30eIWcR/cMdCWSL9dukjweUrihVpch2g+0tAPj1rpnNfTb+jcDtZ/40Nh15vbTlQ0p9TBqFcid0meNT31qkWMSQT85wrx/rVJnxlidzKd4nq8QKdsG3PhOThtyFpnGxup2ApimQQHGZN6PRF+OTdCvADV3RdU0lYwgeUF4Tp+CnwLOxW7iKL8PlqfBTMgx+aLNzXXrD8dmwDDbzKQniR8rTtYZZj7uvbJ26wWGX92BqE6ejav/MP1EhCM=
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

Hmmm... can you please try one more thing?

 

Please change grouper.base.properties

 

FROM:

 

grouper.attribute.namesOfAttributeDefsToIgnoreAuditsChangeLogPit.elConfig = $$grouper.attribute.rootStem$$:userData:grouperUserDataValueDef,$$grouper.attribute.rootStem$$:instrumentationData:instrumentationDataInstanceCountsDef,$$grouper.attribute.rootStem$$:instrumentationData:instrumentationDataInstanceDetailsDef,$$grouper.attribute.rootStem$$:instrumentationData:instrumentationDataCollectorDetailsDef

 

TO:

 

grouper.attribute.namesOfAttributeDefsToIgnoreAuditsChangeLogPit.elConfig = $$grouper.attribute.rootStem$$:userData:grouperUserDataValueDef,$$grouper.attribute.rootStem$$:instrumentationData:instrumentationDataInstanceCountsDef,$$grouper.attribute.rootStem$$:instrumentationData:instrumentationDataInstanceDetailsDef,$$grouper.attribute.rootStem$$:instrumentationData:instrumentationDataCollectorDetailsDef, $$grouper.attribute.rootStem$$:loaderMetadata:loaderMetadataValueDef

 

thanks

Chris

 

-----Original Message-----
From: Scott Koranda [mailto:]
Sent: Wednesday, February 14, 2018 2:39 PM
To: Hyzer, Chris <>
Cc: grouper-users <>
Subject: Re: [grouper-users] StaleObjectStateException thrown by loader jobs after patch

 

> This is fixed in patches grouper_v2_3_0_api_patch_92, and grouper_v2_3_0_ui_patch_41.  Also released are some updates from Vivek and me about loader metadata.

>

> https://spaces.internet2.edu/display/Grouper/Grouper+Loader+-+Changes+for+deprovisioning

>

> You can see which groups a loader job manages (see link for screenshots), and see that a group is managed (or was managed) by the loader.

>

> Some other API changes were needed to make this work properly.

>

> https://bugs.internet2.edu/jira/browse/GRP-1624: Add loader metadata attributes to groups that are loaded via grouper loader

> https://bugs.internet2.edu/jira/browse/GRP-1681: allow attribute values to be updated without worrying about locking, hooks, auditing, etc

> https://bugs.internet2.edu/jira/browse/GRP-1687: allow search for groups by multiple attributes and values

> https://bugs.internet2.edu/jira/browse/GRP-1678: grouperLoader attribute metadata has incorrect groupId and unassigns attributes that shouldnt be causing stale state exceptions

>

> Let me know how it goes.

 

I have patched the API up to and including patch 94, but unfortunately

the errors persist when I start the loader.

 

I have attached the relevant entries in the log file.

 

I need for this deployment to progress so I am going to revert. Do you

know which patch introduced this error so that I can revert to just

before it?

 

Thanks,

 

Scott K

 




Archive powered by MHonArc 2.6.19.

Top of Page