Skip to Content.
Sympa Menu

grouper-dev - Re: [grouper-dev] trying 1.2.1rc1

Subject: Grouper Developers Forum

List archive

Re: [grouper-dev] trying 1.2.1rc1


Chronological Thread 
  • From: "GW Brown, Information Systems and Computing" <>
  • To: Joy Veronneau <>, Grouper Dev <>
  • Subject: Re: [grouper-dev] trying 1.2.1rc1
  • Date: Thu, 22 Nov 2007 09:20:49 +0000

Hi Joy,

The error is occurring on the line:

this.mgr = new CacheManager( this.getClass().getResource("/grouper.ehcache.xml") );

which should call

public CacheManager(URL configurationURL)

in ehcache-1.3.0.jar

Is there any chance you have a different ehcache implementation on the class path?

Gary

--On 21 November 2007 17:15 -0500 Joy Veronneau
<>
wrote:

Hi,

We've written a little java app here to initialize to bootstrap the db
with some basic stems/groups.

I am trying it with the new grouper.jar I built from 1.2.1rc1 and I get
this error (see below).

I am wondering if I need to modify the java app or if there is some
reconfiguration I need to do? I think I have got all the usual config
files and jars correct.

Happy Thanksgiving!

Joy
----------------------

Exception in thread "main" java.lang.IllegalAccessError: tried to access
method net.sf.ehcache.CacheManager.<init>(Ljava/net/URL;)V from class
edu.internet2.middleware.grouper.cache.EhcacheController
at edu .internet2 .middleware
.grouper.cache.EhcacheController.initialize(EhcacheController.java:86)
at edu .internet2 .middleware
.grouper.cache.EhcacheController.<init>(EhcacheController.java:44)
at edu .internet2
.middleware.grouper.subj.CachingResolver.<init>(CachingResolver.java:52)
at edu .internet2 .middleware .grouper
.subj.SubjectResolverFactory.getInstance(SubjectResolverFactory.java:44)
at edu .internet2
.middleware.grouper.SubjectFinder.getResolver(SubjectFinder.java:309)
at edu .internet2
.middleware.grouper.SubjectFinder.findRootSubject(SubjectFinder.java: 294)
at edu .internet2
.middleware.grouper.RegistryInstall.main(RegistryInstall.java:33)
at edu.cornell.cit.grouper.Import.main(Import.java:76)




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




Archive powered by MHonArc 2.6.16.

Top of Page