DaanHoogland commented on issue #10412: URL: https://github.com/apache/cloudstack/issues/10412#issuecomment-2665276953
during testing of this an NPE was encountered: ``` java.lang.NullPointerException at com.cloud.hypervisor.vmware.mo.BaseMO.createReturnObjectPair(BaseMO.java:68) at com.cloud.hypervisor.vmware.mo.HostMO.getVmProperties(HostMO.java:760) at com.cloud.hypervisor.vmware.mo.HostMO.getVmProperties(HostMO.java:1399) at com.cloud.hypervisor.vmware.mo.HostMO.getVms(HostMO.java:1379) at com.cloud.hypervisor.vmware.manager.VmwareManagerImpl.listVMsInDatacenter(VmwareManagerImpl.java:1605) at jdk.internal.reflect.GeneratedMethodAccessor473.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.jav a:198) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) at com.sun.proxy.$Proxy447.listVMsInDatacenter(Unknown Source) at org.apache.cloudstack.api.command.admin.zone.ListVmwareDcVmsCmd.execute(ListVmwareDcVmsCmd.java:121) at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:172) at com.cloud.api.ApiServer.queueCommand(ApiServer.java:833) at com.cloud.api.ApiServer.handleRequest(ApiServer.java:654) at com.cloud.api.ApiServlet.processRequestInContext(ApiServlet.java:349) at com.cloud.api.ApiServlet$1.run(ApiServlet.java:152) at org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:55) at org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java :102) at org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java: 52) at com.cloud.api.ApiServlet.processRequest(ApiServlet.java:149) at com.cloud.api.ApiServlet.doGet(ApiServlet.java:103) at javax.servlet.http.HttpServlet.service(HttpServlet.java:645) at javax.servlet.http.HttpServlet.service(HttpServlet.java:750) at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1450) ``` this is addressed in https://github.com/apache/cloudstack/pull/10413/commits/9b2a83df36c89884d63767f17b55277c694bd9ba -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org