Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] LDAP Directory JDBC Connector

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] LDAP Directory JDBC Connector


Chronological Thread 
  • From: Thomas M Goerger <>
  • To: Tom Barton <>
  • Cc:
  • Subject: Re: [grouper-users] LDAP Directory JDBC Connector
  • Date: Wed, 19 Mar 2008 09:05:10 -0500 (CDT)

Yes, I had a working build until I removed the JDBC language and replaced
it with JNDI. I'm using Java 1.5.0_14-b03, ant 1.7.0 on Sun Solaris 9.
When I wrote initially, I could get into the Grouper interface through
Tomcat, and could get into the search interface, but the JDBC connection
just wasn't finding anything. Now for some reason, the db-init task just
doesn't want to succeed.


On Tue, 18 Mar 2008, Tom Barton wrote:

> This, together with your initial problem that led you to look into LDAP
> via JDBC, makes me wonder whether there's a Subject API jar in the
> proper location. Which leads to some elementary sanity-check questions,
> if you don't mind me starting there. Are you starting with a clean
> install of grouper 1.2.1 and following the build instructions in
> README.txt? What java, ant, and OS are you running with?
>
> Tom
>
> Thomas M Goerger wrote:
> > From some docs I found on the web, I thought it might be faster to use a
> > JDBC connector instead of the JNDI. However, when I try to use the JNDI
> > adaptor, I'm getting an initialization error trying to run the ant db-init
> > task. Haven't seen any problems in my sources.xml file, but am still
> > getting the error. Any ideas on why I might be getting this?
> >
> > db.init:
> > [java] Exception in thread "main"
> > edu.internet2.middleware.grouper.GrouperRuntimeException: unable to
> > initialize registry: unable to retrieve GrouperSystem: unable to get
> > SourceManager: Error initializing SourceManager
> > [java] at
> > edu.internet2.middleware.grouper.RegistryInstall.main(RegistryInstall.java:41)
> > [java] Caused by:
> > edu.internet2.middleware.grouper.GrouperRuntimeException: unable to
> > retrieve GrouperSystem: unable to get SourceManager: Error initializing
> > SourceManager
> > [java] at
> > edu.internet2.middleware.grouper.SubjectFinder.findRootSubject(SubjectFinder.java:297)
> > [java] at
> > edu.internet2.middleware.grouper.RegistryInstall.main(RegistryInstall.java:33)
> > [java] Java Result: 1
>



Archive powered by MHonArc 2.6.16.

Top of Page