Skip to Content.
Sympa Menu

perfsonar-user - error.mp.clmp.exec response

Subject: perfSONAR User Q&A and Other Discussion

List archive

error.mp.clmp.exec response


Chronological Thread 
  • From: "Benjamin Modra" <>
  • To:
  • Subject: error.mp.clmp.exec response
  • Date: Thu, 27 Aug 2009 08:00:41 -0500

Hi,
 As far as I know , the CL-MP supports measurements for ping, traceroute, OWAMP and BWCTL.
 First, I installed bwctl,owamp and perfsonar-clmp-2.1-1 on two of my computers ,then test and get success echo from the service on my computers.
But when I make a bwctl request to one of my computer, I got a error.mp.clmp.exec response with CLMP service information.

The request in Section 1 and the response in Section 2.

1.Request

<nmwg:message type="MeasurementRequest" id="msg1"
        xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/"
        xmlns:nmwgt="http://ggf.org/ns/nmwg/topology/2.0/"
        xmlns:bwctl="http://ggf.org/ns/nmwg/tools/bwctl/2.0/">


        <nmwg:metadata id="metabase">
               <bwctl:subject id="sub1">
                       <nmwgt:endPointPair>
                               <nmwgt:dst type="ipv4" value="200.159.254.223" />
                       </nmwgt:endPointPair>
               </bwctl:subject>
               <nmwg:eventType>
                       http://ggf.org/ns/nmwg/tools/bwctl/2.0
               </nmwg:eventType>
               <bwctl:parameters id="param1">
                       <nmwg:parameter name="protocol" value="udp" />
               </bwctl:parameters>
        </nmwg:metadata>

        <nmwg:metadata id="metasend" metadataIdRef="metabase">
               <bwctl:parameters id="param1">
                       <nmwg:parameter name="role" value="sender" />
               </bwctl:parameters>
        </nmwg:metadata>

        <nmwg:data id="sender" metadataIdRef="metasend" />

        <nmwg:metadata id="metarecv" metadataIdRef="metabase">
               <bwctl:parameters id="param1">
                       <nmwg:parameter name="role">receiver</nmwg:parameter>
               </bwctl:parameters>
        </nmwg:metadata>

        <nmwg:data id="receiver" metadataIdRef="metarecv" />
</nmwg:message>

2.Response
<?xml version="1.0" encoding="UTF-8"?>
<nmwg:message id="msg1_resp" messageIdRef="msg1"
  type="MeasurementResponse" xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/">
  <nmwg:metadata id="resultCodeMetadata_1">
    <nmwg:eventType>error.mp.clmp.exec</nmwg:eventType>
  </nmwg:metadata>
  <nmwg:metadata id="resultCodeMetadata_0">
    <nmwg:eventType>error.mp.clmp.exec</nmwg:eventType>
  </nmwg:metadata>
  <nmwg:data id="resultDescriptionData_for_resultCodeMetadata_0" metadataIdRef="resultCodeMetadata_0">
    <nmwgr:datum xmlns:nmwgr="http://ggf.org/ns/nmwg/result/2.0/">CommandLineResourceProtector Unable to execute command: bwctl: java.io.IOException: bwctl: not found</nmwgr:datum>
  </nmwg:data>
  <nmwg:data id="resultDescriptionData_for_resultCodeMetadata_1" metadataIdRef="resultCodeMetadata_1">
    <nmwgr:datum xmlns:nmwgr="http://ggf.org/ns/nmwg/result/2.0/">CommandLineResourceProtector Unable to execute command: bwctl: java.io.IOException: bwctl: not found</nmwgr:datum>
  </nmwg:data>
</nmwg:message>



 If anyone has any idea on how to do that or how to fix the error another way, I'm all ears.

Thank you very much,
jay


--
Be Yourself @ mail.com
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com!


  • error.mp.clmp.exec response, Benjamin Modra, 08/27/2009

Archive powered by MHonArc 2.6.16.

Top of Page