Hello there,
i m trying to register my created MathService into the
Default index Service , the registration using the mds-servicegroup-add
command says service successfully registered but looking into container.log
file i find the following error during upstream registration operation :
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'
my math1.xml used for registration is as foollows :
*<?xml version="1.0" encoding="UTF-8" ?>
<ServiceGroupRegistrations
xmlns="http://mds.globus.org/servicegroup/client"
<http://mds.globus.org/servicegroup/client%22>;
xmlns:sgc="http://mds.globus.org/servicegroup/client"
<http://mds.globus.org/servicegroup/client%22>;
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
<http://www.w3.org/2001/XMLSchema%22>;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<http://www.w3.org/2001/XMLSchema-instance%22>;
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"
<http://schemas.xmlsoap.org/ws/2004/03/addressing%22>;
xmlns:agg="http://mds.globus.org/aggregator/types"
<http://mds.globus.org/aggregator/types%22>;>
<ServiceGroupRegistrationParameters
xmlns="http://mds.globus.org/servicegroup/client"
<http://mds.globus.org/servicegroup/client%22>;>
<RegistrantEPR
xmlns:agg="http://mds.globus.org/aggregator/types"
<http://mds.globus.org/aggregator/types%22>;
xmlns:glue="http://mds.globus.org/glue/ce/1.1"
<http://mds.globus.org/glue/ce/1.1%22>;
*
*
xmlns:gram="http://www.globus.org/namespaces/2004/10/gram/job"<http://www.globus.org/namespaces/2004/10/gram/job%22>;
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"<http://schemas.xmlsoap.org/ws/2004/03/addressing%22>;>
*
* <wsa:Address>
*
*
https://192.168.8.180:8443/wsrf/services/examples/core/first/MathService<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"
<http://mds.globus.org/aggregator/types%22>;
*
* xmlns:math="
http://www.globus.org/namespaces/examples/core/MathService_instance_rp"<http://www.globus.org/namespaces/examples/MathService_instance%22>;
*
* xsi:type="agg:AggregatorContent">
<agg:AggregatorConfig xsi:type="agg:AggregatorConfig">
<agg:GetMultipleResourcePropertiesPollType
*
* xmlns:math="
http://www.globus.org/namespaces/examples/core/MathService_instance_rp"<http://www.globus.org/namespaces/examples/MathService_instance%22>;
> <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>
*
i am fixed into this problem please do help me out . looking forward to
support from all users out there