+1(binding)

Performed basic sanity using xenserver hypervisor   as of now not found any 
major issue  but noticed an exception while ms start initially 

Noticed below exception  during upgrade times. If its  known issue ,please 
ignore or else will raise a bug for tracking purpose.

(main:null) migrateDatafromIsoIdInVolumesTable:Exception:Unknown column 
'iso_id1' in 'field list'
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 
'iso_id1' in 'field list'
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
        at com.mysql.jdbc.Util.getInstance(Util.java:386)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3597)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3529)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1990)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2151)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2625)
        at 
com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2119)
        at 
com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2283)
        at 
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
        at 
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
        at 
com.cloud.upgrade.dao.Upgrade410to420.migrateDatafromIsoIdInVolumesTable(Upgrade410to420.java:2378)
        at 
com.cloud.upgrade.dao.Upgrade410to420.performDataMigration(Upgrade410to420.java:110)
        at 
com.cloud.upgrade.DatabaseUpgradeChecker.upgrade(DatabaseUpgradeChecker.java:345)
        at 
com.cloud.upgrade.DatabaseUpgradeChecker.check(DatabaseUpgradeChecker.java:468)
        at 
org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.checkIntegrity(CloudStackExtendedLifeCycle.java:65)
        at 
org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.start(CloudStackExtendedLifeCycle.java:55)
        at 
org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:167)
        at 
org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:51)
        at 
org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:339)
        at 
org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:143)
        at 
org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:108)
        at 
org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:947)
        at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
        at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContext(DefaultModuleDefinitionSet.java:145)
        at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet$2.with(DefaultModuleDefinitionSet.java:122)
        at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:245)
        at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:250)
        at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:233)
        at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContexts(DefaultModuleDefinitionSet.java:117)
        at 
org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.load(DefaultModuleDefinitionSet.java:79)
        at 
org.apache.cloudstack.spring.module.factory.ModuleBasedContextFactory.loadModules(ModuleBasedContextFactory.java:37)
        at 
org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.init(CloudStackSpringContext.java:70)
        at 
org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.<init>(CloudStackSpringContext.java:57)
        at 
org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.<init>(CloudStackSpringContext.java:61)
        at 
org.apache.cloudstack.spring.module.web.CloudStackContextLoaderListener.contextInitialized(CloudStackContextLoaderListener.java:52)
        at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4210)
        at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4709)
        at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
        at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:526)
        at 
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637)
        at 
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:563)
        at 
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:498)
        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
        at 
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
        at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
        at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
        at 
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
        at 
org.apache.catalina.core.StandardService.start(StandardService.java:516)
        at 
org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:593)
        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.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)



regards
sadhu


-----Original Message-----
From: Rajani Karuturi [mailto:rajani.karut...@citrix.com] 
Sent: Friday, November 13, 2015 5:10 PM
To: dev@cloudstack.apache.org
Subject: Re: [VOTE] Apache CloudStack 4.6.0 (round 2)

+1 (Binding)

setup: RHEL 6.5 Management server, xen 6.5 Hypervisor, NFS storage, Advanced 
zone without sg (Manual testing) Rpm creation, install worked fine Was able to 
succesfully launch a vm, destroy etc. 
Upload template worked fine
LDAP new as well existing integration worked fine RabbitMQ integration and 
publishing of events worked fine Creation of isolated networks, acquiring Ips, 
egress rules, firewalls etc, all worked fine.


Thanks,
~ Rajani








On 13/11/15, 12:27 PM, "Raja Pullela" <raja.pull...@citrix.com> wrote:

>+1
>
>BVTs shown consistent passrates and the failures are all test cases issues.
>Here is the latest update on the BVT side:
>KVM Basic  98.6% - 1 test failed/test case issue
>Xen Basic 96.9% - 2 tests failed/test case issue
>KVM Adv 96.3 % - 4 tests failed/test case issues
>Xen Adv 93.4% - 7 tests failed/test case issues
>Hyperv Adv 93.3% - 7 tests failed/test case issues
>
>Failed Tests:
>- 
>integration.smoke.test_vpc_vpn.TestVpcRemoteAccessVpn.test_vpc_remote_access_vpn
>- integration.smoke.test_vpc_vpn.TestVpcSite2SiteVpn.test_vpc_site2site_vpn
>- 
>integration.smoke.test_internal_lb.TestInternalLb.test02_internallb_haproxy_stats_on_all_interfaces
>- 
>integration.smoke.test_internal_lb.TestInternalLb.test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80
>- 
>integration.smoke.test_over_provisioning.TestUpdateOverProvision.test_UpdateStorageOverProvisioningFactor
>- integration.smoke.test_iso.TestISO.test_07_list_default_iso
>- <nose.suite.ContextSuite context=TestNiciraContoller>:setup
>- 
>integration.smoke.test_vm_snapshots.TestSnapshots.test_01_test_vm_volume_snapshot
>
>-----Original Message-----
>From: Nux! [mailto:n...@li.nux.ro] 
>Sent: Wednesday, November 11, 2015 8:43 PM
>To: dev@cloudstack.apache.org
>Subject: Re: [VOTE] Apache CloudStack 4.6.0 (round 2)
>
>Ok, I'm changing my vote to:
>
>+1 (binding)
>
>The upgrade issue I had was a known one, easily fixed thanks to Wilder, should 
>be mentioned in the upgrade docs though.
>
>I tested KVM with CentOS 6 HVs and Adv+SG zone. Security groups work, basic 
>functions works, restore from snapshot works, create volume/template from 
>snapshot works etc.
>
>Looks good!
>
>Lucian
>
>--
>Sent from the Delta quadrant using Borg technology!
>
>Nux!
>www.nux.ro
>
>----- Original Message -----
>> From: "Nux!" <n...@li.nux.ro>
>> To: dev@cloudstack.apache.org
>> Sent: Wednesday, 11 November, 2015 12:11:37
>> Subject: Re: [VOTE] Apache CloudStack 4.6.0 (round 2)
>
>> -1
>> 
>> I'm testing upgrade from 4.4.1 (what we run in production) to 4.6.0 
>> and have hit
>> 2 issues.
>> 
>> 1 - minor packaging issue, upgrading to 4.6.0 makes 
>> cloudstack-awsapi-4.4.1 complain about missing deps; rpm -e --nodeps 
>> cloudstack-awsapi gets rid of the problem, perhaps there's a better 
>> way to obsolete this package
>> 
>> 2 - after upgrading the packages to 4.6.0, the mgmt server complains 
>> the 4.5 systemvm is missing - wtf?
>> opened https://issues.apache.org/jira/browse/CLOUDSTACK-9056 for this 
>> with more info
>> 
>> Lucian
>> 
>> --
>> Sent from the Delta quadrant using Borg technology!
>> 
>> Nux!
>> www.nux.ro
>> 
>> ----- Original Message -----
>>> From: "Remi Bergsma" <rberg...@schubergphilis.com>
>>> To: dev@cloudstack.apache.org
>>> Sent: Tuesday, 10 November, 2015 15:03:03
>>> Subject: [VOTE] Apache CloudStack 4.6.0 (round 2)
>> 
>>> Hi all,
>>> 
>>> I've created a 4.6.0 release candidate, 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
>>> =4.6.0-RC20151110T1545
>>> 
>>> Commit: e31ade03c66368c64f0cd66cb7b0b754cddfb79d
>>> 
>>> Source release (checksums and signatures are available at the same
>>> location):
>>> https://dist.apache.org/repos/dist/dev/cloudstack/4.6.0/
>>> 
>>> PGP release keys (signed using A47DDC4F):
>>> https://dist.apache.org/repos/dist/release/cloudstack/KEYS
>>> 
>>> Vote will be open for at least 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)

Reply via email to