On Mon, Aug 4, 2008 at 5:38 AM, arpit jain <[EMAIL PROTECTED]> wrote: > > I am trying to set up a GT4 service with VOMS authorization.
What version of GT4 are you using? > <parameter name="securityDescriptor" > value="etc/org_vlescience_webservices_deployment/security-config.xml" /> > <parameter name="bscope-attrAuthzConfigFile" > value="etc/org_vlescience_webservices_deployment/attr-authz" /> > > When I run the grid service client I am getting the following error: > Error: org.globus.wsrf.config.ConfigException: Failed to initialize security > config for "DeploymentService" service [Caused by: [Caused by: ; nested > exception is: > java.lang.Exception: no attribute based authorization policy (the > 'vomsAttrAuthzFile' config key)]] The first thing that comes to mind has to do with the relative paths in the parameter values. Can you change those to absolute paths and see if that helps? Also, you might want to turn up logging in the container. Add the following line to $GLOBUS_LOCATION/container-log4j.properties: log4j.category.org.globus.voms=DEBUG Hope that helps, Tom
