Remote logging for httpd
by eshwayri@gmail.com
My relatively small lab system was generating ~10GB of httpd logging on a daily basis. Even with logrotate and compression, the activity level was just ludicrous. I don't remember this from earlier versions. I don't see any obvious errors in the log that explain this over-zealous behavior. I didn't want to suppress the logs completely, and the LogLevel is already on warn. I decided in the end to remote log to my central syslog server which stores the logs on an NFS mount from a FreeNAS (ZFS with compression) NAS. The compression will keep the actual disk space down, and since I am not all that worried about losing some logs, I went with sync=off and udp on the transit. Here are the changes I made to /etc/httpd/conf.d/ssl.conf in case someone else finds them useful.
48,49c48,51
< ErrorLog logs/ssl_error_log
< TransferLog logs/ssl_access_log
---
> #ErrorLog logs/ssl_error_log
> ErrorLog "|/usr/bin/logger -t ssl-error -p local1.warn"
> #TransferLog logs/ssl_access_log
> TransferLog "|/usr/bin/logger -t ssl-access -p local1.warn"
203,206c205,212
< CustomLog logs/ssl_request_log \
< "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
<
< CustomLog logs/ovirt-requests-log "%t %h \"Correlation-Id: %{Correlation-Id}o\" \"Duration: %Dus\" \"%r\" %b" "expr=%{QUERY_STRING} !~ /username.*password|password.*username/"
---
> #CustomLog logs/ssl_request_log \
> # "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
> LogFormat "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" ssl-request-format
> CustomLog "|/usr/bin/logger -t ssl-requests -p local1.warn" ssl-request-format
>
> LogFormat "%t %h \"Correlation-Id: %{Correlation-Id}o\" \"Duration: %Dus\" \"%r\" %b" ovirt-requests-format
> CustomLog "|/usr/bin/logger -t ovirt-requests -p local1.warn" ovirt-requests-format "expr=%{QUERY_STRING} !~ /username.*password|password.*username/"
> #CustomLog logs/ovirt-requests-log "%t %h \"Correlation-Id: %{Correlation-Id}o\" \"Duration: %Dus\" \"%r\" %b" "expr=%{QUERY_STRING} !~ /username.*password|password.*username/"
then blocked local logging to messages with local1.none in rsyslog.conf.
2 years
[USB PROBLEM] - Unable to active USB
by cedric@mrtn.ovh
Hello,
I try to mount an usb key on one virtual machine (running linux) by adding it to hosted devices.
But I can't active USB in "Console" menu, the field Enable USB is greyed.
How can I enable it ?
Best regards.
2 years
deployment engine.ear fail on bll.jar
by Sergey Yudin
We have oVirt 4.1.
hosted-engine failed to start on deploying engine.ear/bll.jar stage with
null pointer exception.
Is it possible to understand why bll.jar failes ?
Server.log is:
2022-11-13 23:17:46,914+03 INFO [org.jboss.as] (MSC service thread 1-1)
WFLYSRV0050: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) stopped
in 46ms
2022-11-13 23:36:14,083+03 INFO [org.jboss.as.clustering.infinispan]
(ServerService Thread Pool -- 29) WFLYCLINF0001: Activating Infinispan
subsystem.
2022-11-13 23:36:14,098+03 INFO [org.wildfly.extension.io] (ServerService
Thread Pool -- 28) WFLYIO001: Worker 'default' has auto-configured to 8
core threads with 64 task threads based on your 4 available processors
2022-11-13 23:36:14,108+03 INFO [org.jboss.as.naming] (ServerService
Thread Pool -- 33) WFLYNAM0001: Activating Naming Subsystem
2022-11-13 23:36:14,114+03 WARN [org.jboss.as.txn] (ServerService Thread
Pool -- 37) WFLYTX0013: Node identifier property is set to the default
value. Please make sure it is unique.
2022-11-13 23:36:14,146+03 INFO [org.jboss.as.connector] (MSC service
thread 1-6) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar
1.3.4.Final)
2022-11-13 23:36:14,161+03 INFO [org.jboss.as.security] (ServerService
Thread Pool -- 36) WFLYSEC0002: Activating Security Subsystem
2022-11-13 23:36:14,181+03 INFO
[org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool
-- 24) WFLYJCA0005: Deploying non-JDBC-compliant driver class
org.postgresql.Driver (version 9.2)
2022-11-13 23:36:14,191+03 INFO [org.jboss.as.connector.deployers.jdbc]
(MSC service thread 1-1) WFLYJCA0018: Started Driver service with
driver-name = postgresql
2022-11-13 23:36:14,197+03 INFO [org.jboss.as.security] (MSC service
thread 1-1) WFLYSEC0001: Current PicketBox version=4.9.6.Final
2022-11-13 23:36:14,208+03 INFO [org.jboss.as.naming] (MSC service thread
1-2) WFLYNAM0003: Starting Naming Service
2022-11-13 23:36:14,386+03 INFO [org.wildfly.extension.undertow] (MSC
service thread 1-2) WFLYUT0003: Undertow 1.4.0.Final starting
2022-11-13 23:36:14,641+03 INFO [org.wildfly.extension.undertow] (MSC
service thread 1-8) WFLYUT0012: Started server default-server.
2022-11-13 23:36:14,652+03 INFO [org.wildfly.extension.undertow] (MSC
service thread 1-1) WFLYUT0018: Host default-host starting
2022-11-13 23:36:14,663+03 INFO [org.jboss.as.ejb3] (MSC service thread
1-6) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance
size of 64 (per class), which is derived from thread worker pool sizing.
2022-11-13 23:36:14,664+03 INFO [org.jboss.as.ejb3] (MSC service thread
1-6) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance
size of 16 (per class), which is derived from the number of CPUs on this
host.
2022-11-13 23:36:14,686+03 INFO [org.wildfly.extension.undertow] (MSC
service thread 1-8) WFLYUT0006: Undertow AJP listener ajp listening on
127.0.0.1:8702
2022-11-13 23:36:14,721+03 INFO
[org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3)
WFLYJCA0098: Bound non-transactional data source:
java:/ENGINEDataSourceNoJTA
2022-11-13 23:36:14,838+03 INFO
[org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6)
WFLYJCA0001: Bound data source [java:/DWHDataSource]
2022-11-13 23:36:14,859+03 INFO
[org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1)
WFLYJCA0001: Bound data source [java:/ENGINEDataSource]
2022-11-13 23:36:15,196+03 INFO [org.jboss.as.remoting] (MSC service
thread 1-7) WFLYRMT0001: Listening on 127.0.0.1:8707
2022-11-13 23:36:15,245+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-5) WFLYSRV0027: Starting deployment of "ovirt-web-ui.war"
(runtime-name: "ovirt-web-ui.war")
2022-11-13 23:36:15,247+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-5) WFLYSRV0027: Starting deployment of "restapi.war"
(runtime-name: "restapi.war")
2022-11-13 23:36:15,248+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-5) WFLYSRV0027: Starting deployment of "engine.ear"
(runtime-name: "engine.ear")
2022-11-13 23:36:15,255+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-7) WFLYSRV0027: Starting deployment of "apidoc.war"
(runtime-name: "apidoc.war")
2022-11-13 23:36:15,266+03 INFO [org.jboss.as.server.deployment.scanner]
(MSC service thread 1-5) WFLYDS0013: Started FileSystemDeploymentService
for directory /var/lib/ovirt-engine/jboss_runtime/d
eployments
2022-11-13 23:36:15,426+03 INFO
[org.infinispan.factories.GlobalComponentRegistry] (MSC service thread
1-4) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
2022-11-13 23:36:15,520+03 INFO
[org.infinispan.configuration.cache.EvictionConfigurationBuilder]
(ServerService Thread Pool -- 41) ISPN000152: Passivation configured
without an eviction policy bei
ng selected. Only manually evicted entities will be passivated.
2022-11-13 23:36:15,521+03 INFO
[org.infinispan.configuration.cache.EvictionConfigurationBuilder]
(ServerService Thread Pool -- 41) ISPN000152: Passivation configured
without an eviction policy bei
ng selected. Only manually evicted entities will be passivated.
2022-11-13 23:36:15,522+03 INFO
[org.infinispan.configuration.cache.EvictionConfigurationBuilder]
(ServerService Thread Pool -- 44) ISPN000152: Passivation configured
without an eviction policy bei
ng selected. Only manually evicted entities will be passivated.
2022-11-13 23:36:15,523+03 INFO
[org.infinispan.configuration.cache.EvictionConfigurationBuilder]
(ServerService Thread Pool -- 44) ISPN000152: Passivation configured
without an eviction policy bei
ng selected. Only manually evicted entities will be passivated.
2022-11-13 23:36:16,481+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-5) WFLYSRV0207: Starting subdeployment (runtime-name:
"services.war")
2022-11-13 23:36:16,481+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-5) WFLYSRV0207: Starting subdeployment (runtime-name:
"webadmin.war")
2022-11-13 23:36:16,482+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-5) WFLYSRV0207: Starting subdeployment (runtime-name:
"enginesso.war")
2022-11-13 23:36:16,482+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-5) WFLYSRV0207: Starting subdeployment (runtime-name:
"root.war")
2022-11-13 23:36:16,482+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-5) WFLYSRV0207: Starting subdeployment (runtime-name:
"docs.war")
2022-11-13 23:36:16,482+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-5) WFLYSRV0207: Starting subdeployment (runtime-name:
"welcome.war")
2022-11-13 23:36:16,483+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-5) WFLYSRV0207: Starting subdeployment (runtime-name:
"bll.jar")
2022-11-13 23:36:16,483+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-5) WFLYSRV0207: Starting subdeployment (runtime-name:
"userportal.war")
2022-11-13 23:36:17,081+03 INFO [org.wildfly.extension.undertow]
(ServerService Thread Pool -- 44) WFLYUT0021: Registered web context:
/ovirt-engine/web-ui
2022-11-13 23:36:17,080+03 INFO [org.wildfly.extension.undertow]
(ServerService Thread Pool -- 46) WFLYUT0021: Registered web context:
/ovirt-engine/apidoc
2022-11-13 23:36:18,785+03 INFO [org.jboss.weld.deployer] (MSC service
thread 1-8) WFLYWELD0003: Processing weld deployment engine.ear
2022-11-13 23:36:19,033+03 INFO
[org.hibernate.validator.internal.util.Version] (MSC service thread 1-8)
HV000001: Hibernate Validator 5.2.4.Final
2022-11-13 23:36:19,109+03 INFO [org.jboss.weld.deployer] (MSC service
thread 1-7) WFLYWELD0003: Processing weld deployment root.war
2022-11-13 23:36:19,144+03 INFO [org.jboss.weld.deployer] (MSC service
thread 1-6) WFLYWELD0003: Processing weld deployment services.war
2022-11-13 23:36:19,202+03 INFO [org.jboss.weld.deployer] (MSC service
thread 1-5) WFLYWELD0003: Processing weld deployment enginesso.war
2022-11-13 23:36:19,207+03 INFO [org.jboss.weld.deployer] (MSC service
thread 1-8) WFLYWELD0003: Processing weld deployment docs.war
2022-11-13 23:36:19,216+03 INFO [org.jboss.weld.deployer] (MSC service
thread 1-3) WFLYWELD0003: Processing weld deployment welcome.war
2022-11-13 23:36:19,256+03 INFO [org.jboss.weld.deployer] (MSC service
thread 1-4) WFLYWELD0003: Processing weld deployment userportal.war
2022-11-13 23:36:19,281+03 INFO [org.jboss.weld.deployer] (MSC service
thread 1-2) WFLYWELD0003: Processing weld deployment webadmin.war
2022-11-13 23:36:19,286+03 INFO [org.jboss.weld.deployer] (MSC service
thread 1-1) WFLYWELD0003: Processing weld deployment bll.jar
2022-11-13 23:36:19,294+03 INFO [org.jboss.as.ejb3.deployment] (MSC
service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named
'LockManager' in deployment unit 'subdeployment "bll.jar" o
f deployment "engine.ear"' are as follows:
java:global/engine/bll/LockManager!org.ovirt.engine.core.utils.lock.LockManager
java:app/bll/LockManager!org.ovirt.engine.core.utils.lock.LockManager
java:module/LockManager!org.ovirt.engine.core.utils.lock.LockManager
java:global/engine/bll/LockManager
java:app/bll/LockManager
java:module/LockManager
2022-11-13 23:36:19,294+03 INFO [org.jboss.as.ejb3.deployment] (MSC
service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named
'Backend' in deployment unit 'subdeployment "bll.jar" of de
ployment "engine.ear"' are as follows:
java:global/engine/bll/Backend!org.ovirt.engine.core.common.interfaces.BackendLocal
java:app/bll/Backend!org.ovirt.engine.core.common.interfaces.BackendLocal
java:module/Backend!org.ovirt.engine.core.common.interfaces.BackendLocal
java:global/engine/bll/Backend!org.ovirt.engine.core.bll.interfaces.BackendCommandObjectsHandler
java:app/bll/Backend!org.ovirt.engine.core.bll.interfaces.BackendCommandObjectsHandler
java:module/Backend!org.ovirt.engine.core.bll.interfaces.BackendCommandObjectsHandler
java:global/engine/bll/Backend!org.ovirt.engine.core.bll.interfaces.BackendInternal
java:app/bll/Backend!org.ovirt.engine.core.bll.interfaces.BackendInternal
java:module/Backend!org.ovirt.engine.core.bll.interfaces.BackendInternal
2022-11-13 23:36:19,301+03 INFO [org.jboss.as.ejb3.deployment] (MSC
service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named
'InitBackendServicesOnStartupBean' in deployment unit 'subd
eployment "bll.jar" of deployment "engine.ear"' are as follows:
java:global/engine/bll/InitBackendServicesOnStartupBean!org.ovirt.engine.core.bll.InitBackendServicesOnStartup
java:app/bll/InitBackendServicesOnStartupBean!org.ovirt.engine.core.bll.InitBackendServicesOnStartup
java:module/InitBackendServicesOnStartupBean!org.ovirt.engine.core.bll.InitBackendServicesOnStartup
java:global/engine/bll/InitBackendServicesOnStartupBean
java:app/bll/InitBackendServicesOnStartupBean
java:module/InitBackendServicesOnStartupBean
2022-11-13 23:36:19,301+03 INFO [org.jboss.as.ejb3.deployment] (MSC
service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named
'MacPoolPerCluster' in deployment unit 'subdeployment "bll.
jar" of deployment "engine.ear"' are as follows:
java:global/engine/bll/MacPoolPerCluster!org.ovirt.engine.core.bll.network.macpool.MacPoolPerCluster
java:app/bll/MacPoolPerCluster!org.ovirt.engine.core.bll.network.macpool.MacPoolPerCluster
java:module/MacPoolPerCluster!org.ovirt.engine.core.bll.network.macpool.MacPoolPerCluster
java:global/engine/bll/MacPoolPerCluster
java:app/bll/MacPoolPerCluster
java:module/MacPoolPerCluster
2022-11-13 23:36:19,368+03 INFO [org.jboss.weld.Version] (MSC service
thread 1-1) WELD-000900: 2.3.5 (Final)
2022-11-13 23:36:26,032+03 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n]
(ServerService Thread Pool -- 48) RESTEASY002225: Deploying
javax.ws.rs.core.Application: class org.ovirt.engine.api.v3.V3Ap
plication
2022-11-13 23:36:26,033+03 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n]
(ServerService Thread Pool -- 48) RESTEASY002220: Adding singleton resource
org.ovirt.engine.api.v3.servers.V3SystemServer f
rom Application class org.ovirt.engine.api.v3.V3Application
2022-11-13 23:36:26,033+03 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n]
(ServerService Thread Pool -- 48) RESTEASY002210: Adding provider singleton
org.ovirt.engine.api.v3.V3InvalidValueExceptionM
apper from Application class org.ovirt.engine.api.v3.V3Application
2022-11-13 23:36:26,033+03 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n]
(ServerService Thread Pool -- 48) RESTEASY002210: Adding provider singleton
org.ovirt.engine.api.v3.V3IOExceptionMapper from
Application class org.ovirt.engine.api.v3.V3Application
2022-11-13 23:36:26,274+03 WARN [org.jboss.weld.Bootstrap] (Weld Thread
Pool -- 2) WELD-000167: Class
org.ovirt.engine.core.dao.EngineSessionDaoImpl$EngineSessionParameterSource
is annotated with @
Dependent but it does not declare an appropriate constructor therefore is
not registered as a bean!
2022-11-13 23:36:26,274+03 WARN [org.jboss.weld.Bootstrap] (Weld Thread
Pool -- 3) WELD-000167: Class
org.ovirt.engine.core.dao.AsyncTaskDaoImpl$AsyncTaskParameterSource is
annotated with @Dependen
t but it does not declare an appropriate constructor therefore is not
registered as a bean!
2022-11-13 23:36:26,281+03 INFO [org.jboss.weld.Bootstrap] (Weld Thread
Pool -- 5) WELD-001125: Illegal bean type
org.ovirt.engine.core.dao.GenericDao<org.ovirt.engine.core.common.businessentities.
Provider<?>, org.ovirt.engine.core.compat.Guid> ignored on
[EnhancedAnnotatedTypeImpl] public @Singleton @Named class
org.ovirt.engine.core.dao.provider.ProviderDaoImpl
2022-11-13 23:36:26,282+03 INFO [org.jboss.weld.Bootstrap] (Weld Thread
Pool -- 5) WELD-001125: Illegal bean type
org.ovirt.engine.core.dao.DefaultGenericDao<org.ovirt.engine.core.common.businessen
tities.Provider<?>, org.ovirt.engine.core.compat.Guid> ignored on
[EnhancedAnnotatedTypeImpl] public @Singleton @Named class
org.ovirt.engine.core.dao.provider.ProviderDaoImpl
2022-11-13 23:36:26,282+03 INFO [org.jboss.weld.Bootstrap] (Weld Thread
Pool -- 5) WELD-001125: Illegal bean type interface
org.ovirt.engine.core.dao.ReadDao<org.ovirt.engine.core.common.businessen
tities.Provider<?>,class org.ovirt.engine.core.compat.Guid> ignored on
[EnhancedAnnotatedTypeImpl] public @Singleton @Named class
org.ovirt.engine.core.dao.provider.ProviderDaoImpl
2022-11-13 23:36:26,282+03 INFO [org.jboss.weld.Bootstrap] (Weld Thread
Pool -- 5) WELD-001125: Illegal bean type
org.ovirt.engine.core.dao.SearchDao<org.ovirt.engine.core.common.businessentities.P
rovider<?>> ignored on [EnhancedAnnotatedTypeImpl] public @Singleton @Named
class org.ovirt.engine.core.dao.provider.ProviderDaoImpl
2022-11-13 23:36:26,283+03 INFO [org.jboss.weld.Bootstrap] (Weld Thread
Pool -- 5) WELD-001125: Illegal bean type interface
org.ovirt.engine.core.dao.ModificationDao<org.ovirt.engine.core.common.bu
sinessentities.Provider<?>,class org.ovirt.engine.core.compat.Guid> ignored
on [EnhancedAnnotatedTypeImpl] public @Singleton @Named class
org.ovirt.engine.core.dao.provider.ProviderDaoImpl
2022-11-13 23:36:26,283+03 INFO [org.jboss.weld.Bootstrap] (Weld Thread
Pool -- 5) WELD-001125: Illegal bean type class
org.ovirt.engine.core.dao.DefaultReadDao<org.ovirt.engine.core.common.busines
sentities.Provider<?>,class org.ovirt.engine.core.compat.Guid> ignored on
[EnhancedAnnotatedTypeImpl] public @Singleton @Named class
org.ovirt.engine.core.dao.provider.ProviderDaoImpl
2022-11-13 23:36:26,321+03 WARN [org.jboss.weld.Bootstrap] (Weld Thread
Pool -- 2) WELD-000167: Class
org.ovirt.engine.core.dao.DbUserDaoImpl$DbUserMapSqlParameterSource is
annotated with @Dependen
t but it does not declare an appropriate constructor therefore is not
registered as a bean!
2022-11-13 23:36:26,331+03 INFO [org.jboss.weld.Bootstrap] (Weld Thread
Pool -- 1) WELD-001125: Illegal bean type
org.springframework.jdbc.core.RowMapper<org.ovirt.engine.core.common.businessentiti
es.Provider<?>> ignored on [EnhancedAnnotatedTypeImpl] private static
class org.ovirt.engine.core.dao.provider.ProviderDaoImpl$ProviderRowMapper
2022-11-13 23:36:26,333+03 WARN [org.jboss.weld.Bootstrap] (Weld Thread
Pool -- 1) WELD-000167: Class
org.ovirt.engine.core.dao.BookmarkDaoImpl$BookmarkSqlParameterSource is
annotated with @Depende
nt but it does not declare an appropriate constructor therefore is not
registered as a bean!
2022-11-13 23:36:26,446+03 INFO [org.jboss.weld.Bootstrap] (Weld Thread
Pool -- 4) WELD-001125: Illegal bean type
java.util.Comparator<org.ovirt.engine.core.common.businessentities.network.NetworkI
nterface<?>> ignored on [EnhancedAnnotatedTypeImpl] public class
org.ovirt.engine.core.common.businessentities.comparators.InterfaceComparerByMAC
2022-11-13 23:36:26,672+03 INFO [org.jboss.weld.Bootstrap] (Weld Thread
Pool -- 3) WELD-001125: Illegal bean type class
org.codehaus.jackson.map.deser.std.StdDeserializer<java.lang.Enum<?>>
ignored
on [EnhancedAnnotatedTypeImpl] public class
org.ovirt.engine.core.utils.serialization.json.JsonEnumDeserializer
2022-11-13 23:36:26,673+03 INFO [org.jboss.weld.Bootstrap] (Weld Thread
Pool -- 3) WELD-001125: Illegal bean type
org.codehaus.jackson.map.deser.std.StdScalarDeserializer<java.lang.Enum<?>>
ignored
on [EnhancedAnnotatedTypeImpl] public class
org.ovirt.engine.core.utils.serialization.json.JsonEnumDeserializer
2022-11-13 23:36:26,673+03 INFO [org.jboss.weld.Bootstrap] (Weld Thread
Pool -- 3) WELD-001125: Illegal bean type class
org.codehaus.jackson.map.JsonDeserializer<java.lang.Enum<?>> ignored on
[Enha
ncedAnnotatedTypeImpl] public class
org.ovirt.engine.core.utils.serialization.json.JsonEnumDeserializer
2022-11-13 23:36:26,988+03 WARN [org.jboss.as.weld] (Weld Thread Pool --
1) WFLYWELD0052: Using deployment classloader to load proxy classes for
module org.ovirt.engine.core.dal:main. Package-priva
te access will not work. To fix this the module should declare dependencies
on [org.jboss.weld.core, org.jboss.weld.spi]
2022-11-13 23:36:27,455+03 WARN [org.jboss.as.weld] (MSC service thread
1-1) WFLYWELD0052: Using deployment classloader to load proxy classes for
module org.ovirt.engine.core.common:main. Package-p
rivate access will not work. To fix this the module should declare
dependencies on [org.jboss.weld.core, org.jboss.weld.spi]
2022-11-13 23:36:28,030+03 INFO [org.wildfly.extension.undertow]
(ServerService Thread Pool -- 60) WFLYUT0021: Registered web context:
/ovirt-engine/docs
2022-11-13 23:36:28,055+03 INFO [org.wildfly.extension.undertow]
(ServerService Thread Pool -- 40) WFLYUT0021: Registered web context: /
2022-11-13 23:36:28,102+03 INFO [org.wildfly.extension.undertow]
(ServerService Thread Pool -- 55) WFLYUT0021: Registered web context:
/ovirt-engine/userportal
2022-11-13 23:36:28,135+03 INFO [org.wildfly.extension.undertow]
(ServerService Thread Pool -- 47) WFLYUT0021: Registered web context:
/ovirt-engine
2022-11-13 23:36:28,142+03 INFO [org.wildfly.extension.undertow]
(ServerService Thread Pool -- 54) WFLYUT0021: Registered web context:
/ovirt-engine/services
2022-11-13 23:36:28,370+03 INFO
[org.springframework.beans.factory.xml.XmlBeanDefinitionReader]
(ServerService Thread Pool -- 49) Loading XML bean definitions from class
path resource [org/springfr
amework/jdbc/support/sql-error-codes.xml]
2022-11-13 23:36:28,611+03 WARN
[org.jboss.jca.core.connectionmanager.pool.strategy.OnePool]
(ServerService Thread Pool -- 40) IJ000407: No lazy enlistment available
for ENGINEDataSource
2022-11-13 23:36:28,675+03 INFO
[org.springframework.jdbc.support.SQLErrorCodesFactory] (ServerService
Thread Pool -- 49) SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix,
MS-SQL, MySQL, Oracl
e, PostgreSQL, Sybase, Hana]
2022-11-13 23:36:28,800+03 INFO [org.wildfly.extension.undertow]
(ServerService Thread Pool -- 40) WFLYUT0021: Registered web context:
/ovirt-engine/sso
2022-11-13 23:36:28,920+03 INFO [org.jboss.as.clustering.infinispan]
(ServerService Thread Pool -- 46) WFLYCLINF0002: Started dashboard cache
from ovirt-engine container
2022-11-13 23:36:28,941+03 INFO [org.jboss.as.clustering.infinispan]
(ServerService Thread Pool -- 46) WFLYCLINF0002: Started inventory cache
from ovirt-engine container
2022-11-13 23:36:28,952+03 WARN
[org.jboss.jca.core.connectionmanager.pool.strategy.OnePool]
(ServerService Thread Pool -- 46) IJ000407: No lazy enlistment available
for DWHDataSource
2022-11-13 23:36:28,962+03 INFO [org.wildfly.extension.undertow]
(ServerService Thread Pool -- 46) WFLYUT0021: Registered web context:
/ovirt-engine/webadmin
2022-11-13 23:36:29,033+03 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n]
(ServerService Thread Pool -- 48) RESTEASY002225: Deploying
javax.ws.rs.core.Application: class org.ovirt.engine.api.restapi
.BackendApplication
2022-11-13 23:36:29,034+03 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n]
(ServerService Thread Pool -- 48) RESTEASY002210: Adding provider singleton
org.ovirt.engine.api.restapi.resource.validation
.MalformedIdExceptionMapper from Application class
org.ovirt.engine.api.restapi.BackendApplication
2022-11-13 23:36:29,034+03 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n]
(ServerService Thread Pool -- 48) RESTEASY002210: Adding provider singleton
org.ovirt.engine.api.restapi.resource.validation
.JsonExceptionMapper from Application class
org.ovirt.engine.api.restapi.BackendApplication
2022-11-13 23:36:29,034+03 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n]
(ServerService Thread Pool -- 48) RESTEASY002210: Adding provider singleton
org.ovirt.engine.api.restapi.resource.validation
.IOExceptionMapper from Application class
org.ovirt.engine.api.restapi.BackendApplication
2022-11-13 23:36:29,034+03 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n]
(ServerService Thread Pool -- 48) RESTEASY002220: Adding singleton resource
org.ovirt.engine.api.restapi.resource.BackendApi
Resource from Application class
org.ovirt.engine.api.restapi.BackendApplication
2022-11-13 23:36:29,034+03 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n]
(ServerService Thread Pool -- 48) RESTEASY002210: Adding provider singleton
org.ovirt.engine.api.restapi.resource.validation
.MappingExceptionMapper from Application class
org.ovirt.engine.api.restapi.BackendApplication
2022-11-13 23:36:29,055+03 INFO [org.wildfly.extension.undertow]
(ServerService Thread Pool -- 48) WFLYUT0021: Registered web context:
/ovirt-engine/api
2022-11-13 23:36:29,584+03 INFO [org.quartz.impl.StdSchedulerFactory]
(ServerService Thread Pool -- 49) Using default implementation for
ThreadExecutor
2022-11-13 23:36:29,600+03 INFO [org.quartz.core.QuartzSchedulerThread]
(ServerService Thread Pool -- 49) QuartzSchedulerThread Inheriting
ContextClassLoader of thread: ServerService Thread Pool --
49
2022-11-13 23:36:29,602+03 INFO [org.quartz.core.SchedulerSignalerImpl]
(ServerService Thread Pool -- 49) Initialized Scheduler Signaller of type:
class org.quartz.core.SchedulerSignalerImpl
2022-11-13 23:36:29,602+03 INFO [org.quartz.core.QuartzScheduler]
(ServerService Thread Pool -- 49) Quartz Scheduler v.2.1.2 created.
2022-11-13 23:36:29,603+03 INFO [org.quartz.impl.jdbcjobstore.JobStoreCMT]
(ServerService Thread Pool -- 49) JDBCJobStore threads will inherit
ContextClassLoader of thread: ServerService Thread Poo
l -- 49
2022-11-13 23:36:29,603+03 INFO [org.quartz.impl.jdbcjobstore.JobStoreCMT]
(ServerService Thread Pool -- 49) Using db table-based data access locking
(synchronization).
2022-11-13 23:36:29,605+03 INFO [org.quartz.impl.jdbcjobstore.JobStoreCMT]
(ServerService Thread Pool -- 49) JobStoreCMT initialized.
2022-11-13 23:36:29,607+03 INFO [org.quartz.core.QuartzScheduler]
(ServerService Thread Pool -- 49) Scheduler meta-data: Quartz Scheduler
(v2.1.2) 'QuartzOvirtDBScheduler' with instanceId 'NON_CLUS
TERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.ovirt.engine.core.utils.timer.SchedulerThreadPool'
- with 50 threads.
Using job-store 'org.quartz.impl.jdbcjobstore.JobStoreCMT' - which
supports persistence. and is not clustered.
2022-11-13 23:36:29,607+03 INFO [org.quartz.impl.StdSchedulerFactory]
(ServerService Thread Pool -- 49) Quartz scheduler 'QuartzOvirtDBScheduler'
initialized from an externally provided properties
instance.
2022-11-13 23:36:29,607+03 INFO [org.quartz.impl.StdSchedulerFactory]
(ServerService Thread Pool -- 49) Quartz scheduler version: 2.1.2
2022-11-13 23:36:29,772+03 INFO [org.quartz.impl.jdbcjobstore.JobStoreCMT]
(ServerService Thread Pool -- 49) Freed 0 triggers from 'acquired' /
'blocked' state.
2022-11-13 23:36:29,810+03 INFO [org.quartz.impl.jdbcjobstore.JobStoreCMT]
(ServerService Thread Pool -- 49) Recovering 0 jobs that were in-progress
at the time of the last shut-down.
2022-11-13 23:36:29,811+03 INFO [org.quartz.impl.jdbcjobstore.JobStoreCMT]
(ServerService Thread Pool -- 49) Recovery complete.
2022-11-13 23:36:29,811+03 INFO [org.quartz.impl.jdbcjobstore.JobStoreCMT]
(ServerService Thread Pool -- 49) Removed 0 'complete' triggers.
2022-11-13 23:36:29,812+03 INFO [org.quartz.impl.jdbcjobstore.JobStoreCMT]
(ServerService Thread Pool -- 49) Removed 0 stale fired job entries.
2022-11-13 23:36:29,816+03 INFO [org.quartz.core.QuartzScheduler]
(ServerService Thread Pool -- 49) Scheduler
QuartzOvirtDBScheduler_$_NON_CLUSTERED started.
2022-11-13 23:36:29,827+03 INFO [org.quartz.impl.StdSchedulerFactory]
(ServerService Thread Pool -- 49) Using default implementation for
ThreadExecutor
2022-11-13 23:36:29,828+03 INFO [org.quartz.core.SchedulerSignalerImpl]
(ServerService Thread Pool -- 49) Initialized Scheduler Signaller of type:
class org.quartz.core.SchedulerSignalerImpl
2022-11-13 23:36:29,828+03 INFO [org.quartz.core.QuartzScheduler]
(ServerService Thread Pool -- 49) Quartz Scheduler v.2.1.2 created.
2022-11-13 23:36:29,828+03 INFO [org.quartz.simpl.RAMJobStore]
(ServerService Thread Pool -- 49) RAMJobStore initialized.
2022-11-13 23:36:29,828+03 INFO [org.quartz.core.QuartzScheduler]
(ServerService Thread Pool -- 49) Scheduler meta-data: Quartz Scheduler
(v2.1.2) 'DefaultQuartzScheduler' with instanceId 'NON_CLUS
TERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.ovirt.engine.core.utils.timer.SchedulerThreadPool'
- with 100 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support
persistence. and is not clustered.
2022-11-13 23:36:29,828+03 INFO [org.quartz.impl.StdSchedulerFactory]
(ServerService Thread Pool -- 49) Quartz scheduler 'DefaultQuartzScheduler'
initialized from default resource file in Quartz pa
ckage: 'quartz.properties'
2022-11-13 23:36:29,828+03 INFO [org.quartz.impl.StdSchedulerFactory]
(ServerService Thread Pool -- 49) Quartz scheduler version: 2.1.2
2022-11-13 23:36:29,828+03 INFO [org.quartz.core.QuartzScheduler]
(ServerService Thread Pool -- 49) Scheduler
DefaultQuartzScheduler_$_NON_CLUSTERED started.
2022-11-13 23:36:29,848+03 INFO [org.jboss.as.clustering.infinispan]
(ServerService Thread Pool -- 49) WFLYCLINF0002: Started timeout-base cache
from ovirt-engine container
2022-11-13 23:36:33,874+03 ERROR [org.jboss.msc.service.fail]
(ServerService Thread Pool -- 49) MSC000001: Failed to start service
jboss.deployment.subunit."engine.ear"."bll.jar".component.InitBacke
ndServicesOnStartupBean.START: org.jboss.msc.service.StartException in
service
jboss.deployment.subunit."engine.ear"."bll.jar".component.InitBackendServicesOnStartupBean.START:
java.lang.IllegalStat
eException: WFLYEE0042: Failed to construct component instance
at
org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:57)
[wildfly-ee-10.1.0.Final.jar:10.1.0.Final]
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[rt.jar:1.8.0_161]
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[rt.jar:1.8.0_161]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[rt.jar:1.8.0_161]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[rt.jar:1.8.0_161]
at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_161]
at org.jboss.threads.JBossThread.run(JBossThread.java:320)
Caused by: java.lang.IllegalStateException: WFLYEE0042: Failed to construct
component instance
at
org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:163)
[wildfly-ee-10.1.0.Final.jar:10.1.0.Final]
at
org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:134)
[wildfly-ee-10.1.0.Final.jar:10.1.0.Final]
at
org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:88)
[wildfly-ee-10.1.0.Final.jar:10.1.0.Final]
at
org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:124)
at
org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:138)
at
org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:54)
[wildfly-ee-10.1.0.Final.jar:10.1.0.Final]
... 6 more
Caused by: javax.ejb.EJBException: WFLYEJB0442: Unexpected Error
at
org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(CMTTxInterceptor.java:184)
at
org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:277)
at
org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:349)
at
org.jboss.as.ejb3.tx.LifecycleCMTTxInterceptor.processInvocation(LifecycleCMTTxInterceptor.java:68)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
at
org.jboss.as.weld.injection.WeldInjectionContextInterceptor.processInvocation(WeldInjectionContextInterceptor.java:43)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
at
org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
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)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
at
org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
at
org.jboss.as.ejb3.component.singleton.StartupCountDownInterceptor.processInvocation(StartupCountDownInterceptor.java:25)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
at
org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:356)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
at
org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
at
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
at
org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161)
[wildfly-ee-10.1.0.Final.jar:10.1.0.Final]
... 11 more
Caused by: java.lang.ExceptionInInitializerError
at
org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean.create(InitBackendServicesOnStartupBean.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[rt.jar:1.8.0_161]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[rt.jar:1.8.0_161]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.8.0_161]
at java.lang.reflect.Method.invoke(Method.java:498)
[rt.jar:1.8.0_161]
at
org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptor.java:96)
[wildfly-ee-10.1.0.Final.jar:10.1.0.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
at
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doLifecycleInterception(Jsr299BindingsInterceptor.java:114)
at
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:103)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
at
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:437)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
at
org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:73)
at
org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
at
org.jboss.as.weld.injection.WeldInjectionInterceptor.processInvocation(WeldInjectionInterceptor.java:53)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
at
org.jboss.as.ee.component.AroundConstructInterceptorFactory$1.processInvocation(AroundConstructInterceptorFactory.java:28)
[wildfly-ee-10.1.0.Final.jar:10.1.0.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
at
org.jboss.as.weld.injection.WeldInterceptorInjectionInterceptor.processInvocation(WeldInterceptorInjectionInterceptor.java:56)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
at
org.jboss.as.weld.ejb.Jsr299BindingsCreateInterceptor.processInvocation(Jsr299BindingsCreateInterceptor.java:100)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
at
org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
[wildfly-ee-10.1.0.Final.jar:10.1.0.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
[jboss-invocation-1.4.1.Final.jar:1.4.1.Final]
at
org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:275)
... 29 more
Caused by: org.jboss.weld.exceptions.WeldException: WELD-000049: Unable to
invoke private void
org.ovirt.engine.core.bll.tasks.CommandsRepository.handleUnmanagedCommands()
on org.ovirt.engine.core.b
ll.tasks.CommandsRepository@4837a568
at
org.jboss.weld.injection.producer.DefaultLifecycleCallbackInvoker.invokeMethods(DefaultLifecycleCallbackInvoker.java:100)
at
org.jboss.weld.injection.producer.DefaultLifecycleCallbackInvoker.postConstruct(DefaultLifecycleCallbackInvoker.java:81)
at
org.jboss.weld.injection.producer.BasicInjectionTarget.postConstruct(BasicInjectionTarget.java:126)
at org.jboss.weld.bean.ManagedBean.create(ManagedBean.java:162)
at
org.jboss.weld.context.AbstractContext.get(AbstractContext.java:96)
at
org.jboss.weld.bean.ContextualInstanceStrategy$DefaultContextualInstanceStrategy.get(ContextualInstanceStrategy.java:101)
at
org.jboss.weld.bean.ContextualInstanceStrategy$ApplicationScopedContextualInstanceStrategy.get(ContextualInstanceStrategy.java:141)
at
org.jboss.weld.bean.ContextualInstance.get(ContextualInstance.java:50)
at
org.jboss.weld.manager.BeanManagerImpl.getReference(BeanManagerImpl.java:742)
at
org.jboss.weld.bean.builtin.InstanceImpl.getBeanInstance(InstanceImpl.java:189)
at
org.jboss.weld.bean.builtin.InstanceImpl.get(InstanceImpl.java:100)
at org.ovirt.engine.core.di.Injector.get(Injector.java:45)
at
org.ovirt.engine.core.bll.tasks.CommandCoordinatorImpl.<init>(CommandCoordinatorImpl.java:53)
at
org.ovirt.engine.core.bll.tasks.CommandCoordinatorUtil.<clinit>(CommandCoordinatorUtil.java:34)
... 54 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[rt.jar:1.8.0_161]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[rt.jar:1.8.0_161]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.8.0_161]
at java.lang.reflect.Method.invoke(Method.java:498)
[rt.jar:1.8.0_161]
at
org.jboss.weld.injection.producer.DefaultLifecycleCallbackInvoker.invokeMethods(DefaultLifecycleCallbackInvoker.java:98)
... 67 more
Caused by: java.lang.NullPointerException
at
org.ovirt.engine.core.bll.CloneVmCommand.getSharedLocks(CloneVmCommand.java:106)
at
org.ovirt.engine.core.bll.CommandBase.buildLock(CommandBase.java:1970)
at
org.ovirt.engine.core.bll.CommandBase.acquireLockInternal(CommandBase.java:1932)
at
org.ovirt.engine.core.bll.CommandBase.acquireLockAsyncTask(CommandBase.java:1923)
at
org.ovirt.engine.core.bll.CommandBase.reacquireLocks(CommandBase.java:1911)
at
java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
[rt.jar:1.8.0_161]
at
java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
[rt.jar:1.8.0_161]
at
java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
[rt.jar:1.8.0_161]
at
java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
[rt.jar:1.8.0_161]
at
java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
[rt.jar:1.8.0_161]
at
java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
[rt.jar:1.8.0_161]
at
java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
[rt.jar:1.8.0_161]
at
java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382)
[rt.jar:1.8.0_161]
at
java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
[rt.jar:1.8.0_161]
at
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
[rt.jar:1.8.0_161]
at
java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
[rt.jar:1.8.0_161]
at
java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
[rt.jar:1.8.0_161]
at
java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[rt.jar:1.8.0_161]
at
java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
[rt.jar:1.8.0_161]
at
org.ovirt.engine.core.bll.tasks.CommandsRepository.handleUnmanagedCommands(CommandsRepository.java:110)
... 72 more
2022-11-13 23:36:33,891+03 ERROR
[org.jboss.as.controller.management-operation] (Controller Boot Thread)
WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" =>
"engine.ear")]) - fail
ure description: {
"WFLYCTL0080: Failed services" =>
{"jboss.deployment.subunit.\"engine.ear\".\"bll.jar\".component.InitBackendServicesOnStartupBean.START"
=> "org.jboss.msc.service.StartException in service jbos
s.deployment.subunit.\"engine.ear\".\"bll.jar\".component.InitBackendServicesOnStartupBean.START:
java.lang.IllegalStateException: WFLYEE0042: Failed to construct component
instance
Caused by: java.lang.IllegalStateException: WFLYEE0042: Failed to
construct component instance
Caused by: javax.ejb.EJBException: WFLYEJB0442: Unexpected Error
Caused by: java.lang.ExceptionInInitializerError
Caused by: org.jboss.weld.exceptions.WeldException: WELD-000049: Unable
to invoke private void
org.ovirt.engine.core.bll.tasks.CommandsRepository.handleUnmanagedCommands()
on org.ovirt.engine.co
re.bll.tasks.CommandsRepository@4837a568
Caused by: java.lang.reflect.InvocationTargetException
Caused by: java.lang.NullPointerException"},
"WFLYCTL0412: Required services that are not installed:" =>
["jboss.deployment.subunit.\"engine.ear\".\"bll.jar\".component.InitBackendServicesOnStartupBean.START"],
"WFLYCTL0180: Services with missing/unavailable dependencies" =>
undefined
}
2022-11-13 23:36:34,350+03 INFO [org.jboss.as.server] (ServerService
Thread Pool -- 25) WFLYSRV0010: Deployed "ovirt-web-ui.war" (runtime-name :
"ovirt-web-ui.war")
2022-11-13 23:36:34,350+03 INFO [org.jboss.as.server] (ServerService
Thread Pool -- 25) WFLYSRV0010: Deployed "apidoc.war" (runtime-name :
"apidoc.war")
2022-11-13 23:36:34,350+03 INFO [org.jboss.as.server] (ServerService
Thread Pool -- 25) WFLYSRV0010: Deployed "restapi.war" (runtime-name :
"restapi.war")
2022-11-13 23:36:34,350+03 INFO [org.jboss.as.server] (ServerService
Thread Pool -- 25) WFLYSRV0010: Deployed "engine.ear" (runtime-name :
"engine.ear")
2022-11-13 23:36:34,358+03 INFO [org.jboss.as.controller] (Controller Boot
Thread) WFLYCTL0183: Service status report
WFLYCTL0186: Services which failed to start: service
jboss.deployment.subunit."engine.ear"."bll.jar".component.InitBackendServicesOnStartupBean.START:
org.jboss.msc.service.StartException in
service
jboss.deployment.subunit."engine.ear"."bll.jar".component.InitBackendServicesOnStartupBean.START:
java.lang.IllegalStateException: WFLYEE0042: Failed to construct component
instance
2022-11-13 23:36:34,704+03 INFO [org.jboss.as] (Controller Boot Thread)
WFLYSRV0060: Http management interface listening on
http://127.0.0.1:8706/management
2022-11-13 23:36:34,704+03 INFO [org.jboss.as] (Controller Boot Thread)
WFLYSRV0051: Admin console listening on http://127.0.0.1:8706
2022-11-13 23:36:34,704+03 ERROR [org.jboss.as] (Controller Boot Thread)
WFLYSRV0026: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started
(with errors) in 26057ms - Started 1558 of 1843 ser
vices (4 services failed or missing dependencies, 463 services are lazy,
passive or on-demand)
2022-11-13 23:36:34,785+03 INFO [org.wildfly.extension.undertow]
(ServerService Thread Pool -- 10) WFLYUT0022: Unregistered web context:
/ovirt-engine/sso
2022-11-13 23:36:34,787+03 INFO [org.wildfly.extension.undertow]
(ServerService Thread Pool -- 7) WFLYUT0022: Unregistered web context:
/ovirt-engine/api
2022-11-13 23:36:34,788+03 INFO [org.wildfly.extension.undertow]
(ServerService Thread Pool -- 9) WFLYUT0022: Unregistered web context:
/ovirt-engine/services
2022-11-13 23:36:34,791+03 INFO [org.wildfly.extension.undertow]
(ServerService Thread Pool -- 12) WFLYUT0022: Unregistered web context:
/ovirt-engine/userportal
2022-11-13 23:36:34,794+03 INFO [org.wildfly.extension.undertow]
(ServerService Thread Pool -- 20) WFLYUT0022: Unregistered web context: /
2022-11-13 23:36:34,799+03 INFO [org.wildfly.extension.undertow]
(ServerService Thread Pool -- 16) WFLYUT0022: Unregistered web context:
/ovirt-engine
2022-11-13 23:36:34,800+03 INFO [org.wildfly.extension.undertow]
(ServerService Thread Pool -- 15) WFLYUT0022: Unregistered web context:
/ovirt-engine/webadmin
2022-11-13 23:36:34,800+03 INFO [org.wildfly.extension.undertow]
(ServerService Thread Pool -- 19) WFLYUT0022: Unregistered web context:
/ovirt-engine/docs
2022-11-13 23:36:34,823+03 INFO [org.quartz.core.QuartzScheduler] (MSC
service thread 1-4) Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED
shutting down.
2022-11-13 23:36:34,823+03 INFO [org.quartz.core.QuartzScheduler] (MSC
service thread 1-4) Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
2022-11-13 23:36:34,823+03 INFO [org.quartz.core.QuartzScheduler] (MSC
service thread 1-4) Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED
shutdown complete.
2022-11-13 23:36:34,823+03 INFO [org.quartz.core.QuartzScheduler] (MSC
service thread 1-4) Scheduler QuartzOvirtDBScheduler_$_NON_CLUSTERED
shutting down.
2022-11-13 23:36:34,824+03 INFO [org.quartz.core.QuartzScheduler] (MSC
service thread 1-4) Scheduler QuartzOvirtDBScheduler_$_NON_CLUSTERED paused.
2022-11-13 23:36:34,824+03 INFO [org.quartz.core.QuartzScheduler] (MSC
service thread 1-4) Scheduler QuartzOvirtDBScheduler_$_NON_CLUSTERED
shutdown complete.
2022-11-13 23:36:34,871+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-8) WFLYSRV0208: Stopped subdeployment (runtime-name:
webadmin.war) in 118ms
2022-11-13 23:36:34,871+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-8) WFLYSRV0208: Stopped subdeployment (runtime-name:
docs.war) in 118ms
2022-11-13 23:36:34,871+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-8) WFLYSRV0208: Stopped subdeployment (runtime-name:
root.war) in 118ms
2022-11-13 23:36:34,871+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-2) WFLYSRV0208: Stopped subdeployment (runtime-name:
bll.jar) in 118ms
2022-11-13 23:36:34,872+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-8) WFLYSRV0208: Stopped subdeployment (runtime-name:
enginesso.war) in 118ms
2022-11-13 23:36:34,872+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-2) WFLYSRV0208: Stopped subdeployment (runtime-name:
welcome.war) in 118ms
2022-11-13 23:36:34,872+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-8) WFLYSRV0208: Stopped subdeployment (runtime-name:
userportal.war) in 119ms
2022-11-13 23:36:34,872+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-7) WFLYSRV0208: Stopped subdeployment (runtime-name:
services.war) in 119ms
2022-11-13 23:36:34,873+03 INFO [org.jboss.as.server.deployment] (MSC
service thread 1-7) WFLYSRV0028: Stopped deployment engine.ear
(runtime-name: engine.ear) in 121ms
2022-11-13 23:36:34,930+03 WARN [org.jboss.as.controller]
(DeploymentScanner-threads - 2) WFLYCTL0357: Notification of type
deployment-undeployed is not described for the resource at the address []
2022-11-13 23:36:34,931+03 INFO [org.jboss.as.server]
(DeploymentScanner-threads - 2) WFLYSRV0009: Undeployed "engine.ear"
(runtime-name: "engine.ear”)
2022-11-13 23:36:34,932+03 INFO [org.jboss.as.controller]
(DeploymentScanner-threads - 2) WFLYCTL0183: Service status report
WFLYCTL0184: New missing/unsatisfied dependencies:
service
jboss.deployment.subunit."engine.ear"."bll.jar".component.Backend.START
(missing) dependents: [service
jboss.deployment.subunit."engine.ear"."bll.jar".moduleDeploymentRuntimeInformatio
nStart, service
jboss.deployment.subunit."engine.ear"."bll.jar".deploymentCompleteService]
service
jboss.deployment.subunit."engine.ear"."bll.jar".component.InitBackendServicesOnStartupBean.START
(missing) dependents: [service
jboss.deployment.subunit."engine.ear"."bll.jar".moduleDe
ploymentRuntimeInformationStart, service
jboss.deployment.subunit."engine.ear"."bll.jar".deploymentCompleteService]
service
jboss.deployment.subunit."engine.ear"."bll.jar".component.LockManager.START
(missing) dependents: [service
jboss.deployment.subunit."engine.ear"."bll.jar".moduleDeploymentRuntimeInform
ationStart, service
jboss.deployment.subunit."engine.ear"."bll.jar".deploymentCompleteService]
service
jboss.deployment.subunit."engine.ear"."bll.jar".component.MacPoolPerCluster.START
(missing) dependents: [service
jboss.deployment.subunit."engine.ear"."bll.jar".moduleDeploymentRuntime
InformationStart, service
jboss.deployment.subunit."engine.ear"."bll.jar".deploymentCompleteService]
service
jboss.deployment.subunit."engine.ear"."bll.jar".deploymentCompleteService
(missing) dependents: [service
jboss.deployment.unit."engine.ear".deploymentCompleteService]
service
jboss.deployment.subunit."engine.ear"."bll.jar".moduleDeploymentRuntimeInformation
(missing) dependents: [service
jboss.deployment.subunit."engine.ear"."bll.jar".moduleDeploymentRuntim
eInformationStart]
service
jboss.deployment.subunit."engine.ear"."docs.war".deploymentCompleteService
(missing) dependents: [service
jboss.deployment.unit."engine.ear".deploymentCompleteService]
service
jboss.deployment.subunit."engine.ear"."enginesso.war".deploymentCompleteService
(missing) dependents: [service
jboss.deployment.unit."engine.ear".deploymentCompleteService]
service
jboss.deployment.subunit."engine.ear"."root.war".deploymentCompleteService
(missing) dependents: [service
jboss.deployment.unit."engine.ear".deploymentCompleteService]
service
jboss.deployment.subunit."engine.ear"."services.war".deploymentCompleteService
(missing) dependents: [service
jboss.deployment.unit."engine.ear".deploymentCompleteService]
service
jboss.deployment.subunit."engine.ear"."userportal.war".deploymentCompleteService
(missing) dependents: [service
jboss.deployment.unit."engine.ear".deploymentCompleteService]
service
jboss.deployment.subunit."engine.ear"."webadmin.war".deploymentCompleteService
(missing) dependents: [service
jboss.deployment.unit."engine.ear".deploymentCompleteService]
service
jboss.deployment.subunit."engine.ear"."welcome.war".deploymentCompleteService
(missing) dependents: [service
jboss.deployment.unit."engine.ear".deploymentCompleteService]
service
jboss.naming.context.java.global.engine.bll."Backend!org.ovirt.engine.core.common.interfaces.BackendLocal"
(missing) dependents: [service
jboss.naming.context.java.module.restapi.resta
pi.env."org.ovirt.engine.api.restapi.security.CORSSupportFilter".backend,
service
jboss.naming.context.java.module.restapi.restapi.env."org.ovirt.engine.api.restapi.invocation.CurrentFilter".backend
]
WFLYCTL0186: Services which failed to start: service
jboss.deployment.subunit."engine.ear"."bll.jar".component.InitBackendServicesOnStartupBean.START
2 years
novnc console - promise.js 404 error
by Alexandre Bezroutchko
Hello,
I have deployed oVirt 4.5 on CentOS Stream 8 with self-hosted engine, in
IPv6-only mode.
I am trying to use noVNC console, from Firefox on MacOS.
I have added engine's CA to the list of trusted CAs.
I have noticed the webproxy only listens on IPv4 by default, I have tried
to add the following configuration file and it made it listed on both IPv4
and IPv6:
[root@mng41 ~]# cat
/etc/ovirt-engine/ovirt-websocket-proxy.conf.d/20-ipv6.conf
SOURCE_IS_IPV6=True
Is this correct approach or there is a better way? I guess this should be
part of the setup process...
Anyway, it does not solve my issue. When I try to use noVNC console, I get
the following error in the Firefox javascript console:
Loading failed for the <script> with source “
https://mng41.gremwell.com/ovirt-engine/services/files/novnc/vendor/promi...
”.
I also get the following message:
Firefox can’t establish a connection to the server at wss://
mng41.gremwell.com:6100/ey...
I have checked that the port is open and I see some traffic flowing between
the browser and that port.
In /var/log/ovirt-engine/engine.log I see:
2022-11-11 14:32:57,652+01 INFO
[org.ovirt.engine.core.bll.SetVmTicketCommand] (default task-11)
[2d6aa0eb] Running command: SetVmTicketCommand internal: false. Entities
affected : ID: 7fb95436-da52-421a-a733-503181429929 Type: VMAction group
CONNECT_TO_VM with role type USER
2022-11-11 14:32:57,657+01 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (default
task-11) [2d6aa0eb] START, SetVmTicketVDSCommand(HostName =
elon41.gremwell.com,
SetVmTicketVDSCommandParameters:{hostId='f63b9132-fb54-4c24-b5b3-240c0a1896f9',
vmId='7fb95436-da52-421a-a733-503181429929', protocol='VNC',
ticket='47kRPdus', validTime='120', userName='admin',
userId='af04127c-60d7-11ed-8ad9-00163e63cf1d',
disconnectAction='LOCK_SCREEN', consoleDisconnectActionDelay='0'}), log id:
27745778
2022-11-11 14:32:57,688+01 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (default
task-11) [2d6aa0eb] FINISH, SetVmTicketVDSCommand, return: , log id:
27745778
2022-11-11 14:32:57,716+01 INFO
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(default task-11) [2d6aa0eb] EVENT_ID: VM_SET_TICKET(164), User
admin@internal-authz initiated console session for VM test
2022-11-11 14:32:57,947+01 INFO
[org.ovirt.engine.core.utils.servlet.ServletUtils] (default task-11) []
Can't read file '/usr/share/ovirt-engine/files/novnc/vendor/promise.js' for
request '/ovirt-engine/services/files/novnc/vendor/promise.js' -- 404
Any ideas how to have this fixed?
Best regards,
Alex
2 years
Engine deploy fails - "Wait for the host to be up"
by simon@justconnect.ie
I use ansible to build a 3 node HCI environment, or at least I did with 4.4.6.
This fails every time with 4.5.2 - what broke?
Has anyone any idea what changed and if there's a simple resolution?
Kind Regards
Simon...
2 years
Adding Foreman as a provider for Ovirt
by eevans@digitaldatatechs.com
I am using Ovirt 4.3 on CentOS 7 and ust built a Foreman 3.3 Katello 4.5 vm. I can add ovirt to foreman as a compute resource but Ovirt will not communicate to add foreman as a provider.
Engine log states: Adding foreman as Ovirt provider PROVIDER FAILURE and code 5050
I'm not sure why but have searched and cannot find an answer.
Any help would be appreciated.
Thanks in advance/
2 years
glusterfs Host is not in 'Peer in Cluster' state"
by ziyi Liu
Version: 4.5.1
Configure the HCI mode on the cockpit web interface, and the message "glusterfs Host is not in 'Peer in Cluster' state" is displayed.
node1 gluster peer status normally shows three storage nodes
#gluster peer status
Number of Peers: 2
Hostname: 10.10.1.6
Uuid: 7973fa76-092e-4102-be43-d69ce2e1202f
State: Accepted peer request (Connected)
Hostname: 110.10.1.7
Uuid: c65ca1f1-8b0c-4424-80cd-d4606a6bed9e
State: Accepted peer request (Connected)
node2
# gluster peer status
Number of Peers: 1
Hostname: localhost
Uuid: 2fd3c233-6457-4d3e-9646-c1d6ed0c27aa
State: Accepted peer request (Disconnected)
node3
# gluster peer status
Number of Peers: 1
Hostname: localhost
Uuid: 2fd3c233-6457-4d3e-9646-c1d6ed0c27aa
State: Accepted peer request (Disconnected)
TASK [gluster.features/roles/gluster_hci : Create the GlusterFS volumes] *******
failed: [10.10.1.5] (item={'volname': 'tj-data1', 'brick': '/gluster_bricks/tj-data1/tj-data1', 'arbiter': 1}) => {"ansible_loop_var ": "item", "changed": true, "cmd": "gluster volume create tj-data1 replica 3 arbiter 1 transport tcp 10.10.1.5:/gluster_bricks/tj-data1/tj-data1 10.10.1.6:/gluster_bricks/ tj-data1/tj-data1 10.10.1.7:/gluster_bricks/tj-data1/tj-data1 force\n", "delta": "0:00:00.091228", "end": "2022-11-08 22: 37:07.609311", "item": {"arbiter": 1, "brick": "/gluster_bricks/tj-data1/tj-data1", "volname": "tj-data1"}, "msg": "non -zero return code", "rc": 1, "start": "2022-11-08 22:37:07.518083", "stderr": "volume create: tj-data1: failed: Host 10.10.1.6 is not in 'Peer in Cluster' state", "stderr_lines": ["volume create: tj-data1: failed: Host 10.10.1.6 is not in 'Peer in Cluster' state"], "stdout": "", "stdout_lines": []}
failed: [10.10.1.5] (item={'volname': 'tj-vmstore1', 'brick': '/gluster_bricks/tj-vmstore1/tj-vmstore1', 'arbiter': 1}) => {"ansible_loop_var ": "item", "changed": true, "cmd": "gluster volume create tj-vmstore1 replica 3 arbiter 1 transport tcp 10.10.1.5:/gluster_bricks/tj-vmstore1/tj-vmstore1 10.10.1.6:/gluster_bricks/ tj-vmstore1/tj-vmstore1 10.10.1.7:/gluster_bricks/tj-vmstore1/tj-vmstore1 force\n", "delta": "0:00:00.092017", "end": "2022-11-08 22: 37:08.076088", "item": {"arbiter": 1, "brick": "/gluster_bricks/tj-vmstore1/tj-vmstore1", "volname": "tj-vmstore1"}, "msg": "non -zero return code", "rc": 1, "start": "2022-11-08 22:37:07.984071", "stderr": "volume create: tj-vmstore1: failed: Host 10.10.1.6 is not in 'Peer in Cluster' state", "stderr_lines": ["volume create: tj-vmstore1: failed: Host 10.10.1.6 is not in 'Peer in Cluster' state"], "stdout": "", "stdout_lines": []}
2 years
[FOSDEM][CFP] Virtualization & IaaS Devroom
by Piotr Kliczewski
We are excited to announce that the
call for proposals is now open for the Virtualization & IaaS devroom at the
upcoming FOSDEM 2023, to be hosted on February 4th 2023.
This devroom is a collaborative effort, and is organized by dedicated folks
from projects such as OpenStack, Xen Project, KubeVirt, QEMU, KVM, and
Foreman. We would like to invite all those who are involved in these fields
to submit your proposals by December 10th, 2022.
About the Devroom
The Virtualization & IaaS devroom will feature session topics such as open
source hypervisors or virtual machine managers such as Xen Project, KVM,
bhyve and VirtualBox as well as Infrastructure-as-a-Service projects such
as KubeVirt,
Apache CloudStack, OpenStack, QEMU and OpenNebula.
This devroom will host presentations that focus on topics of shared
interest, such as KVM; libvirt; shared storage; virtualized networking;
cloud security; clustering and high availability; interfacing with multiple
hypervisors; hyperconverged deployments; and scaling across hundreds or
thousands of servers.
Presentations in this devroom will be aimed at developers working on these
platforms who are looking to collaborate and improve shared infrastructure
or solve common problems. We seek topics that encourage dialog between
projects and continued work post-FOSDEM.
Important Dates
Submission deadline: 10th December 2022
Acceptance notifications: 15th December 2022
Final schedule announcement: 20th December 2022
Devroom: First half of 4th February 2023
Submit Your Proposal
All submissions must be made via the Pentabarf event planning site[1]. If
you have not used Pentabarf before, you will need to create an account. If
you submitted proposals for FOSDEM in previous years, you can use your
existing account.
After creating the account, select Create Event to start the submission
process. Make sure to select Virtualization and IaaS devroom from the Track
list. Please fill out all the required fields, and provide a meaningful
abstract and description of your proposed session.
Submission Guidelines
We expect more proposals than we can possibly accept, so it is vitally
important that you submit your proposal on or before the deadline. Late
submissions are unlikely to be considered.
All presentation slots are 30 minutes, with 20 minutes planned for
presentations, and 10 minutes for Q&A.
All presentations will be recorded and made available under Creative
Commons licenses. In the Submission notes field, please indicate that you
agree that your presentation will be licensed under the CC-By-SA-4.0 or
CC-By-4.0 license and that you agree to have your presentation recorded.
For example:
"If my presentation is accepted for FOSDEM, I hereby agree to license all
recordings, slides, and other associated materials under the Creative
Commons Attribution Share-Alike 4.0 International License. Sincerely,
<NAME>."
In the Submission notes field, please also confirm that if your talk is
accepted, you will be able to attend FOSDEM and deliver your presentation.
We will not consider proposals from prospective speakers who are unsure
whether they will be able to secure funds for travel and lodging to attend
FOSDEM. (Sadly, we are not able to offer travel funding for prospective
speakers.)
Submission Guidelines
Mentored presentations will have 25-minute slots, where 20 minutes will
include the presentation and 5 minutes will be reserved for questions.
The number of newcomer session slots is limited, so we will probably not be
able to accept all applications.
You must submit your talk and abstract to apply for the mentoring program,
our mentors are volunteering their time and will happily provide feedback
but won't write your presentation for you!
If you are experiencing problems with Pentabarf, the proposal submission
interface, or have other questions, you can email our devroom mailing
list[2] and we will try to help you.
How to Apply
In addition to agreeing to video recording and confirming that you can
attend FOSDEM in case your session is accepted, please write "speaker
mentoring program application" in the "Submission notes" field, and list
any prior speaking experience or other relevant information for your
application.
Code of Conduct
Following the release of the updated code of conduct for FOSDEM, we'd like
to remind all speakers and attendees that all of the presentations and
discussions in our devroom are held under the guidelines set in the CoC and
we expect attendees, speakers, and volunteers to follow the CoC at all
times.
If you submit a proposal and it is accepted, you will be required to
confirm that you accept the FOSDEM CoC. If you have any questions about the
CoC or wish to have one of the devroom organizers review your presentation
slides or any other content for CoC compliance, please email us and we will
do our best to assist you.
Call for Volunteers
We are also looking for volunteers to help run the devroom. We need
assistance watching time for the speakers, and helping with video for the
devroom. Please contact devroom mailing list [2] for more information.
Questions?
If you have any questions about this devroom, please send your questions to
our devroom mailing list. You can also subscribe to the list to receive
updates about important dates, session announcements, and to connect with
other attendees.
See you all at FOSDEM!
[1] <https://penta.fosdem.org/submission/FOSDEM17>
https://penta.fosdem.org/submission/FOSDEM23
[2] iaas-virt-devroom at lists.fosdem.org
2 years
ovirt-node 4.5 and engine 4.4
by Nathanaël Blanchet
Hello,
I'm planning to upgrade ovirt engine to 4.5, but I need now to install
additionnal hosts. Is it safe to directly install my new hosts with
ovirt-node 4.5 and attach them to 4.4 engine?
Thank you
--
Nathanaël Blanchet
Supervision réseau
SIRE
227 avenue Professeur-Jean-Louis-Viala
34193 MONTPELLIER CEDEX 5
Tél. 33 (0)4 67 54 84 55
Fax 33 (0)4 67 54 84 14
blanchet(a)abes.fr
2 years