Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] 2.1.5 to 2.3.0 upgrade grouperLoader type missing

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] 2.1.5 to 2.3.0 upgrade grouperLoader type missing


Chronological Thread 
  • From: Shilen Patel <>
  • To: Scott Koranda <>
  • Cc: grouper-users <>
  • Subject: Re: [grouper-users] 2.1.5 to 2.3.0 upgrade grouperLoader type missing
  • Date: Fri, 15 Jul 2016 13:46:15 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

Hi Scott,

I believe since you created it manually, it got a new uuid and now the
create is conflicting - it doesn't find the uuid of the old type, tries to
create, fails due to the name already existing. Try deleting by running
typeDel("grouperLoader")

Thanks!

- Shilen

On 7/15/16, 9:40 AM, "Scott Koranda"
<>
wrote:

>Hi Shilen,
>
>> new MigrateLegacyAttributes().saveUpdates(true).fullMigration()
>>
>
>The issue is that the GroupType.createType() call succeeded
>initially and so later invocations are not able to progress
>because a second invocation fails.
>
>Specifically, I see
>
>// Error: unable to evaluate command: Sourced file: inline
>// evaluation of: ``new
>// MigrateLegacyAttributes().saveUpdates(true).fullMigration();''
>// : Method Invocation fullMigration
>// See error log for full stacktrace
>// caused by:
>// edu.internet2.middleware.grouper.exception.SchemaException:
>// type already exists: grouperLoader,
>
>How can I safely "delete" the grouperLoader group type so that
>I can then fully recreate it?
>
>Thanks,
>
>Scott




Archive powered by MHonArc 2.6.19.

Top of Page