Skip to Content.
Sympa Menu

grouper-users - Getting following errors when running "ant test"

Subject: Grouper Users - Open Discussion List

List archive

Getting following errors when running "ant test"


Chronological Thread 
  • From: "Pulijala, Ashwin Kumar" <>
  • To: <>
  • Subject: Getting following errors when running "ant test"
  • Date: Wed, 15 Dec 2004 15:11:17 -0600

[junit] ...2004-12-15 15:08:05,921 WARN JDBCExceptionReporter: SQL
rror: - 9, SQLState: 23000

[junit] 2004-12-15 15:08:05,921 WARN JDBCExceptionReporter: SQL Error:
-9,SQLState: 23000

[junit] 2004-12-15 15:08:05,921 ERROR JDBCExceptionReporter: Violation
of un
ique index: SYS_PK_GROUPER_SESSION in statement [insert into
grouper_session (subjectID, startTime, sessionID) values
('GrouperSystem', '1103144885921', '1103144885921')]

[junit] 2004-12-15 15:08:05,921 ERROR JDBCExceptionReporter: Violation
of un
ique index: SYS_PK_GROUPER_SESSION in statement [insert into
grouper_session (subjectID, startTime, sessionID) values
('GrouperSystem', '1103144885921', '110314 4885921')]

[junit] net.sf.hibernate.exception.ConstraintViolationException: could
not i
nsert: [edu.internet2.middleware.grouper.GrouperSession#1103144885921]

[junit] 2004-12-15 15:08:05,921 ERROR SessionImpl: Could not synchronize
dat
abase state with session

[junit] 2004-12-15 15:08:05,921 ERROR SessionImpl: Could not synchronize
dat
abase state with session

-----Original Message-----
From: Mark McLaren
[mailto:]

Sent: Wednesday, December 15, 2004 3:33 AM
To:

Subject: [grouper-users] Stem Hierarchies

I've created a hierarchy of stems using the csv2group tool.

stem, add, Grouper.NS_ROOT, ARTF
stem, add, Grouper.NS_ROOT, ENGF
stem, add, ARTF, ARCH
stem, add, ARTF, CLAS
stem, add, ARTF, DRAM
stem, add, ENGF, AERO
stem, add, ENGF, CIVE
stem, add, ENGF, COSC
stem, add, ENGF, EENG

Is it possible yet to navigate the stem hierarchy programmatically
using the Grouper API?

For example:

* show me all the root level stems
* show me all the stems with a stem of ARTF

I noticed GrouperStem mentioned in the spec but can't see it in the
code. Is this a future feature?

I hope this isn't a silly question.

Mark





Archive powered by MHonArc 2.6.16.

Top of Page