I have filed a bug to track this issue: https://issues.apache.org/jira/browse/CLOUDSTACK-6268. Will fix it soon.
--Sanjay -----Original Message----- From: Nitin Mehta [mailto:nitin.me...@citrix.com] Sent: Wednesday, March 19, 2014 1:20 AM To: dev@cloudstack.apache.org Subject: Re: Anybody saw this error on master? Hi Sanjay - I still this issue popping up right after starting MS in 4.4. You might want to check. My XS version - 6.0.2 , commit - 30a9838 [INFO] Started Jetty Server WARN [c.c.h.x.r.CitrixResourceBase] (DirectAgent-6:ctx-7cd2f40f) 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$XenServerConnecti on.dispatch(XenServerConnectionPool.java:499) at com.xensource.xenapi.GPUGroup.getEnabledVGPUTypes(GPUGroup.java:394) at com.cloud.hypervisor.xen.resource.CitrixResourceBase.getGPUGroupDetails(Cit rixResourceBase.java:1338) at com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixResource Base.java:2357) at com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(CitrixR esourceBase.java:446) Thanks, -Nitin On 14/03/14 1:05 AM, "Sanjay Tripathi" <sanjay.tripa...@citrix.com> wrote: >I have resolved this issue under this ticket: >https://issues.apache.org/jira/browse/CLOUDSTACK-6238 > >--Sanjay > >-----Original Message----- >From: Marcus [mailto:shadow...@gmail.com] >Sent: Friday, March 14, 2014 1:09 PM >To: dev@cloudstack.apache.org >Cc: Sanjay Tripathi >Subject: Re: Anybody saw this error on master? > >oh yes, I do remember this. We probably need to fix the null pointer, >but I think it's more or less just noise. > >On Fri, Mar 14, 2014 at 1:15 AM, Marcus <shadow...@gmail.com> wrote: >> 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(ResourceManag >> e >> rImpl.java:2539) at >> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >> j >> ava:57) at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >> s >> orImpl.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$XenServerCo >>>nne >>>ction.dispatch(XenServerConnectionPool.java:499) >>> at >>>com.xensource.xenapi.GPUGroup.getEnabledVGPUTypes(GPUGroup.java:394) >>> at >>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.getGPUGroupDetai >>>ls( >>>CitrixResourceBase.java:1308) >>> at >>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixRe >>>sou >>>rceBase.java:2327) >>> at >>>com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(C >>>itr >>>ixResourceBase.java:444) >>> at >>>com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest( >>>Xen >>>Server56Resource.java:59) >>> at >>>com.cloud.hypervisor.xen.resource.XenServer610Resource.executeRequest >>>(Xe >>>nServer610Resource.java:107) >>> at >>>com.cloud.agent.manager.DirectAgentAttache$Task.runInContext(DirectAg >>>ent >>>Attache.java:216) >>> at >>>org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(Ma >>>nag >>>edContextRunnable.java:49) >>> at >>>org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.ca >>>ll( >>>DefaultManagedContext.java:56) >>> at >>>org.apache.cloudstack.managed.context.impl.DefaultManagedContext.call >>>Wit >>>hContext(DefaultManagedContext.java:103) >>> at >>>org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runW >>>ith >>>Context(DefaultManagedContext.java:53) >>> at >>>org.apache.cloudstack.managed.context.ManagedContextRunnable.run(Mana >>>ged >>>ContextRunnable.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. >>>acc >>>ess$201(ScheduledThreadPoolExecutor.java:178) >>> at >>>java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask. >>>run >>>(ScheduledThreadPoolExecutor.java:292) >>> at >>>java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor. >>>jav >>>a:1145) >>> at >>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor >>>.ja >>>va:615) >>> at java.lang.Thread.run(Thread.java:724) >>> >>> >>> Thanks >>> -min