Re: [Users] json parsing error when live migrating

2012-07-03 Thread Dave Allan
On Tue, Jul 03, 2012 at 01:09:25PM +0200, Martin Kletzander wrote: > Thank you as well. Even though you managed to fix that (and I'm glad for > that), this shouldn't happen or at least there should be a better error > message. I'll have a look at it to make sure we'll do something about that. > >

Re: [Users] json parsing error when live migrating

2012-07-03 Thread Martin Kletzander
Thank you as well. Even though you managed to fix that (and I'm glad for that), this shouldn't happen or at least there should be a better error message. I'll have a look at it to make sure we'll do something about that. @Dave: do you think it would be good to turn this into BZ even before I make

Re: [Users] json parsing error when live migrating

2012-07-03 Thread Nathanaël Blanchet
Hello, thanks for your answer, I found the error : it was from vm which I imported from libvirt/kvm with virtv2v. These vms were created by virt-manager and were running default cirrus xorg driver, while ovirt creates qxl one as default. I've changed this on each concerned vms. Now live migr

Re: [Users] json parsing error when live migrating

2012-07-03 Thread Martin Kletzander
On 07/02/2012 05:03 PM, Nathanaël Blanchet wrote: > hello, > > I have this error very often when live migrating from host A -> host B > > libvirtError: erreur interne Unexpected JSON reply '{"error": {"class": > "JSONParsing", "desc": "Invalid JSON syntax", "data": {}}}' > > > I'm using stable

[Users] json parsing error when live migrating

2012-07-02 Thread Nathanaël Blanchet
hello, I have this error very often when live migrating from host A -> host B libvirtError: erreur interne Unexpected JSON reply '{"error": {"class": "JSONParsing", "desc": "Invalid JSON syntax", "data": {}}}' I'm using stable 4.9.3 vdsm with ovirt 3.0. Has anybody ever got this error? --