DaanHoogland commented on issue #7644:
URL: https://github.com/apache/cloudstack/issues/7644#issuecomment-1596604397
the line of the NPE is
```
final VirtualMachineProfile profile = new
VirtualMachineProfileImpl(vm);
final HypervisorGuru hvGuru =
_hvGuruMgr.getGuru(vm.getHypervisorType());
s_logger.debug("Cleaning up NICS");
final List<Command> nicExpungeCommands =
hvGuru.finalizeExpungeNics(vm, profile.getNics());
```
As per you logs the vm is obviously not null it is either the `hvGuru` or
the `profile`. Can you check in your DB if the `vm` has a hypervisor type.
If so the generation of the profile failed (no idea why yet).
If no it could not find the guru type for this vm.
That all said, please check the versions of all your MSses and compare to
what the DB says.
4.13 is quite old. Was it originally the apache version? it could be there
is a discrepency in the DB frm migrating from ACP to ACS.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]