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: Scott Koranda <>
  • To: Shilen Patel <>
  • Cc: grouper-users <>
  • Subject: Re: [grouper-users] 2.1.5 to 2.3.0 upgrade grouperLoader type missing
  • Date: Fri, 15 Jul 2016 08:40:32 -0500

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