grouper-users - RE: [grouper-users] Grouper 2.5.29 Installer errors on hibernate connections
Subject: Grouper Users - Open Discussion List
List archive
- From: "Black, Carey M." <>
- To: "Hafer, Christopher G" <>, "Hyzer, Chris" <>, Grouper Users <>
- Subject: RE: [grouper-users] Grouper 2.5.29 Installer errors on hibernate connections
- Date: Wed, 22 Jul 2020 13:14:02 +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=fmvx5yW289jF+j9/CTmOzbhesdreHjTYsyhPpdeGfDk=; b=D6oODuOqAViL8/yFwAo41sEvTY0ZrxCc3yplNEm5vYmsNpUqq8PF1VsmFszEd/lTc8cGBmIFkTuQUr4i4s/2Ulp1PODXKGz6lebZkipD1BJ3H4M1yd6W4/oPyC0tYQSMbcad7qknkZy9aNtZ7QCpS+CsGihzRz/V7XUVM1HIyQs3G9m7NmNMr6e6OR1GPRUEFlgvYvRWnCXLtRq+xZRUUQEOuE5BWAOodRHxJWd4zniYRIiZo1XNQr3MsQToz8Nc6B1jhhFw5XNC8ZKmA1uOY03uYmMIelOUh9Ga7dCbyrf3v75gZ57Be/ZYbpcMHcBn9450n2fQEvcS5nuQWwADzQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=CVnGCkKldQWUzAIerLwRPtFmFMWc//g18RI5pM4GATgFT7rtuC7hkQrbePo4heASLmRNunKrzmtvbkfbnQTKOuZS6ZsS+Pq4evSkQI9FNy8iZs3pm66X5lx29v8LDwaZuimBnA6VqPCltsgrbSfQg/C3mhJPfDbuK1wd+pOCErJUidXLumnT44vGmR+FtkFK3hikOxZXg6qC0dttrEVfITiBSA3pgnXvib1SaRd3Sw46xvFtUbfOvDsLE7Z78cFis5Vw2y8NLpGs/8SX77FDG5n3W+9Vpsx78O6quAVnDWvfQf+KvvzmRBn7OBRgnycsrToJnl2aICFGpj9mGZcMbQ==
Christopher,
Just a guess… based on “parent dir of log file”:
Take a look at how you are, or are not, setting these for your container.
-e GROUPER_SHIB_LOG_USE_PIPE (v2.5.30+) ( default is true) -e GROUPER_LOG_TO_HOST (v.2.5.27+) ( default is false)
GROUPER_LOG_TO_HOST = true The container “should” write files ( based on log4j.properties) to /opt/grouper/logs ( inside the container ). And you are expected to mount that to a directory outside the container. (for = "false" ) The logs go to the “docker logs” instead of to files.
Also check your log4j.properties file. Look at the paths for the files that are being created.
HTH. ( Have not really started looking at 2.5.33 yet… So I guess it is possible that something changed in that release? )
-- Carey Matthew
From: <>
On Behalf Of Hafer, Christopher G
Thanks Chris, looks like 2.5.33 is connecting to DB now. I do see a warning “Grouper warning: parent dir of log file doesnt exist: /opt/grouper/logs/grouper” in the log the ‘Installer’ is outputting in [/opt/grouperContainer].
-Does this mean I need to create the path “/opt/grouper/logs/grouper” on the main system for the installer ? -Does this mean the log folder path is not inside the Docker “i2incommon/grouper:2.5.33” image ? -Do I need to point the Installer to install in [/opt/grouper] instead of [/opt/grouperContainer] ?
Thank you, MUSC Information Solutions Integration Engineer II | Business Application Integrations Medical University of South Carolina | Ph: 843-209-3315
"Harnessing the power of information to improve the lives we touch"
From: Hyzer, Chris <>
CAUTION: External This is now fixed in 2.5.33, the installer will install “maturity level 0”. Note, if it says it cant find a success initting the database, run “docker logs gsh”, and see that it did in fact complete, you will see tables and views in your schema, and continue with the installer.
Thanks, Chris
From: Hyzer, Chris
I think the installer only works on 2.5.22... want to try that, and then once its installed you could upgrade? Or use the manual method?
thanks Chris
From:
<> on
behalf of Hafer, Christopher G <>
Good afternoon, I am getting the below error for a PostgreSQL 10 database when running the Grouper installer jar "grouper-installer-2.5.29.jar" as root. Using openjdk version "1.8.0_252" and JAVA_HOME is set. I have looked in the 2.5.29
Docker image and the postgresql driver jar is in the lib folder. I am following the Maturity Level 0 w/ Installer to get familiar with this setup.
|
- [grouper-users] Grouper 2.5.29 Installer errors on hibernate connections, Hafer, Christopher G, 07/21/2020
- Re: [grouper-users] Grouper 2.5.29 Installer errors on hibernate connections, Hyzer, Chris, 07/21/2020
- RE: [grouper-users] Grouper 2.5.29 Installer errors on hibernate connections, Hafer, Christopher G, 07/21/2020
- RE: [grouper-users] Grouper 2.5.29 Installer errors on hibernate connections, Hyzer, Chris, 07/22/2020
- RE: [grouper-users] Grouper 2.5.29 Installer errors on hibernate connections, Hafer, Christopher G, 07/22/2020
- RE: [grouper-users] Grouper 2.5.29 Installer errors on hibernate connections, Black, Carey M., 07/22/2020
- RE: [grouper-users] Grouper 2.5.29 Installer errors on hibernate connections, Hafer, Christopher G, 07/23/2020
- RE: [grouper-users] Grouper 2.5.29 Installer errors on hibernate connections, Black, Carey M., 07/22/2020
- RE: [grouper-users] Grouper 2.5.29 Installer errors on hibernate connections, Hafer, Christopher G, 07/22/2020
- Re: [grouper-users] Grouper 2.5.29 Installer errors on hibernate connections, Hyzer, Chris, 07/21/2020
Archive powered by MHonArc 2.6.19.