Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] more weird behavior....

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] more weird behavior....


Chronological Thread 
  • From: "GW Brown, Information Systems and Computing" <>
  • To: ,
  • Subject: Re: [grouper-users] more weird behavior....
  • Date: Wed, 28 Feb 2007 15:47:01 +0000

If you are using the default HSQLDB database it comes with a 'manager' app which lets you query the database. The QuickStart has an ant target 'dbgui' which launches the app. The ant target sets up the classpath and then:

<java dir="." classname="org.hsqldb.util.DatabaseManager" classpathref="db.class.path" fork="true">
<arg line="-url jdbc:hsqldb:hsql://localhost:9001"/>
</java>

- so if you need to connect to the database running on a different machine you would need to modify the url.

Gary

--On 28 February 2007 10:38 -0500

wrote:

At 2:23 PM +0000 2/28/07, GW Brown, Information Systems and Computing
wrote:

The exception is almost certainly thrown by
Membership.getMember().getSubject()
the GROUPER_MEMBERS table includes a SUBJECT_SOURCE column. The
error is likely to be a mismatch between the SUBJECT_SOURCE value
and the id specified in the current sources.xml file.


could you suggest a simple tool I could use to query/dump the contents of
the GROUPER_MEMBERS table?

thanks!



----------------------
GW Brown, Information Systems and Computing




Archive powered by MHonArc 2.6.16.

Top of Page