Skip to Content.
Sympa Menu

grouper-users - [grouper-users] Trouble with PSP Grouper to LDAP training vids

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] Trouble with PSP Grouper to LDAP training vids


Chronological Thread 
  • From: "Bryan E. Wooten" <>
  • To: "" <>
  • Subject: [grouper-users] Trouble with PSP Grouper to LDAP training vids
  • Date: Thu, 6 Dec 2012 19:20:57 +0000
  • Accept-language: en-US

All,

I've been trying to reproduce the Grouper to LDAP Demo in the training videos
and have run into a problem.

When I run loaderRunOneJob("CHANGE_LOG_consumer_psp") I get this error:

sources.xml read from:
/grouper/grouper.apiBinary-2.1.2/conf/sources.xml
sources.xml groupersource id: g:gsa
sources.xml ldap source id: utah: ldap.properties
sources.xml groupersource id: grouperEntities
sources.xml jdbc source id: jdbc: GrouperJdbcConnectionProvider
Type help() for instructions
gsh 0% loaderRunOneJob("CHANGE_LOG_consumer_psp")
// Error: unable to evaluate command: Sourced file: inline evaluation of: ``
loaderRunOneJob("CHANGE_LOG_consumer_psp");'' : Error invoking compiled
command: : Error in compiled command: java.lang.RuntimeException:
java.lang.RuntimeException: Problem with class: class
edu.internet2.middleware.psp.grouper.PspChangeLogConsumer
gsh 1%

In the grouper_error.log I see this:

... 47 more
Caused by: edu.internet2.middleware.subject.SourceUnavailableException:
Source not found: 'ldap', available sources are: g:gsa, utah,
grouperEntities, jdbc, g:isa
at e

My psp-services.xml has this in it:

<!-- The ldap target. The ldapPoolIdSource is either "grouper" or "spring".
-->
<!-- If ldapPoolIdSource is "spring", the ldapPoolId must be the id of the
ldap pool bean in the vt-ldap xml spring configuration. -->
<!-- If ldapPoolIdSource is "grouper", the ldapPoolId must be the id of the
LdapSourceAdapter in sources.xml -->
<Service
id="ldap"
xsi:type="psp-ldap-target:LdapTarget"
logSpml="true"
ldapPoolId="utah"
ldapPoolIdSource="grouper">

And my sources.xml has this configuration:

<source
adapterClass="edu.internet2.middleware.grouper.subj.GrouperJndiSourceAdapter">
<id>utah</id>
<name>Utah Edu</name>
<type>person</type>

<init-param>
<param-name>ldapProperties_file</param-name>
<param-value>ldap.properties</param-value>
</init-param>

I can't for the life of me see what is wrong? Any ideas?

Thanks,

Bryan




Archive powered by MHonArc 2.6.16.

Top of Page