Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] sending messages to AWS SQS

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] sending messages to AWS SQS


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: Ben Beecher <>
  • Cc: " Mailing List" <>
  • Subject: RE: [grouper-users] sending messages to AWS SQS
  • Date: Tue, 3 Dec 2019 21:46:56 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=isc.upenn.edu; dmarc=pass action=none header.from=isc.upenn.edu; dkim=pass header.d=isc.upenn.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Xhu8Uu+b8BiJ2ZM3Lx8FNnvqOgFBHhntmewPIJZh3NM=; b=eWup6kUuDiNwSOGR+SyCgtYlEYWpOvqB/IpgZF6atMFWFgcuVQvlLO1IYg0OGWIcECH4yUDHVaUejk2HWK1CrVqwkBIV+irNpvU3MaTmWH2Yu4MC1rXLmVsBif5wfUYMgobZKavhnmG1W+Vv22hJJS+Frn8/rNVp3FPbm0zx6mXYu97tVoczslek7lb3532zCh0cWAOryEFyjta0dgy6WNGALHeu+nyFmk17AacqsOF/yw/m8ejFz0BXRB0AaPtsiMqOPYNkEZiLmDUF9czUAd39pAUu+QqPKfXbMEFgFFlU7UXvtbLeBpeqR5P18+5GsAdbQGM3Du31+ltuZccRbA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=mVspg+bFFGPTNuEeRZ0jfRXw0dsD2rNvrV2jDPxeU+rfuoVR6EbaJ8l87DRHQThvV6q4CeSzHLXUZFnGGXGpDNe+mbgH0f8X74iM3FrnvtWVe2ciHIvpwa+ZYQUXTUgWiIhjhW5tUla3kGl5zdDZr5gY1/2z6veLAq+WLnUj80t85X1L12HLNBgjIPYgsdq6V1hxQext8o9hVewjCfMZbPdStn5TriqOlGWd86yGyWk+IvWP4pRuSX3mJrqkgnR0wTVeFy77uFXd1h6cCfHIC9BaulAOV7HXvKiO8OaC9dFRTYqHuTLFU7kSb+UymvVyhYNxX1ON/PoeDYMwUTfj/Q==

  • java.lang.RuntimeException: Problem reading config: 'classpath:grouperText/grouper.text.en.us.properties'

 

Add grouperText/grouper.text.en.us.properties to the classpath of the daemon

 

  • java.lang.NullPointerException: Cant find config for messageSystemName: 'awsMessaging'

 

you have

 

changeLog.consumer.awsConsumer.publisher.messagingSystemName = awsMessaging

 

which must match

 

grouper.messaging.system.awsSystem.class

 

Thanks

Chris

 

From: Ben Beecher <>
Sent: Tuesday, December 03, 2019 3:51 PM
To: Hyzer, Chris <>
Cc: Mailing List <>
Subject: Re: [grouper-users] sending messages to AWS SQS

 

I followed your examples but it's not working. I could use a little help setting this up. I have attached the properties files and the error logs.

 

grouper_error.txt shows grouper ui startup at 15:13, grouper ws startup at 15:14. I started the loader at 15:17.
I started getting errors at 15:23
2019-12-03 15:23:45,344 [DefaultQuartzScheduler_Worker-2] ERROR (EsbConsumer.java:659) - problem
java.lang.NullPointerException: Cant find config for messageSystemName: 'awsMessaging'

catalina.txt shows tomcat startup at 15:13, no errors for a few minutes. I gave the tomcat shutdown command at 15:25 and lots of errors appeared after that.

I have awsMessaging configured in both properties files. What am I doing wrong?

Ben

 

On Wed, Nov 20, 2019 at 10:04 AM Hyzer, Chris <> wrote:

I added the grouper-loader.properties section of messaging.  If you don’t have an EL filter, it will send all messages

 

https://spaces.at.internet2.edu/display/Grouper/Grouper+Messaging+System

 

From: <> On Behalf Of Ben Beecher
Sent: Tuesday, November 19, 2019 6:04 PM
To: Mailing List <>
Cc: Ben Beecher <>
Subject: [grouper-users] sending messages to AWS SQS

 

I installed the messaging module for AWS SQS in Grouper 2.4 and I updated our properties files with info about our message queue. There are no messages in the queue. How can I tell Grouper to create a message for every change in the change log?

 

Ben




Archive powered by MHonArc 2.6.19.

Top of Page