Skip to Content.
Sympa Menu

grouper-dev - [grouper-dev] usdu didn't update grouper_members

Subject: Grouper Developers Forum

List archive

[grouper-dev] usdu didn't update grouper_members


Chronological Thread 
  • From: Jim Fox <>
  • To: Grouper Dev <>
  • Subject: [grouper-dev] usdu didn't update grouper_members
  • Date: Mon, 17 Dec 2012 15:16:29 -0800 (PST)


I ran the usdu() method in gsh. It ran for several minutes, reported
a few nissing subjects, but did not update any sort/search fields
in grouper_members.

gsh looked like this:

--------------------------------------------
bin/gsh.sh
Using GROUPER_HOME: /data/local/src/grouper/grouper.apiBinary-2.1.2
Using GROUPER_CONF: /data/local/src/grouper/grouper.apiBinary-2.1.2/conf
Using JAVA: /usr/local/java/bin/java
using MEMORY: 64m-750m
Grouper starting up: version: 2.1.2, build date: 2012/08/14 15:02:01, env:
gws2
grouper.properties read from:
/data/local/src/grouper/grouper.apiBinary-2.1.2/conf/grouper.properties
Grouper current directory is: /data/local/src/grouper/grouper.apiBinary-2.1.2
log4j.properties read from:
/data/local/src/grouper/grouper.apiBinary-2.1.2/conf/log4j.properties
Grouper is logging to file: /logs/gsh/event.log, /logs/gsh/error.log, at
min level INFO for package: edu.internet2.middleware.grouper, based on
log4j.properties
grouper.hibernate.properties:
/data/local/src/grouper/grouper.apiBinary-2.1.2/conf/grouper.hibernate.properties
grouper.hibernate.properties:
gws@jdbc:postgresql://iamdb11.cac.washington.edu/gws2
sources.xml read from:
/data/local/src/grouper/grouper.apiBinary-2.1.2/conf/sources.xml
sources.xml jdbc source id: eppn:
gws@jdbc:postgresql://iamdb11.cac.washington.edu/gws2
sources.xml groupersource id: g:gsa
sources.xml jdbc source id: dns:
gws@jdbc:postgresql://iamdb11.cac.washington.edu/gws2
sources.xml groupersource id: grouperEntities
sources.xml jdbc source id: uwpds:
gws@jdbc:postgresql://iamdb11.cac.washington.edu/gws2
sources.xml jdbc source id: uwwi:
gws@jdbc:postgresql://iamdb11.cac.washington.edu/gws2
Type help() for instructions
gsh 0% GrouperSession.startRootSession()
edu.internet2.middleware.grouper.GrouperSession:
09411664c1994354bf09ed14a338ba04,'GrouperSystem','application'
gsh 1% usdu()
<some missing subjects>
usdu completed successfully
--------------------------------------------

but after that I didn't get any updates to the sort search fields.

In sources.xml I have, in uppds where all the people are

<source
adapterClass="edu.internet2.middleware.grouper.subj.GrouperJdbcSourceAdapter">
<id>uwpds</id>
<name>UW PDS people</name>
<type>person</type>
...
<init-param>
<param-name>sortAttribute0</param-name>
<param-value>name</param-value>
</init-param>
<init-param>
<param-name>sortAttribute1</param-name>
<param-value>lastname</param-value>
</init-param>
<init-param>
<param-name>sortAttribute2</param-name>
<param-value>firstname</param-value>
</init-param>
...


The system is generally able to find and add members. Even after adding
someone to a group the sort/search fields for that member are still blank.


Is there a switch somewhere indicating whether or not to use those fields?

Where in the code is the update done?

Thanks,

Jim




Archive powered by MHonArc 2.6.16.

Top of Page