[ https://issues.apache.org/jira/browse/CLOUDSTACK-9790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15873597#comment-15873597 ]
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=cloudstack.git;h=8bd33d3 ] Merge pull request #1952 from sgoeminn/CLOUDSTACK-9790 CLOUDSTACK-9790: fix NPE in case of Basic zone.This PR fixes the creation of 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 <rajani.karut...@accelerite.com> > Can't create a Basic Zone (networking problem) > ---------------------------------------------- > > Key: CLOUDSTACK-9790 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9790 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > 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 – 2926 are > the problem: https://github.com/apache/cloudstack/pull/1579/files -- This message was sent by Atlassian JIRA (v6.3.15#6346)