Skip to Content.
Sympa Menu

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

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] grouper 2.5 gsh/database


Chronological Thread 
  • From: "T-Heetderks" <>
  • To:
  • Subject: [grouper-users] grouper 2.5 gsh/database
  • Date: Sat, 30 May 2020 15:06:49 +0000

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