grouper-users - RE: [grouper-users] Need help with Grouper demo install
Subject: Grouper Users - Open Discussion List
List archive
- From: Chris Hyzer <>
- To: Mary Lohse <>, Grouper Users <>
- Subject: RE: [grouper-users] Need help with Grouper demo install
- Date: Tue, 8 Nov 2011 22:18:19 +0000
- Accept-language: en-US
I followed these instructions: https://spaces.internet2.edu/display/Grouper/Grouper+Book+-+Installing+the+quickstart+-+Linux I saved this file: http://www.internet2.edu/grouper/release/2.0.1/grouper.quickstart-2.0.1.tar.gz Ran ant ui – default I cant run the DB on 7001, so I changed: C:\apps\grouper.quickstart-2.0.1\grouper-ui\build\grouper\WEB-INF\classes\grouper.hibernate.properties hibernate.connection.url = "jdbc:hsqldb:hsql://localhost:9002/grouper Start the database on a different port: C:\apps\grouper.quickstart-2.0.1\grouper\bin>java -cp ..\lib\jdbcSamples\hsqldb.jar org.hsqldb.Server -port 9002 -database.0 file:..\dist\run\grouper -dbname.0
grouper Add this to tomcat conf/server.xml
<Context
docBase="C:\apps\grouper.quickstart-2.0.1\grouper-ui\build\grouper"
path="/grouper"
reloadable="false"/></Host>
</Engine>
</Service> </Server> I got this error, the quick start is not up to date… Grouper ddl object type 'Grouper' has dbVersion: 23 and java version: 25 No problem… stop the db (ctrl c), start again with new file: C:\apps\grouper.quickstart-2.0.1\grouper\bin>java -cp ..\lib\jdbcSamples\hsqldb.jar org.hsqldb.Server -port 9002 -database.0 file:grouper -dbname.0 grouper Edit C:\apps\grouper.quickstart-2.0.1\grouper\conf\grouper.hibernate.properties hibernate.connection.url = "jdbc:hsqldb:hsql://localhost:9002/grouper Load the DDL: C:\apps\grouper.quickstart-2.0.1\grouper\bin>gsh -registry –runscript Load the test users and quickstart stuff C:\apps\grouper.quickstart-2.0.1\grouper\bin>gsh -registry -runsqlfile ..\..\subjects.sql C:\apps\grouper.quickstart-2.0.1\grouper\bin>gsh -xmlimportold GrouperSystem ..\..\quickstart.xml Start tomcat again, go to url: http://localhost:8080/grouper/populateAllGroups.do The see the opening screen… did that help? Maybe you could tell me the exact steps you are doing
J Thanks, Chris From: [mailto:]
On Behalf Of Mary Lohse I have installed: grouper.quickstart-2.0.0 with ant 1.7 The Grouper QuickStart installation instructions, apparently aren't clear enough for me. It really doesn't say much about what all one needs to change in the build.properties file
in the group-ui directory, except for the log4j and email addresses for error reports. I get the following errors when running "ant ui". Iselect #1 |
- [grouper-users] Need help with Grouper demo install, Mary Lohse, 11/08/2011
- Re: [grouper-users] Need help with Grouper demo install, GW Brown, Information Systems and Computing, 11/08/2011
- RE: [grouper-users] Need help with Grouper demo install, Chris Hyzer, 11/08/2011
- Message not available
- Re: [grouper-users] Need help with Grouper demo install, Mary Lohse, 11/08/2011
- RE: [grouper-users] Need help with Grouper demo install, Chris Hyzer, 11/08/2011
- Re: [grouper-users] Need help with Grouper demo install, Mary Lohse, 11/08/2011
Archive powered by MHonArc 2.6.16.