The mds.globus.org that you see is just part of the namespace for the servicegroup add operation, not the name of a host that your container is trying to contact. What's happening here is that your GRAM service is trying to register to the Index service in the same container (https://ng2dev.vpac.monash.edu.au:8443/wsrf/services/DefaultIndexService), but failing because your Index service isn't configured to allow anonymous registrations.

If you want to disable it, you can edit the file $GLOBUS_LOCATION/etc/gram-service/jndi-config.xml; search for this section:

       <resource name="mdsConfiguration"
type="org.globus.wsrf.impl.servicegroup.client.MDSConfiguration">
           <resourceParams>
           <parameter> <name>reg</name>
                       <value>true</value>
           </parameter>
           <parameter> <name>factory</name>
                       <value>org.globus.wsrf.jndi.BeanFactory</value>
           </parameter>
           </resourceParams>
       </resource>

and change the value of the "reg" parameter from "true" to "false".

                      -- Laura

On 12/11/2007 04:32 PM, Sam Morrison wrote:
Hi,

I keep getting these warnings in my container log. It seems that by default my gateway is trying to contact mds.globus.org to publish mds info.
I would like to turn this off completely but can't find how to.

Could someone point me the the configuration file which controls this feature please.


Sam Morrison


2007-12-12 11:21:52,178 WARN client.ServiceGroupRegistrationClient [Timer-5,status:472] Warning: Could not register https://ng2dev.vpac.monash.edu.au:8443/wsrf/services/ManagedJobFactoryService to servicegroup at https://ng2dev.vpac.monash.edu.au:8443/wsrf/services/DefaultIndexService -- check the URL and that the remote service is up. Remote exception was org.globus.wsrf.impl.security.authorization.exceptions.AuthorizationException: "<anonymous>" is not authorized to use operation: {http://mds.globus.org/index/2004/07/12}add on this service 2007-12-12 11:21:52,384 INFO gt4.OSGAuthorization [ServiceThread-21,isPermitted:94] =========== PRIMA GT4 AUTHORIZATION =============== 2007-12-12 11:21:52,384 INFO gt4.OSGAuthorization [ServiceThread-21,isPermitted:95] GT4 PRIMA OSGAuthorization started for <anonymous> 2007-12-12 11:21:52,385 WARN gt4.OSGAuthorization [ServiceThread-21,retrieveClientCertChain:219] PRIMA: No certificate chain found: getPublicCredentials didn't contain any X509Certificate[] objects 2007-12-12 11:21:52,385 WARN gt4.OSGAuthorization [ServiceThread-21,isPermitted:158] PRIMA: DENY - User (<anonymous>) - prior to contacting service: PRIMA: Couldn't retrieve client certificate chain. 2007-12-12 11:21:52,385 WARN authorization.ServiceAuthorizationChain [ServiceThread-21,authorize:292] "<anonymous>" is not authorized to use operation: {http://mds.globus.org/index/2004/07/12}add on this service

Reply via email to