[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-API] VM.start and MESSAGE_PARAMETER_COUNT_MISMATCH



I decided to change the method for sending

When I sendÂ
params = new Object[]{session, vmRef, true, true};
response = (Map)client.execute("VM.start", params);
I've gotÂMESSAGE_PARAMETER_COUNT_MISMATCH

Maybe number of parameters is too large ? yeees
params = new Object[]{session, vmRef, true};
response = (Map)client.execute("VM.start", params);
I've got INTERNAL_ERROR - Had a bootloader specified, but no disks are bootable

And it's true, because I had created a virtual disk

Why is different parameters count ?
_______________________________________________
Xen-api mailing list
Xen-api@xxxxxxxxxxxxx
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.