borisstoyanov commented on issue #2281: CLOUDSTACK-10102: New network type (L2)
URL: https://github.com/apache/cloudstack/pull/2281#issuecomment-337858174
 
 
   @DaanHoogland I see this error here when listing hosts: 
   ```
   2017-10-19 09:45:50,498 ERROR [c.c.a.ApiServer] 
(catalina-exec-8:ctx-6542176f ctx-66e777cb) (logid:cc54a5b2) unhandled 
exception executing api command: [Ljava.lang.String;@5aa032ab
   com.cloud.utils.exception.CloudRuntimeException: DB Exception on: 
com.mysql.jdbc.JDBC4PreparedStatement@49891c22: SELECT host_view.id, 
host_view.uuid, host_view.name, host_view.status, host_view.type, 
host_view.private_ip_address, host_view.disconnected, host_view.version, 
host_view.hypervisor_type, host_view.hypervisor_version, 
host_view.capabilities, host_view.last_ping, host_view.created, 
host_view.removed, host_view.oobm_enabled, host_view.oobm_power_state, 
host_view.ha_enabled, host_view.ha_state, host_view.ha_provider, 
host_view.resource_state, host_view.mgmt_server_id, host_view.cpu_sockets, 
host_view.cpus, host_view.speed, host_view.ram, host_view.cluster_id, 
host_view.cluster_uuid, host_view.cluster_name, host_view.cluster_type, 
host_view.data_center_id, host_view.data_center_uuid, 
host_view.data_center_name, host_view.pod_id, host_view.pod_uuid, 
host_view.pod_name, host_view.guest_os_category_id, 
host_view.guest_os_category_uuid, host_view.guest_os_category_name, host_vi
 ew.tag, host_view.memory_used_capacity, host_view.memory_reserved_capacity, 
host_view.cpu_used_capacity, host_view.cpu_reserved_capacity, host_view.job_id, 
host_view.job_uuid, host_view.job_status, host_view.annotation, 
host_view.last_annotated, host_view.username FROM host_view WHERE host_view.id 
IN (1,5)
        at 
com.cloud.utils.db.GenericDaoBase.searchIncludingRemoved(GenericDaoBase.java:428)
        at 
com.cloud.utils.db.GenericDaoBase.searchIncludingRemoved(GenericDaoBase.java:364)
        at 
com.cloud.api.query.dao.HostJoinDaoImpl.searchByIds(HostJoinDaoImpl.java:447)
        at sun.reflect.GeneratedMethodAccessor221.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
        at 
com.cloud.utils.db.TransactionContextInterceptor.invoke(TransactionContextInterceptor.java:34)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:168)
        at 
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
        at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
        at com.sun.proxy.$Proxy298.searchByIds(Unknown Source)
        at 
com.cloud.api.query.QueryManagerImpl.searchForServersInternal(QueryManagerImpl.java:1683)
        at 
com.cloud.api.query.QueryManagerImpl.searchForServers(QueryManagerImpl.java:1562)
        at 
org.apache.cloudstack.api.command.admin.host.ListHostsCmd.getHostResponses(ListHostsCmd.java:208)
        at 
org.apache.cloudstack.api.command.admin.host.ListHostsCmd.execute(ListHostsCmd.java:233)
        at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:150)
        at com.cloud.api.ApiServer.queueCommand(ApiServer.java:728)
        at com.cloud.api.ApiServer.handleRequest(ApiServer.java:552)
        at com.cloud.api.ApiServlet.processRequestInContext(ApiServlet.java:297)
        at com.cloud.api.ApiServlet$1.run(ApiServlet.java:129)
        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:126)
        at com.cloud.api.ApiServlet.doGet(ApiServlet.java:88)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at 
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:218)
        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
        at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:506)
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
        at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:962)
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
        at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)
        at 
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1087)
        at 
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)
        at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1770)
        at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1729)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
        at java.lang.Thread.run(Thread.java:748)
   Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 
Unknown column 'host_view.annotation' in 'field list'
        at sun.reflect.GeneratedConstructorAccessor138.newInstance(Unknown 
Source)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        ... 64 more
   ```
   Does this looks like a db upgrade failure in annotations PR to you?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to