grouper-users - Re: [grouper-users] Fw: Install Grouper
Subject: Grouper Users - Open Discussion List
List archive
- From: "Black, Carey M." <>
- To: Malathi Deenadayalan <>, " Mailing List" <>
- Subject: Re: [grouper-users] Fw: Install Grouper
- Date: Fri, 5 Mar 2021 11:47:34 +0000
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=osu.edu; dmarc=pass action=none header.from=osu.edu; dkim=pass header.d=osu.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=v3xR5KdTo1cJhD6Ro8aQMHn38i2XEEJ+oskBk4hxpQU=; b=LQyZw8gV4ZzX1p3G9AvYvo5DX6HEWAM/enXzxkCe2Hcfi6vvTyurS0LsDkuSiuOFxTT25f1+HfbIHLc7bf+tLiTnH0p9MtIVo06IW+fnwwNdnDdCeoKDA3fPUo44GQu2dFqKOJ2/E5ygcDtLajG/Rw/fG4jprFDy+5Z/kexiiYyp1+UDuP/LZF36hkIPF0ornPr42zNkxG7IesZvY1Gfpv+uoCWbSuvl7MNWvaI9dnlRcFNgEjdjyZ8YA78wLIAB6lGMATUh26oWayWV72FWjHELX//4ajOHJ27WKJ13TN/W8da21RJR+e2sHAXjeO78mxgEzEXr4u+jM7andQGejw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=BPAPwXAc5huJxYO85nMW9oqYmCX2t49H/6hDaqjVLXz8g2ZkWH73Jzdh5cNwCeuszrYpv62Pg9crIYdnqMMN/qhvtBoHC8/f8pqGIqvVwKle+YwrxhAGx0k3s6Jjv+sQ5vxC8M2docpU4FbaDZtsCbnMHjezm1Pj0Q+DDtndzjsd7s5ZZiVqtyQvBLwjV+dYMaadG+EcF/dorSna0cmJYfVQx0NVEl0DCBA4l8VYeZRj++AVMeWq86FrHNhbN3+/VzPnl6LdRgyp6ZRheruqKUcovbl2JQgTpdYG+R7gtTIJUzX+gNWJ/BDQl6nvRRc+Bjw9rTBZopV9z9oMTJ345w==
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 <>
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:
|
- 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.