[kolla] Looking for Docker images for Cinder, Glance etc for oVirt
by Leni Kadali Mutungi
Hello all.
I am trying to use the Cinder and Glance Docker images you provide in
relation to the setup here:
http://www.ovirt.org/develop/release-management/features/cinderglance-doc...
I tried to run `sudo docker pull
kollaglue/centos-rdo-glance-registry:latest` and got an error of not
found. I thought that it could possible to use a Dockerfile to spin up
an equivalent of it, so I would like some guidance on how to go about
doing that. Best practices and so on. Alternatively, if it is
possible, may you point me in the direction of the equivalent images
mentioned in the guides if they have been superseded by something else? Thanks.
CCing the oVirt users and devel lists to see if anyone has experienced
something similar.
--
- Warm regards
Leni Kadali Mutungi
7 years, 4 months
[ OST Failure Report ] [ Failed Build ] [ oVirt engine master ]
by Daniel Belenky
Hi all,
This patch has [1] failed building, and every patch that was rebased on top
of it failed too because of it.
Error snippet:
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.ovirt.engine.ui:webadmin-modules:4.2.0-SNAPSHOT
(/home/jenkins/workspace/ovirt-engine_master_build-artifacts-el7-x86_64/ovirt-engine/frontend/webadmin/modules/pom.xml)
has 1 error
[ERROR] Child module
/home/jenkins/workspace/ovirt-engine_master_build-artifacts-el7-x86_64/ovirt-engine/frontend/webadmin/modules/userportal-gwtp
of
/home/jenkins/workspace/ovirt-engine_master_build-artifacts-el7-x86_64/ovirt-engine/frontend/webadmin/modules/pom.xml
does not exist
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
make: *** [clean] Error 1
[1] https://gerrit.ovirt.org/#/c/78847/5
Thanks,
--
DANIEL BELENKY
Associate sw engineer
RHEV DEVOPS
EMEA VIRTUALIZATION R&D
Red Hat Israel <https://www.redhat.com/>
dbelenky(a)redhat.com IRC: #rhev-integ, #rhev-dev
<https://red.ht/sig>
7 years, 4 months
Enable to create ovirtmgmt network on node
by Shubhendu Tripathi
While creating a cluster, on one of the nodes creation of ovirtmgmt fails and node is not in active state.
Looking at supervdsm.log, below are few snippets of errors-
===============================
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:57,665::supervdsmServer::116::SuperVdsm.ServerCallback::(wrapper) call setupNetworks with ({'ovirtmgmt': {'ipv6autoconf': False, 'nic': 'em3', 'vlan': '802', 'mtu': 1500, 'switch': 'legacy', 'dhcpv6': False, 'bridged': 'false', 'defaultRoute': True, 'bootproto': 'dhcp'}}, {}, {'connectivityCheck': 'true', 'connectivityTimeout': 120}) {}
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:57,665::api::887::setupNetworks::(setupNetworks) Setting up network according to configuration: networks:{'ovirtmgmt': {'ipv6autoconf': False, 'nic': 'em3', 'vlan': '802', 'mtu': 1500, 'switch': 'legacy', 'dhcpv6': False, 'bridged': 'false', 'defaultRoute': True, 'bootproto': 'dhcp'}}, bondings:{}, options:{'connectivityCheck': 'true', 'connectivityTimeout': 120}
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:57,666::api::891::root::(setupNetworks) Validating configuration
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:57,670::libvirtconnection::161::root::(get) trying to connect libvirt
MainProcess|jsonrpc.Executor/6::INFO::2017-05-31 14:54:57,690::netinfo::503::root::(_getNetInfo) Obtaining info for net ovirtmgmt.
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/vdsm/netinfo.py", line 482, in _getNetInfo
data.update({'ports': ports(iface),
File "/usr/lib/python2.7/site-packages/vdsm/netinfo.py", line 187, in ports
return os.listdir('/sys/class/net/' + bridge + '/brif')
OSError: [Errno 2] No such file or directory: '/sys/class/net/ovirtmgmt/brif'
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:57,708::api::901::setupNetworks::(setupNetworks) Applying...
MainProcess|jsonrpc.Executor/6::INFO::2017-05-31 14:54:57,708::netconfpersistence::73::root::(setBonding) Adding bond0({'nics': [], 'options': 'mode=0'})
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:57,709::api::926::setupNetworks::(setupNetworks) Removing broken network 'ovirtmgmt'
MainProcess|jsonrpc.Executor/6::INFO::2017-05-31 14:54:57,717::netinfo::503::root::(_getNetInfo) Obtaining info for net ovirtmgmt.
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/vdsm/netinfo.py", line 482, in _getNetInfo
data.update({'ports': ports(iface),
File "/usr/lib/python2.7/site-packages/vdsm/netinfo.py", line 187, in ports
return os.listdir('/sys/class/net/' + bridge + '/brif')
OSError: [Errno 2] No such file or directory: '/sys/class/net/ovirtmgmt/brif'
MainProcess|jsonrpc.Executor/6::INFO::2017-05-31 14:54:57,726::api::463::root::(_delNetwork) Removing network ovirtmgmt with vlan=None, bonding=None, nics=[u'em3'],keep_bridge=False options={}
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:57,727::ifcfg::335::root::(_atomicNetworkBackup) Backed up ovirtmgmt
MainProcess|jsonrpc.Executor/6::INFO::2017-05-31 14:54:57,729::api::496::root::(_delNetwork) Removing network entity ovirtmgmt
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:57,729::models::188::root::(remove) Removing bridge Bridge(ovirtmgmt: Nic(em3))
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:57,729::utils::671::root::(execCmd) /usr/bin/taskset --cpu-list 0-5 /usr/sbin/ifdown ovirtmgmt (cwd None)
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:57,760::utils::689::root::(execCmd) FAILED: <err> = 'usage: ifdown <configuration>\n'; <rc> = 1
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:57,760::__init__::144::root::(_removeSourceRoute) Removing source route for device ovirtmgmt
MainProcess|jsonrpc.Executor/6::WARNING::2017-05-31 14:54:57,761::utils::140::root::(rmFile) File: /etc/sysconfig/network-scripts/rule-ovirtmgmt already removed
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:57,761::ifcfg::292::root::(_removeFile) Removed file /etc/sysconfig/network-scripts/rule-ovirtmgmt
MainProcess|jsonrpc.Executor/6::WARNING::2017-05-31 14:54:57,761::utils::140::root::(rmFile) File: /etc/sysconfig/network-scripts/route-ovirtmgmt already removed
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:57,762::ifcfg::292::root::(_removeFile) Removed file /etc/sysconfig/network-scripts/route-ovirtmgmt
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:57,762::utils::671::root::(execCmd) /usr/bin/taskset --cpu-list 0-5 /usr/sbin/brctl delbr ovirtmgmt (cwd None)
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:57,769::utils::689::root::(execCmd) FAILED: <err> = "bridge ovirtmgmt doesn't exist; can't delete it\n"; <rc> = 1
MainProcess|jsonrpc.Executor/6::WARNING::2017-05-31 14:54:57,770::utils::140::root::(rmFile) File: /etc/sysconfig/network-scripts/ifcfg-ovirtmgmt already removed
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:57,770::ifcfg::292::root::(_removeFile) Removed file /etc/sysconfig/network-scripts/ifcfg-ovirtmgmt
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:57,773::utils::671::root::(execCmd) /usr/bin/taskset --cpu-list 0-5 /usr/sbin/ifdown em3 (cwd None)
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:58,403::utils::689::root::(execCmd) SUCCESS: <err> = ''; <rc> = 0
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:58,404::ifcfg::382::root::(_atomicBackup) Backed up /etc/sysconfig/network-scripts/ifcfg-em3
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:58,408::utils::671::root::(execCmd) /usr/bin/taskset --cpu-list 0-5 /usr/bin/systemd-run --scope --unit=5c224eed-6483-4d73-90a7-755800e81eed --slice=vdsm-dhclient /usr/sbin/ifup em3 (cwd None)
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,438::utils::689::root::(execCmd) SUCCESS: <err> = 'Running scope as unit 5c224eed-6483-4d73-90a7-755800e81eed.scope.\n'; <rc> = 0
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,439::utils::671::root::(execCmd) /usr/bin/taskset --cpu-list 0-5 /usr/sbin/tc filter del dev em3 pref 5000 (cwd None)
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,446::utils::689::root::(execCmd) FAILED: <err> = 'RTNETLINK answers: Operation not supported\nWe have an error talking to the kernel\n'; <rc> = 2
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,446::utils::671::root::(execCmd) /usr/bin/taskset --cpu-list 0-5 /usr/sbin/tc qdisc show dev em3 (cwd None)
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,452::utils::689::root::(execCmd) SUCCESS: <err> = ''; <rc> = 0
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,453::utils::671::root::(execCmd) /usr/bin/taskset --cpu-list 0-5 /usr/sbin/tc class del dev em3 classid 0:1388 (cwd None)
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,459::utils::689::root::(execCmd) FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,459::utils::671::root::(execCmd) /usr/bin/taskset --cpu-list 0-5 /usr/sbin/tc class show dev em3 parent 0: (cwd None)
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,465::utils::689::root::(execCmd) SUCCESS: <err> = ''; <rc> = 0
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,466::utils::671::root::(execCmd) /usr/bin/taskset --cpu-list 0-5 /usr/sbin/tc qdisc del dev em3 root (cwd None)
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,472::utils::689::root::(execCmd) FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,472::utils::671::root::(execCmd) /usr/bin/taskset --cpu-list 0-5 /usr/sbin/tc qdisc del dev em3 ingress (cwd None)
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,478::utils::689::root::(execCmd) FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2
MainProcess|jsonrpc.Executor/6::INFO::2017-05-31 14:54:59,479::netconfpersistence::67::root::(removeNetwork) Removing network ovirtmgmt
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,525::api::766::setupNetworks::(_add_missing_networks) Adding network 'ovirtmgmt'
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,525::api::281::root::(_addNetwork) validating network...
MainProcess|jsonrpc.Executor/6::INFO::2017-05-31 14:54:59,525::api::301::root::(_addNetwork) Adding network ovirtmgmt with vlan=802, bonding=None, nics=['em3'], bondingOptions=None, mtu=1500, bridged=False, defaultRoute=True,options={'switch': 'legacy', 'bootproto': 'dhcp', 'implicitBonding': True}
MainProcess|jsonrpc.Executor/6::INFO::2017-05-31 14:54:59,526::api::331::root::(_addNetwork) Configuring device em3.802
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,527::ifcfg::419::root::(_persistentBackup) backing up ifcfg-em3.802: # original file did not exist
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,528::ifcfg::324::root::(writeBackupFile) Persistently backed up /var/lib/vdsm/netconfback/ifcfg-em3.802 (until next 'set safe config')
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,528::ifcfg::490::root::(writeConfFile) Writing to file /etc/sysconfig/network-scripts/ifcfg-em3.802 configuration:
# Generated by VDSM version 4.17.33-1.1.el7rhgs
DEVICE=em3.802
VLAN=yes
ONBOOT=yes
BOOTPROTO=dhcp
MTU=1500
DEFROUTE=yes
NM_CONTROLLED=no
IPV6INIT=no
SWITCH=legacy
HOTPLUG=no
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,549::ifcfg::490::root::(writeConfFile) Writing to file /etc/sysconfig/network-scripts/ifcfg-em3 configuration:
# Generated by VDSM version 4.17.33-1.1.el7rhgs
DEVICE=em3
HWADDR=24:6e:96:28:f1:84
ONBOOT=yes
MTU=1500
NM_CONTROLLED=no
IPV6INIT=no
SWITCH=legacy
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:54:59,552::utils::671::root::(execCmd) /usr/bin/taskset --cpu-list 0-5 /usr/sbin/ifdown em3 (cwd None)
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:55:00,121::utils::689::root::(execCmd) SUCCESS: <err> = ''; <rc> = 0
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:55:00,122::utils::671::root::(execCmd) /usr/bin/taskset --cpu-list 0-5 /usr/bin/systemd-run --scope --unit=73eaf14d-6b47-4f7a-990f-03cf718ce510 --slice=vdsm-dhclient /usr/sbin/ifup em3 (cwd None)
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:55:01,109::utils::689::root::(execCmd) SUCCESS: <err> = 'Running scope as unit 73eaf14d-6b47-4f7a-990f-03cf718ce510.scope.\n'; <rc> = 0
ifup-waiting-on-dhcp::DEBUG::2017-05-31 14:55:01,111::utils::671::root::(execCmd) /usr/bin/taskset --cpu-list 0-5 /usr/bin/systemd-run --scope --unit=f6e8cb52-bcec-4892-9b03-a5be989f5854 --slice=vdsm-dhclient /usr/sbin/ifup em3.802 (cwd None)
MainProcess|jsonrpc.Executor/6::INFO::2017-05-31 14:55:01,117::netconfpersistence::62::root::(setNetwork) Adding network ovirtmgmt({'ipv6autoconf': False, 'nic': 'em3', 'vlan': '802', 'mtu': 1500, 'switch': 'legacy', 'dhcpv6': False, 'bridged': 'false', 'defaultRoute': True, 'bootproto': 'dhcp'})
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:55:01,133::api::789::setupNetworks::(_check_connectivity) Checking connectivity...
ifup-waiting-on-dhcp::DEBUG::2017-05-31 14:56:04,720::utils::689::root::(execCmd) FAILED: <err> = 'Running scope as unit f6e8cb52-bcec-4892-9b03-a5be989f5854.scope.\n'; <rc> = 1
MainProcess|jsonrpc.Executor/6::INFO::2017-05-31 14:57:02,268::api::791::setupNetworks::(_check_connectivity) Connectivity check failed, rolling back
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:57:02,270::utils::671::root::(execCmd) /usr/bin/taskset --cpu-list 0-5 /usr/sbin/ifdown em3.802 (cwd None)
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:57:02,879::utils::689::root::(execCmd) SUCCESS: <err> = ''; <rc> = 0
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:57:02,880::utils::671::root::(execCmd) /usr/bin/taskset --cpu-list 0-5 /usr/sbin/ifdown em3 (cwd None)
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:57:03,478::utils::689::root::(execCmd) SUCCESS: <err> = ''; <rc> = 0
MainProcess|jsonrpc.Executor/6::INFO::2017-05-31 14:57:03,479::ifcfg::349::root::(restoreAtomicNetworkBackup) Rolling back logical networks configuration (restoring atomic logical networks backup)
MainProcess|jsonrpc.Executor/6::INFO::2017-05-31 14:57:03,483::ifcfg::365::root::(restoreAtomicNetworkBackup) Restored ovirtmgmt
MainProcess|jsonrpc.Executor/6::INFO::2017-05-31 14:57:03,484::ifcfg::390::root::(restoreAtomicBackup) Rolling back configuration (restoring atomic backup)
MainProcess|jsonrpc.Executor/6::INFO::2017-05-31 14:57:03,484::ifcfg::399::root::(restoreAtomicBackup) Restored /etc/sysconfig/network-scripts/ifcfg-em3
MainProcess|jsonrpc.Executor/6::WARNING::2017-05-31 14:57:03,484::utils::140::root::(rmFile) File: /etc/sysconfig/network-scripts/ifcfg-ovirtmgmt already removed
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:57:03,484::ifcfg::292::root::(_removeFile) Removed file /etc/sysconfig/network-scripts/ifcfg-ovirtmgmt
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:57:03,485::ifcfg::395::root::(restoreAtomicBackup) Removing empty configuration backup /etc/sysconfig/network-scripts/ifcfg-ovirtmgmt
MainProcess|jsonrpc.Executor/6::INFO::2017-05-31 14:57:03,485::ifcfg::399::root::(restoreAtomicBackup) Restored /etc/sysconfig/network-scripts/ifcfg-ovirtmgmt
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:57:03,485::ifcfg::292::root::(_removeFile) Removed file /etc/sysconfig/network-scripts/ifcfg-em3.802
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:57:03,485::ifcfg::395::root::(restoreAtomicBackup) Removing empty configuration backup /etc/sysconfig/network-scripts/ifcfg-em3.802
MainProcess|jsonrpc.Executor/6::INFO::2017-05-31 14:57:03,485::ifcfg::399::root::(restoreAtomicBackup) Restored /etc/sysconfig/network-scripts/ifcfg-em3.802
MainProcess|jsonrpc.Executor/6::WARNING::2017-05-31 14:57:03,485::utils::140::root::(rmFile) File: /etc/sysconfig/network-scripts/route-ovirtmgmt already removed
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:57:03,485::ifcfg::292::root::(_removeFile) Removed file /etc/sysconfig/network-scripts/route-ovirtmgmt
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:57:03,485::ifcfg::395::root::(restoreAtomicBackup) Removing empty configuration backup /etc/sysconfig/network-scripts/route-ovirtmgmt
MainProcess|jsonrpc.Executor/6::INFO::2017-05-31 14:57:03,486::ifcfg::399::root::(restoreAtomicBackup) Restored /etc/sysconfig/network-scripts/route-ovirtmgmt
MainProcess|jsonrpc.Executor/6::WARNING::2017-05-31 14:57:03,486::utils::140::root::(rmFile) File: /etc/sysconfig/network-scripts/rule-ovirtmgmt already removed
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:57:03,486::ifcfg::292::root::(_removeFile) Removed file /etc/sysconfig/network-scripts/rule-ovirtmgmt
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:57:03,486::ifcfg::395::root::(restoreAtomicBackup) Removing empty configuration backup /etc/sysconfig/network-scripts/rule-ovirtmgmt
MainProcess|jsonrpc.Executor/6::INFO::2017-05-31 14:57:03,486::ifcfg::399::root::(restoreAtomicBackup) Restored /etc/sysconfig/network-scripts/rule-ovirtmgmt
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:57:03,487::utils::671::root::(execCmd) /usr/bin/taskset --cpu-list 0-5 /usr/bin/systemd-run --scope --unit=3954be4a-5adf-4cbf-ad6c-f6403d36657a --slice=vdsm-dhclient /usr/sbin/ifup em3 (cwd None)
MainProcess|jsonrpc.Executor/6::DEBUG::2017-05-31 14:57:08,531::utils::689::root::(execCmd) SUCCESS: <err> = 'Running scope as unit 3954be4a-5adf-4cbf-ad6c-f6403d36657a.scope.\n'; <rc> = 0
MainProcess|jsonrpc.Executor/6::ERROR::2017-05-31 14:57:08,532::supervdsmServer::120::SuperVdsm.ServerCallback::(wrapper) Error in setupNetworks
Traceback (most recent call last):
File "/usr/share/vdsm/supervdsmServer", line 118, in wrapper
res = func(*args, **kwargs)
File "/usr/share/vdsm/supervdsmServer", line 243, in setupNetworks
return setupNetworks(networks, bondings, **options)
File "/usr/share/vdsm/network/api.py", line 943, in setupNetworks
options, logger)
File "/usr/share/vdsm/network/api.py", line 800, in _check_connectivity
'connectivity check failed')
ConfigNetworkError: (10, 'connectivity check failed')
====================
Can somebody help me figuring out the issue here?
Regards,
Shubhendu
7 years, 4 months
[ OST Failure Report ] [ basic_suite_master ] [ 002_bootstrap.add_master_storage_domain ]
by Daniel Belenky
Hi all,
*Test Failed*: 002_bootstrap.add_master_storage_domain
*Suspected patch*: https://gerrit.ovirt.org/#/c/79529/3
*Link to all test logs
<http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/1383/artifa...>*
*Error snippet: *(Error found in engine.log
<http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/1383/artifa...>
)
2017-07-19 05:29:12,752-04 ERROR
[org.ovirt.engine.core.bll.CommandsFactory] (default task-27) []
Exception: org.jboss.weld.exceptions.DeploymentException: WELD-001408:
Unsatisfied dependencies for type CinderProviderValidator with
qualifiers @Default
at injection point [BackedAnnotatedField] @Inject private
org.ovirt.engine.core.bll.storage.domain.StorageDomainCommandBase.cinderProviderValidator
at org.ovirt.engine.core.bll.storage.domain.StorageDomainCommandBase.cinderProviderValidator(StorageDomainCommandBase.java:0)
at org.jboss.weld.bootstrap.Validator.validateInjectionPointForDeploymentProblems(Validator.java:359)
[weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:281)
[weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
at org.jboss.weld.bootstrap.Validator.validateProducer(Validator.java:417)
[weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
at org.jboss.weld.injection.producer.InjectionTargetService.validateProducer(InjectionTargetService.java:36)
[weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
at org.jboss.weld.manager.InjectionTargetFactoryImpl.validate(InjectionTargetFactoryImpl.java:135)
[weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
at org.jboss.weld.manager.InjectionTargetFactoryImpl.createInjectionTarget(InjectionTargetFactoryImpl.java:79)
[weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
at org.jboss.weld.manager.InjectionTargetFactoryImpl.createInjectionTarget(InjectionTargetFactoryImpl.java:69)
[weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
at org.jboss.weld.manager.BeanManagerImpl.createInjectionTarget(BeanManagerImpl.java:1110)
[weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
at org.jboss.weld.util.ForwardingBeanManager.createInjectionTarget(ForwardingBeanManager.java:201)
[weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
at org.ovirt.engine.core.di.Injector.injectMembers(Injector.java:29)
[vdsbroker.jar:]
at org.ovirt.engine.core.bll.CommandsFactory.createCommand(CommandsFactory.java:100)
[bll.jar:]
at org.ovirt.engine.core.bll.Backend.runActionImpl(Backend.java:480) [bll.jar:]
at org.ovirt.engine.core.bll.Backend.runAction(Backend.java:434) [bll.jar:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[rt.jar:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[rt.jar:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_131]
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:437)
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:70)
[wildfly-weld-10.1.0.Final.jar:10.1.0.Final]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:80)
[wildfly-weld-10.1.0.Final.jar:10.1.0.Final]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93)
[wildfly-weld-10.1.0.Final.jar:10.1.0.Final]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:437)
at org.ovirt.engine.core.bll.interceptors.CorrelationIdTrackerInterceptor.aroundInvoke(CorrelationIdTrackerInterceptor.java:13)
[bll.jar:]
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source) [:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_131]
at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptor.java:89)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
[wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:437)
at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:73)
[weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83)
[wildfly-weld-10.1.0.Final.jar:10.1.0.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
[wildfly-ee-10.1.0.Final.jar:10.1.0.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.ejb3.component.singleton.SingletonComponentInstanceAssociationInterceptor.processInvocation(SingletonComponentInstanceAssociationInterceptor.java:53)
[wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:263)
[wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.supports(CMTTxInterceptor.java:374)
[wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:243)
[wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
[wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
[wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100)
[wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
[wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
[wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
[wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:356)
at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:636)
at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:356)
at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73)
at org.ovirt.engine.core.common.interfaces.BackendLocal$$$view3.runAction(Unknown
Source) [common.jar:]
at org.ovirt.engine.api.restapi.resource.BackendResource.doAction(BackendResource.java:251)
at org.ovirt.engine.api.restapi.resource.AbstractBackendCollectionResource.doCreateEntity(AbstractBackendCollectionResource.java:234)
at org.ovirt.engine.api.restapi.resource.AbstractBackendCollectionResource.performCreate(AbstractBackendCollectionResource.java:145)
at org.ovirt.engine.api.restapi.resource.AbstractBackendCollectionResource.performCreate(AbstractBackendCollectionResource.java:135)
at org.ovirt.engine.api.restapi.resource.AbstractBackendCollectionResource.performCreate(AbstractBackendCollectionResource.java:154)
at org.ovirt.engine.api.restapi.resource.BackendStorageDomainsResource.addSAN(BackendStorageDomainsResource.java:122)
at org.ovirt.engine.api.restapi.resource.BackendStorageDomainsResource.add(BackendStorageDomainsResource.java:286)
at org.ovirt.engine.api.v3.V3Server.adaptAdd(V3Server.java:167)
at org.ovirt.engine.api.v3.servers.V3StorageDomainsServer.add(V3StorageDomainsServer.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[rt.jar:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[rt.jar:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_131]
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:139)
[resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:295)
[resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:249)
[resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at org.jboss.resteasy.core.ResourceLocatorInvoker.invokeOnTargetObject(ResourceLocatorInvoker.java:138)
[resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at org.jboss.resteasy.core.ResourceLocatorInvoker.invoke(ResourceLocatorInvoker.java:101)
[resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:402)
[resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:209)
[resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:221)
[resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56)
[resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51)
[resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
[jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final]
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85)
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:81)
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:274)
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchToPath(ServletInitialHandler.java:209)
at io.undertow.servlet.spec.RequestDispatcherImpl.forwardImpl(RequestDispatcherImpl.java:221)
at io.undertow.servlet.spec.RequestDispatcherImpl.forwardImplSetup(RequestDispatcherImpl.java:147)
at io.undertow.servlet.spec.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:111)
at org.ovirt.engine.api.restapi.invocation.VersionFilter.doFilter(VersionFilter.java:180)
at org.ovirt.engine.api.restapi.invocation.VersionFilter.doFilter(VersionFilter.java:98)
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at org.ovirt.engine.api.restapi.invocation.CurrentFilter.doFilter(CurrentFilter.java:117)
at org.ovirt.engine.api.restapi.invocation.CurrentFilter.doFilter(CurrentFilter.java:72)
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at org.ovirt.engine.core.aaa.filters.RestApiSessionMgmtFilter.doFilter(RestApiSessionMgmtFilter.java:78)
[aaa.jar:]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at org.ovirt.engine.core.aaa.filters.EnforceAuthFilter.doFilter(EnforceAuthFilter.java:42)
[aaa.jar:]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at org.ovirt.engine.core.aaa.filters.SsoRestApiNegotiationFilter.doFilter(SsoRestApiNegotiationFilter.java:84)
[aaa.jar:]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at org.ovirt.engine.core.aaa.filters.SsoRestApiAuthFilter.doFilter(SsoRestApiAuthFilter.java:47)
[aaa.jar:]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at org.ovirt.engine.core.aaa.filters.SessionValidationFilter.doFilter(SessionValidationFilter.java:59)
[aaa.jar:]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at org.ovirt.engine.core.aaa.filters.RestApiSessionValidationFilter.doFilter(RestApiSessionValidationFilter.java:35)
[aaa.jar:]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at org.ovirt.engine.api.restapi.security.CSRFProtectionFilter.doFilter(CSRFProtectionFilter.java:111)
at org.ovirt.engine.api.restapi.security.CSRFProtectionFilter.doFilter(CSRFProtectionFilter.java:102)
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at org.ovirt.engine.core.utils.servlet.CORSSupportFilter.doFilter(CORSSupportFilter.java:284)
[utils.jar:]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:53)
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:59)
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202)
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:805)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[rt.jar:1.8.0_131]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[rt.jar:1.8.0_131]
at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_131]
Thanks,
--
DANIEL BELENKY
Associate sw engineer
RHEV DEVOPS
EMEA VIRTUALIZATION R&D
Red Hat Israel <https://www.redhat.com/>
dbelenky(a)redhat.com IRC: #rhev-integ, #rhev-dev
<https://red.ht/sig>
7 years, 4 months
Error in running engine-setup
by shubham dubey
I am having a issue in running $HOME/ovirt-engine/bin/engine-setup.
Earlier I was getting this error
[ ERROR ] Failed to execute stage 'Misc configuration': [Errno 13]
Permission denied: '/var/lib/pgsql/data/postgresql.conf'
then I just change the permission of /var/lib/pgsql/data/postgresql.conf
and /var/lib/pgsql/data/ * to 777
now I am getting this error
[ ERROR ] Failed to execute stage 'Misc configuration': [Errno 1] Operation
not permitted: '/var/lib/pgsql/data/postgresql.conf.20170719001357'
So, any solution for that?
Thanks,
Shubham
7 years, 4 months
Question about general testing
by Marc Young
I've been trying for weeks to come up with a better (most specifically
lighter) testing environment for external API requests (specifically
vagrant).
Right now It basically hooks into a real running oVirt to spin up and test
VMs. It works but it's not portable or lightweight.
I've been looking into the docker containers:
https://github.com/oVirt/ovirt-container-engine (doesnt look like this
is going to stay maintained? )
https://github.com/oVirt/ovirt-containers (this requires openshift
making it a giant yak to shave)
Are there any thoughts on where to head from here? Im looking to purely
launch oVirt of specific versions and run some tests against it (launching
real VMs).
I got the first docker one working, but it turned into a turtles problem
because there was no host, and adding a host requires ssh to be running
(which isnt), etc etc.
7 years, 4 months
Fwd: [IMPORTANT] Implementing materialized views
by Eli Mesika
Materialized Views [1] can be used to reduce query time on complex queries
with low data update
The first candidates to use this feature are all the *permission* views
There is already a RFE [2] opened for that.
Please make sure that each call that handles the permissions table data is
using the corresponding SP in dbscripts/multi_level_administration.sql
No direct access to the permissions table is allowed !
In case that a direct access to the permissions table is used, you should
replace the code in a call to the corresponding SP as you can see in [3]
A direct use that will not be replaced with a call to the corresponding SP
may cause that direct changes to the permissions table will not be
reflected in the
*permission* Materialized Views and the views will remain dirty until a
change that is calling one of the SPs that handle the data of the
permissions table is issued and cause the Materialized Views to be
refreshed
Please check your code for direct use of the permissions table and consult
with me if you have any questions or issues.
Thanks
Eli Mesika
[1] https://wiki.postgresql.org/wiki/Materialized_Views
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1470991
[3] https://gerrit.ovirt.org/#/c/79287/
7 years, 4 months
Failed to build artifacts for oVirt master
by Daniel Belenky
Hi all,
The following patches are failing to build artifacts:
1. https://gerrit.ovirt.org/#/c/79540/1
2. https://gerrit.ovirt.org/#/c/79433/3
Though, it seems that the root for the failure is patch [2] as patch [1]
was merged after patch [2], and patch [2] failed to build artifacts.
Error snippet from Console Output:
...
...
[INFO] UserPortal ........................................ FAILURE [1:34.567s]
...
...
[ERROR] Failed to execute goal
org.codehaus.mojo:gwt-maven-plugin:2.8.0:compile (gwtcompile) on
project userportal: Command [[
[ERROR] /bin/sh -c
'/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64/jre/bin/java'
'-javaagent:/root/.m2/repository/org/aspectj/aspectjweaver/1.8.10/aspectjweaver-1.8.10.jar'
'-Dgwt.jjs.permutationWorkerFactory=com.google.gwt.dev.ThreadedPermutationWorkerFactory'
'-Dgwt.jjs.maxThreads=4'
'-Djava.io.tmpdir=/home/jenkins/workspace/ovirt-engine_master_build-artifacts-el7-x86_64/ovirt-engine/rpmbuild/BUILD/ovirt-engine-4.2.0/frontend/webadmin/modules/userportal-gwtp/target/tmp'
'-Djava.util.prefs.systemRoot=/home/jenkins/workspace/ovirt-engine_master_build-artifacts-el7-x86_64/ovirt-engine/rpmbuild/BUILD/ovirt-engine-4.2.0/frontend/webadmin/modules/userportal-gwtp/target/tmp'
'-Djava.util.prefs.userRoot=/home/jenkins/workspace/ovirt-engine_master_build-artifacts-el7-x86_64/ovirt-engine/rpmbuild/BUILD/ovirt-engine-4.2.0/frontend/webadmin/modules/userportal-gwtp/target/tmp'
'-Djava.util.logging.config.class=org.ovirt.engine.ui.gwtaop.JavaLoggingConfig'
'-Xms1G' '-Xmx4G'
'-Dgwt.dontPrune=org\.ovirt\.engine\.core\.(common|compat)\..*'
'com.google.gwt.dev.Compiler' '-logLevel' 'INFO' '-war'
'/home/jenkins/workspace/ovirt-engine_master_build-artifacts-el7-x86_64/ovirt-engine/rpmbuild/BUILD/ovirt-engine-4.2.0/frontend/webadmin/modules/userportal-gwtp/target/generated-gwt'
'-localWorkers' '1' '-failOnError' '-XfragmentCount' '-1'
'-sourceLevel' 'auto' '-style' 'OBF' '-gen'
'/home/jenkins/workspace/ovirt-engine_master_build-artifacts-el7-x86_64/ovirt-engine/rpmbuild/BUILD/ovirt-engine-4.2.0/frontend/webadmin/modules/userportal-gwtp/gen'
'org.ovirt.engine.ui.userportal.UserPortal'
[ERROR] ]] failed with status 1
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with
the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :userportal
--
DANIEL BELENKY
Associate sw engineer
RHEV DEVOPS
EMEA VIRTUALIZATION R&D
Red Hat Israel <https://www.redhat.com/>
dbelenky(a)redhat.com IRC: #rhev-integ, #rhev-dev
<https://red.ht/sig>
7 years, 4 months