Skip to Content.
Sympa Menu

grouper-dev - [grouper-dev] Missing QuotedDnResultHandler

Subject: Grouper Developers Forum

List archive

[grouper-dev] Missing QuotedDnResultHandler


Chronological Thread 
  • From: Gagné Sébastien <>
  • To: <>
  • Subject: [grouper-dev] Missing QuotedDnResultHandler
  • Date: Tue, 21 Feb 2012 12:52:44 -0500

Hi,

I installed the Grouper 2.1 from this location http://www.internet2.edu/grouper/release/2.1.0/ (downloaded today, feb 21st), but I’m getting an exception when starting the API.

 

$ bin/gsh.sh

 

Using GROUPER_HOME: /app/grouper/api

Using GROUPER_CONF: /app/grouper/api/conf

Using JAVA: /app/java/jdk1.6/bin/java

using MEMORY: 64m-750m

Couldnt startup grouper: Error initializing SourceManager

java.lang.RuntimeException: Error initializing SourceManager

        at edu.internet2.middleware.subject.provider.SourceManager.init(SourceManager.java:150)

        at edu.internet2.middleware.subject.provider.SourceManager.<init>(SourceManager.java:91)

        at edu.internet2.middleware.subject.provider.SourceManager.getInstance(SourceManager.java:101)

        at edu.internet2.middleware.grouper.misc.GrouperStartup.startup(GrouperStartup.java:86)

        at edu.internet2.middleware.grouper.app.gsh.GrouperShell.main(GrouperShell.java:136)

        at edu.internet2.middleware.grouper.app.gsh.GrouperShellWrapper.main(GrouperShellWrapper.java:16)

Caused by: java.lang.IllegalArgumentException: Could not find class 'edu.internet2.middleware.psp.ldap.QuotedDnResultHandler'

        […]

Caused by: java.lang.IllegalArgumentException: Could not find class 'edu.internet2.middleware.psp.ldap.QuotedDnResultHandler'

        […]

Caused by: java.lang.ClassNotFoundException: edu.internet2.middleware.psp.ldap.QuotedDnResultHandler

        […]

Exception in thread "main" java.lang.RuntimeException: Error initializing SourceManager

        […]

Caused by: java.lang.IllegalArgumentException: Could not find class 'edu.internet2.middleware.psp.ldap.QuotedDnResultHandler'

        […]

Caused by: java.lang.IllegalArgumentException: Could not find class 'edu.internet2.middleware.psp.ldap.QuotedDnResultHandler'

        […]

Caused by: java.lang.ClassNotFoundException: edu.internet2.middleware.psp.ldap.QuotedDnResultHandler

        […]

 

I checked in the source configuration and found the reference to the class in ldap.properties :

edu.vt.middleware.ldap.searchResultHandlers=edu.internet2.middleware.psp.ldap.QuotedDnResultHandler,edu.vt.middleware.ldap.handler.FqdnSearchResultHandler

 

If I remove “edu.internet2.middleware.psp.ldap.QuotedDnResultHandler” part the error disappears. I’m guessing the class wasn’t updated in the release.

 

Thanks for you help

 

 

Sébastien Gagné,     | Analyste en informatique

514-343-6111 x33844  | Université de Montréal,

                     | Pavillon Roger-Gaudry, local X-100-11

 




Archive powered by MHonArc 2.6.16.

Top of Page