Re: [one-users] Error creating VM: Error: [VirtualMachineAllocate] Error trying to CREATE VM Can not insert VM in the database.

2011-08-22 Thread Stephan Eberle
Thank you,but I sort of have only one other VM called "gentoo1" in the table. I just checked via sqlite3 command line utility.Strange things happen here,StevieAm 22. Aug 2011 um 15:12 schrieb Florin Antonescu :Check that VM name is unique.On Mon, Aug 22, 2011 at 2:56 PM, Stephan Eberle

Re: [one-users] Error creating VM: Error: [VirtualMachineAllocate] Error trying to CREATE VM Can not insert VM in the database.

2011-08-22 Thread Florin Antonescu
Check that VM name is unique. On Mon, Aug 22, 2011 at 2:56 PM, Stephan Eberle wrote: > Hi, > > I just stumbled over this log entry: > > Mon Aug 22 13:52:02 2011 [ONE][E]: SQL command was: INSERT INTO vm_pool > (oid,uid,name,last_poll, > state,lcm_state,stime,etime,deploy_id,memory,cpu,net_tx,net

Re: [one-users] Error creating VM: Error: [VirtualMachineAllocate] Error trying to CREATE VM Can not insert VM in the database.

2011-08-22 Thread Stephan Eberle
Hi,I just stumbled over this log entry:Mon Aug 22 13:52:02 2011 [ONE][E]: SQL command was: INSERT INTO vm_pool (oid,uid,name,last_poll, state,lcm_state,stime,etime,deploy_id,memory,cpu,net_tx,net_rx,last_seq, template) VALUES (7,0,'vssvn',0,1,0,1314013922,0,'',0,0,0,0,-1,''), error: PRIMARY KEY mus

[one-users] Error creating VM: Error: [VirtualMachineAllocate] Error trying to CREATE VM Can not insert VM in the database.

2011-08-22 Thread Stephan Eberle
Hi,I'm currently trying to add a pre-existing qemu-image to my newly installed ONE service viaonevm create ./vs-svn-serv.tpland I'm getting this message:Error: [VirtualMachineAllocate] Error trying to CREATE VM Can not insert VM in the database.Is this due to some missing arguments in the template?