I see this on KVM as well. I don't recall hearing about the GPU feature, sounds interesting.
014-03-14 01:14:06,302 DEBUG [agent.manager.AgentManagerImpl] (StatsCollector-1:ctx-b3b2e81f) Details from executing class com.cloud.agent.api.GetGPUStatsCommand: Unsupported command issued:com.cloud.agent.api.GetGPUStatsCommand. Are you sure you got the right type of server? 2014-03-14 01:14:06,302 ERROR [cloud.server.StatsCollector] (StatsCollector-1:ctx-b3b2e81f) Error trying to retrieve host stats java.lang.NullPointerException at com.cloud.resource.ResourceManagerImpl.updateGPUDetails(ResourceManagerImpl.java:2539) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) On Thu, Mar 13, 2014 at 9:12 PM, Rajesh Battala <rajesh.batt...@citrix.com> wrote: > Sanjay has worked on vGPU for xenserver. > AFAIK, new xenserver sdk is pushed and it is required. > Are you able to build latest xenserver sdk in master. > > Thanks > Rajesh Battala > -----Original Message----- > From: Min Chen [mailto:min.c...@citrix.com] > Sent: Friday, March 14, 2014 6:18 AM > To: dev@cloudstack.apache.org > Subject: Anybody saw this error on master? > > Hi there, > > Anybody has seen this error on master? It is not blocking, but still an > eyesore to see it in the log. > > 2014-03-13 16:31:54,357 DEBUG [c.c.h.x.r.CitrixResourceBase] > (DirectAgent-8:ctx-87d8612e) Vm cpu utilization 0.08 > 2014-03-13 16:31:54,357 DEBUG [c.c.h.x.r.CitrixResourceBase] > (DirectAgent-8:ctx-87d8612e) Vm cpu utilization 0.06 > 2014-03-13 16:31:54,364 WARN [c.c.h.x.r.CitrixResourceBase] > (DirectAgent-6:ctx-6c5e0497) Unable to get GPU statsYou tried to call a > method that does not exist. The method name that you used is echoed. > You tried to call a method that does not exist. The method name that you > used is echoed. > at com.xensource.xenapi.Types.checkResponse(Types.java:1254) > at com.xensource.xenapi.Connection.dispatch(Connection.java:350) > at > com.cloud.hypervisor.xen.resource.XenServerConnectionPool$XenServerConnection.dispatch(XenServerConnectionPool.java:499) > at > com.xensource.xenapi.GPUGroup.getEnabledVGPUTypes(GPUGroup.java:394) > at > com.cloud.hypervisor.xen.resource.CitrixResourceBase.getGPUGroupDetails(CitrixResourceBase.java:1308) > at > com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixResourceBase.java:2327) > at > com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(CitrixResourceBase.java:444) > at > com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(XenServer56Resource.java:59) > at > com.cloud.hypervisor.xen.resource.XenServer610Resource.executeRequest(XenServer610Resource.java:107) > at > com.cloud.agent.manager.DirectAgentAttache$Task.runInContext(DirectAgentAttache.java:216) > at > org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49) > at > org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56) > at > org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103) > at > org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53) > at > org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:46) > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > at java.util.concurrent.FutureTask.run(FutureTask.java:262) > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178) > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:724) > > > Thanks > -min