Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] perfSONAR 1.0 install

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] perfSONAR 1.0 install


Chronological Thread 
  • From: Jason Zurawski <>
  • To: Yee-Ting Li <>,
  • Subject: Re: [perfsonar-user] perfSONAR 1.0 install
  • Date: Thu, 10 Aug 2006 16:27:13 -0400

Yee-Ting;


For the tests that didn't end in error, the 'response' files can be looked examined.


[ytl@net-desk1:/opt/perfSONAR/current/scripts]$
./test-ls.sh
Register Test
End point: http://net-desk1.slac.stanford.edu:80/axis/services/LookupService
Request file: ../xml/LSRegisterRequest.xml
Response file: ../xml/LSRegisterResponse.xml
[#document: null]
time taken :0.232 secs
Client exiting
Query Test
End point: http://net-desk1.slac.stanford.edu:80/axis/services/LookupService
Request file: ../xml/LSQueryRequest.xml
Response file: ../xml/LSQueryResponse.xml
[#document: null]
time taken :0.158 secs
Client exiting
KeepAlive Test
End point: http://net-desk1.slac.stanford.edu:80/axis/services/LookupService
Request file: ../xml/LSKeepaliveRequest.xml
Response file: ../xml/LSKeepaliveResponse.xml
SOAPClient.makeRequest: General exception encountered by client
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: org.perfsonar.service.commons.exceptions.SystemException: [unknown]: LSKeepaliveAction: Key [http://reed.man.poznan.pl:8080/axis/services/MA] not found, can't be updated
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}hostname:net-desk1.slac.stanford.edu

org.perfsonar.service.commons.exceptions.SystemException: [unknown]: LSKeepaliveAction: Key [http://reed.man.poznan.pl:8080/axis/services/MA] not found, can't be updated
at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:1792)
at org.perfsonar.client.testHarness.SOAPClient.makeRequest(Unknown Source)
at org.perfsonar.client.testHarness.SOAPClient.main(Unknown Source)
Client exiting

I am not sure why this is failing, perhaps look at the responses of the 'register' and 'query' tests (the previous two) to see what they say. The only reason this would fail in this manner is if the registration did not correctly happen. Also, the logs will be stored in the $PERFSONAR/log directory, they may offer some sort of insight if something internal is boinked.

DeRegister Test
End point: http://net-desk1.slac.stanford.edu:80/axis/services/LookupService
Request file: ../xml/LSDeregisterRequest.xml
Response file: ../xml/LSDeregisterResponse.xml
[#document: null]
time taken :0.177 secs
Client exiting

and for the ma test:


<snip>

I am guessing you installed the MA first, and the LS? That would explain why the LS tests worked and the MA tests all failed.



is this related to your comment about the both the LS and the MA running on the same instance of tomcat?


Yes, currently you will need two instances of tomcat to run both services on the same machine.
-jason





Archive powered by MHonArc 2.6.16.

Top of Page