Mike Tutkowski created CLOUDSTACK-9790:
------------------------------------------
Summary: 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
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)