Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8C5862009DC for ; Tue, 2 May 2017 20:15:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8AF85160BAC; Tue, 2 May 2017 18:15:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DB687160BAB for ; Tue, 2 May 2017 20:15:08 +0200 (CEST) Received: (qmail 48341 invoked by uid 500); 2 May 2017 18:15:08 -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 48332 invoked by uid 500); 2 May 2017 18:15:08 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 48329 invoked by uid 99); 2 May 2017 18:15:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2017 18:15:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id ABD3BC0164 for ; Tue, 2 May 2017 18:15:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id CcKlIPAP6Rrm for ; Tue, 2 May 2017 18:15:07 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 1DD7F5FB26 for ; Tue, 2 May 2017 18:15:06 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 02563E0D57 for ; Tue, 2 May 2017 18:15:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 672E121DEB for ; Tue, 2 May 2017 18:15:04 +0000 (UTC) Date: Tue, 2 May 2017 18:15:04 +0000 (UTC) From: "Nathan Johnson (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CLOUDSTACK-9796) Null Pointer Exception in VirtualMachineManagerImpl.java MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 02 May 2017 18:15:09 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Johnson closed CLOUDSTACK-9796. -------------------------------------- > Null Pointer Exception in VirtualMachineManagerImpl.java > -------------------------------------------------------- > > Key: CLOUDSTACK-9796 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9796 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Affects Versions: 4.8.0, 4.9.0 > Environment: Cloudstack 4.8 > Reporter: Nathan Johnson > Assignee: Nathan Johnson > Priority: Minor > Attachments: npelog.txt > > > When a situation occurs where a VM hangs in the "Starting" state for longer than the job.expire.minutes, and the job is deleted from the system, a null pointer exception will occur because the work VO will be null inside of advanceStop in VirtualMachineManagerImpl.java . I have attached a snippet of a log file of this NPE occurring in the wild. -- This message was sent by Atlassian JIRA (v6.3.15#6346)