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 95D63D250 for ; Tue, 25 Jun 2013 13:24:24 +0000 (UTC) Received: (qmail 38931 invoked by uid 500); 25 Jun 2013 13:24:21 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 38912 invoked by uid 500); 25 Jun 2013 13:24:21 -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 38892 invoked by uid 500); 25 Jun 2013 13:24:20 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 38886 invoked by uid 99); 25 Jun 2013 13:24:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jun 2013 13:24:20 +0000 Date: Tue, 25 Jun 2013 13:24:20 +0000 (UTC) From: "Bharat Kumar (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-3167) [Automation] List VLAN range API call failed with null pointer exception 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-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13693017#comment-13693017 ] Bharat Kumar commented on CLOUDSTACK-3167: ------------------------------------------ Saksham can you take a look at this. > [Automation] List VLAN range API call failed with null pointer exception > ------------------------------------------------------------------------- > > Key: CLOUDSTACK-3167 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3167 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Network Controller > Affects Versions: 4.2.0 > Environment: Master build, > Reporter: Rayees Namathponnan > Assignee: Saksham Srivastava > Priority: Blocker > Fix For: 4.2.0 > > Attachments: CLOUDSTACK-3167.rar > > > SSVM test cases failed from BVT > run listVLAN Range command, its fails willl null pointer exception > http://10.223.49.195:8096/?command=listVlanIpRanges&zoneid=72deef27-805a-4c6a-bf37-2b04d6c614d0&response=json > 2013-06-24 17:32:44,763 DEBUG [cloud.projects.ProjectManagerImpl] (Job-Executor-17:job-3320) Accounts are unassign successfully from project Project[94|name=Project-TRGJ8K|domainid=1] as a part of project cleanup... > 2013-06-24 17:32:44,795 DEBUG [cloud.async.AsyncJobManagerImpl] (Job-Executor-17:job-3320) Complete async job-3320, jobStatus: 1, resultCode: 0, result: org.apache.cloudstack.api.response.SuccessResponse@7c56947b > 2013-06-24 17:32:44,799 DEBUG [cloud.async.AsyncJobManagerImpl] (Job-Executor-17:job-3320) Done executing org.apache.cloudstack.api.command.user.project.DeleteProjectCmd for job-3320 > 2013-06-24 17:32:45,192 ERROR [cloud.api.ApiServer] (ApiServer-2:null) unhandled exception executing api command: listVlanIpRanges > java.lang.NullPointerException > at com.cloud.configuration.ConfigurationManagerImpl.getVlanAccount(ConfigurationManagerImpl.java:4570) > at com.cloud.api.ApiDBUtils.getVlanAccount(ApiDBUtils.java:1062) > at com.cloud.api.ApiResponseHelper.createVlanIpRangeResponse(ApiResponseHelper.java:604) > at org.apache.cloudstack.api.command.admin.vlan.ListVlanIpRangesCmd.execute(ListVlanIpRangesCmd.java:145) > 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) > at com.cloud.api.ApiServer.handle(ApiServer.java:302) > at org.apache.http.protocol.HttpService.doService(HttpService.java:375) > at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:290) > at com.cloud.api.ApiServer$WorkerTask.run(ApiServer.java:992) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) -- 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