grouper-users - Re: [grouper-users] Fw: Install Grouper
Subject: Grouper Users - Open Discussion List
List archive
- From: Malathi Deenadayalan <>
- To: "Black, Carey M." <>,
- Subject: Re: [grouper-users] Fw: Install Grouper
- Date: Mon, 22 Mar 2021 16:57:44 +0530
The first error ( in the screenshots that you sent )is this one:
2021-03-03. 08:35:58,987 ….. “host ‘172.17.0.4’ is not allowed to connect to this MariaDB server”.
Your MariaDB is refusing to talk to your Grouper install.
Generally: You need to adjust the access controls on the database and/or network to allow that connection to work.
You have not completed the “Get a server and database” step.
Please see to the general content here: https://spaces.at.internet2.edu/display/Grouper/Install+docker+mysql+database
NOTE: You do not need to have your database in a docker container. That is more for “local installs for single user testing”.
However, all of the SQL operations to create a database user and database needs to be done BEFORE the container will be able to connect.
Specifically:
“
create database grouper_v2_5 character set UTF8 collate utf8_bin;
create user 'grouper_v2_5'@'1.2.3.4' IDENTIFIED WITH mysql_native_password by 'pass';
grant all on grouper_v2_5.* to 'grouper_v2_5'@'1.2.3.4';
flush privileges;
quit
“
The name of the database (“grouper_v2_5” in the example above) can be any name you want to use. ( In prod I suggest not using a version number in the name. )
The ‘userName@hostIP’ ('grouper_v2_5'@'1.2.3.4' in the example) can be any username and you can set a specific IP address or use “*”. ( MariaDB specific details. )
--
Carey Matthew
From: <> on behalf of Malathi Deenadayalan <>
Reply-To: Malathi Deenadayalan <>
Date: Friday, March 5, 2021 at 1:59 AM
To: "" <>
Cc: "" <>
Subject: Re: [grouper-users] Fw: Install Grouper
Hi,
Thank you for guiding me to install grouper V2.5 , I have started installing by following this URL
But I am not able to connect my database and getting error and herewith I have attached my error files kindly request you
to help me to set up the grouper successfully.
It is very urgent to set up the grouper and I am new to this please help me to complete my tasks.
Regards,
Malathi
On Mon, Feb 22, 2021 at 9:38 PM Redman, Chad <> wrote:
From: Redman, Chad <>
Sent: Monday, February 22, 2021 10:17 AM
To: [Malathi] [D]\" <>
Subject: Re: [grouper-users] Install Grouper
Hi Malathi,
That Unicon document is for an older approach using a different Grouper docker image (tier/grouper). The latest versions of Grouper are supplied as a different image (i2incommon/grouper), with many improvements to make it more versatile. For an introduction, https://spaces.at.internet2.edu/pages/viewpage.action?pageId=163119272 (Grouper Packaging and Versioning for v2.5+) is a good starting point.
-Chad
From: <> on behalf of "[Malathi] [D]\\\"" <>
Sent: Monday, February 8, 2021 4:37 AM
To: <>
Subject: [grouper-users] Install Grouper
Hi,
I want to intstall grouper and following
https://github.com/Unicon/tier-grouper-deployment this document.
I have the following doubt.
How can I use my own ldap server and my own Idp server for configuration.
What are all the files needs to be modified for database, ldap, idp???
It will be helpfull if anybody gives the proper documentation and guidence to
overcome all issues and to install grouper successfully/
Thank you in advance.
Regards,
Malathi
Attachment:
grouper-log.doc
Description: MS-Word document
Attachment:
grouper_troubleshoot.doc
Description: MS-Word document
- Re: [grouper-users] Fw: Install Grouper, Malathi Deenadayalan, 03/05/2021
- Re: [grouper-users] Fw: Install Grouper, Black, Carey M., 03/05/2021
- Re: [grouper-users] Fw: Install Grouper, Malathi Deenadayalan, 03/22/2021
- Re: [grouper-users] Fw: Install Grouper, Malathi Deenadayalan, 03/30/2021
- Re: [grouper-users] Fw: Install Grouper, Malathi Deenadayalan, 03/22/2021
- Re: [grouper-users] Fw: Install Grouper, Black, Carey M., 03/05/2021
Archive powered by MHonArc 2.6.24.