Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] unable to obliterate a stem using GSH

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] unable to obliterate a stem using GSH


Chronological Thread 
  • From: Shilen Patel <>
  • To: Scott Koranda <>, grouper-users <>
  • Subject: Re: [grouper-users] unable to obliterate a stem using GSH
  • Date: Fri, 25 Mar 2016 11:59:12 +0000
  • Accept-language: en-US
  • Authentication-results: gmail.com; dkim=none (message not signed) header.d=none;gmail.com; dmarc=none action=none header.from=duke.edu;
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:23

Could it be this?  https://bugs.internet2.edu/jira/browse/GRP-1193

If not, do you have the stacktrace in the logs?  If not, maybe do something like this.

try { obliterateStem("CAA",false,false); } catch (Exception e) {e.printStackTrace();}


Thanks!

- Shilen

On 3/24/16, 1:30 PM, "Scott Koranda" <> wrote:

Hi,

I am using Grouper 2.2.1.

When I execute in GSH this

GrouperSession.startRootSession();
obliterateStem("CAA",false,false);

I see this:

Obliterating stem: CAA
Obliterating stem: CAA:Ad Hoc
Done obliterating stem: CAA:Ad Hoc
Obliterating stem: CAA:Managed By COmanage
Done deleting group: CAA:Managed By COmanage:members
Done obliterating stem: CAA:Managed By COmanage
Obliterating stem: CAA:Computed or Calculated
Done obliterating stem: CAA:Computed or Calculated
Obliterating stem: CAA:Authorization Groups
Done deleting group: CAA:Authorization Groups:WikiWriters
Done obliterating stem: CAA:Authorization Groups
// Error: unable to evaluate command: Sourced file: inline
// evaluation of: ``obliterateStem("CAA",false,false);'' :
// Error invoking compiled command: : Error in compiled
// command:
// edu.internet2.middleware.grouper.exception.GroupDeleteException:
// Problem in HibernateSession: HibernateSession (61e8d137):
// notNew, notReadonly, READ_WRITE_NEW, activeTransaction,
// session (4e6cadeb), stem name: CAA:Expressionism, group
// extension: Expressionism, group dExtension: Expressionism,
// uuid: bdbb44c33c71494090b00570516c4a86, ,
Problem in HibernateSession: HibernateSession (f24e07f):
notNew, notReadonly, READ_WRITE_NEW, activeTransaction,
session (4e6cadeb),
Problem in HibernateSession: HibernateSession (4ec5571b): new,
notReadonly, READ_WRITE_NEW, notActiveTransaction, session
(4e6cadeb)

Any ideas?

Thanks,

Scott K




Archive powered by MHonArc 2.6.16.

Top of Page