[GAP] CMUChangeLogConsumer Full Sync
Jeffrey Eaton
jeaton at cmu.edu
Wed Jan 13 12:42:53 EST 2016
We have a cron job that does the full sync. Its just a shell script which calls:
java -Djavax.net.ssl.keyStore=$GROUPER_HOME/conf/grouper.jks -Djavax.net.ssl.keyStorePassword=$KEYSTOREPASS -Djavax.net.ssl.trustStore=$GROUPER_HOME/conf/grouper.ts -Djavax.net.ssl.trustStorePassword=$TRUSTPASS -Dgrouper.home="$GROUPER_HOME/“ -jar lib/grouper/cmuConsumer.jar -all
We run it once a day, at 12:30am. Normally it doesn’t find anything.
-jeaton
> On Jan 13, 2016, at 9:50 AM, Jason Vinnedge via Identity-services-gap <identity-services-gap at lists.andrew.cmu.edu> wrote:
>
> Good Morning,
>
> I have integrated the CMUChangeLogConsumer with a test instance of Grouper that we have here. I added the following to grouper-loader.properties:
>
> changeLog.consumer.consumermain.class = edu.cmu.grouper.changelog.consumer.ConsumerMain
> changeLog.consumer.consumermain.quartzCron = 0 * * * * ?
>
>
> Each time the loader executes the job, it will pick up any changes (Example, if I added a member to a group) and push messages onto the queue as expected. My question is how does a full sync get executed?
>
> I found the following in the sample grouper-loader.properties file that I tried, but without success:
>
> changeLog.consumer.consumermain.fullSync.class = edu.cmu.grouper.changelog.consumer.ConsumerMain
> changeLog.consumer.consumermain.fullSync.quartzCron = 0 * * * * ?
> changeLog.consumer.consumermain.fullSync.runAtStartup = true
>
> Thank you in advance for any information!
>
> Jason Vinnedge
>
> Identity Services
> identity.psu.edu
> The Pennsylvania State University
> 300 N Science Park Road
> State College, PA 16803
>
> 814-867-4923
> jdv13 at psu.edu
>
>
>
>
>
>
>
>
> _______________________________________________
> Identity-services-gap mailing list
> Identity-services-gap at lists.andrew.cmu.edu
> https://lists.andrew.cmu.edu/mailman/listinfo/identity-services-gap
More information about the Identity-services-gap
mailing list