Dear Alll,

Please I am using the GT4 manual on Index Service: How To Write a Simple 
Execution Aggregator Information Provider for MDS4. I followed the steps to 
test the fortune example. I got the following error and I have posted it to the 
gt-user group, I could not get help:

 $GLOBUS_LOCATION/bin/mds-servicegroup-add -s 
http://isxp1313c.sims.cranfield.ac.uk:8080/wsrf/services/DefaultIndexService 
fortune-provider-registration.xml
Processing configuration file...
Error: Fatal Error: URI=null Line=6: The prefix "wsa" for element "wsa:Address" 
is not bound.
[EMAIL PROTECTED] ~]$


My code is:

<?xml version = "1.0" encoding="UTF-8"?>
        <ServiceGroupRegistrations>

         <defaultServiceGroupEPR>

<wsa:Address>http://isxp1313c.sims.cranfield.ac.uk:8080/wsrf/services/DefaultIndexService
</wsa:Address>

</defaultServiceGroupEPR>

        <!--
 The defaultRegistrantEPR defines the grid resource that will be
       registered, unless overridden in the ServiceGroupRegistrationParameters

-->

        <defaultRegistrantEPR>

        <wsa:Address>
http://isxp1313c.sims.cranfield.ac.uk:8080/wsrf/services/fortuneProvider
</wsa:Address>
</defaultRegistrantEPR>
<defaultSecurityDecriptorFile>some/other/sec/file.xml</defaultSecurityDecriptorFile>

        <ServiceGroupRegistrationParameters>

         <!--
 Renew this registration every 600 seconds (10 minutes)
-->
<RefreshIntervalSecs>600</RefreshIntervalSecs>

        <Content xsi:type="agg:AggregatorContent">

        <agg:AggregatorConfig xsi:type="agg:AggregatorConfig">

        <agg:ExecutionPollType>

        <!--
 Run our script every 300,000 milliseconds (5 minutes)
-->
<agg:PollIntervalMillis>300000</agg:PollIntervalMillis>

        <!--
 Specify our mapped ProbeName registered in the
               $GLOBUS_LOCATION/etc/globus_wsrf_mds_index/jndi-config.xml
                file
-->
<agg:ProbeName>fortuneProvider</agg:ProbeName>
</agg:ExecutionPollType>
</agg:AggregatorConfig>
<agg:AggregatorData/>
</Content>
</ServiceGroupRegistrationParameters>
Type  :quit<Enter>  to exit Vim                                                 
                                                           7,1           Top

Please any help?

I am a PhD student, I want to register my customise resources and services in 
the Index Service. Later I want to provide a way users can subscribe these 
resources/services and execute them. To be specific, I want to publish 
optimisation resources suct as data, algorithms, constraints, equations etc.

Any suggestions on how to do this is appreciated.

Kind regards
Gokop
       
---------------------------------
Yahoo! oneSearch: Finally,  mobile search that gives answers, not web links. 

Reply via email to