Roland, can you please enable DEBUG logging in the container and post the relevant logs? Not the entire log file of course, just the relevant log entries.
Also, what version of GT (or JWS Core) are you using? Thanks, Tom On Wed, Mar 11, 2009 at 8:11 AM, Roland Kuebert <[email protected]> wrote: > Hi, > > I've written a PDP which I want to use, additionally to the gridmap PDP, in > the ManagedJobFactoryService. I want to use this service before the gridmap > one and allow it to deny a request, even if the gridmap would allow it, so I > want to use the DenyOverride algorithm but I can't figure out how to > specify. I can successfully specify PermitOverride and FirstApplicable, but > whenever I specify the DenyOverride, I get the following error: > > [JWSCORE-210] Failed to initialize 'ManagedJobFactoryService' service > org.globus.wsrf.config.ConfigException: [JWSSEC-186] Authoriation algorithm > provider not found for name "DenyOverride". > (There's a typo in the JWSSEC-186 message; "Authoriation" should be > "Authorization") > > I specify it by using <authzChain combiningAlg="DenyOverride" >, which > works, as I said before, if I replace DenyOverride with PermitOverride or > FirstApplicable. > > Any hints? > > Regards, > > Roland > >
