Re: [ACS4.4] [Issue] Unable to create a autoscalevmprofile

2014-06-03 Thread Meghna Kale
Thanks Daan. On Fri, May 30, 2014 at 1:59 PM, Daan Hoogland wrote: > Long accountId = > _accountService.finalyzeAccountId(accountName, domainId, projectId, > true); > _accountService didn't get initialized/injected!?! The spring stuff > should have taken care of that. > I think the pro

Re: [ACS4.4] [Issue] Unable to create a autoscalevmprofile

2014-05-30 Thread Daan Hoogland
Long accountId = _accountService.finalyzeAccountId(accountName, domainId, projectId, true); _accountService didn't get initialized/injected!?! The spring stuff should have taken care of that. I think the problem is in the test initialization not in the base code. On Fri, May 30, 2014 at 7

Re: [ACS4.4] [Issue] Unable to create a autoscalevmprofile

2014-05-29 Thread Meghna Kale
Hi Daan, I'm testing on 4.4-forward-iam branch. Thanks Meghna. On Thu, May 29, 2014 at 6:56 PM, Daan Hoogland wrote: > Megha, > > in my current 4.4 line 411 of DeployVMCmd reads > if (accountId == null) { > hence it doesn't refer a pointer at that line. > which version are you using t

Re: [ACS4.4] [Issue] Unable to create a autoscalevmprofile

2014-05-29 Thread Daan Hoogland
Megha, in my current 4.4 line 411 of DeployVMCmd reads if (accountId == null) { hence it doesn't refer a pointer at that line. which version are you using to get this: java.lang.NullPointerException at org.apache.cloudstack.api.command.user.vm.DeployVMCmd.getEntityOwnerId(DeployVM