Re: NullPointerException on network GC on master

2018-11-29 Thread Rohit Yadav
Reported in october: https://github.com/apache/cloudstack/issues/2935 - Rohit <https://cloudstack.apache.org> From: Wido den Hollander Sent: Thursday, November 29, 2018 1:13:54 PM To: dev@cloudstack.apache.org Subject: Re: NullPointerException on netw

Re: NullPointerException on network GC on master

2018-11-28 Thread Wido den Hollander
On 11/29/18 8:42 AM, Wido den Hollander wrote: > Hi, > > While running with master I see the mgmt server throwing out this error > in it's log (see below). > > It doesn't hurt me at the moment, but the '** NOT SPECIFIED **' seems > odd to me, as somethings goes wrong in the ORM towards the databa

NullPointerException on network GC on master

2018-11-28 Thread Wido den Hollander
Hi, While running with master I see the mgmt server throwing out this error in it's log (see below). It doesn't hurt me at the moment, but the '** NOT SPECIFIED **' seems odd to me, as somethings goes wrong in the ORM towards the database. Anybody else seeing this? Wido 2018-11-29 08:40:56,677

[GitHub] cloudstack pull request: NicProfileHelperImpl NullpointerException...

2016-01-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/1328 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cloudstack pull request: NicProfileHelperImpl NullpointerException...

2016-01-16 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/1328#issuecomment-172247094 Just did a code review, but I also pointed @borisroman to the test code when he was working on it. LGTM... please, proceed with the merge @remibergs

[GitHub] cloudstack pull request: NicProfileHelperImpl NullpointerException...

2016-01-12 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/1328#issuecomment-170984088 LGTM, based on this test: ``` test_01_vpc_privategw_acl (integration.smoke.test_privategw_acl.TestPrivateGwACL) ... === TestName: test_01_vpc_priva

[GitHub] cloudstack pull request: NicProfileHelperImpl NullpointerException...

2016-01-11 Thread borisroman
GitHub user borisroman opened a pull request: https://github.com/apache/cloudstack/pull/1328 NicProfileHelperImpl NullpointerException when ipVO is null When a VPC has a private gateway, and one would like to restart the VPC with **cleanup** it would fail. This PR adds a

Re: Cloudstack 4.3.1 - NullPointerException when deleting VM

2014-11-06 Thread Mike Tutkowski
Not sure what you mean by "not properly deployed." Could you give me a bit more detail on that? Thanks! On Thu, Nov 6, 2014 at 11:23 AM, Min Chen wrote: > This is for VMs that are not properly deployed. > > Thanks > -min > > On 11/6/14 10:12 AM, "Mike Tutkowski" > wrote: > > >Hey everyone, > >

Re: Cloudstack 4.3.1 - NullPointerException when deleting VM

2014-11-06 Thread Min Chen
This is for VMs that are not properly deployed. Thanks -min On 11/6/14 10:12 AM, "Mike Tutkowski" wrote: >Hey everyone, > >If a VM has been running on a host at some point, how can any of the >volumes it's associated with have a null for pool_id? > >Thanks, >Mike > >On Thu, Nov 6, 2014 at 11:08

Re: Cloudstack 4.3.1 - NullPointerException when deleting VM

2014-11-06 Thread Mike Tutkowski
Hey everyone, If a VM has been running on a host at some point, how can any of the volumes it's associated with have a null for pool_id? Thanks, Mike On Thu, Nov 6, 2014 at 11:08 AM, Min Chen wrote: > Yes, that is the workaround, just set pool_id to some dummy pool. > > > On 11/6/14 10:01 AM,

Re: Cloudstack 4.3.1 - NullPointerException when deleting VM

2014-11-06 Thread Min Chen
Yes, that is the workaround, just set pool_id to some dummy pool. On 11/6/14 10:01 AM, "Rafael Weingartner" wrote: >Thanks, After I looked at the CS source code. I worked around it by >setting >a pool_id in the database in the volume table. > >On Thu, Nov 6, 2014 at 3:58 PM, Min Chen wrote: >

Re: Cloudstack 4.3.1 - NullPointerException when deleting VM

2014-11-06 Thread Rafael Weingartner
Thanks, After I looked at the CS source code. I worked around it by setting a pool_id in the database in the volume table. On Thu, Nov 6, 2014 at 3:58 PM, Min Chen wrote: > This is a bug https://issues.apache.org/jira/browse/CLOUDSTACK-6934, which > has been fixed in 4.5.0. The VM to be expunged

Re: Cloudstack 4.3.1 - NullPointerException when deleting VM

2014-11-06 Thread Min Chen
This is a bug https://issues.apache.org/jira/browse/CLOUDSTACK-6934, which has been fixed in 4.5.0. The VM to be expunged did not allocate volume on primary storage. Thanks -min On 11/6/14 4:57 AM, "Rafael Weingartner" wrote: >HI, > >Have already someone seen a null pointer when deleting a VM?

Cloudstack 4.3.1 - NullPointerException when deleting VM

2014-11-06 Thread Rafael Weingartner
HI, Have already someone seen a null pointer when deleting a VM? I have and environment running for a while with CS 4.3.1, and today I tried to delete a VM that was in expunging state but it keeps getting an error: 2014-11-06 10:54:23,473 DEBUG [c.c.v.VirtualMachineManagerImpl] (Job-Executor-37:

Re: Review Request 22807: CLOUDSTACK-6965: Fix for CLOUDSTACK-6935 introduces the NullPointerException in ZoneWideStorageAllocator filter method

2014-07-01 Thread ASF Subversion and Git Services
m.) > > > Review request for cloudstack, Devdeep Singh, Rajesh Battala, and Sateesh > Chodapuneedi. > > > Bugs: CLOUDSTACK-6965 > https://issues.apache.org/jira/browse/CLOUDSTACK-6965 > > > Repository: cloudstack-git > > > Description > -

Re: Review Request 22807: CLOUDSTACK-6965: Fix for CLOUDSTACK-6935 introduces the NullPointerException in ZoneWideStorageAllocator filter method

2014-06-27 Thread ASF Subversion and Git Services
ck-git > > > Description > --- > > Fix for CLOUDSTACK-6935 has introduced the NullPointerException in code. > Since ZoneWideStoragePoolAllocator's filter method has been removed it is > using AbstractStoragePoolAllocator's filter method. > In the filter method t

Re: Review Request 22807: CLOUDSTACK-6965: Fix for CLOUDSTACK-6935 introduces the NullPointerException in ZoneWideStorageAllocator filter method

2014-06-27 Thread ASF Subversion and Git Services
t; > Description > --- > > Fix for CLOUDSTACK-6935 has introduced the NullPointerException in code. > Since ZoneWideStoragePoolAllocator's filter method has been removed it is > using AbstractStoragePoolAllocator's filter method. > In the filter method there

Re: Review Request 22807: CLOUDSTACK-6965: Fix for CLOUDSTACK-6935 introduces the NullPointerException in ZoneWideStorageAllocator filter method

2014-06-23 Thread Devdeep Singh
ption > --- > > Fix for CLOUDSTACK-6935 has introduced the NullPointerException in code. > Since ZoneWideStoragePoolAllocator's filter method has been removed it is > using AbstractStoragePoolAllocator's filter method. > In the filter method there is check for c

Re: Review Request 22807: CLOUDSTACK-6965: Fix for CLOUDSTACK-6935 introduces the NullPointerException in ZoneWideStorageAllocator filter method

2014-06-23 Thread ASF Subversion and Git Services
x27;s branch refs/heads/4.4 from Anshul Gangwar [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=423c23a ] CLOUDSTACK-6965: fixed the NullPointerException introduced by fix for cloudstack 6935 in AbstractStoragePoolAllocator#filter method for Zone Wide storage (cherry picked from c

Re: Review Request 22807: CLOUDSTACK-6965: Fix for CLOUDSTACK-6935 introduces the NullPointerException in ZoneWideStorageAllocator filter method

2014-06-23 Thread ASF Subversion and Git Services
x27;s branch refs/heads/master from Anshul Gangwar [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=bbcffbb ] CLOUDSTACK-6965: fixed the NullPointerException introduced by fix for cloudstack 6935 in AbstractStoragePoolAllocator#filter method for Zone Wide storage - ASF Subversion an

Re: Review Request 22807: CLOUDSTACK-6965: Fix for CLOUDSTACK-6935 introduces the NullPointerException in ZoneWideStorageAllocator filter method

2014-06-22 Thread ASF Subversion and Git Services
x27;s branch refs/heads/4.4-forward from Anshul Gangwar [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=ef45f06 ] CLOUDSTACK-6965: fixed the NullPointerException introduced by fix for cloudstack 6935 in AbstractStoragePoolAllocator#filter method for Zone Wide storage - ASF Subversion an

Re: Review Request 22807: CLOUDSTACK-6965: Fix for CLOUDSTACK-6935 introduces the NullPointerException in ZoneWideStorageAllocator filter method

2014-06-22 Thread Anshul Gangwar
d the NullPointerException in code. Since ZoneWideStoragePoolAllocator's filter method has been removed it is using AbstractStoragePoolAllocator's filter method. In the filter method there is check for cluster's hypervisor type and and disk profile hypervisor type. But cluster is null for Zon

Re: Review Request 22807: CLOUDSTACK-6965: Fix for CLOUDSTACK-6935 introduces the NullPointerException in ZoneWideStorageAllocator filter method

2014-06-20 Thread Devdeep Singh
ck-git > > > Description > --- > > Fix for CLOUDSTACK-6935 has introduced the NullPointerException in code. > Since ZoneWideStoragePoolAllocator's filter method has been removed it is > using AbstractStoragePoolAllocator's filter method. > In the filter m

Review Request 22807: CLOUDSTACK-6965: Fix for CLOUDSTACK-6935 introduces the NullPointerException in ZoneWideStorageAllocator filter method

2014-06-20 Thread Anshul Gangwar
Chodapuneedi. Bugs: CLOUDSTACK-6965 https://issues.apache.org/jira/browse/CLOUDSTACK-6965 Repository: cloudstack-git Description --- Fix for CLOUDSTACK-6935 has introduced the NullPointerException in code. Since ZoneWideStoragePoolAllocator's filter method has been removed it is

Re: [NullPointerException][

2014-05-15 Thread Daan Hoogland
never mind, found it. 2 remarks, 1. you submitted the first patch as r...@devcloud.apache.org. please don't @REVIEWERS: please don't let that go in 2. can you supply the full commit id next time, please? I can shorten the long one but can't easily expand the short one. thanks, Daan On Thu, Ma

Re: [NullPointerException][

2014-05-15 Thread Sonal Ojha
Got it, thanks On Thu, May 8, 2014 at 1:28 PM, Daan Hoogland wrote: > never mind, found it. > > 2 remarks, > > 1. you submitted the first patch as r...@devcloud.apache.org. please don't > @REVIEWERS: please don't let that go in > > 2. can you supply the full commit id next time, please? I can sh

Re: [NullPointerException][

2014-05-14 Thread Daan Hoogland
On Thu, May 8, 2014 at 8:55 AM, Sonal Ojha wrote: > 4b89a45 is this patch applied on master only or on 4.4 as well? -- Daan

[NullPointerException][

2014-05-14 Thread Sonal Ojha
Hello, Related to commit 4b89a45 there is a line change which should have made in was missed and can lead to exceptions like NullPointerException. I have raised a another review request https://reviews.apache.org/r/21193/, please take a look and push it to master if approved. -- *Thanks and

Re: Review Request 15725: CLOUDSTACK-5022: NullPointerException when invalid zone is passed into UsageEventUtils (master)

2013-12-05 Thread David Grizzanti
/reviews.apache.org/r/15725/ > --- > > (Updated Dec. 3, 2013, 4:50 p.m.) > > > Review request for cloudstack. > > > Bugs: CLOUDSTACK-5220 > https://issues.apache.org/jira/browse/CLOUDSTACK-5220 > > > Repository: cloudstack-git > > > Descriptio

Re: Review Request 15725: CLOUDSTACK-5022: NullPointerException when invalid zone is passed into UsageEventUtils (master)

2013-12-05 Thread Murali Reddy
.org/r/15725/ > --- > > (Updated Dec. 3, 2013, 4:50 p.m.) > > > Review request for cloudstack. > > > Bugs: CLOUDSTACK-5220 > https://issues.apache.org/jira/browse/CLOUDSTACK-5220 > > > Repository: cloudstack-git > > > Description > --- > > C

Re: Review Request 15725: CLOUDSTACK-5022: NullPointerException when invalid zone is passed into UsageEventUtils (master)

2013-12-05 Thread ASF Subversion and Git Services
/heads/master from David Grizzanti [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=22422b9 ] CLOUDSTACK-5022: NullPointerException when invalid zone is passed into UsageEventUtils - ASF Subversion and Git Services On Dec. 3, 2013, 4:50 p.m., David Grizzanti wrote

Re: Review Request 15725: CLOUDSTACK-5022: NullPointerException when invalid zone is passed into UsageEventUtils (master)

2013-12-03 Thread David Grizzanti
--- Updating patch so it will work on master Bugs: CLOUDSTACK-5220 https://issues.apache.org/jira/browse/CLOUDSTACK-5220 Repository: cloudstack-git Description --- CLOUDSTACK-5022: NullPointerException when invalid zone is passed into UsageEventUtils Updated UsageEventUtils code

Re: Review Request 15725: CLOUDSTACK-5022: NullPointerException when invalid zone is passed into UsageEventUtils (master)

2013-12-03 Thread Murali Reddy
> > > Description > --- > > CLOUDSTACK-5022: NullPointerException when invalid zone is passed into > UsageEventUtils > > Updated UsageEventUtils code to not blow up when an invalid zone ID is passed > in. Now will still generate usage event but leaving out

Re: Review Request 15725: CLOUDSTACK-5022: NullPointerException when invalid zone is passed into UsageEventUtils (master)

2013-12-03 Thread ASF Subversion and Git Services
/heads/4.2 from David Grizzanti [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=03ba659 ] CLOUDSTACK-5022: NullPointerException when invalid zone is passed into UsageEventUtils - ASF Subversion and Git Services On Nov. 20, 2013, 8:15 p.m., David Grizzanti wrote

Re: Review Request 15722: CLOUDSTACK-5022: NullPointerException when invalid zone is passed into UsageEventUtils (4.2.0)

2013-12-03 Thread Murali Reddy
.org/r/15722/ > --- > > (Updated Nov. 20, 2013, 7:54 p.m.) > > > Review request for cloudstack. > > > Bugs: CLOUDSTACK-5022 > https://issues.apache.org/jira/browse/CLOUDSTACK-5022 > > > Repository: cloudstack-git > > > Description > --- > > C

NullPointerException when invalid zone is passed into UsageEventUtils (CLOUDSTACK-5220)

2013-11-25 Thread David Grizzanti
Hi All, I submitted a bug for null pointer exceptions I'm seeing when certain types of Usage Events are generated (when you have the event notification bus enabled).   Initially I had submitted two separate bugs for individual events causing null pointer exceptions (CLOUDSTACK-5023 and CLOUDSTAC

Review Request 15725: CLOUDSTACK-5022: NullPointerException when invalid zone is passed into UsageEventUtils (master)

2013-11-20 Thread David Grizzanti
://issues.apache.org/jira/browse/CLOUDSTACK-5220 Repository: cloudstack-git Description --- CLOUDSTACK-5022: NullPointerException when invalid zone is passed into UsageEventUtils Updated UsageEventUtils code to not blow up when an invalid zone ID is passed in. Now will still generate usage event but

Re: Review Request 15722: CLOUDSTACK-5022: NullPointerException when invalid zone is passed into UsageEventUtils (4.2.0)

2013-11-20 Thread David Grizzanti
(updated) - CLOUDSTACK-5022: NullPointerException when invalid zone is passed into UsageEventUtils (4.2.0) Bugs: CLOUDSTACK-5022 https://issues.apache.org/jira/browse/CLOUDSTACK-5022 Repository: cloudstack-git Description --- CLOUDSTACK-5022: NullPointerException when

Review Request 15722: CLOUDSTACK-5022: NullPointerException when invalid zone is passed into UsageEventUtils

2013-11-20 Thread David Grizzanti
://issues.apache.org/jira/browse/CLOUDSTACK-5022 Repository: cloudstack-git Description --- CLOUDSTACK-5022: NullPointerException when invalid zone is passed into UsageEventUtils Updated UsageEventUtils code to not blow up when an invalid zone ID is passed in. Now will still generate usage event but

Re: NullPointerException trying to view cluster-level settings

2013-10-07 Thread Mike Tutkowski
> > > > If so, I am getting a NullPointerException when trying to view settings > on > > my cluster via the GUI: > > > > I think thats related to what I found here: > http://markmail.org/message/c2hq55uqilf7kjtf > > Darren > -- *Mike Tutkowski* *Sen

Re: NullPointerException trying to view cluster-level settings

2013-10-07 Thread Darren Shepherd
On Mon, Oct 7, 2013 at 12:31 PM, Mike Tutkowski wrote: > Hi, > > I was wondering if cluster-level settings were supposed to work at this > point in development of 4.3? > > If so, I am getting a NullPointerException when trying to view settings on > my cluster via the GUI: >

NullPointerException trying to view cluster-level settings

2013-10-07 Thread Mike Tutkowski
Hi, I was wondering if cluster-level settings were supposed to work at this point in development of 4.3? If so, I am getting a NullPointerException when trying to view settings on my cluster via the GUI: ERROR [c.c.a.ApiServer] (1456236198@qtp-774664918-2:ctx-9bcefb0e ctx-f0605fd9) unhandled

Re: [GSOC] NullPointerException when deployVM using GRE isolation method. Help me!

2013-06-12 Thread Nguyen Anh Tu
GRE'. You can >> >>see >> >> the canHandle method on how to check for this. Although, I don't see >> why >> >> this check should even be necessary. The network will be associated >> with >> >> the guru at design time. >

Re: [GSOC] NullPointerException when deployVM using GRE isolation method. Help me!

2013-06-12 Thread Nguyen Anh Tu
nHandle method on how to check for this. Although, I don't see why > >> this check should even be necessary. The network will be associated with > >> the guru at design time. > > > >Chiradeep, that's a bug then ? > > > >> > >>

Re: [GSOC] NullPointerException when deployVM using GRE isolation method. Help me!

2013-06-10 Thread Nguyen Anh Tu
ll be associated with > >> the guru at design time. > > > >Chiradeep, that's a bug then ? > > > >> > >> > >> On 6/10/13 7:17 AM, "Nguyen Anh Tu" wrote: > >> > >>> Hi forks, > >>&

Re: [GSOC] NullPointerException when deployVM using GRE isolation method. Help me!

2013-06-10 Thread Chiradeep Vittal
gt; On 6/10/13 7:17 AM, "Nguyen Anh Tu" wrote: >> >>> Hi forks, >>> >>> I'm trying OVS tunnel with XCP 1.6 and get error NullPointerException >>>when >>> executing deployVM. >>> >>> I found

Re: [GSOC] NullPointerException when deployVM using GRE isolation method. Help me!

2013-06-10 Thread Sebastien Goasguen
7;t see why > this check should even be necessary. The network will be associated with > the guru at design time. Chiradeep, that's a bug then ? > > > On 6/10/13 7:17 AM, "Nguyen Anh Tu" wrote: > >> Hi forks, >> >> I'm trying OVS tunnel with

Re: [GSOC] NullPointerException when deployVM using GRE isolation method. Help me!

2013-06-10 Thread Chiradeep Vittal
ciated with the guru at design time. On 6/10/13 7:17 AM, "Nguyen Anh Tu" wrote: >Hi forks, > >I'm trying OVS tunnel with XCP 1.6 and get error NullPointerException when >executing deployVM. > >I found this error starting from the below code. > >*NetworkMa

Re: [GSOC] NullPointerException when deployVM using GRE isolation method. Help me!

2013-06-10 Thread Sebastien Goasguen
On Jun 10, 2013, at 10:17 AM, Nguyen Anh Tu wrote: > Hi forks, > I think we say "folks" but that's not solving the NPE error. I cc Chiradeep who might have some insight here. -sebastien > I'm trying OVS tunnel with XCP 1.6 and get error NullPointerExcept

[GSOC] NullPointerException when deployVM using GRE isolation method. Help me!

2013-06-10 Thread Nguyen Anh Tu
Hi forks, I'm trying OVS tunnel with XCP 1.6 and get error NullPointerException when executing deployVM. I found this error starting from the below code. *NetworkManagerImpl.java* *NicProfile profile = guru.allocate(network, requested, vm); (1)* if (isDefaultNic !=

RE: [jira] [Commented] (CLOUDSTACK-1868) GetVmStatsCommand throws NullPointerException with VMWare

2013-04-08 Thread Musayev, Ilya
r VM SYNC. Regards ilya > -Original Message- > From: Francois Gaudreault (JIRA) [mailto:j...@apache.org] > Sent: Monday, April 08, 2013 3:47 PM > To: cloudstack-iss...@incubator.apache.org > Subject: [jira] [Commented] (CLOUDSTACK-1868) GetVmStatsCommand > throws Null

RE: CLOUDSTACK-1868: GetVmStatsCommand throws NullPointerException with VMWare

2013-04-01 Thread Musayev, Ilya
NullPointerException with VMWare Can I get a volunteer to look at CLOUSTACK-1868 ASAP? It's one of a *handful* of remaining bugs for 4.1. -chip

CLOUDSTACK-1868: GetVmStatsCommand throws NullPointerException with VMWare

2013-04-01 Thread Chip Childers
Can I get a volunteer to look at CLOUSTACK-1868 ASAP? It's one of a *handful* of remaining bugs for 4.1. -chip