Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] Need help with Grouper demo install

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] Need help with Grouper demo install


Chronological Thread 
  • 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
Sent: Tuesday, November 08, 2011 4:44 PM
To: Grouper Users
Subject: [grouper-users] Need help with Grouper demo install

 

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

1
[propertyfile] Updating property file: /etc/grouperqs/grouper.quickstart-2.0.0/grouper-ui/.lastbuild.properties

BUILD FAILED
/etc/grouperqs/grouper.quickstart-2.0.0/build.xml:44: The following error occurred while executing this line:
/etc/grouperqs/grouper.quickstart-2.0.0/grouper-ui/build.xml:64: The following error occurred while executing this line:
/etc/grouperqs/grouper.quickstart-2.0.0/grouper-ui/build.xml:848: The following error occurred while executing this line:
Target "1" does not exist in the project "local".

I am attaching my build.properties file, which I have messed around with alot.

Any help would be appreciated.

Thanks, Mary



--
Mary Lohse
University of Nebraska
409.1 Love Library
Lincoln, NE  68588-0496
402-472-7663

 




Archive powered by MHonArc 2.6.16.

Top of Page