Do you have this in database?

mysql> select * from cloud.configuration where name='xen.vm.vcpu.max';
+----------+----------+---------------+-----------------+-------+-------------------------------------------------------+---------------+---------------------+---------+------------+
| category | instance | component     | name            | value |
description                                           | default_value |
updated             | scope   | is_dynamic |
+----------+----------+---------------+-----------------+-------+-------------------------------------------------------+---------------+---------------------+---------+------------+
| Advanced | DEFAULT  | XenServerGuru | xen.vm.vcpu.max | 16    | Maximum
number of VCPUs that VM can get in XenServer. | 16            | 2014-04-15
14:27:27 | Cluster |          1 |
+----------+----------+---------------+-----------------+-------+-------------------------------------------------------+---------------+---------------------+---------+------------+
1 row in set (0.00 sec)


2014-10-10 15:18 GMT+02:00 Pierre-Luc Dion <pdion...@apache.org>:

> Hi Wei, from our jenkins server we used:
>
> Revision: 0b31732bb18983db6cdd747a6c2f6056cf81a85e
> refs/remotes/origin/hotfix/4.4/CLOUDSTACK-7219
>
> On Fri, Oct 10, 2014 at 8:27 AM, Wei ZHOU <ustcweiz...@gmail.com> wrote:
>
> > Hi Dion,
> >
> > Was you testing on latest hotfix/4.4/CLOUDSTACK-7219?
> >
> > git show hotfix/4.4/CLOUDSTACK-7219
> > the last commit should be 0b31732bb18983db6cdd747a6c2f6056cf81a85e
> >
> > -Wei
> >
> > 2014-10-10 2:19 GMT+02:00 Pierre-Luc Dion <pdion...@apache.org>:
> >
> > > Hello Wei,
> > >
> > > I've test the upgrade from 4.2.1 to 4.3.1 then 4.4.1 build from branch
> > > hotfix/4.4/CLOUDSTACK-7219
> > > and got the following error while looking at cluster settings: :(
> > >
> > > WARN  [c.c.a.d.ParamGenericValidationWorker]
> > (catalina-exec-18:ctx-9abcead7
> > > ctx-49a08842) Received unknown parameters for command
> listConfigurations.
> > > Unknown parameters : listall
> > > ERROR [c.c.a.ApiServer] (catalina-exec-18:ctx-9abcead7 ctx-49a08842)
> > > unhandled exception executing api command: [Ljava.lang.String;@1c25767
> > > java.lang.NullPointerException
> > > at
> > >
> > >
> >
> com.cloud.server.ManagementServerImpl.searchForConfigurations(ManagementServerImpl.java:1707)
> > > 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)
> > > at
> > >
> > >
> >
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
> > > at
> > >
> > >
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
> > > at
> > >
> > >
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
> > > at
> > >
> > >
> >
> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:91)
> > > at
> > >
> > >
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
> > > at
> > >
> > >
> >
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
> > > at com.sun.proxy.$Proxy209.searchForConfigurations(Unknown Source)
> > > at
> > >
> > >
> >
> org.apache.cloudstack.api.command.admin.config.ListCfgsByCmd.execute(ListCfgsByCmd.java:132)
> > > at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:141)
> > > at com.cloud.api.ApiServer.queueCommand(ApiServer.java:682)
> > > at com.cloud.api.ApiServer.handleRequest(ApiServer.java:511)
> > > at
> com.cloud.api.ApiServlet.processRequestInContext(ApiServlet.java:330)
> > > at com.cloud.api.ApiServlet.access$000(ApiServlet.java:54)
> > > at com.cloud.api.ApiServlet$1.run(ApiServlet.java:118)
> > > 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 com.cloud.api.ApiServlet.processRequest(ApiServlet.java:115)
> > > at com.cloud.api.ApiServlet.doGet(ApiServlet.java:77)
> > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
> > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> > > at
> > >
> > >
> >
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> > > at
> > >
> > >
> >
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> > > at
> > >
> > >
> >
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> > > at
> > >
> > >
> >
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> > > at
> > >
> > >
> >
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> > > at
> > >
> > >
> >
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> > > at
> > >
> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
> > > at
> > >
> > >
> >
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> > > at
> > >
> >
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
> > > at
> > >
> > >
> >
> org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:889)
> > > at
> > >
> > >
> >
> org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:721)
> > > at
> > >
> > >
> >
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2274)
> > > 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:745)
> > >
> > >
> > >
> > >
> > > On Thu, Oct 9, 2014 at 5:16 AM, Daan Hoogland <daan.hoogl...@gmail.com
> >
> > > wrote:
> > >
> > > > On Wed, Oct 8, 2014 at 1:47 PM, Wei ZHOU <ustcweiz...@gmail.com>
> > wrote:
> > > >
> > > > > Daan,
> > > > > I've made a commit 0b31732bb18983db6cdd747a6c2f6056cf81a85e to
> > > > > hotfix/4.4/CLOUDSTACK-7219 branch for this issue
> > > > >
> > > >
> > > > merged that one
> > > >
> > > > I am looking at the upgrade issue metioned by Carlos:
> > > > https://issues.apache.org/jira/browse/CLOUDSTACK-7674
> > > >
> > > > Not sure if I should fix this before making a new release or regard
> it
> > a
> > > > known issue with workaround.
> > > >
> > > > Opinions?
> > > >
> > > > --
> > > > Daan
> > > >
> > >
> >
>

Reply via email to