WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] org.apache.xmlrpc.XmlRpcException: method "VM.get_all_records"

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] org.apache.xmlrpc.XmlRpcException: method "VM.get_all_records" is not supported
From: "Huang,Wei" <first_huang@xxxxxxxxx>
Date: Tue, 29 Jan 2008 17:06:42 +0100 (CET)
Delivery-date: Tue, 29 Jan 2008 08:07:05 -0800
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=LvGaCzQNtPFkunjQ1Qs6uWgcMI+UEXMFjdgsEDB7SGG0pZ3nrr5ANVh30XtfNVy1miX2/ISPDehgvXaoieHz082Ap8t3Gv9P6KhMEHUA51iJOfL4qmhv/W1FratBEJCl/DVXxFes8vLBTsV5mVEHvGSRJDrH3Tglu2DAKTqhjwM=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
i have download the java bindings from:
http://www.cl.cam.ac.uk/~tw275/java-binding-source.tar.gz

I use SLES10SP1 mit Xen3.0.4 out-of-box.

when I test the Test.java, i met the following
Exception, i don't know why, please help

SLES10SP1Xen2:/disk1/xenapi/obj # java -cp
.:xmlrpc-client-3.0rc1.jar:xmlrpc-common-3.0rc1.jar:ws-commons-util-1.0.1.jar
Test
org.apache.xmlrpc.XmlRpcException: method
"VM.get_all_records" is not supported
        at
org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:181)
        at
org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:149)
        at
org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:95)
        at
org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSunHttpTransport.java:39)
        at
org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:53)
        at
org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:166)
        at
org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:136)
        at
org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:125)
        at
com.xensource.xenapi.ConnectionHelper.dispatch(ConnectionHelper.java:97)
        at
com.xensource.xenapi.VM.getAllRecords(VM.java:2662)
        at Test.main(Test.java:31)


      Heute schon einen Blick in die Zukunft von E-Mails wagen? 
www.yahoo.de/mail

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] org.apache.xmlrpc.XmlRpcException: method "VM.get_all_records" is not supported, Huang,Wei <=