Re: [ACS42] System VM's are failed to start with NPE with latest master(VMWARE)

2013-05-25 Thread Rohit Yadav
Hi Abhi, can you share the workaround for fixing the issue we were having for building systemvms for VMWare. I don't see any commit in tools/appliance related to it, in case it's already fixed is the buildjob on jenkins producing good enough VMWare systemvm templates? Cheers. On Thu, May 16,

Re: [ACS42] System VM's are failed to start with NPE with latest master(VMWARE)

2013-05-16 Thread Nitin Mehta
Is this only for vmware ? Did you try other hypervisors since it looks generic enough ? On 16/05/13 5:19 PM, Sailaja Mada sailaja.m...@citrix.com wrote: Hi, With latest master , System VM's are failed to start with NPE. Is there any issue with recent fixes ? ( VMWARE) 2013-05-16 17:12:20,523

RE: [ACS42] System VM's are failed to start with NPE with latest master(VMWARE)

2013-05-16 Thread Likitha Shetty
I saw the same issue with Xen. Thanks, Likitha -Original Message- From: Nitin Mehta [mailto:nitin.me...@citrix.com] Sent: Thursday, May 16, 2013 5:54 PM To: dev@cloudstack.apache.org Cc: Sailaja Mada Subject: Re: [ACS42] System VM's are failed to start with NPE with latest master(VMWARE)

RE: [ACS42] System VM's are failed to start with NPE with latest master(VMWARE)

2013-05-16 Thread Kishan Kavala
It happens only when Vm is staring for the first time irrespective of the hypervisor. This is due to 6d57393629bb93fbf0944e462c841f245b40f919. Below check on CapacityManagerImpl.java:684 should change from if (vm.getLastHostId().equals(vm.getHostId())) { to if

RE: [ACS42] System VM's are failed to start with NPE with latest master(VMWARE)

2013-05-16 Thread Sailaja Mada
Thanks Kishan for the quick fix provided with https://issues.apache.org/jira/browse/CLOUDSTACK-2544 . Regards, Sailaja.M From: Kishan Kavala Sent: Thursday, May 16, 2013 6:35 PM To: dev@cloudstack.apache.org Cc: Sailaja Mada Subject: RE: [ACS42] System