Hi,

I am trying to register MathService (from GT4 tutorial), to DefaultIndexService.

I deployed the MathService and it is appearing in the services.

wsrf-query -s http://130.88.198.223:8080/wsrf/services/DefaultIndexService |grep "8080" is showing MathService.

I don't know whether i registered the service correctly or not? How can I check the services registered with DefaultIndexService. I am registering service using following command, control is hanging forever...

Where i am doing wrong, Any  help/hint  is highly appreciated.

globus>mds-servicegroup-add -s http://130.88.198.223:8080/wsrf/services/DefaultIndexService ./math1.xml Processing configuration file...
Processed 1 registration entries
Successfully registered http://130.88.198.223:8080/wsrf/services/examples/core/first/MathService to servicegroup at http://130.88.198.223:8080/wsrf/services/DefaultIndexService




where  math1.xml
<?xml version="1.0" encoding="UTF-8" ?>
<ServiceGroupRegistrations
xmlns="http://mds.globus.org/servicegroup/client";
xmlns:sgc="http://mds.globus.org/servicegroup/client";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";
xmlns:agg="http://mds.globus.org/aggregator/types";>
<ServiceGroupRegistrationParameters
      xmlns="http://mds.globus.org/servicegroup/client";>
  <RegistrantEPR
    xmlns:agg="http://mds.globus.org/aggregator/types";
    xmlns:glue="http://mds.globus.org/glue/ce/1.1";
xmlns:gram="http://www.globus.org/namespaces/2004/10/gram/job"; xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
    <wsa:Address>
http://130.88.198.223:8080/wsrf/services/examples/core/first/MathService
    </wsa:Address>
  </RegistrantEPR>
 <RefreshIntervalSecs>1440</RefreshIntervalSecs>
 <Content
          xmlns:agg="http://mds.globus.org/aggregator/types";
xmlns:math="http://www.globus.org/namespaces/examples/MathService_instance";
         xsi:type="agg:AggregatorContent">
      <agg:AggregatorConfig xsi:type="agg:AggregatorConfig">
              <agg:GetMultipleResourcePropertiesPollType
xmlns:math="http://www.globus.org/namespaces/examples/MathService_instance"; > <agg:PollIntervalMillis>60000</agg:PollIntervalMillis> <agg:ResourcePropertyNames>math:Value</agg:ResourcePropertyNames> <agg:ResourcePropertyNames>math:LastOp</agg:ResourcePropertyNames>
               </agg:GetMultipleResourcePropertiesPollType>
      </agg:AggregatorConfig>
    <agg:AggregatorData/>
 </Content>
</ServiceGroupRegistrationParameters>
</ServiceGroupRegistrations>

Then in the second window where i started globus-container is showing error messages.

globus-start-container -nosec
2008-03-12 13:58:43,338 INFO impl.DefaultIndexService [ServiceThread-8,processConfigFile:107] Reading default registration configuration from file: /usr/local/globus-4.0.1/etc/globus_wsrf_mds_index/hierarchy.xml
Starting SOAP server at: http://130.88.198.223:8080/wsrf/services/
With the following services:

[1]: http://130.88.198.223:8080/wsrf/services/TriggerFactoryService
[2]: http://130.88.198.223:8080/wsrf/services/DelegationTestService
[3]: http://130.88.198.223:8080/wsrf/services/SecureCounterService
[4]: http://130.88.198.223:8080/wsrf/services/IndexServiceEntry
[5]: http://130.88.198.223:8080/wsrf/services/DelegationService
[6]: http://130.88.198.223:8080/wsrf/services/InMemoryServiceGroupFactory
[7]: http://130.88.198.223:8080/wsrf/services/mds/test/execsource/IndexService [8]: http://130.88.198.223:8080/wsrf/services/mds/test/subsource/IndexService
[9]: http://130.88.198.223:8080/wsrf/services/SubscriptionManagerService
[10]: http://130.88.198.223:8080/wsrf/services/TestServiceWrongWSDL
[11]: http://130.88.198.223:8080/wsrf/services/SampleAuthzService
[12]: http://130.88.198.223:8080/wsrf/services/WidgetNotificationService
[13]: http://130.88.198.223:8080/wsrf/services/AdminService
[14]: http://130.88.198.223:8080/wsrf/services/DefaultIndexServiceEntry
[15]: http://130.88.198.223:8080/wsrf/services/CounterService
[16]: http://130.88.198.223:8080/wsrf/services/TestService
[17]: http://130.88.198.223:8080/wsrf/services/InMemoryServiceGroup
[18]: http://130.88.198.223:8080/wsrf/services/SecurityTestService
[19]: http://130.88.198.223:8080/wsrf/services/ContainerRegistryEntryService [20]: http://130.88.198.223:8080/wsrf/services/NotificationConsumerFactoryService
[21]: http://130.88.198.223:8080/wsrf/services/TestServiceRequest
[22]: http://130.88.198.223:8080/wsrf/services/IndexFactoryService
[23]: http://130.88.198.223:8080/wsrf/services/ReliableFileTransferService
[24]: http://130.88.198.223:8080/wsrf/services/mds/test/subsource/IndexServiceEntry
[25]: http://130.88.198.223:8080/wsrf/services/Version
[26]: http://130.88.198.223:8080/wsrf/services/NotificationConsumerService
[27]: http://130.88.198.223:8080/wsrf/services/IndexService
[28]: http://130.88.198.223:8080/wsrf/services/NotificationTestService
[29]: http://130.88.198.223:8080/wsrf/services/ReliableFileTransferFactoryService
[30]: http://130.88.198.223:8080/wsrf/services/DefaultTriggerServiceEntry
[31]: http://130.88.198.223:8080/wsrf/services/TriggerServiceEntry
[32]: http://130.88.198.223:8080/wsrf/services/PersistenceTestSubscriptionManager [33]: http://130.88.198.223:8080/wsrf/services/mds/test/execsource/IndexServiceEntry
[34]: http://130.88.198.223:8080/wsrf/services/DefaultTriggerService
[35]: http://130.88.198.223:8080/wsrf/services/TriggerService
[36]: http://130.88.198.223:8080/wsrf/services/gsi/AuthenticationService
[37]: http://130.88.198.223:8080/wsrf/services/TestRPCService
[38]: http://130.88.198.223:8080/wsrf/services/ManagedMultiJobService
[39]: http://130.88.198.223:8080/wsrf/services/RendezvousFactoryService
[40]: http://130.88.198.223:8080/wsrf/services/WidgetService
[41]: http://130.88.198.223:8080/wsrf/services/ManagementService
[42]: http://130.88.198.223:8080/wsrf/services/ManagedExecutableJobService
[43]: http://130.88.198.223:8080/wsrf/services/InMemoryServiceGroupEntry
[44]: http://130.88.198.223:8080/wsrf/services/examples/core/first/MathService
[45]: http://130.88.198.223:8080/wsrf/services/AuthzCalloutTestService
[46]: http://130.88.198.223:8080/wsrf/services/DelegationFactoryService
[47]: http://130.88.198.223:8080/wsrf/services/DefaultIndexService
[48]: http://130.88.198.223:8080/wsrf/services/ShutdownService
[49]: http://130.88.198.223:8080/wsrf/services/ContainerRegistryService
[50]: http://130.88.198.223:8080/wsrf/services/TestAuthzService
[51]: http://130.88.198.223:8080/wsrf/services/CASService
[52]: http://130.88.198.223:8080/wsrf/services/ManagedJobFactoryService
2008-03-12 13:58:58,757 ERROR impl.QueryAggregatorSource [Timer-3,pollGetMultiple:149] Exception Getting Multiple Resource Properties from http://130.88.198.223:8080/wsrf/services/examples/core/first/MathService: No such operation 'GetMultipleResourceProperties' 2008-03-12 13:59:58,718 ERROR impl.QueryAggregatorSource [Timer-3,pollGetMultiple:149] Exception Getting Multiple Resource Properties from http://130.88.198.223:8080/wsrf/services/examples/core/first/MathService: No such operation 'GetMultipleResourceProperties' 2008-03-12 14:00:58,720 ERROR impl.QueryAggregatorSource [Timer-3,pollGetMultiple:149] Exception Getting Multiple Resource Properties from http://130.88.198.223:8080/wsrf/services/examples/core/first/MathService: No such operation 'GetMultipleResourceProperties' 2008-03-12 14:01:58,723 ERROR impl.QueryAggregatorSource [Timer-3,pollGetMultiple:149] Exception Getting Multiple Resource Properties from http://130.88.198.223:8080/wsrf/services/examples/core/first/MathService: No such operation 'GetMultipleResourceProperties' 2008-03-12 14:02:58,730 ERROR impl.QueryAggregatorSource [Timer-3,pollGetMultiple:149] Exception Getting Multiple Resource Properties from http://130.88.198.223:8080/wsrf/services/examples/core/first/MathService: No such operation 'GetMultipleResourceProperties'

Reply via email to