Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A604818FB0 for ; Wed, 30 Sep 2015 07:07:46 +0000 (UTC) Received: (qmail 25380 invoked by uid 500); 30 Sep 2015 07:07:46 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 25319 invoked by uid 500); 30 Sep 2015 07:07:46 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 25308 invoked by uid 99); 30 Sep 2015 07:07:46 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2015 07:07:46 +0000 Received: from [192.168.7.235] (unknown [41.249.86.199]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id DBDFB1A022D for ; Wed, 30 Sep 2015 07:07:42 +0000 (UTC) Subject: Re: BVT report 9/29 To: dev@cloudstack.apache.org References: <93238155381A8343BD3FFE2CB75BC9E723B750AB@SINPEX01CL01.citrite.net> <560AFD97.1070808@apache.org> <560B0540.4060006@apache.org> From: Milamber Organization: Apache Software Fondation Message-ID: <560B8A3A.2000003@apache.org> Date: Wed, 30 Sep 2015 08:07:38 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 SeaMonkey/2.35 MIME-Version: 1.0 In-Reply-To: <560B0540.4060006@apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit The Advanced Network with SG don't works with me (perhaps mistake in my setup). The error on wizard final step is: string '' has an unknown BroadcastDomainType Perhaps need a VLAN ID? (mandatory?) Extract of log: 2015-09-30 06:53:01,070 DEBUG [c.c.a.ApiServlet] (catalina-exec-5:ctx-85a55cdf) ===START=== 192.168.7.235 -- GET command=createNetwork&response=json&zoneid=2017678e-c89b-42b4-9722-5af3fa6d398a&name=defaultGuestNetwork&displaytext=defaultGuestNetwork&networkofferingid=243b0d2a-5295-4c0b-9716-c62fc7262d07&gateway=192.168.100.1&netmask=255.255.255.0&startip=192.168.100.10&vlan=&endip=192.168.100.99&_=1443595981035 2015-09-30 06:53:01,137 DEBUG [c.c.u.d.T.Transaction] (catalina-exec-5:ctx-85a55cdf ctx-ef462c95) Rolling back the transaction: Time = 8 Name = catalina-exec-5; called by -TransactionLegacy.rollback:879-TransactionLegacy.removeUpTo:822-TransactionLegacy.close:646-Transaction.execute:49-NetworkServiceImpl.commitNetwork:1339-NetworkServiceImpl.createGuestNetwork:1302-NativeMethodAccessorImpl.invoke0:-2-NativeMethodAccessorImpl.invoke:57-DelegatingMethodAccessorImpl.invoke:43-Method.invoke:606-AopUtils.invokeJoinpointUsingReflection:317-ReflectiveMethodInvocation.invokeJoinpoint:183 2015-09-30 06:53:01,137 DEBUG [c.c.u.d.T.Transaction] (catalina-exec-5:ctx-85a55cdf ctx-ef462c95) Rolling back the transaction: Time = 8 Name = catalina-exec-5; called by -TransactionLegacy.rollback:879-TransactionLegacy.removeUpTo:822-TransactionLegacy.close:646-Transaction.execute:49-NetworkServiceImpl.commitNetwork:1339-NetworkServiceImpl.createGuestNetwork:1302-NativeMethodAccessorImpl.invoke0:-2-NativeMethodAccessorImpl.invoke:57-DelegatingMethodAccessorImpl.invoke:43-Method.invoke:606-AopUtils.invokeJoinpointUsingReflection:317-ReflectiveMethodInvocation.invokeJoinpoint:183 2015-09-30 06:53:01,149 ERROR [c.c.a.ApiServer] (catalina-exec-5:ctx-85a55cdf ctx-ef462c95) unhandled exception executing api command: [Ljava.lang.String;@50f714ea com.cloud.utils.exception.CloudRuntimeException: string '' has an unknown BroadcastDomainType. at com.cloud.network.Networks$BroadcastDomainType.fromString(Networks.java:260) at org.apache.cloudstack.engine.orchestration.NetworkOrchestrator.createGuestNetwork(NetworkOrchestrator.java:1913) at com.cloud.network.NetworkServiceImpl$4.doInTransaction(NetworkServiceImpl.java:1391) at com.cloud.network.NetworkServiceImpl$4.doInTransaction(NetworkServiceImpl.java:1339) at com.cloud.utils.db.Transaction.execute(Transaction.java:45) at com.cloud.network.NetworkServiceImpl.commitNetwork(NetworkServiceImpl.java:1339) at com.cloud.network.NetworkServiceImpl.createGuestNetwork(NetworkServiceImpl.java:1302) 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.apache.cloudstack.network.contrail.management.EventUtils$EventInterceptor.invoke(EventUtils.java:106) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161) at com.cloud.event.ActionEventInterceptor.invoke(ActionEventInterceptor.java:51) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161) 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.$Proxy160.createGuestNetwork(Unknown Source) at org.apache.cloudstack.api.command.admin.network.CreateNetworkCmdByAdmin.execute(CreateNetworkCmdByAdmin.java:58) at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:150) at com.cloud.api.ApiServer.queueCommand(ApiServer.java:703) at com.cloud.api.ApiServer.handleRequest(ApiServer.java:528) at com.cloud.api.ApiServlet.processRequestInContext(ApiServlet.java:296) at com.cloud.api.ApiServlet$1.run(ApiServlet.java:127) 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:124) at com.cloud.api.ApiServlet.doGet(ApiServlet.java:86) at javax.servlet.http.HttpServlet.service(HttpServlet.java:617) at javax.servlet.http.HttpServlet.service(HttpServlet.java:723) 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:103) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:615) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:891) at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:750) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2283) 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 29/09/2015 22:40, Milamber wrote: > > If I change my ansible script to install the tomcat6 package before > cloudstack-management, that's works. > > Tomorrow I will test a full ACS advanced network installation. > > root@cs-mgr1:~# service cloudstack-management status > * CloudStack-specific Tomcat servlet engine is running with pid 5798 > root@cs-mgr1:~# dpkg -l|grep cloudstack > ii cloudstack-common 4.6.0-SNAPSHOT all A common package > which contains files which are shared by several CloudStack packages > ii cloudstack-management 4.6.0-SNAPSHOT all CloudStack > server library > root@cs-mgr1:~# dpkg -l|grep tomcat > ii libtomcat6-java 6.0.39-1 all Servlet and > JSP engine -- core libraries > ii tomcat6 6.0.39-1 all Servlet and > JSP engine > ii tomcat6-common 6.0.39-1 all Servlet and > JSP engine -- common files > > > > On 29/09/2015 22:07, Milamber wrote: >> >> I have tested an installation of the CS 4.6.0 SNAPSHOT (today) on >> Ubuntu 14.04 LTS with latest update (installation with a ansible script) >> >> The cloudstack-management don't works. >> >> >> I don't known the root cause, but I suppose that is the (new?) >> dependency of Tomcat v7 (before ~1 month: tomcat6 was the tomcat >> dependency) >> >> I need to made some other tests to confirm if the issue come from my >> ansible script or other things. >> >> Some results commands (and visibly at least 1 bug): >> >> root@cs-mgr1:/var/log/cloudstack/management# service >> cloudstack-management status >> * cloudstack-management is not installed >> >> root@cs-mgr1:/var/log/cloudstack/management# dpkg -l|grep cloudstack >> ii cloudstack-common 4.6.0-SNAPSHOT all A common package >> which contains files which are shared by several CloudStack packages >> ii cloudstack-management 4.6.0-SNAPSHOT all CloudStack >> server library >> >> root@cs-mgr1:/var/log/cloudstack/management# dpkg -l|grep tomcat >> ii libtomcat7-java 7.0.52-1ubuntu0.3 all Servlet and >> JSP engine -- core libraries >> ii tomcat7 7.0.52-1ubuntu0.3 all Servlet and JSP engine >> ii tomcat7-common 7.0.52-1ubuntu0.3 all Servlet and >> JSP engine -- common files >> >> >> On 29/09/2015 19:42, Sebastien Goasguen wrote: >>> Hi folks, let’s try to shed some lights on those tests errors. >>> >>> First off, it appears some of those tests are not included in our >>> Travis run…:( If anyone wants to check that list of tests and cross >>> check with Travis, we could run them as well. >>> >>> @miguel, looks like smoke/test_scale_vm is reporting errors. It >>> seems you were the last one to touch that test. Could you try to run >>> the tests on some cloudstack setup you have and report back to use >>> your finding. From below you can see, the test seems to be failing >>> on simulator/basic. >>> >>> @boris, any chance you can run the tests listed under KVM/basic in >>> your test environment ? I don’t know if you know how to use Marvin. >>> You can check the Marvin scripts used in .travis.yml for a clue. >>> >>> The NAT tests errors might be related to the “VPC” errors Wilder and >>> Remi just solved, so we can see tomorrow what BVT says. >>> >>> (pinging pdion and milamber in that email to see what they can do on >>> spare cycles) >>> >>> Thanks everyone, let’s knock those down. >>> >>> -Sebastien >>> >>>> On Sep 29, 2015, at 2:49 PM, Raja Pullela >>>> wrote: >>>> >>>> Hopefully the format of this email stays as I compose ? >>>> >>>> Bugs to be fixed for BVTs: >>>> a. https://issues.apache.org/jira/browse/CLOUDSTACK-8915 >>>> b. https://issues.apache.org/jira/browse/CLOUDSTACK-8697 >>>> c. https://issues.apache.org/jira/browse/CLOUDSTACK-8891 - Should >>>> be a blocker >>>> d. https://issues.apache.org/jira/browse/CLOUDSTACK-8876 - Should >>>> be a blocker >>>> >>>> >>>> BVT Passrate for 9/25: >>>> >>>> >>>> * Simulator Basic - 97.6%, Failed tests 1 >>>> >>>> * Simulator Adv - 100% >>>> >>>> * XS Basic - 97.1%, Failed tests 2 >>>> >>>> * XS Adv - 94.3%, Failed tests 6 >>>> >>>> * KVM Basic - 94.2%, Failed tests 4 >>>> >>>> * KVM Adv - 92.6%, Failed tests 8 >>>> >>>> Test cases failed: >>>> >>>> Simulator Basic >>>> >>>> * >>>> integration.smoke.test_scale_vm.TestScaleVm.test_02_scale_vm_without_hypervisor_specifics >>>> (Failure: test case issue) >>>> >>>> >>>> XS Basic >>>> >>>> * >>>> integration.smoke.test_scale_vm.TestScaleVm.test_02_scale_vm_without_hypervisor_specifics >>>> (Failure: test case issue) >>>> >>>> * integration.smoke.test_volumes.TestVolumes.test_02_attach_volume >>>> /Failure: SSH connection failed >>>> >>>> XS Adv >>>> >>>> * >>>> integration.smoke.test_loadbalance.TestLoadBalance.test_01_create_lb_rule_src_nat >>>> (Failure: SSH connection failed) >>>> >>>> * >>>> integration.smoke.test_loadbalance.TestLoadBalance.test_02_create_lb_rule_non_nat >>>> (Failure: SSH connection failed) >>>> >>>> * >>>> integration.smoke.test_loadbalance.TestLoadBalance.test_assign_and_removal_lb >>>> (Failure: SSH connection failed) >>>> >>>> * integration.smoke.test_internal_lb.TestInternalLb.test_internallb >>>> (Failure: 'Failed to assign load balancer rule') >>>> >>>> * >>>> integration.smoke.test_scale_vm.TestScaleVm.test_02_scale_vm_without_hypervisor_specifics >>>> (Failure: test case issue) >>>> >>>> * >>> context=TestNiciraContoller>:setup (Failure: test setup issue) >>>> KVM Basic >>>> >>>> * integration.smoke.test_volumes.TestVolumes.test_02_attach_volume >>>> (Failure: SSH connection failed) >>>> >>>> * integration.smoke.test_ssvm.TestSSVMs.test_07_reboot_ssvm >>>> (Failure: Timed out waiting for SSVM agent to be Up) >>>> >>>> * integration.smoke.test_ssvm.TestSSVMs.test_08_reboot_cpvm >>>> (Failure: Timed out waiting for SSVM agent to be Up) >>>> >>>> * >>>> integration.smoke.test_vm_life_cycle.TestVMLifeCycle.test_10_attachAndDetach_iso >>>> (Failure: SSH connection failed) >>>> >>>> >>>> KVM Adv >>>> >>>> * >>>> integration.smoke.test_loadbalance.TestLoadBalance.test_01_create_lb_rule_src_nat >>>> (Failure: SSH connection failed) >>>> >>>> * >>>> integration.smoke.test_loadbalance.TestLoadBalance.test_02_create_lb_rule_non_nat >>>> (Failure: SSH connection failed) >>>> >>>> * >>>> integration.smoke.test_loadbalance.TestLoadBalance.test_assign_and_removal_lb >>>> (Failure: SSH connection failed) >>>> >>>> * integration.smoke.test_internal_lb.TestInternalLb.test_internallb >>>> (Failure: 'Failed to assign load balancer rule') >>>> >>>> * >>>> integration.smoke.test_snapshots.TestSnapshotRootDisk.test_01_snapshot_root_disk >>>> (Failure: 'Failed to create snapshot due to an internal error >>>> creating snapshot) >>>> >>>> * >>> context=TestNiciraContoller>:setup (Failure: test setup issue) >>>> >>>> * integration.smoke.test_ssvm.TestSSVMs.test_07_reboot_ssvm >>>> (Failure: Timed out waiting for SSVM agent to be Up) >>>> >>>> * integration.smoke.test_ssvm.TestSSVMs.test_08_reboot_cpvm >>>> (Failure: Timed out waiting for SSVM agent to be Up) >>>> >>>> >>> >> >> > >