[GitHub] borisstoyanov commented on issue #2281: CLOUDSTACK-10102: New network type (L2)

2017-11-15 Thread GitBox
borisstoyanov commented on issue #2281: CLOUDSTACK-10102: New network type (L2)
URL: https://github.com/apache/cloudstack/pull/2281#issuecomment-344540920
 
 
   @blueorangutan test


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


[GitHub] borisstoyanov commented on issue #2281: CLOUDSTACK-10102: New network type (L2)

2017-10-20 Thread GitBox
borisstoyanov commented on issue #2281: CLOUDSTACK-10102: New network type (L2)
URL: https://github.com/apache/cloudstack/pull/2281#issuecomment-338121358
 
 
   @nvazquez can you please see the failing tests


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


[GitHub] borisstoyanov commented on issue #2281: CLOUDSTACK-10102: New network type (L2)

2017-10-19 Thread GitBox
borisstoyanov commented on issue #2281: CLOUDSTACK-10102: New network type (L2)
URL: https://github.com/apache/cloudstack/pull/2281#issuecomment-337907354
 
 
   @blueorangutan test


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


[GitHub] borisstoyanov commented on issue #2281: CLOUDSTACK-10102: New network type (L2)

2017-10-19 Thread GitBox
borisstoyanov commented on issue #2281: CLOUDSTACK-10102: New network type (L2)
URL: https://github.com/apache/cloudstack/pull/2281#issuecomment-337899804
 
 
   Thanks @nvazquez, @blueorangutan package


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


[GitHub] borisstoyanov commented on issue #2281: CLOUDSTACK-10102: New network type (L2)

2017-10-19 Thread GitBox
borisstoyanov commented on issue #2281: CLOUDSTACK-10102: New network type (L2)
URL: https://github.com/apache/cloudstack/pull/2281#issuecomment-337883771
 
 
   @nvazquez can you please rebase and push 


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


[GitHub] borisstoyanov commented on issue #2281: CLOUDSTACK-10102: New network type (L2)

2017-10-19 Thread GitBox
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 

[GitHub] borisstoyanov commented on issue #2281: CLOUDSTACK-10102: New network type (L2)

2017-10-10 Thread git
borisstoyanov commented on issue #2281: CLOUDSTACK-10102: New network type (L2)
URL: https://github.com/apache/cloudstack/pull/2281#issuecomment-335412790
 
 
   @blueorangutan test
 

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