Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] grouper 2.5 gsh/database

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] grouper 2.5 gsh/database


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: "" <>, T-Heetderks <>
  • Subject: Re: [grouper-users] grouper 2.5 gsh/database
  • Date: Sat, 30 May 2020 15:13:53 +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=NtAZe5PfzYi9zNJcFbMWrqM87Bx+1RJPH4t/nogI4Tc=; b=GwYYQQgswFGzpZfK5fuz9ABK00Ok7tfe38Zy7O/Hv1dyC7yN1m9lwhLJuZS8EoEshjvE54qZHjahDU9zBZm1LUpUaz8kKaOTpS0rHq2XVUraOk0Zl+OrtFtriYxqbjeqzAXZcTBeILjdhOWx/+jw4HOralxoeHCG4TNofhEQhHffDklxY73tEuqq59hhWvwoCzy1haum0JJKxs8xWQARxSiLF2AoYV/Pfb3tK7Vb6X8L0TTqCYdbErcwmo1jzn6ndrdXeBUFulFghhxcPSU0luUZS/wRur8obw6Z1wCkpe9Q+CHXgCBzeG2JC81++u8V6datbewY4qpFrdmgTftlwQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=P3BJjIj3sryVnXlNmjym7TOg+dVovBDKC2Wvv0PW3C9a7WgdRH7x8+tpc+l+vyLEpPALKuSAEwPipr8/M7Aceguuz4enic9fu9Ldp2C+VtN6i6xFM7dyOjWLLaxS4DiIS/WL/cVSdHHKMhQXSFvjViDhRzZc+1RCEM9z0BjNEAS695m1pLV/hYHiLrl/8V1ujoI5O4uzPEWqvxm8vks3eP5XPXPTBtm+JyFIUex5PPTfbmJAIPyQj5wwBy1M32Dtah18THopdWvQXU4MDkqtdVPo27vbVTa+HrrBa49gqaAJFQAHJH2vV76EeR0orpLGqFlaGcrtHTlJONrTipiETA==

also if you set this in grouper.hibernate.properties it will generate the database without a GSH call...

registry.auto.ddl.upToVersion = 2.5.*


But you should also use latest

From: <> on behalf of T-Heetderks <>
Sent: Saturday, May 30, 2020 11:06 AM
To: <>
Subject: [grouper-users] grouper 2.5 gsh/database
 
I am wrestling with changes in 2.5

For example-- generating the initial database:

(in 2.4 this worked)
sudo docker container run -it --rm --network host  \
   --mount type=bind,src="$(pwd)/grouper.hibernate.properties,dst=/run/secrets/ grouper_grouper.hibernate.properties  \
   tier/grouper gsh -registry -check -runscript -noprompt

Seems like 2.5 also needs:
morphString.properties
sudo -u tomcat

SO-- my first question is: is this right, or how do I generate the initial
database in 2.5 ??

Which leads to my second question...

Every time I try to launch gsh (as tomcat-- shelled into my service or as a
distinct docker container), I get this error:
./gsh.sh: line 205: java: command not found

WHY-- what is causing this error ??

Thanks again and in advance for the help!!
- Thomas



Archive powered by MHonArc 2.6.19.

Top of Page