Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] problem with selftest (SSHTELNET MP)

Subject: perfsonar development work

List archive

Re: [pS-dev] problem with selftest (SSHTELNET MP)


Chronological Thread 
  • From: Jason Zurawski <>
  • To: Stijn Melis <>
  • Cc: Cándido Rodríguez Montes <>, "" <>
  • Subject: Re: [pS-dev] problem with selftest (SSHTELNET MP)
  • Date: Tue, 15 Jul 2008 09:17:02 -0400
  • Openpgp: id=B94D59A6; url=http://people.internet2.edu/~zurawski/key.txt
  • Organization: Internet2

Stijn;


Try to send the same message to http://homer.rediris.es:8080/perfSONAR-AS/services/AuthService . You can check if this will reply you with the self tests.

I just tried sending this request to your MP:

<nmwg:message xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/";
type="EchoRequest">
<nmwg:metadata id="m1">

<nmwg:eventType>http://schemas.perfsonar.net/tools/admin/selftest/1.0</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="d1" metadatIdRef="m1"/>
</nmwg:message>

and it returns this response:

<nmwg:message id="localhost.localdomain.-35b240a6:11b115edf58:-7fc5_resp" messageIdRef="localhost.localdomain.-35b240a6:11b115edf58:-7fc5" type="EchoResponse" xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/";>
<nmwg:metadata id="resultCodeMetadata">
<nmwg:eventType>warning.common.no_metadata</nmwg:eventType>
</nmwg:metadata>
<nmwg:data id="resultDescriptionData_for_resultCodeMetadata" metadataIdRef="resultCodeMetadata">
<nmwgr:datum xmlns:nmwgr="http://ggf.org/ns/nmwg/result/2.0/";>No output metadata was returned by MessageHandler. Maybe there was no data trigger, or data trigger didn't have valid metadataIdRef?</nmwgr:datum>
</nmwg:data>
</nmwg:message>

This is correct, in your original data it should be:

metadataIdRef="m1"

not:

metadatIdRef="m1"

:)

-jason




Archive powered by MHonArc 2.6.16.

Top of Page