Thanks! I needed to hold off on building the env and running this test until today (issue in the lab), but I should be able to set up this config after my next meeting is over.
On Wed, Sep 17, 2014 at 3:40 PM, Ritu Sabharwal <[email protected]> wrote: > Hi Mike, > > Sure, it will help to see if you can reproduce the error. > > I used the system vm template : > http://cloudstack.apt-get.eu/systemvm/systemvm64template-2014-01-14-master-vmware.ova > but http://jenkins.buildacloud.org/job/build-systemvm64-master/ is > latest and OVA is to be used. > > > Thanks & Regards, > Ritu S. > > -----Original Message----- > From: Mike Tutkowski [mailto:[email protected]] > Sent: Wednesday, September 17, 2014 2:17 PM > To: [email protected] > Cc: ilya musayev; Koushik Das; Sateesh Chodapuneedi; Adip Shetty > Subject: Re: [VMWARE SETUP ERROR] Error seeing in brining up System VMs > with Vmware setup with CS server > > I can set up a VMware cluster hopefully later tonight and see if I can > reproduce this. > > Off hand I'm not sure why the "managed" logic would be causing this, > though. > > In your situation, "managed" should be false and the "standard" logic > should run. > > Is this where I can get the latest system template for VMware? > > http://jenkins.buildacloud.org/job/build-systemvm64-master/ > > I see an OVA and a VMDK. Which one do I use for seeding secondary storage > for VMware (it's been a while since I've used VMware a system template)? > > Thanks! > > On Wed, Sep 17, 2014 at 2:53 PM, Mike Tutkowski < > [email protected]> wrote: > > > You're right, Marcus. Now that I think about it, asserts are ignored > > by default. > > > > On Wed, Sep 17, 2014 at 1:59 PM, Marcus <[email protected]> wrote: > > > >> Aren't asserts ignored by default? I think we had an issue with > >> asserts in the past, and I believe at the time the default config had > >> asserts disabled. > >> > >> > >> On Wed, Sep 17, 2014 at 1:35 PM, Ritu Sabharwal > >> <[email protected]> > >> wrote: > >> > >> > Hi Mike, > >> > > >> > I updated the master just now and tried the setup. I see the same > >> > error > >> on > >> > same line number. > >> > > >> > Thanks & Regards, > >> > Ritu S. > >> > > >> > -----Original Message----- > >> > From: Mike Tutkowski [mailto:[email protected]] > >> > Sent: Tuesday, September 16, 2014 8:32 PM > >> > To: [email protected] > >> > Cc: ilya musayev; Koushik Das; Sateesh Chodapuneedi; Adip Shetty > >> > Subject: Re: [VMWARE SETUP ERROR] Error seeing in brining up System > >> > VMs with Vmware setup with CS server > >> > > >> > Can you tell us what commit SHA you are running under? > >> > > >> > I just updated master and line 2094 in VmwareResource is the > following: > >> > > >> > String[] diskChain = diskInfo.getDiskChain(); > >> > > >> > The only candidate for a NullPointerException there is diskInfo; > >> however, > >> > the previous line would have caught this as it looks like this: > >> > > >> > assert (diskInfo != null); > >> > > >> > That being the case, I'm curious what commit SHA you saw this on? > >> > > >> > Thanks! > >> > > >> > On Tue, Sep 16, 2014 at 5:22 PM, Ritu Sabharwal > >> > <[email protected]> > >> > wrote: > >> > > >> > > Hi Sateesh, Koushik, > >> > > > >> > > I am setting up Vmware Cluster with CS (master) and seeing errors. > >> > > ilya was helping me for this setup and figured out this error. > >> > > > >> > > The System VMs(Secondary Stogare VM and Console Proxy VM) are not > >> > > coming up properly. The system vms are reconfiguring and > >> > > destroying again and again in cycle. > >> > > > >> > > I have used Vmware Vsphere 5.1 SDK for building CS. > >> > > > >> > > The error logs give this error: > >> > > > >> > > 2014-09-16 16:11:01,619 WARN [c.c.h.v.r.VmwareResource] > >> > > (DirectAgent-8:ctx-8909215e 10.24.41.149, job-54/job-68, cmd: > >> > > StartCommand) StartCommand failed due to Exception: > >> > > java.lang.NullPointerException > >> > > Message: null > >> > > > >> > > java.lang.NullPointerException > >> > > at > >> > > > >> > > >> com.cloud.hypervisor.vmware.resource.VmwareResource.postDiskConfigBef > >> oreStart(VmwareResource.java:2094) > >> > > at > >> > > > >> > > >> com.cloud.hypervisor.vmware.resource.VmwareResource.execute(VmwareRes > >> ource.java:1685) > >> > > at > >> > > > >> > > >> com.cloud.hypervisor.vmware.resource.VmwareResource.executeRequest(Vm > >> wareResource.java:448) > >> > > at > >> > > > >> > > >> com.cloud.agent.manager.DirectAgentAttache$Task.runInContext(DirectAg > >> entAttache.java:294) > >> > > at > >> > > > >> > > >> org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(Ma > >> nagedContextRunnable.java:49) > >> > > at > >> > > > >> > > >> org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.ca > >> ll(DefaultManagedContext.java:56) > >> > > at > >> > > > >> > > >> org.apache.cloudstack.managed.context.impl.DefaultManagedContext.call > >> WithContext(DefaultManagedContext.java:103) > >> > > at > >> > > > >> > > >> org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runW > >> ithContext(DefaultManagedContext.java:53) > >> > > at > >> > > > >> > > >> org.apache.cloudstack.managed.context.ManagedContextRunnable.run(Mana > >> gedContextRunnable.java:46) > >> > > at > >> > > > >> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:47 > >> 1) > >> > > at java.util.concurrent.FutureTask.run(FutureTask.java:262) > >> > > at > >> > > > >> > > >> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask. > >> access$201(ScheduledThreadPoolExecutor.java:178) > >> > > at > >> > > > >> > > >> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask. > >> run(ScheduledThreadPoolExecutor.java:292) > >> > > at > >> > > > >> > > >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor. > >> java:1145) > >> > > at > >> > > > >> > > >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor > >> .java:615) > >> > > at java.lang.Thread.run(Thread.java:744) > >> > > > >> > > Please help to resolve this issue. > >> > > > >> > > Thanks & Regards, > >> > > Ritu S. > >> > > > >> > > > >> > > >> > > >> > -- > >> > *Mike Tutkowski* > >> > *Senior CloudStack Developer, SolidFire Inc.* > >> > e: [email protected] > >> > o: 303.746.7302 > >> > Advancing the way the world uses the cloud > >> > <http://solidfire.com/solution/overview/?video=play>*™* > >> > > >> > > > > > > > > -- > > *Mike Tutkowski* > > *Senior CloudStack Developer, SolidFire Inc.* > > e: [email protected] > > o: 303.746.7302 > > Advancing the way the world uses the cloud > > <http://solidfire.com/solution/overview/?video=play>*™* > > > > > > -- > *Mike Tutkowski* > *Senior CloudStack Developer, SolidFire Inc.* > e: [email protected] > o: 303.746.7302 > Advancing the way the world uses the cloud > <http://solidfire.com/solution/overview/?video=play>*™* > -- *Mike Tutkowski* *Senior CloudStack Developer, SolidFire Inc.* e: [email protected] o: 303.746.7302 Advancing the way the world uses the cloud <http://solidfire.com/solution/overview/?video=play>*™*
