Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] having problems adding subjects version 0.9

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] having problems adding subjects version 0.9


Chronological Thread 
  • From: Tom Barton <>
  • To: Raymond Bokenkamp <>
  • Cc:
  • Subject: Re: [grouper-users] having problems adding subjects version 0.9
  • Date: Tue, 07 Feb 2006 17:12:26 -0600

Raymond,

Can you describe how you've populated the columns in the subject and subjectattribute tables? For example, in which subject columns and/or for which subjectattributes have you assigned 'rpbokenk'?

Tom

Raymond Bokenkamp wrote:
Hi,

I'm trying to add subjects that I can add as (person) members to groups. In addition,
I would like these subjects to login to Grouper.

I used the Subject API (both AddSubject and CSV2JDBC) successfully. Although
it already seemed strange to me that the SubjectQ fails (see PS comment). I can see entries in the
grouper_subject as well as the grouper_subjectattribute tables.

This is as far as I have gotten. In the UI I don't see the subjects if I search for them. In
addition, if I login as a subject the grouper UI logs the following error message:
java.util.MissingResourceException: Can't find resource for bundle edu.internet2.middleware.grouper.ui.util.ChainedResourceBundle, key plugin.personalstem

Any help is appreciated.

Raymond Bokenkamp.

PS
Dumping the queries that SubjectQ generates it is to no surprise that it failed to find a subject I just added since the data is not in those tables.

Hibernate: select member0_.id as id, member0_.subject_id as subject_id, member0_.subject_source as subject_3_, member0_.subject_type as subject_4_, member0_.member_uuid as member_u5_, member0_.status_type as status_t6_, member0_.status_ttl as status_ttl from grouper_members member0_ where (member0_.subject_id=? )and(member0_.subject_type=? )and(member0_.subject_source=? )
Hibernate: select group0_.id as id, group0_.version as version, group0_.creator_id as creator_id, group0_.create_source as create_s4_, group0_.create_time as create_t5_, group0_.modifier_id as modifier6_, group0_.modify_source as modify_s7_, group0_.modify_time as modify_t8_, group0_.parent_stem as parent_s9_, group0_.group_uuid as group_uuid, group0_.status_type as status_11_, group0_.status_ttl as status_ttl from grouper_groups group0_ where (group0_.group_uuid=? )
Hibernate: select attribute0_.id as id, attribute0_.version as version, attribute0_.group_id as group_id, attribute0_.field_name as field_name, attribute0_.field_type as field_type, attribute0_.value as value from grouper_attributes attribute0_ where (attribute0_.field_name='name' )and(attribute0_.value=? )
Subject not found: rpbokenk
[




Archive powered by MHonArc 2.6.16.

Top of Page