Hi Min, Which version of XS you are working on?
--Sanjay -----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