Skip to content

[VMware] 4.19.2.0 console access not working after the upgrade #10634

Open
@nvazquez

Description

@nvazquez

Problem

After upgrading from 4.18.2.3 to 4.19.2.0 it was observed some VMs created before the upgrade cannot access the console anymore. This was debugged and its caused by a NullPointerException on: https://github.com/apache/cloudstack/blob/4.19.2.0/plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/resource/VmwareResource.java#L7519

The is caused by searching a VM from internal name through the Vmware SDK, and the target VM is never retrieved by Vmware, causing the NPE

Image

Image

Versions

4.19.2.0 on Vmware (tested 8.0)

What to do about it?

No response

Metadata

Metadata

Type

No type

Projects

Status

ready for Review

Relationships

None yet

Development

No branches or pull requests

Issue actions