DaanHoogland commented on issue #7644:
URL: https://github.com/apache/cloudstack/issues/7644#issuecomment-1607271103
yet another question:
Can you update your linux systems to something newer? It all seems very old
(linux and cloudstack)
from looking at the code for that version it seems the VM does not have a
hypervisor type . Can you check that in your DB?
```
final HypervisorGuru hvGuru =
_hvGuruMgr.getGuru(vm.getHypervisorType()); // <== returns null
s_logger.debug("Cleaning up NICS"); // <== seen in your logs
final List<Command> nicExpungeCommands =
hvGuru.finalizeExpungeNics(vm, profile.getNics()); // <== only serious NPE
candidate is hvGuru
```
--
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]