Skip to Content.
Sympa Menu

grouper-users - [grouper-users] tier image running ui-ws has errors when configuration via ui

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] tier image running ui-ws has errors when configuration via ui


Chronological Thread 
  • From:
  • To:
  • Subject: [grouper-users] tier image running ui-ws has errors when configuration via ui
  • Date: Fri, 7 Feb 2020 13:21:20 +0000

This is more of a bug report, but I couldn't post on Jira.

I have a new setup, using tier/grouper:2.4.0-80-u51-w10-p11-20191118

and I'm running the ui-ws to get started. My /opt/grouper/conf has:
grouper-loader.properties
grouper.properties
grouper-ui.properties
morphString.properties
subject.properties

I receive error messages (below) when editing configs in the UI because /opt/
grouper/grouper.ui/WEB-INF/classes/grouper-ws.properties is not present.

Either the env setup should create a default/template file at /opt/grouper/
grouper.ui/WEB-INF/classes/grouper-ws.properties, or the UI based config
management should be tolerant of the file's absence. The file is present in
grouper.ws/WEB-INF/classes.

When I try to update anything in grouper.properties using the UI, I get:

Error: Problem reading config: 'classpath:grouper-ws.properties', Problem in
HibernateSession: HibernateSession (549eb24c): new, notReadonly,
READ_WRITE_NEW, notActiveTransaction, session (337e8aa8), Problem calling
method configurationFileItemEditSubmit on
edu.internet2.middleware.grouper.grouperUi.serviceLogic.UiV2Configure


Additionally, editing the configuration files and choosing grouper-
ws.properties gives the error:
Error: Problem reading config: 'classpath:grouper-ws.properties', Problem
calling method configureSelectFile on
edu.internet2.middleware.grouper.grouperUi.serviceLogic.UiV2Configure

It works after I grab a shell on the container and create an empty file with:
thouch /opt/grouper/grouper.ui/WEB-INF/classes/grouper-ws.properties

so it's easy to work around. But, it would be a more pleasant experience for
new installations if this "just worked".



Archive powered by MHonArc 2.6.19.

Top of Page