You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Milamber (JIRA)" <ji...@apache.org> on 2013/10/15 17:26:42 UTC

[jira] [Resolved] (CLOUDSTACK-4777) NullPointerException instead of working KVM HA

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-4777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milamber resolved CLOUDSTACK-4777.
----------------------------------

    Resolution: Fixed


Fixed for the version 4.2.1 by Edison Su (in 4.2-forward branch that has been merged into current 4.2 branch)


CLOUDSTACK-4627: fix NPE in vm migration


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/cb170d6a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/cb170d6a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/cb170d6a

Branch: refs/heads/4.2-forward
Commit: cb170d6afdab20bd63f17728b8f04a05f14ebcec
Parents: 37c87a8
Author: Edison Su <su...@gmail.com>
Authored: Mon Sep 9 15:58:22 2013 -0700
Committer: Edison Su <su...@gmail.com>
Committed: Mon Sep 9 15:58:22 2013 -0700

----------------------------------------------------------------------
 server/src/com/cloud/storage/VolumeManagerImpl.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------

> NullPointerException instead of working KVM HA
> ----------------------------------------------
>
>                 Key: CLOUDSTACK-4777
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4777
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Hypervisor Controller, KVM, Management Server
>    Affects Versions: 4.2.0
>         Environment: KVM (CentOS 6.4) with CloudStack 4.2
>            Reporter: Valery Ciareszka
>            Assignee: edison su
>            Priority: Critical
>             Fix For: 4.2.1
>
>
> If  KVM host goes down, CloudStack management does not start HA-enabled VM on the other hosts. There is NullPointerException in management.log:
> 2013-09-24 11:21:25,500 ERROR [cloud.ha.HighAvailabilityManagerImpl] (HA-Worker-4:work-4) Terminating HAWork[4-HA-6-Running-Scheduled]
> java.lang.NullPointerException
>         at com.cloud.storage.VolumeManagerImpl.canVmRestartOnAnotherServer(VolumeManagerImpl.java:2641)
>         at com.cloud.ha.HighAvailabilityManagerImpl.restart(HighAvailabilityManagerImpl.java:516)
>         at com.cloud.ha.HighAvailabilityManagerImpl$WorkerThread.run(HighAvailabilityManagerImpl.java:831)
> see full log at http://pastebin.com/upnEA601



--
This message was sent by Atlassian JIRA
(v6.1#6144)