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: "GW Brown, Information Systems and Computing" <>
  • To: Raymond Bokenkamp <>
  • Cc:
  • Subject: Re: [grouper-users] having problems adding subjects version 0.9
  • Date: Wed, 08 Feb 2006 13:37:43 +0000



--On 08 February 2006 08:12 -0500 Raymond Bokenkamp <> wrote:

The "subject" table contains:
subjectid,subjecttypeid,name
rpbokenk,person,Raymond Bokenkamp

the "subjectattribute" table contains:
subjectid,name,value,searchvalue
rpbokenk,loginid,rpbokenk,rpbokenk
rpbokenk,description,RaymondBokenkamp,Raymond Bokenkamp

These entries are certainly OK - I inserted them into my database and can search for and find rpbokenk, and also login with that username. This suggests that the JDBCSourceAdapter is not configured correctly.

When building the UI a copy of grouper/conf/sources.xml is made to the WEB-INF/classes directory of the webapp. If you modify grouper/conf/sources.xml you need to build the UI again - and restart the webapp.

If you modify your log4j.properties file to enable debugging for the Subject API you should get relevant errors in the Grouper log file. The UI can only determine that a Subject could not be found - any evidence as to why is 'hidden':

## Subject API
#log4j.edu.internet2.middleware.subject =WARN,stdout,rfile
#log4j.edu.internet2.middleware.subject.provider =WARN,stdout,rfile

changes to

log4j.edu.internet2.middleware.subject =DEBUG,stdout,rfile
log4j.edu.internet2.middleware.subject.provider =DEBUG,stdout,rfile

Hope this helps.

Gary



----------------------
GW Brown, Information Systems and Computing




Archive powered by MHonArc 2.6.16.

Top of Page