Re: [Engine-devel] NPE during addStorageServer command [SOLVED}

2013-02-08 Thread Deepak C Shetty
On 02/07/2013 02:41 PM, Deepak C Shetty wrote: On 02/07/2013 10:02 AM, Sahina Bose wrote: On 02/06/2013 05:36 PM, Shireesh Anjal wrote: On 02/06/2013 04:55 PM, Sahina Bose wrote: Looking at the code, it looks like you need a Storage helper called GLUSTERFSStorageHelper in package org.ovirt.en

Re: [Engine-devel] NPE during addStorageServer command

2013-02-07 Thread Deepak C Shetty
On 02/07/2013 10:02 AM, Sahina Bose wrote: On 02/06/2013 05:36 PM, Shireesh Anjal wrote: On 02/06/2013 04:55 PM, Sahina Bose wrote: Looking at the code, it looks like you need a Storage helper called GLUSTERFSStorageHelper in package org.ovirt.engine.core.bll.storage. Which is introduced by

Re: [Engine-devel] NPE during addStorageServer command

2013-02-06 Thread Yair Zaslavsky
- Original Message - > From: "Sahina Bose" > To: engine-devel@ovirt.org > Sent: Thursday, February 7, 2013 6:32:39 AM > Subject: Re: [Engine-devel] NPE during addStorageServer command > On 02/06/2013 05:36 PM, Shireesh Anjal wrote: > > On 02/06/2

Re: [Engine-devel] NPE during addStorageServer command

2013-02-06 Thread Sahina Bose
On 02/06/2013 05:36 PM, Shireesh Anjal wrote: On 02/06/2013 04:55 PM, Sahina Bose wrote: Looking at the code, it looks like you need a Storage helper called GLUSTERFSStorageHelper in package org.ovirt.engine.core.bll.storage. Which is introduced by Sharad's this patch: http://gerrit.ovirt.or

Re: [Engine-devel] NPE during addStorageServer command

2013-02-06 Thread Shireesh Anjal
On 02/06/2013 04:55 PM, Sahina Bose wrote: Looking at the code, it looks like you need a Storage helper called GLUSTERFSStorageHelper in package org.ovirt.engine.core.bll.storage. Which is introduced by Sharad's this patch: http://gerrit.ovirt.org/8834 I guess you don't have this patch in your

Re: [Engine-devel] NPE during addStorageServer command

2013-02-06 Thread Yair Zaslavsky
- Original Message - > From: "Sahina Bose" > To: engine-devel@ovirt.org > Sent: Wednesday, February 6, 2013 1:25:05 PM > Subject: Re: [Engine-devel] NPE during addStorageServer command > Looking at the code, it looks like you need a Storage helper called &g

Re: [Engine-devel] NPE during addStorageServer command

2013-02-06 Thread Sahina Bose
Looking at the code, it looks like you need a Storage helper called GLUSTERFSStorageHelper in package org.ovirt.engine.core.bll.storage. The NPE seems to be because the Storage helper is null for the storage type. On 02/06/2013 04:42 PM, Deepak C Shetty wrote: Hi All, I am trying to compile