Dear All, I have now successfully registered the fortune-example-registration.xml as seen below:
[EMAIL PROTECTED] ~]$ $GLOBUS_LOCATION/bin/mds-servicegroup-add -s https://isxp1313c.sims.cranfield.ac.uk:8443/wsrf/services/DefaultIndexService fortune-provider-registration.xml Processing configuration file... Processed 1 registration entries Successfully registered https://isxp1313c.sims.cranfield.ac.uk:8443/wsrf/services/fortuneProvider to servicegroup at https://isxp1313c.sims.cranfield.ac.uk:8443/wsrf/services/DefaultIndexService Thank you you Neill and Frank. I have some more question please. In the ServiceGroup Overview of the Index Service, under Resource Type, it shows "UnKnown". Just as it shows for RFT as "RFT" and GRAM as "GRAM", I want to be able to customise my resources to show e.g. OptimisationAlgorithm, ObjectiveFunction, etc. How can I do this? See how it displays the services with the fortune example showing "Unknown" under Resource Type. ServiceGroup Overview This page provides a brief overview of Web Services and/or WS-Resources that are members of a WS-ServiceGroup. This WS-ServiceGroup has 4 direct entries, 4 in whole hierarchy. Resource TypeIDInformation Unknownisxp1313c.sims.cranfield.ac.ukAggregator entry with unknown content "fortuneInformation" from https://isxp1313c.sims.cranfield.ac.uk:8443/wsrf/services/fortuneProviderdetail RFT138.250.104.2270 active transfer resources, transferring 0 files. 215.85 KB transferred in 16 files since start of database. detail GRAM138.250.104.2271 queues, submitting to 0 cluster(s) of 0 host(s). detail GRAM138.250.104.2270 queues, submitting to 0 cluster(s) of 0 host(s). detail --------------------------------- Please report bugs and feature requests into the Globus Bugzilla. XSLT transformation provided by servicegrouptable.xsl version 1.5.4.1. Any help is appreciated. Kind regards Gokop Neill Miller <[EMAIL PROTECTED]> wrote: On Sat, Oct 06, 2007 at 05:13:05AM -0700, Gokop Goteng wrote: > 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: > > > > > > > http://isxp1313c.sims.cranfield.ac.uk:8080/wsrf/services/DefaultIndexService > The error says, "The prefix "wsa" for element "wsa:Address" is not bound", and that is evidently the case since it's used in the above file. In short, you're missing ALL of the prefixes required for that example. Download the file again from: http://www.globus.org/toolkit/docs/4.0/info/index/fortune-provider-registration.xml IMPORTANT: When you download the fortune-provider-registration file, you MUST right click and save the file. If you click it and view it in firefox and cut and paste it, it will be incomplete like what you're showing above. If you're using GNU/Linux, you can simply use this command at a terminal to fetch it properly: wget http://www.globus.org/toolkit/docs/4.0/info/index/fortune-provider-registration.xml -Neill. --------------------------------- Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us.
