RE: Unable to create image on Cloudcentral

2013-08-07 Thread Prabakaran
Thanks, but it resolved. -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: Wednesday, August 07, 2013 3:43 PM To: dev; Prabakaran R Subject: Re: Unable to create image on Cloudcentral Prabakaran, Can you make 'I got null pointer exception' mor

Re: Unable to create image on Cloudcentral

2013-08-07 Thread Daan Hoogland
Prabakaran, Can you make 'I got null pointer exception' more explicit? regards, On Thu, Jul 25, 2013 at 12:56 PM, Prabakaran R wrote: > Hi, > > I am trying to create image of virtual machine in cloudcentral using JClouds. > Following is my code snippet > > > CreateTemplateOptions templateOptio

Unable to create image on Cloudcentral

2013-07-25 Thread Prabakaran R
Hi, I am trying to create image of virtual machine in cloudcentral using JClouds. Following is my code snippet CreateTemplateOptions templateOption = CreateTemplateOptions.NONE;         templateOption.bits(64);         templateOption.passwordEnabled(true); TemplateMetadata meta = TemplateMeta