Hi Geoff, It looks this commit is not in RC2, but in 4.4 and hotfix/4.4/CLOUDSTACK-7219.
-Wei 2014-10-10 12:32 GMT+02:00 Geoff Higginbottom < geoff.higginbot...@shapeblue.com>: > Tested the upgrade from 4.3.0 to 4.4.1 RC2 and post upgrade I'm still > unable to view cluster info so this is still a blocker for me. > > Regards > > Geoff Higginbottom > > D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 > > geoff.higginbot...@shapeblue.com > > -----Original Message----- > From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] > Sent: 08 October 2014 12:18 > To: dev > Subject: Re: [VOTE][ACS44]Apache CloudStack 4.4.1 RC 2 in branch > 4.4-RC20141006T1046 > > Pierre-Luc the warnings are just warnings. The stack trace points to > configuration not correctly being set to a reasonable default when absent. > I will have to look deeper into that. $dayjob+#live permitting it will > take me till after the weekend. > > Unless we find a workaround I am going to consider this a blocker. > > On Wed, Oct 8, 2014 at 12:41 AM, Pierre-Luc Dion <pd...@cloudops.com> > wrote: > > > Hi, > > > > Did test the upgrade from 4.3.1 to 4.4.1 (4.4-RC20141006T1046) > > > > > > Still got the "ERROR" at the cluster settings: > > Catalina.out: > > WARN [c.c.a.d.ParamGenericValidationWorker] > > (catalina-exec-2:ctx-601d8ad4 > > ctx-677eec17) Received unknown parameters for command listConfigurations. > > Unknown parameters : listall > > ERROR [c.c.a.ApiServer] (catalina-exec-2:ctx-601d8ad4 ctx-677eec17) > > unhandled exception executing api command: > > [Ljava.lang.String;@421fb921 java.lang.NullPointerException at > > > > com.cloud.server.ManagementServerImpl.searchForConfigurations(Manageme > > ntServerImpl.java:1707) at > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j > > ava:57) > > at > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess > > orImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) > > at > > > > org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflectio > > n(AopUtils.java:317) > > at > > > > org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoi > > npoint(ReflectiveMethodInvocation.java:183) > > at > > > > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R > > eflectiveMethodInvocation.java:150) > > at > > > > org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke > > (ExposeInvocationInterceptor.java:91) > > at > > > > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R > > eflectiveMethodInvocation.java:172) > > at > > > > org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamic > > AopProxy.java:204) at > > com.sun.proxy.$Proxy209.searchForConfigurations(Unknown Source) at > > > > org.apache.cloudstack.api.command.admin.config.ListCfgsByCmd.execute(L > > istCfgsByCmd.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.cal > > l(DefaultManagedContext.java:56) > > at > > > > org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callW > > ithContext(DefaultManagedContext.java:103) > > at > > > > org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWi > > thContext(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(Appli > > cationFilterChain.java:290) > > at > > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFi > > lterChain.java:206) > > at > > > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperVa > > lve.java:233) > > at > > > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextVa > > lve.java:191) > > at > > > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.ja > > va:127) > > at > > > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.ja > > va:102) > > at > > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:5 > > 55) > > at > > > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValv > > e.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.pro > > cess(Http11NioProtocol.java:721) > > at > > > > org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint > > .java:2274) > > at > > > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.j > > ava:1145) > > at > > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor. > > java:615) at java.lang.Thread.run(Thread.java:745) > > > > > > Their is also a lot of warning like this: > > WARN [c.c.a.d.ParamGenericValidationWorker] > > (catalina-exec-4:ctx-b177f89e > > ctx-ba2c1003) Received unknown parameters for command listZones. > > Unknown parameters : listall WARN > > [c.c.a.d.ParamGenericValidationWorker] (catalina-exec-6:ctx-303eff04 > > ctx-dc9ac41a) Received unknown parameters for command listPods. > > Unknown parameters : listall WARN > > [c.c.a.d.ParamGenericValidationWorker] (catalina-exec-7:ctx-e47d4c79 > > ctx-8debcc1e) Received unknown parameters for command listClusters. > > Unknown parameters : listall WARN > > [c.c.a.d.ParamGenericValidationWorker] (catalina-exec-5:ctx-183ef482 > > ctx-ca87f3d6) Received unknown parameters for command listHosts. > > Unknown parameters : listall WARN > > [c.c.a.d.ParamGenericValidationWorker] (catalina-exec-10:ctx-6843f84c > > ctx-b5c59e5c) Received unknown parameters for command listStoragePools. > > Unknown parameters : listall > > > > > > > > > > *Pierre-Luc DION* > > Architecte de Solution Cloud | Cloud Solutions Architect t > > 855.652.5683 > > > > *CloudOps* Votre partenaire infonuagique* | *Cloud Solutions Experts > > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 w cloudops.com *|* tw > > @CloudOps_ > > > > > > On Mon, Oct 6, 2014 at 6:11 AM, Daan Hoogland > > <daan.hoogl...@gmail.com> > > wrote: > > > > > changing subject due to a c&p bug, thanks Geoff > > > > > > On Mon, Oct 6, 2014 at 10:56 AM, Daan Hoogland > > > <daan.hoogl...@gmail.com> > > > wrote: > > > > > > > Hi All, > > > > > > > > I've created a 4.4.1 release, with the following artifacts up for > > > > a > > vote: > > > > > > > > Git Branch and Commit SH: > > > > > > > > > > > > > https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h= > > refs/heads/4.4-RC20141006T1046 > > > > Commit: 3d8c09dd146241fedda2f0167dcd60fdf66b0b1d > > > > > > > > List of changes: > > > > > > > > > > > > > http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en > > /latest/ > > > > > > > > Source release (checksums and signatures are available at the same > > > > location): > > > > https://dist.apache.org/repos/dist/dev/cloudstack/4.4.1/ > > > > > > > > PGP release keys (signed using 4096R/AA4736F3): > > > > https://dist.apache.org/repos/dist/release/cloudstack/KEYS > > > > > > > > Vote will be open for 72 hours. > > > > > > > > For sanity in tallying the vote, can PMC members please be sure to > > > > indicate "(binding)" with their vote? > > > > > > > > [ ] +1 approve > > > > [ ] +0 no opinion > > > > [ ] -1 disapprove (and reason why) > > > > > > > > -- > > > > Daan > > > > > > > > > > > > > > > > -- > > > Daan > > > > > > > > > -- > Daan > Find out more about ShapeBlue and our range of CloudStack related services > > IaaS Cloud Design & Build< > http://shapeblue.com/iaas-cloud-design-and-build//> > CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/> > CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/> > CloudStack Infrastructure Support< > http://shapeblue.com/cloudstack-infrastructure-support/> > CloudStack Bootcamp Training Courses< > http://shapeblue.com/cloudstack-training/> > > This email and any attachments to it may be confidential and are intended > solely for the use of the individual to whom it is addressed. Any views or > opinions expressed are solely those of the author and do not necessarily > represent those of Shape Blue Ltd or related companies. If you are not the > intended recipient of this email, you must neither take any action based > upon its contents, nor copy or show it to anyone. Please contact the sender > if you believe you have received this email in error. Shape Blue Ltd is a > company incorporated in England & Wales. ShapeBlue Services India LLP is a > company incorporated in India and is operated under license from Shape Blue > Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil > and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is > a company registered by The Republic of South Africa and is traded under > license from Shape Blue Ltd. ShapeBlue is a registered trademark. >