Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F3F610134 for ; Wed, 7 Aug 2013 18:48:11 +0000 (UTC) Received: (qmail 88313 invoked by uid 500); 7 Aug 2013 18:48:11 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 88287 invoked by uid 500); 7 Aug 2013 18:48:11 -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 88268 invoked by uid 500); 7 Aug 2013 18:48:10 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 88265 invoked by uid 99); 7 Aug 2013 18:48:10 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Aug 2013 18:48:10 +0000 Date: Wed, 7 Aug 2013 18:48:10 +0000 (UTC) From: "Animesh Chaturvedi (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CLOUDSTACK-3545) NPE while listing the storage pools for migrating a volume MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Animesh Chaturvedi updated CLOUDSTACK-3545: ------------------------------------------- These blockers and critical issues are resolved but not verified. Reporters of these issues please verify the fixes and help close these issues > NPE while listing the storage pools for migrating a volume > ---------------------------------------------------------- > > Key: CLOUDSTACK-3545 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3545 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Affects Versions: 4.2.0 > Reporter: Devdeep Singh > Assignee: Devdeep Singh > Priority: Blocker > Fix For: 4.2.0 > > > 1. Do a cloudstack setup with either XenServer 6.1 or 6.2 hosts. > 2. Add multiple storage pools to the cluster. > 3. Execute a findStoragePoolsForMigration api to list the storage pools available for migrating a volume. > A NPE is generated. Stack trace looks as follows > ERROR [cloud.api.ApiServer] (catalina-exec-16:null) unhandled exception executing api command: findStoragePoolsForMigration > java.lang.NullPointerException > at com.cloud.server.ManagementServerImpl.listStoragePoolsForMigrationOfVolume(ManagementServerImpl.java:1336) > at org.apache.cloudstack.api.command.admin.storage.FindStoragePoolsForMigrationCmd.execute(FindStoragePoolsForMigrationCmd.java:72) > at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:155) > at com.cloud.api.ApiServer.queueCommand(ApiServer.java:528) > at com.cloud.api.ApiServer.handleRequest(ApiServer.java:371) -- 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