Daan, I've made a commit 0b31732bb18983db6cdd747a6c2f6056cf81a85e to hotfix/4.4/CLOUDSTACK-7219 branch for this issue
-Wei 2014-10-08 13:17 GMT+02:00 Daan Hoogland <daan.hoogl...@gmail.com>: > 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(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) > > > > > > 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 >