shwstppr commented on issue #8140:
URL: https://github.com/apache/cloudstack/issues/8140#issuecomment-1779896939
@Tbaugus44 I'm seeing this error,
```
2023-10-25 08:36:12,671 ERROR [c.c.v.UserVmManagerImpl]
(API-Job-Executor-2:ctx-e6e21680 job-26576 ctx-ec4c1914) (logid:448e7210) error
during resource reservation and allocation
java.lang.NullPointerException
>---at
com.cloud.vm.UserVmManagerImpl.validateRootDiskResize(UserVmManagerImpl.java:4642)
>---at
com.cloud.vm.UserVmManagerImpl.commitUserVm(UserVmManagerImpl.java:4446)
>---at
com.cloud.vm.UserVmManagerImpl.commitUserVm(UserVmManagerImpl.java:4630)
>---at
com.cloud.vm.UserVmManagerImpl.getUncheckedUserVmResource(UserVmManagerImpl.java:4261)
>---at
com.cloud.vm.UserVmManagerImpl.getCheckedUserVmResource(UserVmManagerImpl.java:3972)
>---at
com.cloud.vm.UserVmManagerImpl.createVirtualMachine(UserVmManagerImpl.java:3955)
>---at
com.cloud.vm.UserVmManagerImpl.createAdvancedVirtualMachine(UserVmManagerImpl.java:3729)
>---at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>---at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>---at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
```
Can you please check the template used for deploying the cluster's node VM
is in the correct state?
From UI check if it is showing size value in the template details? Are
systemvms using same template?
Check entries for template in vm_template and template_store_ref tables if
needed
--
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]