Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 053FFDC37 for ; Fri, 5 Oct 2012 21:34:03 +0000 (UTC) Received: (qmail 84309 invoked by uid 500); 5 Oct 2012 21:34:02 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 84267 invoked by uid 500); 5 Oct 2012 21:34:02 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 84257 invoked by uid 99); 5 Oct 2012 21:34:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 21:34:02 +0000 Date: Fri, 5 Oct 2012 21:34:02 +0000 (UTC) From: "Hugo Trippaers (JIRA)" To: cloudstack-dev@incubator.apache.org Message-ID: <386056733.3024.1349472842649.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (CLOUDSTACK-271) updatePhysicalNetwork dies with an NPE when the vlan range is empty MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Hugo Trippaers created CLOUDSTACK-271: ----------------------------------------- Summary: updatePhysicalNetwork dies with an NPE when the vlan range is empty Key: CLOUDSTACK-271 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-271 Project: CloudStack Issue Type: Bug Components: Network Controller Affects Versions: 4.1.0 Reporter: Hugo Trippaers Assignee: Hugo Trippaers Fix For: 4.1.0 2012-10-05 23:18:22,754 ERROR [cloud.api.ApiDispatcher] (Job-Executor-17:job-17) Exception while executing UpdatePhysicalNetworkCmd: java.lang.NullPointerException at com.cloud.network.NetworkManagerImpl.checkGuestVnetsConflicts(NetworkManagerImpl.java:5429) at com.cloud.network.NetworkManagerImpl.updatePhysicalNetwork(NetworkManagerImpl.java:5376) at com.cloud.utils.component.ComponentLocator$InterceptorDispatcher.intercept(ComponentLocator.java:1231) at com.cloud.api.commands.UpdatePhysicalNetworkCmd.execute(UpdatePhysicalNetworkCmd.java:99) at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:138) at com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:432) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:679) The code should not check for overlapping VLANs is vlans are not used as the isolation type. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira