Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DEFB4200C20 for ; Sun, 19 Feb 2017 10:49:51 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DD96B160B65; Sun, 19 Feb 2017 09:49:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 33851160B58 for ; Sun, 19 Feb 2017 10:49:51 +0100 (CET) Received: (qmail 40580 invoked by uid 500); 19 Feb 2017 09:49:50 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 40571 invoked by uid 500); 19 Feb 2017 09:49:50 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 40568 invoked by uid 99); 19 Feb 2017 09:49:50 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Feb 2017 09:49:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id B4A4BC18EC for ; Sun, 19 Feb 2017 09:49:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id CFVGD3tNfuRi for ; Sun, 19 Feb 2017 09:49:48 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 567195F1B8 for ; Sun, 19 Feb 2017 09:49:48 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 9F74EE081D for ; Sun, 19 Feb 2017 09:49:46 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 092732412B for ; Sun, 19 Feb 2017 09:49:45 +0000 (UTC) Date: Sun, 19 Feb 2017 09:49:45 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9790) Can't create a Basic Zone (networking problem) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 19 Feb 2017 09:49:52 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9790?page=3Dcom.atla= ssian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId= =3D15873594#comment-15873594 ]=20 ASF subversion and git services commented on CLOUDSTACK-9790: ------------------------------------------------------------- Commit 8bd33d3db655ce837744395ff98389bf2017a056 in cloudstack's branch refs= /heads/master from [~rajanik] [ https://git-wip-us.apache.org/repos/asf?p=3Dcloudstack.git;h=3D8bd33d3 ] Merge pull request #1952 from sgoeminn/CLOUDSTACK-9790 CLOUDSTACK-9790: fix NPE in case of Basic zone.This PR fixes the creation o= f a basic zone. https://issues.apache.org/jira/browse/CLOUDSTACK-9790 * pr/1952: CLOUDSTACK-9790: fix NPE in case of Basic zone. Signed-off-by: Rajani Karuturi > Can't create a Basic Zone (networking problem) > ---------------------------------------------- > > Key: CLOUDSTACK-9790 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-979= 0 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the defa= ult.)=20 > Components: Network Controller > Affects Versions: 4.10 > Reporter: Mike Tutkowski > Assignee: Kris Sterckx > Priority: Blocker > Fix For: 4.10 > > > A NullPointerException is thrown when trying to create a Basic Zone: > java.lang.NullPointerException > at com.cloud.utils.net.NetUtils.getCidrNetmask(NetUtils.java:956) > at com.cloud.configuration.ConfigurationManagerImpl. > validateIpRange(ConfigurationManagerImpl.java:2924) > This appears to be related to PR 1579. > In ConfigurationManagerImpl.java, it seems the new lines on 2924 =E2=80= =93 2926 are the problem: https://github.com/apache/cloudstack/pull/1579/fi= les -- This message was sent by Atlassian JIRA (v6.3.15#6346)