Skip to Content.
Sympa Menu

perfsonar-user - Error in LS client!

Subject: perfSONAR User Q&A and Other Discussion

List archive

Error in LS client!


Chronological Thread 
  • From:
  • To:
  • Subject: Error in LS client!
  • Date: Wed, 11 Jan 2006 14:13:03 -0500 (EST)

Hi all,

My name is Herbert Souza and I'm Trying to run the cliente for LS in JAVA
version but I only get this error.

somebody already had this problem or can help me?

I'am configure the ls-client-run-targets.xml thus:

<!--------------------- ls-client-run-targets.xml----------->
<property name="ls"
value="http://localhost:8080/axis/services/LookupService"/>
<!--
Sends request to LS deployed in Tomcat
-->
<target name="ls-run-client"
description="Runs Java client2">
<java classname="org.perfsonar.client.testHarness.SOAPClient"
classpathref="classpath" fork="true">
<arg
value="http://localhost:8080/axis/services/LookupService"/>
<arg
value="${basedir}/schema/example-instances/sonar/LS/test/LSQueryRequest.xml"/>
<arg
value="${basedir}/schema/example-instances/sonar/LS/test/LSQueryResponse.xml"/>
</java>
</target>

<target name="ls-run-test"
description="Runs Tests">
<java
classname="org.perfsonar.client.testHarness.LSTestClient"
classpathref="classpath" fork="true">
<jvmarg
value="-Dcomponents.properties=${basedir}/conf/components.properties"/>
<jvmarg
value="-Dservice.properties=${basedir}/conf/service.properties"/>

<arg value="query"/>
<arg value="RequestHandler"/>
<arg
value="/schema/example-instances/sonar/LS/test/LSRegisterRequest.xml"/>
</java>
</target>


<!-- TESTS -->

<target name="ls-test-query"
description="Run Query Tests">
<java
classname="org.perfsonar.client.testHarness.LSTestClient"
classpathref="classpath" fork="true">
<jvmarg
value="-Dcomponents.properties=${basedir}/conf/components.properties"/>
<jvmarg
value="-Dservice.properties=${basedir}/conf/service.properties"/>

<arg value="query"/>
<arg value="RequestHandler"/>
<arg
value="${basedir}/schema/example-instances/sonar/LS/test/LSQueryRequest.xml"/>
</java>
</target>

<target name="ls-test-register"
description="Run Register Tests">
<java
classname="org.perfsonar.client.testHarness.LSTestClient"
classpathref="classpath" fork="true">
<jvmarg
value="-Dcomponents.properties=${basedir}/conf/components.properties"/>
<jvmarg
value="-Dservice.properties=${basedir}/conf/service.properties"/>

<arg value="query"/>
<arg value="RequestHandler"/>
<arg
value="${basedir}/schema/example-instances/sonar/LS/test/LSRegisterRequest.xml"/>
</java>
</target>

<target name="ls-test-deregister"
description="Runs Tests">
<java
classname="org.perfsonar.client.testHarness.LSTestClient"
classpathref="classpath" fork="true">
<jvmarg
value="-Dcomponents.properties=${basedir}/conf/components.properties"/>
<jvmarg
value="-Dservice.properties=${basedir}/conf/service.properties"/>

<arg value="query"/>
<arg value="RequestHandler"/>
<arg
value="${basedir}/schema/example-instances/sonar/LS/test/LSDeregisterRequest.xml"/>
</java>
</target>


<target name="ls-test-parser"
description="Runs Tests">
<java classname="org.ggf.ns.nmwg.Handler"
classpathref="classpath" fork="true">
<jvmarg
value="-Dservice.properties=/usr/local/sonar/perfsonar/conf/service.properties"/>

<jvmarg
value="-Dcomponents.properties=${basedir}/conf/components.properties"/>
<arg
value="/usr/local/sonar/perfsonar/schema/example-instances/sonar/ls/test/LSRegisterRequest.xml"/>
<arg
value="/usr/local/sonar/perfsonar/src/objects.config"/>

</java>
</target>

<target name="ls-test-manager"
description="Runs Manager">
<java
classname="org.perfsonar.commons.auxiliary.AuxiliaryComponentManager"
classpathref="classpath" fork="true">
<jvmarg
value="-Dcomponents.properties=${basedir}/conf/components.properties"/>
<jvmarg
value="-Dservice.properties=${basedir}/conf/service.properties"/>
</java>
</target>

<!--------------------ERROR----------------->
[java] SOAPClient.makeRequest: General exception encountered by client
[java] AxisFault
[java] faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.userException
[java] faultSubcode:
[java] faultString: java.lang.reflect.InvocationTargetException
[java] faultActor:
[java] faultNode:
[java] faultDetail:
[java] {http://xml.apache.org/axis/}hostname:127.0.0.1
[java] java.lang.reflect.InvocationTargetException

Best Regards,
Herbert Souza



  • Error in LS client!, herbert . souza, 01/11/2006

Archive powered by MHonArc 2.6.16.

Top of Page