Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] UI Error: Subject [*] is unresolvable [...]

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] UI Error: Subject [*] is unresolvable [...]


Chronological Thread 
  • From: Baron Fujimoto <>
  • To:
  • Subject: Re: [grouper-users] UI Error: Subject [*] is unresolvable [...]
  • Date: Tue, 21 Aug 2012 13:12:36 -1000

On Tue, Aug 21, 2012 at 04:20:46AM +0000, Chris Hyzer wrote:
: Can you find by that ID correctly from GSH?
:
: GrouperSession.startRootSession();
: SubjectFinder.findById("12345678"); [the uhuuid number]

This works from the API bin/ directory:

gsh 0% GrouperSession.startRootSession();
edu.internet2.middleware.grouper.GrouperSession:
7caf0db761144f4a819179c7636bb9bd,'GrouperSystem','application'
gsh 1% SubjectFinder.findById("12345678");
subject: id='12345678' type='person' source='UH test LDAP' name='Faculty M
Testfaculty'

: Try running GSH from the UI WEB-INF/bin directory, does it work there too?
Is the sources.xml in the UI /WEB-INF/classes dir up to date?

Checking dist/grouper/WEB-INF/classes/sources.xml revealed that it wasn't
up to date however. I thought I had rebuilt the war file after making
changes, but apparently not. Rebuilt the war file and redeployed it and
now it works as expected. Sorry for not doing proper due diligence here
- you must hate these kinds of queries. :(

Aloha,
-baron

: Thanks,
: Chris
: ________________________________________
: From:


[]
on behalf of Baron Fujimoto
[]
: Sent: Monday, August 20, 2012 10:36 PM
: To:

: Subject: [grouper-users] UI Error: Subject [*] is unresolvable [...]
:
: I still appear to have some unresolved issues with our sources.xml:
:
: We're using the GrouperJndiSourceAdapter, and I've defined our SubjectID
: to be the attribute "uhuuid" in our LDAP. Using the UI, if I search by
: either uhuuid or uid values, it finds the person entity in LDAP, and
: displays the associated cn for the returned result. However, if I click
: on that link (tooltip = "Click to show entity details for: ..."), I get
: the following error:
:
: Error: Subject [12345678] is unresolvable i.e. unavailable from the
registered source [UH test LDAP].
:
: where "12345678" is the uhuuid value for the returned entity.
:
: [...]



Archive powered by MHonArc 2.6.16.

Top of Page