Skip to Content.
Sympa Menu

perfsonar-user - Re: Cannot run MA Client

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: Cannot run MA Client


Chronological Thread 
  • From: "Jeff W. Boote" <>
  • To:
  • Cc:
  • Subject: Re: Cannot run MA Client
  • Date: Sun, 08 Jan 2006 13:17:15 -0700


wrote:
Hi all,

I´m trying to run the MA client Java Version but I only get this error.
Can anyone see the problem or help me find it?


I´m using this information (trying to get some information from abilene):
<!--------------------- client-run-targets.xml----------->
<property name="ma.abilene"
value="http://thunderbird.internet2.edu:8080/axis/services/MeasurementArchiveService"/>

<!-- This client connects with the service using Document style -->
<!-- The running servive is the main operational service
perfsonar_service.py -->
<target name="run-client3" description="Runs Java client Ivo - Test">
<java classname="org.perfsonar.service.testHarness.MATestClient"
classpathref="classpath" fork="true">
<arg value="${ma.abilene}"/>
<arg
value="${basedir}/ivo-tests/SetupDataRequest-FilterRRDSelect-Ivo.xml"/>
<arg value="${basedir}/ivo-tests/response.xml"/>
</java>
</target>

<!--------- SetupDataRequest-FilterRRDSelect-Ivo.xml----------->

<nmwg:message id="msg3"
type="SetupDataRequest" xmlns:perfsonar="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"; xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/"; xmlns:nmwgt="http://ggf.org/ns/nmwg/topology/2.0/";
xmlns:select="http://ggf.org/ns/nmwg/ops/select/2.0/";>
<!-- <nmtm:time type="unix" value="1127250480" /> -->

These are not valid name spaces for the service running on thunderbird. The thunderbird service is running the EGEE version of the code which is substantially different from the current HEAD from CVS.

jeff



Archive powered by MHonArc 2.6.16.

Top of Page