2012-11-06 17:14:47,236 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-4) Running compensation on startup for Command : org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand , Command Id : 6ff0a605-2743-4ad7-a3d1-0ec13720f450 2012-11-06 17:14:47,254 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-4) Command [id=7b93cdb4-b676-4c0c-ade4-30f6395bad1c]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_domain_static; snapshot: id=6fd80de0-8d24-4802-bfcb-0e0090f56c96. 2012-11-06 17:14:47,261 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-4) Command [id=7b93cdb4-b676-4c0c-ade4-30f6395bad1c]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_pool_iso_map; snapshot: id=storagePoolId = 080f9825-8613-414e-9a31-629b548b31fe, storageId = 6fd80de0-8d24-4802-bfcb-0e0090f56c96. 2012-11-06 17:14:47,268 INFO [org.ovirt.engine.core.utils.transaction.TransactionSupport] (MSC service thread 1-4) transaction rolled back 2012-11-06 17:14:47,299 ERROR [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-4) Failed to run compensation on startup for Command org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand, Command Id : 7b93cdb4-b676-4c0c-ade4-30f6395bad1c, due to: DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(080f9825-8613-414e-9a31-629b548b31fe) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(080f9825-8613-414e-9a31-629b548b31fe) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement: org.springframework.dao.DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(080f9825-8613-414e-9a31-629b548b31fe) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(080f9825-8613-414e-9a31-629b548b31fe) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:245) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124) [engine-dal.jar:] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:44) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:15) [engine-dal.jar:] at org.ovirt.engine.core.bll.CommandBase$1.runInTransaction(CommandBase.java:359) [engine-bll.jar:] at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInNewTransaction(TransactionSupport.java:204) [engine-utils.jar:] at org.ovirt.engine.core.bll.CommandBase.compensate(CommandBase.java:326) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.compensate(Backend.java:271) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.Initialize(Backend.java:167) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.create(Backend.java:118) [engine-bll.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_09-icedtea] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_09-icedtea] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_09-icedtea] at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_09-icedtea] at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:130) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:112) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:227) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:332) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.SingletonLifecycleCMTTxInterceptor.processInvocation(SingletonLifecycleCMTTxInterceptor.java:57) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:85) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:119) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:134) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.ComponentStartService.start(ComponentStartService.java:44) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_09-icedtea] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_09-icedtea] at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea] Caused by: org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(080f9825-8613-414e-9a31-629b548b31fe) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2062) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1795) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:479) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:367) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:360) at org.jboss.jca.adapters.jdbc.CachedPreparedStatement.execute(CachedPreparedStatement.java:297) at org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.execute(WrappedPreparedStatement.java:404) at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] ... 53 more 2012-11-06 17:14:47,301 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-4) Running compensation on startup for Command : org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand , Command Id : 7b93cdb4-b676-4c0c-ade4-30f6395bad1c 2012-11-06 17:14:47,309 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-4) Command [id=63a78678-e6d2-4d0f-8d42-dd6e8536e10c]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_domain_static; snapshot: id=a7b4fab0-0113-4555-9ceb-8c74241ff791. 2012-11-06 17:14:47,314 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-4) Command [id=63a78678-e6d2-4d0f-8d42-dd6e8536e10c]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_pool_iso_map; snapshot: id=storagePoolId = 29730409-d199-4ab2-986a-4cdbda6b916c, storageId = a7b4fab0-0113-4555-9ceb-8c74241ff791. 2012-11-06 17:14:47,316 INFO [org.ovirt.engine.core.utils.transaction.TransactionSupport] (MSC service thread 1-4) transaction rolled back 2012-11-06 17:14:47,317 ERROR [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-4) Failed to run compensation on startup for Command org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand, Command Id : 63a78678-e6d2-4d0f-8d42-dd6e8536e10c, due to: DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(29730409-d199-4ab2-986a-4cdbda6b916c) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(29730409-d199-4ab2-986a-4cdbda6b916c) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement: org.springframework.dao.DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(29730409-d199-4ab2-986a-4cdbda6b916c) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(29730409-d199-4ab2-986a-4cdbda6b916c) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:245) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124) [engine-dal.jar:] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:44) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:15) [engine-dal.jar:] at org.ovirt.engine.core.bll.CommandBase$1.runInTransaction(CommandBase.java:359) [engine-bll.jar:] at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInNewTransaction(TransactionSupport.java:204) [engine-utils.jar:] at org.ovirt.engine.core.bll.CommandBase.compensate(CommandBase.java:326) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.compensate(Backend.java:271) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.Initialize(Backend.java:167) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.create(Backend.java:118) [engine-bll.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_09-icedtea] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_09-icedtea] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_09-icedtea] at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_09-icedtea] at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:130) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:112) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:227) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:332) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.SingletonLifecycleCMTTxInterceptor.processInvocation(SingletonLifecycleCMTTxInterceptor.java:57) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:85) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:119) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:134) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.ComponentStartService.start(ComponentStartService.java:44) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_09-icedtea] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_09-icedtea] at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea] Caused by: org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(29730409-d199-4ab2-986a-4cdbda6b916c) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2062) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1795) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:479) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:367) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:360) at org.jboss.jca.adapters.jdbc.CachedPreparedStatement.execute(CachedPreparedStatement.java:297) at org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.execute(WrappedPreparedStatement.java:404) at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] ... 53 more 2012-11-06 17:14:47,319 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-4) Running compensation on startup for Command : org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand , Command Id : 63a78678-e6d2-4d0f-8d42-dd6e8536e10c 2012-11-06 17:14:47,326 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-4) Command [id=5e4ab85d-4f26-47e5-9757-e53e4e5666bf]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_domain_static; snapshot: id=097aabd1-ee62-4a32-ab9e-c13e9a54434c. 2012-11-06 17:14:47,330 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-4) Command [id=5e4ab85d-4f26-47e5-9757-e53e4e5666bf]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_pool_iso_map; snapshot: id=storagePoolId = 1067c170-3fb0-4475-8156-8e25ee13f988, storageId = 097aabd1-ee62-4a32-ab9e-c13e9a54434c. 2012-11-06 17:14:47,332 INFO [org.ovirt.engine.core.utils.transaction.TransactionSupport] (MSC service thread 1-4) transaction rolled back 2012-11-06 17:14:47,332 ERROR [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-4) Failed to run compensation on startup for Command org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand, Command Id : 5e4ab85d-4f26-47e5-9757-e53e4e5666bf, due to: DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(1067c170-3fb0-4475-8156-8e25ee13f988) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(1067c170-3fb0-4475-8156-8e25ee13f988) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement: org.springframework.dao.DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(1067c170-3fb0-4475-8156-8e25ee13f988) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(1067c170-3fb0-4475-8156-8e25ee13f988) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:245) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124) [engine-dal.jar:] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:44) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:15) [engine-dal.jar:] at org.ovirt.engine.core.bll.CommandBase$1.runInTransaction(CommandBase.java:359) [engine-bll.jar:] at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInNewTransaction(TransactionSupport.java:204) [engine-utils.jar:] at org.ovirt.engine.core.bll.CommandBase.compensate(CommandBase.java:326) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.compensate(Backend.java:271) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.Initialize(Backend.java:167) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.create(Backend.java:118) [engine-bll.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_09-icedtea] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_09-icedtea] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_09-icedtea] at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_09-icedtea] at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:130) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:112) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:227) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:332) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.SingletonLifecycleCMTTxInterceptor.processInvocation(SingletonLifecycleCMTTxInterceptor.java:57) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:85) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:119) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:134) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.ComponentStartService.start(ComponentStartService.java:44) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_09-icedtea] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_09-icedtea] at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea] Caused by: org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(1067c170-3fb0-4475-8156-8e25ee13f988) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2062) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1795) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:479) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:367) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:360) at org.jboss.jca.adapters.jdbc.CachedPreparedStatement.execute(CachedPreparedStatement.java:297) at org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.execute(WrappedPreparedStatement.java:404) at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] ... 53 more 2012-11-06 17:14:47,334 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-4) Running compensation on startup for Command : org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand , Command Id : 5e4ab85d-4f26-47e5-9757-e53e4e5666bf 2012-11-06 17:14:47,354 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-4) Could not find enum value for option: CbcCheckOnVdsChange 2012-11-06 17:14:47,358 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-4) Could not find enum value for option: f 2012-11-06 17:14:47,359 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-4) Could not find enum value for option: CAEngineKey 2012-11-06 17:14:47,378 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-4) Could not find enum value for option: MinimalETLVersion 2012-11-06 17:14:47,394 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-4) Could not find enum value for option: ScriptsPath 2012-11-06 17:14:47,394 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-4) Could not find enum value for option: SQLServerI18NPrefix 2012-11-06 17:14:47,466 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-4) Failed to decrypt Data must start with zero 2012-11-06 17:14:47,466 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-4) Failed to decrypt value for property TruststorePass will be used encrypted value 2012-11-06 17:14:47,490 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-4) Failed to decrypt Data must start with zero 2012-11-06 17:14:47,490 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-4) Failed to decrypt value for property SysPrepDefaultPassword will be used encrypted value 2012-11-06 17:14:47,516 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-4) Failed to decrypt Data must start with zero 2012-11-06 17:14:47,516 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-4) Failed to decrypt value for property CertificatePassword will be used encrypted value 2012-11-06 17:14:47,535 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-4) Failed to decrypt Data must start with zero 2012-11-06 17:14:47,536 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-4) Failed to decrypt value for property AdminPassword will be used encrypted value 2012-11-06 17:14:47,553 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-4) Failed to decrypt Data must start with zero 2012-11-06 17:14:47,553 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-4) Failed to decrypt value for property LocalAdminPassword will be used encrypted value 2012-11-06 17:14:47,554 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-4) Could not find enum value for option: ENGINEEARLib 2012-11-06 17:14:47,556 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-4) VDSBrokerFrontend: 11/6/12 5:14 PM 2012-11-06 17:14:47,559 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-4) CpuFlagsManager: 11/6/12 5:14 PM 2012-11-06 17:14:47,560 INFO [org.ovirt.engine.core.bll.AuditLogCleanupManager] (MSC service thread 1-4) Setting audit clean up manager to run at: 35 35 3 * * ? 2012-11-06 17:14:47,586 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-4) AuditLogCleanupManager: 11/6/12 5:14 PM 2012-11-06 17:14:47,590 INFO [org.ovirt.engine.core.bll.TagsDirector] (MSC service thread 1-4) TagsDirector initialization 2012-11-06 17:14:47,609 INFO [org.ovirt.engine.core.bll.TagsDirector] (MSC service thread 1-4) Tag root added to tree 2012-11-06 17:14:47,621 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-4) TagsDirector: 11/6/12 5:14 PM 2012-11-06 17:14:47,633 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-4) IsoDomainListSyncronizer: 11/6/12 5:14 PM 2012-11-06 17:14:47,656 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-4) InitHandlers: 11/6/12 5:14 PM 2012-11-06 17:14:47,669 WARN [org.ovirt.engine.core.utils.ErrorTranslatorImpl] (MSC service thread 1-4) Code VDS_FENCING_OPERATION_FAILED appears more then once in string table. 2012-11-06 17:14:47,670 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-4) ErrorTranslator: 11/6/12 5:14 PM 2012-11-06 17:14:47,671 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-4) VdsErrorTranslator: 11/6/12 5:14 PM 2012-11-06 17:14:47,671 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-4) Mark uncompleted jobs as UNKNOWN: 11/6/12 5:14 PM 2012-11-06 17:14:47,683 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-4) JobRepositoryCleanupManager: 11/6/12 5:14 PM 2012-11-06 17:14:47,684 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-4) AutoRecoveryManager: 11/6/12 5:14 PM 2012-11-06 17:14:47,687 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-4) ExecutionMessageDirector: 11/6/12 5:14 PM 2012-11-06 17:14:47,724 INFO [org.ovirt.engine.core.bll.adbroker.UsersDomainsCacheManagerService] (MSC service thread 1-1) UsersDomainsCacheManager: 11/6/12 5:14 PM 2012-11-06 17:14:47,725 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (MSC service thread 1-3) InitResourceManager: 11/6/12 5:14 PM 2012-11-06 17:14:47,729 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (MSC service thread 1-3) ResourceManager::ResourceManager::Entered 2012-11-06 17:14:47,858 INFO [org.ovirt.engine.core.bll.adbroker.UsersDomainsCacheManagerService] (MSC service thread 1-1) DbUserCacheManager: 11/6/12 5:14 PM 2012-11-06 17:14:47,903 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-1) DbUserCacheManager::refreshAllUserData() - entered 2012-11-06 17:14:48,042 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: UNASSIGNED not exist in string table 2012-11-06 17:14:48,043 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: VDS_NETWORK_MTU_DIFFER_FROM_LOGICAL_NETWORK not exist in string table 2012-11-06 17:14:48,043 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: STORAGE_ACTIVATE_ASYNC not exist in string table 2012-11-06 17:14:48,043 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: DWH_STOPPED not exist in string table 2012-11-06 17:14:48,043 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: DWH_STARTED not exist in string table 2012-11-06 17:14:48,043 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: DWH_ERROR not exist in string table 2012-11-06 17:14:48,054 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: USER_ATTACH_DISK_TO_VM not have severity. Assumed Normal 2012-11-06 17:14:48,054 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: USER_FAILED_ATTACH_DISK_TO_VM not have severity. Assumed Normal 2012-11-06 17:14:48,054 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: USER_DETACH_DISK_FROM_VM not have severity. Assumed Normal 2012-11-06 17:14:48,054 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: USER_FAILED_DETACH_DISK_FROM_VM not have severity. Assumed Normal 2012-11-06 17:14:48,055 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: GLUSTER_HOST_ADD_FAILED not have severity. Assumed Normal 2012-11-06 17:14:48,055 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: VM_MIGRATION_START_SYSTEM_INITIATED not have severity. Assumed Normal 2012-11-06 17:14:48,055 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: VDS_NETWORK_MTU_DIFFER_FROM_LOGICAL_NETWORK not have severity. Assumed Normal 2012-11-06 17:14:58,270 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (MSC service thread 1-3) Eneterd VdsManager:constructor 2012-11-06 17:14:58,271 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (MSC service thread 1-3) vdsBroker(10.35.3.174,54,321) 2012-11-06 17:14:58,356 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (MSC service thread 1-3) ResourceManager::AddVds - VDS e90fe5de-1dbe-11e2-b40f-001a4a1697ca was added to the Resource Manager 2012-11-06 17:14:58,389 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (MSC service thread 1-3) AsyncTaskManager: Initialization of AsyncTaskManager completed successfully. 2012-11-06 17:14:58,390 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (MSC service thread 1-3) AsyncTaskManager: 11/6/12 5:14 PM 2012-11-06 17:14:58,390 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (MSC service thread 1-3) VdsLoadBalancer: 11/6/12 5:14 PM 2012-11-06 17:14:58,396 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (pool-4-thread-1) MacPoolManager started: 11/6/12 5:14 PM 2012-11-06 17:14:58,498 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (pool-4-thread-1) MacPoolManager finished: 11/6/12 5:14 PM 2012-11-06 17:15:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Autorecovering hosts is disabled, skipping 2012-11-06 17:15:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Autorecovering storage domains is disabled, skipping 2012-11-06 17:15:00,560 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-3) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:02,598 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-4) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:04,617 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-5) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:06,637 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-6) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:08,653 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-9) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:10,667 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-10) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:12,683 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-11) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:14,697 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-12) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:16,719 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-13) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:18,004 ERROR [org.ovirt.engine.core.bll.adbroker.GetRootDSE] (QuartzScheduler_Worker-1) Failed to query rootDSE for LDAP server LDAP://qa2-tlv.qa.lab.tlv.redhat.com:389 due to qa2-tlv.qa.lab.tlv.redhat.com:389 2012-11-06 17:15:18,006 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-1) Failed ldap search server LDAP://qa2-tlv.qa.lab.tlv.redhat.com:389 due to javax.naming.CommunicationException: qa2-tlv.qa.lab.tlv.redhat.com:389 [Root exception is java.net.SocketTimeoutException: connect timed out]. We should try the next server 2012-11-06 17:15:18,068 ERROR [org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy] (QuartzScheduler_Worker-1) Error from Kerberos: java.lang.NullPointerException at org.ovirt.engine.core.bll.adbroker.GSSAPICallbackHandler.handle(GSSAPICallbackHandler.java:47) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:969) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:966) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:965) at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:870) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:715) at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:580) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) at javax.security.auth.login.LoginContext.login(LoginContext.java:594) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticateToKDC(GSSAPIDirContextAuthenticationStrategy.java:127) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.explicitAuth(GSSAPIDirContextAuthenticationStrategy.java:119) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticate(GSSAPIDirContextAuthenticationStrategy.java:111) at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.useAuthenticationStrategy(GSSAPILdapTemplateWrapper.java:86) at org.ovirt.engine.core.bll.adbroker.PrepareLdapConnectionTask.call(PrepareLdapConnectionTask.java:56) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:103) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) at org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.PopulateUsers(LdapGetAdUserByUserIdListCommand.java:41) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.executeQuery(LdapGetAdUserByUserIdListCommand.java:29) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.DbUserCacheManager.refreshAllUserData(DbUserCacheManager.java:186) at org.ovirt.engine.core.bll.DbUserCacheManager.OnTimer(DbUserCacheManager.java:231) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) 2012-11-06 17:15:18,069 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-1) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Kerberos error. Please check log for further details.. We should not try the next server 2012-11-06 17:15:18,739 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-16) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:20,757 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-17) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:22,773 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-18) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:24,790 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-19) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:26,810 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-20) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:28,828 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-24) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:30,843 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-25) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:32,877 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-26) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:34,892 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-27) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:36,924 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-28) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:38,939 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-31) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:40,957 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-32) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:42,974 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-33) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:44,989 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-34) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:47,120 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-35) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:49,140 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-38) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:51,161 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-39) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:53,180 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-40) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:55,193 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-41) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:57,213 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-42) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:15:59,230 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-47) VDS::handleNetworkException Server failed to respond, vds_id = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, vds_name = dhcp-1-217.tlv.redhat.com, error = VDSNetworkException: 2012-11-06 17:15:59,379 INFO [org.ovirt.engine.core.bll.VdsEventListener] (pool-4-thread-32) ResourceManager::vdsNotResponding entered for Host e90fe5de-1dbe-11e2-b40f-001a4a1697ca, 10.35.3.174 2012-11-06 17:15:59,661 WARN [org.ovirt.engine.core.bll.VdsNotRespondingTreatmentCommand] (pool-4-thread-32) [2d576c43] CanDoAction of action VdsNotRespondingTreatment failed. Reasons:VDS_FENCING_DISABLED 2012-11-06 17:18:31,409 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Start time: 11/6/12 5:18 PM 2012-11-06 17:18:31,743 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-2) Command [id=cbca94f9-0c94-433e-95ca-81f82b9d12a9]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_domain_static; snapshot: id=cc2e5a31-aad2-4555-b819-e87b6aada833. 2012-11-06 17:18:31,786 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-2) Command [id=cbca94f9-0c94-433e-95ca-81f82b9d12a9]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_pool_iso_map; snapshot: id=storagePoolId = b2859ee1-c043-447b-ad36-6a4990994c9c, storageId = cc2e5a31-aad2-4555-b819-e87b6aada833. 2012-11-06 17:18:31,810 INFO [org.ovirt.engine.core.utils.transaction.TransactionSupport] (MSC service thread 1-2) transaction rolled back 2012-11-06 17:18:31,820 ERROR [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Failed to run compensation on startup for Command org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand, Command Id : cbca94f9-0c94-433e-95ca-81f82b9d12a9, due to: DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(b2859ee1-c043-447b-ad36-6a4990994c9c) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(b2859ee1-c043-447b-ad36-6a4990994c9c) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement: org.springframework.dao.DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(b2859ee1-c043-447b-ad36-6a4990994c9c) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(b2859ee1-c043-447b-ad36-6a4990994c9c) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:245) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124) [engine-dal.jar:] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:44) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:15) [engine-dal.jar:] at org.ovirt.engine.core.bll.CommandBase$1.runInTransaction(CommandBase.java:359) [engine-bll.jar:] at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInNewTransaction(TransactionSupport.java:204) [engine-utils.jar:] at org.ovirt.engine.core.bll.CommandBase.compensate(CommandBase.java:326) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.compensate(Backend.java:271) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.Initialize(Backend.java:167) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.create(Backend.java:118) [engine-bll.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_09-icedtea] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_09-icedtea] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_09-icedtea] at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_09-icedtea] at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:130) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:112) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:227) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:332) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.SingletonLifecycleCMTTxInterceptor.processInvocation(SingletonLifecycleCMTTxInterceptor.java:57) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:85) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:119) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:134) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.ComponentStartService.start(ComponentStartService.java:44) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_09-icedtea] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_09-icedtea] at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea] Caused by: org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(b2859ee1-c043-447b-ad36-6a4990994c9c) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2062) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1795) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:479) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:367) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:360) at org.jboss.jca.adapters.jdbc.CachedPreparedStatement.execute(CachedPreparedStatement.java:297) at org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.execute(WrappedPreparedStatement.java:404) at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] ... 53 more 2012-11-06 17:18:31,829 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Running compensation on startup for Command : org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand , Command Id : cbca94f9-0c94-433e-95ca-81f82b9d12a9 2012-11-06 17:18:31,840 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-2) Command [id=1aa1a12b-968b-44e7-8c8b-b7c14ea8f86f]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_domain_static; snapshot: id=81b6554a-1a94-4a55-aa7d-d635fd1498e1. 2012-11-06 17:18:31,846 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-2) Command [id=1aa1a12b-968b-44e7-8c8b-b7c14ea8f86f]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_pool_iso_map; snapshot: id=storagePoolId = 97832478-48f6-4417-8f00-1c4e9792cc90, storageId = 81b6554a-1a94-4a55-aa7d-d635fd1498e1. 2012-11-06 17:18:31,849 INFO [org.ovirt.engine.core.utils.transaction.TransactionSupport] (MSC service thread 1-2) transaction rolled back 2012-11-06 17:18:31,849 ERROR [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Failed to run compensation on startup for Command org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand, Command Id : 1aa1a12b-968b-44e7-8c8b-b7c14ea8f86f, due to: DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(97832478-48f6-4417-8f00-1c4e9792cc90) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(97832478-48f6-4417-8f00-1c4e9792cc90) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement: org.springframework.dao.DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(97832478-48f6-4417-8f00-1c4e9792cc90) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(97832478-48f6-4417-8f00-1c4e9792cc90) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:245) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124) [engine-dal.jar:] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:44) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:15) [engine-dal.jar:] at org.ovirt.engine.core.bll.CommandBase$1.runInTransaction(CommandBase.java:359) [engine-bll.jar:] at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInNewTransaction(TransactionSupport.java:204) [engine-utils.jar:] at org.ovirt.engine.core.bll.CommandBase.compensate(CommandBase.java:326) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.compensate(Backend.java:271) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.Initialize(Backend.java:167) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.create(Backend.java:118) [engine-bll.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_09-icedtea] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_09-icedtea] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_09-icedtea] at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_09-icedtea] at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:130) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:112) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:227) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:332) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.SingletonLifecycleCMTTxInterceptor.processInvocation(SingletonLifecycleCMTTxInterceptor.java:57) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:85) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:119) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:134) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.ComponentStartService.start(ComponentStartService.java:44) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_09-icedtea] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_09-icedtea] at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea] Caused by: org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(97832478-48f6-4417-8f00-1c4e9792cc90) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2062) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1795) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:479) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:367) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:360) at org.jboss.jca.adapters.jdbc.CachedPreparedStatement.execute(CachedPreparedStatement.java:297) at org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.execute(WrappedPreparedStatement.java:404) at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] ... 53 more 2012-11-06 17:18:31,852 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Running compensation on startup for Command : org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand , Command Id : 1aa1a12b-968b-44e7-8c8b-b7c14ea8f86f 2012-11-06 17:18:31,859 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-2) Command [id=abb9ac7e-5fc5-4603-a974-8917360e7263]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_domain_static; snapshot: id=c56fa2f6-db2a-4306-93da-1f854b536e6c. 2012-11-06 17:18:31,865 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-2) Command [id=abb9ac7e-5fc5-4603-a974-8917360e7263]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_pool_iso_map; snapshot: id=storagePoolId = 139bea9b-8588-42d7-bd54-4a29d7899fbd, storageId = c56fa2f6-db2a-4306-93da-1f854b536e6c. 2012-11-06 17:18:31,868 INFO [org.ovirt.engine.core.utils.transaction.TransactionSupport] (MSC service thread 1-2) transaction rolled back 2012-11-06 17:18:31,868 ERROR [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Failed to run compensation on startup for Command org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand, Command Id : abb9ac7e-5fc5-4603-a974-8917360e7263, due to: DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(139bea9b-8588-42d7-bd54-4a29d7899fbd) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(139bea9b-8588-42d7-bd54-4a29d7899fbd) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement: org.springframework.dao.DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(139bea9b-8588-42d7-bd54-4a29d7899fbd) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(139bea9b-8588-42d7-bd54-4a29d7899fbd) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:245) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124) [engine-dal.jar:] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:44) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:15) [engine-dal.jar:] at org.ovirt.engine.core.bll.CommandBase$1.runInTransaction(CommandBase.java:359) [engine-bll.jar:] at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInNewTransaction(TransactionSupport.java:204) [engine-utils.jar:] at org.ovirt.engine.core.bll.CommandBase.compensate(CommandBase.java:326) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.compensate(Backend.java:271) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.Initialize(Backend.java:167) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.create(Backend.java:118) [engine-bll.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_09-icedtea] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_09-icedtea] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_09-icedtea] at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_09-icedtea] at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:130) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:112) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:227) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:332) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.SingletonLifecycleCMTTxInterceptor.processInvocation(SingletonLifecycleCMTTxInterceptor.java:57) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:85) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:119) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:134) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.ComponentStartService.start(ComponentStartService.java:44) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_09-icedtea] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_09-icedtea] at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea] Caused by: org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(139bea9b-8588-42d7-bd54-4a29d7899fbd) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2062) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1795) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:479) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:367) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:360) at org.jboss.jca.adapters.jdbc.CachedPreparedStatement.execute(CachedPreparedStatement.java:297) at org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.execute(WrappedPreparedStatement.java:404) at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] ... 53 more 2012-11-06 17:18:31,870 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Running compensation on startup for Command : org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand , Command Id : abb9ac7e-5fc5-4603-a974-8917360e7263 2012-11-06 17:18:31,878 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-2) Command [id=6ff0a605-2743-4ad7-a3d1-0ec13720f450]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_domain_static; snapshot: id=1b56e098-545d-41ef-a3ff-1b72f8e31782. 2012-11-06 17:18:31,884 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-2) Command [id=6ff0a605-2743-4ad7-a3d1-0ec13720f450]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_pool_iso_map; snapshot: id=storagePoolId = 652ce6b6-4f68-4d8b-8129-6454fa537981, storageId = 1b56e098-545d-41ef-a3ff-1b72f8e31782. 2012-11-06 17:18:31,886 INFO [org.ovirt.engine.core.utils.transaction.TransactionSupport] (MSC service thread 1-2) transaction rolled back 2012-11-06 17:18:31,887 ERROR [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Failed to run compensation on startup for Command org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand, Command Id : 6ff0a605-2743-4ad7-a3d1-0ec13720f450, due to: DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(652ce6b6-4f68-4d8b-8129-6454fa537981) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(652ce6b6-4f68-4d8b-8129-6454fa537981) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement: org.springframework.dao.DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(652ce6b6-4f68-4d8b-8129-6454fa537981) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(652ce6b6-4f68-4d8b-8129-6454fa537981) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:245) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124) [engine-dal.jar:] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:44) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:15) [engine-dal.jar:] at org.ovirt.engine.core.bll.CommandBase$1.runInTransaction(CommandBase.java:359) [engine-bll.jar:] at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInNewTransaction(TransactionSupport.java:204) [engine-utils.jar:] at org.ovirt.engine.core.bll.CommandBase.compensate(CommandBase.java:326) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.compensate(Backend.java:271) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.Initialize(Backend.java:167) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.create(Backend.java:118) [engine-bll.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_09-icedtea] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_09-icedtea] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_09-icedtea] at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_09-icedtea] at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:130) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:112) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:227) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:332) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.SingletonLifecycleCMTTxInterceptor.processInvocation(SingletonLifecycleCMTTxInterceptor.java:57) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:85) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:119) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:134) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.ComponentStartService.start(ComponentStartService.java:44) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_09-icedtea] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_09-icedtea] at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea] Caused by: org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(652ce6b6-4f68-4d8b-8129-6454fa537981) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2062) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1795) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:479) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:367) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:360) at org.jboss.jca.adapters.jdbc.CachedPreparedStatement.execute(CachedPreparedStatement.java:297) at org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.execute(WrappedPreparedStatement.java:404) at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] ... 53 more 2012-11-06 17:18:31,889 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Running compensation on startup for Command : org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand , Command Id : 6ff0a605-2743-4ad7-a3d1-0ec13720f450 2012-11-06 17:18:31,896 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-2) Command [id=7b93cdb4-b676-4c0c-ade4-30f6395bad1c]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_domain_static; snapshot: id=6fd80de0-8d24-4802-bfcb-0e0090f56c96. 2012-11-06 17:18:31,902 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-2) Command [id=7b93cdb4-b676-4c0c-ade4-30f6395bad1c]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_pool_iso_map; snapshot: id=storagePoolId = 080f9825-8613-414e-9a31-629b548b31fe, storageId = 6fd80de0-8d24-4802-bfcb-0e0090f56c96. 2012-11-06 17:18:31,904 INFO [org.ovirt.engine.core.utils.transaction.TransactionSupport] (MSC service thread 1-2) transaction rolled back 2012-11-06 17:18:31,905 ERROR [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Failed to run compensation on startup for Command org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand, Command Id : 7b93cdb4-b676-4c0c-ade4-30f6395bad1c, due to: DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(080f9825-8613-414e-9a31-629b548b31fe) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(080f9825-8613-414e-9a31-629b548b31fe) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement: org.springframework.dao.DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(080f9825-8613-414e-9a31-629b548b31fe) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(080f9825-8613-414e-9a31-629b548b31fe) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:245) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124) [engine-dal.jar:] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:44) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:15) [engine-dal.jar:] at org.ovirt.engine.core.bll.CommandBase$1.runInTransaction(CommandBase.java:359) [engine-bll.jar:] at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInNewTransaction(TransactionSupport.java:204) [engine-utils.jar:] at org.ovirt.engine.core.bll.CommandBase.compensate(CommandBase.java:326) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.compensate(Backend.java:271) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.Initialize(Backend.java:167) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.create(Backend.java:118) [engine-bll.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_09-icedtea] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_09-icedtea] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_09-icedtea] at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_09-icedtea] at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:130) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:112) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:227) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:332) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.SingletonLifecycleCMTTxInterceptor.processInvocation(SingletonLifecycleCMTTxInterceptor.java:57) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:85) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:119) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:134) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.ComponentStartService.start(ComponentStartService.java:44) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_09-icedtea] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_09-icedtea] at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea] Caused by: org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(080f9825-8613-414e-9a31-629b548b31fe) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2062) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1795) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:479) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:367) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:360) at org.jboss.jca.adapters.jdbc.CachedPreparedStatement.execute(CachedPreparedStatement.java:297) at org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.execute(WrappedPreparedStatement.java:404) at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] ... 53 more 2012-11-06 17:18:31,907 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Running compensation on startup for Command : org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand , Command Id : 7b93cdb4-b676-4c0c-ade4-30f6395bad1c 2012-11-06 17:18:31,915 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-2) Command [id=63a78678-e6d2-4d0f-8d42-dd6e8536e10c]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_domain_static; snapshot: id=a7b4fab0-0113-4555-9ceb-8c74241ff791. 2012-11-06 17:18:31,920 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-2) Command [id=63a78678-e6d2-4d0f-8d42-dd6e8536e10c]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_pool_iso_map; snapshot: id=storagePoolId = 29730409-d199-4ab2-986a-4cdbda6b916c, storageId = a7b4fab0-0113-4555-9ceb-8c74241ff791. 2012-11-06 17:18:31,922 INFO [org.ovirt.engine.core.utils.transaction.TransactionSupport] (MSC service thread 1-2) transaction rolled back 2012-11-06 17:18:31,922 ERROR [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Failed to run compensation on startup for Command org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand, Command Id : 63a78678-e6d2-4d0f-8d42-dd6e8536e10c, due to: DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(29730409-d199-4ab2-986a-4cdbda6b916c) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(29730409-d199-4ab2-986a-4cdbda6b916c) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement: org.springframework.dao.DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(29730409-d199-4ab2-986a-4cdbda6b916c) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(29730409-d199-4ab2-986a-4cdbda6b916c) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:245) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124) [engine-dal.jar:] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:44) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:15) [engine-dal.jar:] at org.ovirt.engine.core.bll.CommandBase$1.runInTransaction(CommandBase.java:359) [engine-bll.jar:] at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInNewTransaction(TransactionSupport.java:204) [engine-utils.jar:] at org.ovirt.engine.core.bll.CommandBase.compensate(CommandBase.java:326) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.compensate(Backend.java:271) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.Initialize(Backend.java:167) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.create(Backend.java:118) [engine-bll.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_09-icedtea] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_09-icedtea] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_09-icedtea] at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_09-icedtea] at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:130) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:112) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:227) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:332) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.SingletonLifecycleCMTTxInterceptor.processInvocation(SingletonLifecycleCMTTxInterceptor.java:57) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:85) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:119) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:134) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.ComponentStartService.start(ComponentStartService.java:44) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_09-icedtea] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_09-icedtea] at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea] Caused by: org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(29730409-d199-4ab2-986a-4cdbda6b916c) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2062) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1795) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:479) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:367) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:360) at org.jboss.jca.adapters.jdbc.CachedPreparedStatement.execute(CachedPreparedStatement.java:297) at org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.execute(WrappedPreparedStatement.java:404) at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] ... 53 more 2012-11-06 17:18:31,924 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Running compensation on startup for Command : org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand , Command Id : 63a78678-e6d2-4d0f-8d42-dd6e8536e10c 2012-11-06 17:18:31,931 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-2) Command [id=5e4ab85d-4f26-47e5-9757-e53e4e5666bf]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_domain_static; snapshot: id=097aabd1-ee62-4a32-ab9e-c13e9a54434c. 2012-11-06 17:18:31,936 INFO [org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand] (MSC service thread 1-2) Command [id=5e4ab85d-4f26-47e5-9757-e53e4e5666bf]: Compensating CHANGED_ENTITY of org.ovirt.engine.core.common.businessentities.storage_pool_iso_map; snapshot: id=storagePoolId = 1067c170-3fb0-4475-8156-8e25ee13f988, storageId = 097aabd1-ee62-4a32-ab9e-c13e9a54434c. 2012-11-06 17:18:31,938 INFO [org.ovirt.engine.core.utils.transaction.TransactionSupport] (MSC service thread 1-2) transaction rolled back 2012-11-06 17:18:31,941 ERROR [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Failed to run compensation on startup for Command org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand, Command Id : 5e4ab85d-4f26-47e5-9757-e53e4e5666bf, due to: DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(1067c170-3fb0-4475-8156-8e25ee13f988) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(1067c170-3fb0-4475-8156-8e25ee13f988) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement: org.springframework.dao.DataIntegrityViolationException: CallableStatementCallback; SQL [{call insertstorage_pool_iso_map(?, ?, ?, ?)}]; ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(1067c170-3fb0-4475-8156-8e25ee13f988) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(1067c170-3fb0-4475-8156-8e25ee13f988) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:245) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124) [engine-dal.jar:] at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:44) [engine-dal.jar:] at org.ovirt.engine.core.dao.StoragePoolIsoMapDAODbFacadeImpl.save(StoragePoolIsoMapDAODbFacadeImpl.java:15) [engine-dal.jar:] at org.ovirt.engine.core.bll.CommandBase$1.runInTransaction(CommandBase.java:359) [engine-bll.jar:] at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInNewTransaction(TransactionSupport.java:204) [engine-utils.jar:] at org.ovirt.engine.core.bll.CommandBase.compensate(CommandBase.java:326) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.compensate(Backend.java:271) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.Initialize(Backend.java:167) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.create(Backend.java:118) [engine-bll.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_09-icedtea] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_09-icedtea] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_09-icedtea] at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_09-icedtea] at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:130) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:112) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:227) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:332) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.SingletonLifecycleCMTTxInterceptor.processInvocation(SingletonLifecycleCMTTxInterceptor.java:57) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:85) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:119) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:134) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.ComponentStartService.start(ComponentStartService.java:44) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_09-icedtea] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_09-icedtea] at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea] Caused by: org.postgresql.util.PSQLException: ERROR: insert or update on table "storage_pool_iso_map" violates foreign key constraint "fk_storage_domain_pool_map_storage_pool" Detail: Key (storage_pool_id)=(1067c170-3fb0-4475-8156-8e25ee13f988) is not present in table "storage_pool". Where: SQL statement "INSERT INTO storage_pool_iso_map(storage_id, storage_pool_id, status, owner) VALUES( $1 , $2 , $3 , $4 )" PL/pgSQL function "insertstorage_pool_iso_map" line 2 at SQL statement at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2062) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1795) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:479) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:367) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:360) at org.jboss.jca.adapters.jdbc.CachedPreparedStatement.execute(CachedPreparedStatement.java:297) at org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.execute(WrappedPreparedStatement.java:404) at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014) [spring-jdbc-3.1.1.RELEASE.jar:3.1.1.RELEASE] ... 53 more 2012-11-06 17:18:31,943 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Running compensation on startup for Command : org.ovirt.engine.core.bll.storage.RemoveStoragePoolCommand , Command Id : 5e4ab85d-4f26-47e5-9757-e53e4e5666bf 2012-11-06 17:18:31,969 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: CbcCheckOnVdsChange 2012-11-06 17:18:31,976 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: f 2012-11-06 17:18:31,977 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: CAEngineKey 2012-11-06 17:18:32,003 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: MinimalETLVersion 2012-11-06 17:18:32,023 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: ScriptsPath 2012-11-06 17:18:32,029 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: SQLServerI18NPrefix 2012-11-06 17:18:32,093 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-2) Failed to decrypt Data must start with zero 2012-11-06 17:18:32,093 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-2) Failed to decrypt value for property TruststorePass will be used encrypted value 2012-11-06 17:18:32,114 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-2) Failed to decrypt Data must start with zero 2012-11-06 17:18:32,114 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-2) Failed to decrypt value for property SysPrepDefaultPassword will be used encrypted value 2012-11-06 17:18:32,134 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-2) Failed to decrypt Data must start with zero 2012-11-06 17:18:32,134 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-2) Failed to decrypt value for property CertificatePassword will be used encrypted value 2012-11-06 17:18:32,149 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-2) Failed to decrypt Data must start with zero 2012-11-06 17:18:32,149 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-2) Failed to decrypt value for property AdminPassword will be used encrypted value 2012-11-06 17:18:32,161 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-2) Failed to decrypt Data must start with zero 2012-11-06 17:18:32,161 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-2) Failed to decrypt value for property LocalAdminPassword will be used encrypted value 2012-11-06 17:18:32,163 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: ENGINEEARLib 2012-11-06 17:18:32,164 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) VDSBrokerFrontend: 11/6/12 5:18 PM 2012-11-06 17:18:32,166 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) CpuFlagsManager: 11/6/12 5:18 PM 2012-11-06 17:18:32,167 INFO [org.ovirt.engine.core.bll.AuditLogCleanupManager] (MSC service thread 1-2) Setting audit clean up manager to run at: 35 35 3 * * ? 2012-11-06 17:18:32,185 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) AuditLogCleanupManager: 11/6/12 5:18 PM 2012-11-06 17:18:32,188 INFO [org.ovirt.engine.core.bll.TagsDirector] (MSC service thread 1-2) TagsDirector initialization 2012-11-06 17:18:32,208 INFO [org.ovirt.engine.core.bll.TagsDirector] (MSC service thread 1-2) Tag root added to tree 2012-11-06 17:18:32,216 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) TagsDirector: 11/6/12 5:18 PM 2012-11-06 17:18:32,221 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) IsoDomainListSyncronizer: 11/6/12 5:18 PM 2012-11-06 17:18:32,240 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) InitHandlers: 11/6/12 5:18 PM 2012-11-06 17:18:32,248 WARN [org.ovirt.engine.core.utils.ErrorTranslatorImpl] (MSC service thread 1-2) Code VDS_FENCING_OPERATION_FAILED appears more then once in string table. 2012-11-06 17:18:32,249 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) ErrorTranslator: 11/6/12 5:18 PM 2012-11-06 17:18:32,250 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) VdsErrorTranslator: 11/6/12 5:18 PM 2012-11-06 17:18:32,250 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Mark uncompleted jobs as UNKNOWN: 11/6/12 5:18 PM 2012-11-06 17:18:32,263 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) JobRepositoryCleanupManager: 11/6/12 5:18 PM 2012-11-06 17:18:32,264 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) AutoRecoveryManager: 11/6/12 5:18 PM 2012-11-06 17:18:32,266 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) ExecutionMessageDirector: 11/6/12 5:18 PM 2012-11-06 17:18:32,369 INFO [org.ovirt.engine.core.bll.adbroker.UsersDomainsCacheManagerService] (MSC service thread 1-4) UsersDomainsCacheManager: 11/6/12 5:18 PM 2012-11-06 17:18:32,377 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (MSC service thread 1-1) InitResourceManager: 11/6/12 5:18 PM 2012-11-06 17:18:32,380 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (MSC service thread 1-1) ResourceManager::ResourceManager::Entered 2012-11-06 17:18:32,531 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: UNASSIGNED not exist in string table 2012-11-06 17:18:32,531 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: VDS_NETWORK_MTU_DIFFER_FROM_LOGICAL_NETWORK not exist in string table 2012-11-06 17:18:32,532 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: STORAGE_ACTIVATE_ASYNC not exist in string table 2012-11-06 17:18:32,532 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: DWH_STOPPED not exist in string table 2012-11-06 17:18:32,532 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: DWH_STARTED not exist in string table 2012-11-06 17:18:32,532 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: DWH_ERROR not exist in string table 2012-11-06 17:18:32,537 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: USER_ATTACH_DISK_TO_VM not have severity. Assumed Normal 2012-11-06 17:18:32,538 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: USER_FAILED_ATTACH_DISK_TO_VM not have severity. Assumed Normal 2012-11-06 17:18:32,538 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: USER_DETACH_DISK_FROM_VM not have severity. Assumed Normal 2012-11-06 17:18:32,538 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: USER_FAILED_DETACH_DISK_FROM_VM not have severity. Assumed Normal 2012-11-06 17:18:32,539 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: GLUSTER_HOST_ADD_FAILED not have severity. Assumed Normal 2012-11-06 17:18:32,539 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: VM_MIGRATION_START_SYSTEM_INITIATED not have severity. Assumed Normal 2012-11-06 17:18:32,540 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: VDS_NETWORK_MTU_DIFFER_FROM_LOGICAL_NETWORK not have severity. Assumed Normal 2012-11-06 17:18:32,561 INFO [org.ovirt.engine.core.bll.adbroker.UsersDomainsCacheManagerService] (MSC service thread 1-4) DbUserCacheManager: 11/6/12 5:18 PM 2012-11-06 17:18:32,617 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-1) DbUserCacheManager::refreshAllUserData() - entered 2012-11-06 17:18:42,752 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (MSC service thread 1-1) Eneterd VdsManager:constructor 2012-11-06 17:18:42,756 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (MSC service thread 1-1) vdsBroker(10.35.3.174,54,321) 2012-11-06 17:18:42,834 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (MSC service thread 1-1) ResourceManager::AddVds - VDS e90fe5de-1dbe-11e2-b40f-001a4a1697ca was added to the Resource Manager 2012-11-06 17:18:42,879 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (MSC service thread 1-1) AsyncTaskManager: Initialization of AsyncTaskManager completed successfully. 2012-11-06 17:18:42,880 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (MSC service thread 1-1) AsyncTaskManager: 11/6/12 5:18 PM 2012-11-06 17:18:42,881 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (MSC service thread 1-1) VdsLoadBalancer: 11/6/12 5:18 PM 2012-11-06 17:18:42,886 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (pool-4-thread-1) MacPoolManager started: 11/6/12 5:18 PM 2012-11-06 17:18:42,959 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (pool-4-thread-1) MacPoolManager finished: 11/6/12 5:18 PM 2012-11-06 17:18:45,033 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-2) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:18:47,092 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-3) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:18:49,111 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-4) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:18:51,129 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-5) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:18:53,150 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-8) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:18:55,165 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-9) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:18:57,180 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-10) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:18:59,195 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-11) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:01,226 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-12) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:02,699 ERROR [org.ovirt.engine.core.bll.adbroker.GetRootDSE] (QuartzScheduler_Worker-1) Failed to query rootDSE for LDAP server LDAP://qa2-tlv.qa.lab.tlv.redhat.com:389 due to qa2-tlv.qa.lab.tlv.redhat.com:389 2012-11-06 17:19:02,701 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-1) Failed ldap search server LDAP://qa2-tlv.qa.lab.tlv.redhat.com:389 due to javax.naming.CommunicationException: qa2-tlv.qa.lab.tlv.redhat.com:389 [Root exception is java.net.SocketTimeoutException: connect timed out]. We should try the next server 2012-11-06 17:19:02,771 ERROR [org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy] (QuartzScheduler_Worker-1) Error from Kerberos: java.lang.NullPointerException at org.ovirt.engine.core.bll.adbroker.GSSAPICallbackHandler.handle(GSSAPICallbackHandler.java:47) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:969) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:966) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:965) at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:870) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:715) at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:580) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) at javax.security.auth.login.LoginContext.login(LoginContext.java:594) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticateToKDC(GSSAPIDirContextAuthenticationStrategy.java:127) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.explicitAuth(GSSAPIDirContextAuthenticationStrategy.java:119) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticate(GSSAPIDirContextAuthenticationStrategy.java:111) at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.useAuthenticationStrategy(GSSAPILdapTemplateWrapper.java:86) at org.ovirt.engine.core.bll.adbroker.PrepareLdapConnectionTask.call(PrepareLdapConnectionTask.java:56) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:103) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) at org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.PopulateUsers(LdapGetAdUserByUserIdListCommand.java:41) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.executeQuery(LdapGetAdUserByUserIdListCommand.java:29) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.DbUserCacheManager.refreshAllUserData(DbUserCacheManager.java:186) at org.ovirt.engine.core.bll.DbUserCacheManager.OnTimer(DbUserCacheManager.java:231) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) 2012-11-06 17:19:02,772 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-1) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Kerberos error. Please check log for further details.. We should not try the next server 2012-11-06 17:19:03,242 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-15) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:05,257 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-16) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:07,270 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-17) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:09,289 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-18) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:11,302 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-19) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:13,321 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-23) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:15,340 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-24) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:17,355 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-25) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:19,370 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-26) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:21,385 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-27) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:23,402 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-30) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:25,416 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-31) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:27,435 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-32) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:29,451 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-33) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:31,472 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-34) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:33,489 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-37) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:35,502 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-38) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:37,516 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-39) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:39,535 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-40) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:41,553 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-41) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 17:19:43,581 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-46) VDS::handleNetworkException Server failed to respond, vds_id = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, vds_name = dhcp-1-217.tlv.redhat.com, error = VDSNetworkException: 2012-11-06 17:19:43,666 INFO [org.ovirt.engine.core.bll.VdsEventListener] (pool-4-thread-32) ResourceManager::vdsNotResponding entered for Host e90fe5de-1dbe-11e2-b40f-001a4a1697ca, 10.35.3.174 2012-11-06 17:19:43,873 WARN [org.ovirt.engine.core.bll.VdsNotRespondingTreatmentCommand] (pool-4-thread-32) [5c26645d] CanDoAction of action VdsNotRespondingTreatment failed. Reasons:VDS_FENCING_DISABLED 2012-11-06 17:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering hosts is disabled, skipping 2012-11-06 17:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering storage domains is disabled, skipping 2012-11-06 17:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering hosts is disabled, skipping 2012-11-06 17:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering storage domains is disabled, skipping 2012-11-06 17:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering hosts is disabled, skipping 2012-11-06 17:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering storage domains is disabled, skipping 2012-11-06 17:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering hosts is disabled, skipping 2012-11-06 17:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-06 17:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering hosts is disabled, skipping 2012-11-06 17:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering storage domains is disabled, skipping 2012-11-06 17:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering hosts is disabled, skipping 2012-11-06 17:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering storage domains is disabled, skipping 2012-11-06 17:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering hosts is disabled, skipping 2012-11-06 17:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering storage domains is disabled, skipping 2012-11-06 18:16:55,976 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) Start time: 11/6/12 6:16 PM 2012-11-06 18:16:56,015 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-1) Could not find enum value for option: CbcCheckOnVdsChange 2012-11-06 18:16:56,025 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-1) Could not find enum value for option: f 2012-11-06 18:16:56,030 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-1) Could not find enum value for option: CAEngineKey 2012-11-06 18:16:56,079 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-1) Could not find enum value for option: MinimalETLVersion 2012-11-06 18:16:56,245 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-1) Could not find enum value for option: ScriptsPath 2012-11-06 18:16:56,250 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-1) Could not find enum value for option: SQLServerI18NPrefix 2012-11-06 18:16:56,340 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-1) Failed to decrypt Data must start with zero 2012-11-06 18:16:56,341 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-1) Failed to decrypt value for property TruststorePass will be used encrypted value 2012-11-06 18:16:56,381 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-1) Failed to decrypt Data must start with zero 2012-11-06 18:16:56,382 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-1) Failed to decrypt value for property SysPrepDefaultPassword will be used encrypted value 2012-11-06 18:16:56,426 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-1) Failed to decrypt Data must start with zero 2012-11-06 18:16:56,426 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-1) Failed to decrypt value for property CertificatePassword will be used encrypted value 2012-11-06 18:16:56,466 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-1) Failed to decrypt Data must start with zero 2012-11-06 18:16:56,466 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-1) Failed to decrypt value for property AdminPassword will be used encrypted value 2012-11-06 18:16:56,503 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-1) Failed to decrypt Data must start with zero 2012-11-06 18:16:56,504 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-1) Failed to decrypt value for property LocalAdminPassword will be used encrypted value 2012-11-06 18:16:56,505 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-1) Could not find enum value for option: ENGINEEARLib 2012-11-06 18:16:56,513 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) VDSBrokerFrontend: 11/6/12 6:16 PM 2012-11-06 18:16:56,516 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) CpuFlagsManager: 11/6/12 6:16 PM 2012-11-06 18:16:56,517 INFO [org.ovirt.engine.core.bll.AuditLogCleanupManager] (MSC service thread 1-1) Setting audit clean up manager to run at: 35 35 3 * * ? 2012-11-06 18:16:56,544 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) AuditLogCleanupManager: 11/6/12 6:16 PM 2012-11-06 18:16:56,548 INFO [org.ovirt.engine.core.bll.TagsDirector] (MSC service thread 1-1) TagsDirector initialization 2012-11-06 18:16:56,570 INFO [org.ovirt.engine.core.bll.TagsDirector] (MSC service thread 1-1) Tag root added to tree 2012-11-06 18:16:56,581 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) TagsDirector: 11/6/12 6:16 PM 2012-11-06 18:16:56,590 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) IsoDomainListSyncronizer: 11/6/12 6:16 PM 2012-11-06 18:16:56,612 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) InitHandlers: 11/6/12 6:16 PM 2012-11-06 18:16:56,624 WARN [org.ovirt.engine.core.utils.ErrorTranslatorImpl] (MSC service thread 1-1) Code VDS_FENCING_OPERATION_FAILED appears more then once in string table. 2012-11-06 18:16:56,628 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) ErrorTranslator: 11/6/12 6:16 PM 2012-11-06 18:16:56,628 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) VdsErrorTranslator: 11/6/12 6:16 PM 2012-11-06 18:16:56,629 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) Mark uncompleted jobs as UNKNOWN: 11/6/12 6:16 PM 2012-11-06 18:16:56,672 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) JobRepositoryCleanupManager: 11/6/12 6:16 PM 2012-11-06 18:16:56,674 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) AutoRecoveryManager: 11/6/12 6:16 PM 2012-11-06 18:16:56,678 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) ExecutionMessageDirector: 11/6/12 6:16 PM 2012-11-06 18:16:56,708 INFO [org.ovirt.engine.core.bll.adbroker.UsersDomainsCacheManagerService] (MSC service thread 1-4) UsersDomainsCacheManager: 11/6/12 6:16 PM 2012-11-06 18:16:56,711 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (MSC service thread 1-3) InitResourceManager: 11/6/12 6:16 PM 2012-11-06 18:16:56,713 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (MSC service thread 1-3) ResourceManager::ResourceManager::Entered 2012-11-06 18:16:56,875 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: UNASSIGNED not exist in string table 2012-11-06 18:16:56,889 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: VDS_NETWORK_MTU_DIFFER_FROM_LOGICAL_NETWORK not exist in string table 2012-11-06 18:16:56,890 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: STORAGE_ACTIVATE_ASYNC not exist in string table 2012-11-06 18:16:56,890 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: DWH_STOPPED not exist in string table 2012-11-06 18:16:56,890 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: DWH_STARTED not exist in string table 2012-11-06 18:16:56,890 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: DWH_ERROR not exist in string table 2012-11-06 18:16:56,893 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: USER_ATTACH_DISK_TO_VM not have severity. Assumed Normal 2012-11-06 18:16:56,893 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: USER_FAILED_ATTACH_DISK_TO_VM not have severity. Assumed Normal 2012-11-06 18:16:56,894 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: USER_DETACH_DISK_FROM_VM not have severity. Assumed Normal 2012-11-06 18:16:56,894 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: USER_FAILED_DETACH_DISK_FROM_VM not have severity. Assumed Normal 2012-11-06 18:16:56,894 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: GLUSTER_HOST_ADD_FAILED not have severity. Assumed Normal 2012-11-06 18:16:56,894 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: VM_MIGRATION_START_SYSTEM_INITIATED not have severity. Assumed Normal 2012-11-06 18:16:56,894 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-3) AuditLogType: VDS_NETWORK_MTU_DIFFER_FROM_LOGICAL_NETWORK not have severity. Assumed Normal 2012-11-06 18:16:57,398 INFO [org.ovirt.engine.core.bll.adbroker.UsersDomainsCacheManagerService] (MSC service thread 1-4) DbUserCacheManager: 11/6/12 6:16 PM 2012-11-06 18:16:57,431 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-1) DbUserCacheManager::refreshAllUserData() - entered 2012-11-06 18:17:07,547 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (MSC service thread 1-3) Eneterd VdsManager:constructor 2012-11-06 18:17:07,548 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (MSC service thread 1-3) vdsBroker(10.35.3.174,54,321) 2012-11-06 18:17:07,674 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (MSC service thread 1-3) ResourceManager::AddVds - VDS e90fe5de-1dbe-11e2-b40f-001a4a1697ca was added to the Resource Manager 2012-11-06 18:17:07,716 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (MSC service thread 1-3) AsyncTaskManager: Initialization of AsyncTaskManager completed successfully. 2012-11-06 18:17:07,717 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (MSC service thread 1-3) AsyncTaskManager: 11/6/12 6:17 PM 2012-11-06 18:17:07,718 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (MSC service thread 1-3) VdsLoadBalancer: 11/6/12 6:17 PM 2012-11-06 18:17:07,737 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (pool-4-thread-1) MacPoolManager started: 11/6/12 6:17 PM 2012-11-06 18:17:07,822 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (pool-4-thread-1) MacPoolManager finished: 11/6/12 6:17 PM 2012-11-06 18:17:09,863 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-2) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:11,897 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-3) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:13,926 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-4) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:15,947 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-5) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:17,966 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-8) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:19,980 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-9) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:22,000 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-10) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:24,015 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-11) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:26,033 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-12) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:27,569 ERROR [org.ovirt.engine.core.bll.adbroker.GetRootDSE] (QuartzScheduler_Worker-1) Failed to query rootDSE for LDAP server LDAP://qa2-tlv.qa.lab.tlv.redhat.com:389 due to qa2-tlv.qa.lab.tlv.redhat.com:389 2012-11-06 18:17:27,572 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-1) Failed ldap search server LDAP://qa2-tlv.qa.lab.tlv.redhat.com:389 due to javax.naming.CommunicationException: qa2-tlv.qa.lab.tlv.redhat.com:389 [Root exception is java.net.SocketTimeoutException: connect timed out]. We should try the next server 2012-11-06 18:17:27,648 ERROR [org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy] (QuartzScheduler_Worker-1) Error from Kerberos: java.lang.NullPointerException at org.ovirt.engine.core.bll.adbroker.GSSAPICallbackHandler.handle(GSSAPICallbackHandler.java:47) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:969) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:966) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:965) at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:870) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:715) at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:580) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) at javax.security.auth.login.LoginContext.login(LoginContext.java:594) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticateToKDC(GSSAPIDirContextAuthenticationStrategy.java:127) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.explicitAuth(GSSAPIDirContextAuthenticationStrategy.java:119) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticate(GSSAPIDirContextAuthenticationStrategy.java:111) at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.useAuthenticationStrategy(GSSAPILdapTemplateWrapper.java:86) at org.ovirt.engine.core.bll.adbroker.PrepareLdapConnectionTask.call(PrepareLdapConnectionTask.java:56) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:103) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) at org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.PopulateUsers(LdapGetAdUserByUserIdListCommand.java:41) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.executeQuery(LdapGetAdUserByUserIdListCommand.java:29) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.DbUserCacheManager.refreshAllUserData(DbUserCacheManager.java:186) at org.ovirt.engine.core.bll.DbUserCacheManager.OnTimer(DbUserCacheManager.java:231) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) 2012-11-06 18:17:27,649 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-1) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Kerberos error. Please check log for further details.. We should not try the next server 2012-11-06 18:17:28,048 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-15) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:30,065 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-16) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:32,436 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-17) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:34,456 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-18) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:36,471 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-19) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:38,486 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-23) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:40,502 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-24) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:42,514 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-25) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:44,533 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-26) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:46,556 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-27) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:48,576 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-30) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:50,606 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-31) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:52,630 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-32) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:54,659 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-33) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:56,682 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-34) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:17:58,699 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-37) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:18:00,726 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-38) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:18:02,740 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-39) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:18:04,755 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-40) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:18:06,771 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-41) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:18:08,785 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-46) VDS::handleNetworkException Server failed to respond, vds_id = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, vds_name = dhcp-1-217.tlv.redhat.com, error = VDSNetworkException: 2012-11-06 18:18:08,916 INFO [org.ovirt.engine.core.bll.VdsEventListener] (pool-4-thread-32) ResourceManager::vdsNotResponding entered for Host e90fe5de-1dbe-11e2-b40f-001a4a1697ca, 10.35.3.174 2012-11-06 18:18:09,188 WARN [org.ovirt.engine.core.bll.VdsNotRespondingTreatmentCommand] (pool-4-thread-32) [42eb6260] CanDoAction of action VdsNotRespondingTreatment failed. Reasons:VDS_FENCING_DISABLED 2012-11-06 18:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering hosts is disabled, skipping 2012-11-06 18:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering storage domains is disabled, skipping 2012-11-06 18:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering hosts is disabled, skipping 2012-11-06 18:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering storage domains is disabled, skipping 2012-11-06 18:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering hosts is disabled, skipping 2012-11-06 18:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-06 18:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering hosts is disabled, skipping 2012-11-06 18:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering storage domains is disabled, skipping 2012-11-06 18:38:39,881 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Start time: 11/6/12 6:38 PM 2012-11-06 18:38:39,938 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: CbcCheckOnVdsChange 2012-11-06 18:38:39,948 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: f 2012-11-06 18:38:39,949 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: CAEngineKey 2012-11-06 18:38:39,989 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: MinimalETLVersion 2012-11-06 18:38:40,186 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: ScriptsPath 2012-11-06 18:38:40,186 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: SQLServerI18NPrefix 2012-11-06 18:38:40,260 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-2) Failed to decrypt Data must start with zero 2012-11-06 18:38:40,260 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-2) Failed to decrypt value for property TruststorePass will be used encrypted value 2012-11-06 18:38:40,297 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-2) Failed to decrypt Data must start with zero 2012-11-06 18:38:40,297 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-2) Failed to decrypt value for property SysPrepDefaultPassword will be used encrypted value 2012-11-06 18:38:40,334 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-2) Failed to decrypt Data must start with zero 2012-11-06 18:38:40,334 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-2) Failed to decrypt value for property CertificatePassword will be used encrypted value 2012-11-06 18:38:40,370 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-2) Failed to decrypt Data must start with zero 2012-11-06 18:38:40,370 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-2) Failed to decrypt value for property AdminPassword will be used encrypted value 2012-11-06 18:38:40,405 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-2) Failed to decrypt Data must start with zero 2012-11-06 18:38:40,405 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-2) Failed to decrypt value for property LocalAdminPassword will be used encrypted value 2012-11-06 18:38:40,410 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: ENGINEEARLib 2012-11-06 18:38:40,412 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) VDSBrokerFrontend: 11/6/12 6:38 PM 2012-11-06 18:38:40,415 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) CpuFlagsManager: 11/6/12 6:38 PM 2012-11-06 18:38:40,416 INFO [org.ovirt.engine.core.bll.AuditLogCleanupManager] (MSC service thread 1-2) Setting audit clean up manager to run at: 35 35 3 * * ? 2012-11-06 18:38:40,430 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) AuditLogCleanupManager: 11/6/12 6:38 PM 2012-11-06 18:38:40,433 INFO [org.ovirt.engine.core.bll.TagsDirector] (MSC service thread 1-2) TagsDirector initialization 2012-11-06 18:38:40,450 INFO [org.ovirt.engine.core.bll.TagsDirector] (MSC service thread 1-2) Tag root added to tree 2012-11-06 18:38:40,458 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) TagsDirector: 11/6/12 6:38 PM 2012-11-06 18:38:40,463 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) IsoDomainListSyncronizer: 11/6/12 6:38 PM 2012-11-06 18:38:40,480 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) InitHandlers: 11/6/12 6:38 PM 2012-11-06 18:38:40,490 WARN [org.ovirt.engine.core.utils.ErrorTranslatorImpl] (MSC service thread 1-2) Code VDS_FENCING_OPERATION_FAILED appears more then once in string table. 2012-11-06 18:38:40,491 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) ErrorTranslator: 11/6/12 6:38 PM 2012-11-06 18:38:40,491 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) VdsErrorTranslator: 11/6/12 6:38 PM 2012-11-06 18:38:40,492 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Mark uncompleted jobs as UNKNOWN: 11/6/12 6:38 PM 2012-11-06 18:38:40,518 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) JobRepositoryCleanupManager: 11/6/12 6:38 PM 2012-11-06 18:38:40,520 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) AutoRecoveryManager: 11/6/12 6:38 PM 2012-11-06 18:38:40,522 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) ExecutionMessageDirector: 11/6/12 6:38 PM 2012-11-06 18:38:40,603 INFO [org.ovirt.engine.core.bll.adbroker.UsersDomainsCacheManagerService] (MSC service thread 1-2) UsersDomainsCacheManager: 11/6/12 6:38 PM 2012-11-06 18:38:40,603 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (MSC service thread 1-1) InitResourceManager: 11/6/12 6:38 PM 2012-11-06 18:38:40,609 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (MSC service thread 1-1) ResourceManager::ResourceManager::Entered 2012-11-06 18:38:40,795 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: UNASSIGNED not exist in string table 2012-11-06 18:38:40,795 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: USER_RUN_UNLOCK_ENTITY_SCRIPT not exist in string table 2012-11-06 18:38:40,796 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: VDS_NETWORK_MTU_DIFFER_FROM_LOGICAL_NETWORK not exist in string table 2012-11-06 18:38:40,796 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: STORAGE_ACTIVATE_ASYNC not exist in string table 2012-11-06 18:38:40,796 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: DWH_STOPPED not exist in string table 2012-11-06 18:38:40,803 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: DWH_STARTED not exist in string table 2012-11-06 18:38:40,803 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: DWH_ERROR not exist in string table 2012-11-06 18:38:40,807 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: USER_ATTACH_DISK_TO_VM not have severity. Assumed Normal 2012-11-06 18:38:40,807 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: USER_FAILED_ATTACH_DISK_TO_VM not have severity. Assumed Normal 2012-11-06 18:38:40,807 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: USER_DETACH_DISK_FROM_VM not have severity. Assumed Normal 2012-11-06 18:38:40,807 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: USER_FAILED_DETACH_DISK_FROM_VM not have severity. Assumed Normal 2012-11-06 18:38:40,807 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: USER_RUN_UNLOCK_ENTITY_SCRIPT not have severity. Assumed Normal 2012-11-06 18:38:40,808 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: GLUSTER_HOST_ADD_FAILED not have severity. Assumed Normal 2012-11-06 18:38:40,808 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: VM_MIGRATION_START_SYSTEM_INITIATED not have severity. Assumed Normal 2012-11-06 18:38:40,808 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (MSC service thread 1-1) AuditLogType: VDS_NETWORK_MTU_DIFFER_FROM_LOGICAL_NETWORK not have severity. Assumed Normal 2012-11-06 18:38:41,023 INFO [org.ovirt.engine.core.bll.adbroker.UsersDomainsCacheManagerService] (MSC service thread 1-2) DbUserCacheManager: 11/6/12 6:38 PM 2012-11-06 18:38:41,060 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-1) DbUserCacheManager::refreshAllUserData() - entered 2012-11-06 18:38:51,071 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (MSC service thread 1-1) Eneterd VdsManager:constructor 2012-11-06 18:38:51,072 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (MSC service thread 1-1) vdsBroker(10.35.3.174,54,321) 2012-11-06 18:38:51,184 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (MSC service thread 1-1) ResourceManager::AddVds - VDS e90fe5de-1dbe-11e2-b40f-001a4a1697ca was added to the Resource Manager 2012-11-06 18:38:51,227 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (MSC service thread 1-1) AsyncTaskManager: Initialization of AsyncTaskManager completed successfully. 2012-11-06 18:38:51,227 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (MSC service thread 1-1) AsyncTaskManager: 11/6/12 6:38 PM 2012-11-06 18:38:51,228 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (MSC service thread 1-1) VdsLoadBalancer: 11/6/12 6:38 PM 2012-11-06 18:38:51,238 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (pool-4-thread-1) MacPoolManager started: 11/6/12 6:38 PM 2012-11-06 18:38:51,538 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (pool-4-thread-1) MacPoolManager finished: 11/6/12 6:38 PM 2012-11-06 18:38:53,378 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-2) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:38:55,403 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-3) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:38:57,425 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-4) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:38:59,447 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-5) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:01,473 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-8) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:03,493 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-9) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:05,510 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-10) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:07,527 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-11) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:09,545 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-12) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:11,153 ERROR [org.ovirt.engine.core.bll.adbroker.GetRootDSE] (QuartzScheduler_Worker-1) Failed to query rootDSE for LDAP server LDAP://qa2-tlv.qa.lab.tlv.redhat.com:389 due to qa2-tlv.qa.lab.tlv.redhat.com:389 2012-11-06 18:39:11,155 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-1) Failed ldap search server LDAP://qa2-tlv.qa.lab.tlv.redhat.com:389 due to javax.naming.CommunicationException: qa2-tlv.qa.lab.tlv.redhat.com:389 [Root exception is java.net.SocketTimeoutException: connect timed out]. We should try the next server 2012-11-06 18:39:11,217 ERROR [org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy] (QuartzScheduler_Worker-1) Error from Kerberos: java.lang.NullPointerException at org.ovirt.engine.core.bll.adbroker.GSSAPICallbackHandler.handle(GSSAPICallbackHandler.java:47) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:969) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:966) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:965) at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:870) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:715) at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:580) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) at javax.security.auth.login.LoginContext.login(LoginContext.java:594) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticateToKDC(GSSAPIDirContextAuthenticationStrategy.java:127) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.explicitAuth(GSSAPIDirContextAuthenticationStrategy.java:119) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticate(GSSAPIDirContextAuthenticationStrategy.java:111) at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.useAuthenticationStrategy(GSSAPILdapTemplateWrapper.java:86) at org.ovirt.engine.core.bll.adbroker.PrepareLdapConnectionTask.call(PrepareLdapConnectionTask.java:56) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:103) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) at org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.PopulateUsers(LdapGetAdUserByUserIdListCommand.java:41) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.executeQuery(LdapGetAdUserByUserIdListCommand.java:29) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.DbUserCacheManager.refreshAllUserData(DbUserCacheManager.java:186) at org.ovirt.engine.core.bll.DbUserCacheManager.OnTimer(DbUserCacheManager.java:231) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) 2012-11-06 18:39:11,218 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-1) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Kerberos error. Please check log for further details.. We should not try the next server 2012-11-06 18:39:11,560 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-15) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:13,575 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-16) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:15,593 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-17) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:17,616 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-18) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:19,631 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-19) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:21,649 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-23) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:23,666 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-24) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:25,680 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-25) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:27,698 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-26) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:29,722 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-27) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:31,736 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-30) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:33,751 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-31) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:35,768 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-32) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:37,785 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-33) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:39,803 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-34) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:41,816 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-37) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:43,830 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-38) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:45,844 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-39) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:47,857 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-40) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:49,878 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-41) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, VDS Network Error, continuing. VDSNetworkException: 2012-11-06 18:39:51,897 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-46) VDS::handleNetworkException Server failed to respond, vds_id = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, vds_name = dhcp-1-217.tlv.redhat.com, error = VDSNetworkException: 2012-11-06 18:39:51,997 INFO [org.ovirt.engine.core.bll.VdsEventListener] (pool-4-thread-32) ResourceManager::vdsNotResponding entered for Host e90fe5de-1dbe-11e2-b40f-001a4a1697ca, 10.35.3.174 2012-11-06 18:39:52,944 WARN [org.ovirt.engine.core.bll.VdsNotRespondingTreatmentCommand] (pool-4-thread-32) [36b1beed] CanDoAction of action VdsNotRespondingTreatment failed. Reasons:VDS_FENCING_DISABLED 2012-11-06 18:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-06 18:40:00,098 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-06 18:40:00,098 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-06 18:40:00,098 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-06 18:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-06 18:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-06 18:45:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-06 18:45:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-06 18:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts 2012-11-06 18:50:00,046 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering 0 hosts 2012-11-06 18:50:00,046 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts done 2012-11-06 18:50:00,046 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering storage domains is disabled, skipping 2012-11-06 18:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts 2012-11-06 18:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering 0 hosts 2012-11-06 18:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts done 2012-11-06 18:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering storage domains is disabled, skipping 2012-11-06 18:57:37,208 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 18:57:37,929 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-06 18:57:37,932 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginAdminUserCommand internal: false. 2012-11-06 18:57:38,556 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-3) Adding new value to configuration cache. 2012-11-06 18:57:38,562 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-3) Didnt find the value of DBPagingType in DB for version general - using default: Offset 2012-11-06 18:57:38,563 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-3) Adding new value to configuration cache. 2012-11-06 18:57:38,563 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-3) Didnt find the value of DBPagingSyntax in DB for version general - using default: OFFSET (%1$s -1) LIMIT %2$s 2012-11-06 18:57:38,563 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-3) Adding new value to configuration cache. 2012-11-06 18:57:38,563 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-3) Didnt find the value of DBSearchTemplate in DB for version general - using default: SELECT * FROM (%2$s) %1$s) as T1 %3$s 2012-11-06 18:57:59,909 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-2) Adding new value to configuration cache. 2012-11-06 18:57:59,918 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-2) Didnt find the value of DBI18NPrefix in DB for version general - using default: 2012-11-06 18:58:38,287 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase] (QuartzScheduler_Worker-40) Command org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesVDSCommand return value org.ovirt.engine.core.vdsbroker.vdsbroker.VDSInfoReturnForXmlRpc@219215c0 2012-11-06 18:58:38,287 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase] (QuartzScheduler_Worker-40) HostName = dhcp-1-217.tlv.redhat.com 2012-11-06 18:58:38,396 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBase] (QuartzScheduler_Worker-40) Command GetCapabilitiesVDS execution failed. Error: VDSRecoveringException: Recovering from crash or Initializing 2012-11-06 18:58:38,675 WARN [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-40) ResourceManager::refreshVdsRunTimeInfo::Failed to refresh VDS , vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com, error = Recovering from crash or Initializing, continuing. 2012-11-06 18:58:42,204 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-44) VM ttt2 2d001b91-1bd4-453a-97c1-188a35a07851 moved from Unknown --> Up 2012-11-06 18:58:42,208 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-44) VM floppy ed852a3b-44f1-49a4-b2dd-0aa764931a2e moved from Unknown --> Up 2012-11-06 18:58:42,210 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-44) Cancelling the recovery from crash timer for VDS e90fe5de-1dbe-11e2-b40f-001a4a1697ca because vds started initializing 2012-11-06 18:58:42,218 INFO [org.ovirt.engine.core.bll.InitVdsOnUpCommand] (QuartzScheduler_Worker-44) [5e0302fd] Running command: InitVdsOnUpCommand internal: true. 2012-11-06 18:58:43,112 INFO [org.ovirt.engine.core.bll.storage.ConnectHostToStoragePoolServersCommand] (QuartzScheduler_Worker-44) [4051ffa7] Running command: ConnectHostToStoragePoolServersCommand internal: true. Entities affected : ID: c9133b98-f765-11e1-990e-001a4a1697ca Type: StoragePool 2012-11-06 18:58:43,117 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (QuartzScheduler_Worker-44) [4051ffa7] START, ConnectStorageServerVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, storageType = NFS, connectionList = [{ id: 3c74c84c-91e3-4f83-8ca0-d75bcb614a49, connection: wolf.qa.lab.tlv.redhat.com:/volumes/wolf/monique_0_nfs_201210091055474025, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };{ id: 7df8b227-d6d3-4414-94d4-8b241c1fa48a, connection: wolf.qa.lab.tlv.redhat.com:/volumes/wolf/tareq_20120906130625, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };{ id: 47b13704-2bf8-4186-8498-4c554acd7fff, connection: wolf.qa.lab.tlv.redhat.com:/volumes/wolf/monique_monique_nfs_for_iso_0_nfs_20120909154146111247, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 1f5a470d 2012-11-06 18:58:43,182 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (QuartzScheduler_Worker-44) [4051ffa7] FINISH, ConnectStorageServerVDSCommand, return: {3c74c84c-91e3-4f83-8ca0-d75bcb614a49=0, 7df8b227-d6d3-4414-94d4-8b241c1fa48a=0, 47b13704-2bf8-4186-8498-4c554acd7fff=0}, log id: 1f5a470d 2012-11-06 18:58:43,182 INFO [org.ovirt.engine.core.bll.storage.ConnectHostToStoragePoolServersCommand] (QuartzScheduler_Worker-44) [4051ffa7] Host dhcp-1-217.tlv.redhat.com storage connection was succeeded 2012-11-06 18:58:43,234 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStoragePoolVDSCommand] (QuartzScheduler_Worker-44) [4051ffa7] START, ConnectStoragePoolVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, vds_spm_id = 1, masterDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, masterVersion = 1), log id: 2a8387b1 2012-11-06 18:58:46,117 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStoragePoolVDSCommand] (QuartzScheduler_Worker-44) [4051ffa7] FINISH, ConnectStoragePoolVDSCommand, log id: 2a8387b1 2012-11-06 18:58:46,212 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-44) [4051ffa7] No string for UNASSIGNED type. Use default Log 2012-11-06 18:58:46,223 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-50) [4051ffa7] MultipleActionsRunner of type MigrateVmToServer invoked with no actions 2012-11-06 18:58:46,277 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-44) [4051ffa7] Initializing Host: dhcp-1-217.tlv.redhat.com 2012-11-06 18:58:46,283 INFO [org.ovirt.engine.core.bll.HandleVdsCpuFlagsOrClusterChangedCommand] (QuartzScheduler_Worker-44) [32fdfb2c] Running command: HandleVdsCpuFlagsOrClusterChangedCommand internal: true. Entities affected : ID: e90fe5de-1dbe-11e2-b40f-001a4a1697ca Type: VDS 2012-11-06 18:58:46,311 INFO [org.ovirt.engine.core.bll.HandleVdsVersionCommand] (QuartzScheduler_Worker-44) [6075debf] Running command: HandleVdsVersionCommand internal: true. Entities affected : ID: e90fe5de-1dbe-11e2-b40f-001a4a1697ca Type: VDS 2012-11-06 18:58:53,725 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] (QuartzScheduler_Worker-53) hostFromVds::selectedVds - dhcp-1-217.tlv.redhat.com, spmStatus Free, storage pool Default 2012-11-06 18:58:53,758 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] (QuartzScheduler_Worker-53) SpmStatus on vds e90fe5de-1dbe-11e2-b40f-001a4a1697ca: Free 2012-11-06 18:58:53,812 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] (QuartzScheduler_Worker-53) starting spm on vds dhcp-1-217.tlv.redhat.com, storage pool Default, prevId 1, LVER 3 2012-11-06 18:58:53,815 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (QuartzScheduler_Worker-53) START, SpmStartVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, prevId=1, prevLVER=3, storagePoolFormatType=V3, recoveryMode=Manual, SCSIFencing=false), log id: 70b8133c 2012-11-06 18:58:53,849 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (QuartzScheduler_Worker-53) spmStart polling started: taskId = 8d1b3b67-4695-47c8-bc3e-535410dbbc35 2012-11-06 18:58:54,889 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (QuartzScheduler_Worker-53) spmStart polling ended: taskId = 8d1b3b67-4695-47c8-bc3e-535410dbbc35 task status = finished 2012-11-06 18:58:54,921 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (QuartzScheduler_Worker-53) spmStart polling ended, spm status: SPM 2012-11-06 18:58:54,924 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-53) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=8d1b3b67-4695-47c8-bc3e-535410dbbc35), log id: 4a97111c 2012-11-06 18:58:54,947 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-53) FINISH, HSMClearTaskVDSCommand, log id: 4a97111c 2012-11-06 18:58:54,948 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (QuartzScheduler_Worker-53) FINISH, SpmStartVDSCommand, return: org.ovirt.engine.core.common.businessentities.SpmStatusResult@2ceca645, log id: 70b8133c 2012-11-06 18:58:54,979 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] (QuartzScheduler_Worker-53) Initialize Irs proxy from vds: 10.35.3.174 2012-11-06 18:58:55,141 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-55) Attempting to get and stop tasks on storage pool Default 2012-11-06 18:58:55,142 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMGetAllTasksInfoVDSCommand] (QuartzScheduler_Worker-55) START, SPMGetAllTasksInfoVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2b574ce1 2012-11-06 18:58:55,582 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMGetAllTasksInfoVDSCommand] (QuartzScheduler_Worker-55) -- SPMGetAllTasksInfoVDSCommand::ExecuteIrsBrokerCommand: Attempting on storage pool c9133b98-f765-11e1-990e-001a4a1697ca 2012-11-06 18:58:55,586 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMGetAllTasksInfoVDSCommand] (QuartzScheduler_Worker-55) START, HSMGetAllTasksInfoVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca), log id: 35b1087b 2012-11-06 18:58:55,609 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMGetAllTasksInfoVDSCommand] (QuartzScheduler_Worker-55) FINISH, HSMGetAllTasksInfoVDSCommand, return: [], log id: 35b1087b 2012-11-06 18:58:55,610 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMGetAllTasksInfoVDSCommand] (QuartzScheduler_Worker-55) FINISH, SPMGetAllTasksInfoVDSCommand, return: [], log id: 2b574ce1 2012-11-06 18:58:55,610 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-55) Discovered no tasks on Storage Pool Default 2012-11-06 18:58:55,610 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMGetAllTasksInfoVDSCommand] (QuartzScheduler_Worker-55) START, SPMGetAllTasksInfoVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3f3c0a05 2012-11-06 18:58:55,611 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMGetAllTasksInfoVDSCommand] (QuartzScheduler_Worker-55) -- SPMGetAllTasksInfoVDSCommand::ExecuteIrsBrokerCommand: Attempting on storage pool c9133b98-f765-11e1-990e-001a4a1697ca 2012-11-06 18:58:55,613 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMGetAllTasksInfoVDSCommand] (QuartzScheduler_Worker-55) START, HSMGetAllTasksInfoVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca), log id: 4db8645 2012-11-06 18:58:55,637 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMGetAllTasksInfoVDSCommand] (QuartzScheduler_Worker-55) FINISH, HSMGetAllTasksInfoVDSCommand, return: [], log id: 4db8645 2012-11-06 18:58:55,637 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMGetAllTasksInfoVDSCommand] (QuartzScheduler_Worker-55) FINISH, SPMGetAllTasksInfoVDSCommand, return: [], log id: 3f3c0a05 2012-11-06 18:58:55,637 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-55) Discovered no tasks on Storage Pool Default 2012-11-06 19:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Checking autorecoverable hosts 2012-11-06 19:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Autorecovering 0 hosts 2012-11-06 19:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Checking autorecoverable hosts done 2012-11-06 19:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Autorecovering storage domains is disabled, skipping 2012-11-06 19:00:12,780 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:13,291 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:13,291 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:13,679 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:14,665 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [36eeedd9] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:14,739 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:14,860 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:14,861 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:14,898 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:14,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [683de953] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:15,056 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:15,184 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:15,185 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:15,231 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:15,239 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [cecc6b1] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:15,301 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:15,409 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:15,409 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:15,464 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:15,472 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [48a38f9f] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:15,559 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:15,648 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:15,648 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:15,692 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:15,706 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [7e46bd54] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:15,775 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:15,857 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:15,857 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:15,918 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:15,930 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [28c9ac43] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:16,009 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:16,112 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:16,112 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:16,171 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:16,181 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [5c508366] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:16,268 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:16,328 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:16,328 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:16,382 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:16,390 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [5afe2521] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:16,456 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:16,526 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:16,527 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:16,571 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:16,579 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7b7f8a10] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:16,659 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:16,724 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:16,725 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:16,782 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:16,800 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [5b76e61] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:16,870 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:16,930 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:16,932 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:17,053 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:17,064 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [451d5f6f] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:17,154 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:18,014 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:18,014 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:18,304 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:18,332 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [590507de] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:18,471 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:18,607 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:18,607 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:18,668 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:18,678 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [701fa596] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:19,264 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:19,341 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:19,341 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:19,412 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:19,446 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [1a1a595c] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:19,822 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:19,879 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:19,879 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:19,918 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:19,954 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [3cc2cbc6] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:20,271 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:20,342 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:20,342 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:20,401 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:21,105 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-4) [2e95efab] Lock Acquired to object EngineLock [exclusiveLocks= key: test2 value: VM_NAME , sharedLocks= ] 2012-11-06 19:00:21,197 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [2e95efab] START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5d98dc95 2012-11-06 19:00:21,199 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [2e95efab] FINISH, IsValidVDSCommand, return: true, log id: 5d98dc95 2012-11-06 19:00:21,255 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-4) [2e95efab] Running command: AddVmCommand internal: false. Entities affected : ID: 99408929-82cf-4dc7-a532-9d998063fa95 Type: VdsGroups, ID: 89c6b201-6b29-405c-8429-6e285bb53d17 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-06 19:00:21,256 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [2e95efab] START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 23f7ff72 2012-11-06 19:00:21,257 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [2e95efab] FINISH, IsValidVDSCommand, return: true, log id: 23f7ff72 2012-11-06 19:00:21,287 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-4) [2e95efab] MacPoolManager::allocateNewMac entered 2012-11-06 19:00:21,287 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-4) [2e95efab] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:16:81:6e 2012-11-06 19:00:21,394 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-4) [2e95efab] Lock freed to object EngineLock [exclusiveLocks= key: test2 value: VM_NAME , sharedLocks= ] 2012-11-06 19:00:21,395 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-4) [2e95efab] START, SetVmStatusVDSCommand( vmId = 4c133984-c929-4369-a4b8-3880e190e8b6, status = ImageLocked), log id: 3ce8a8c1 2012-11-06 19:00:21,411 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-4) [2e95efab] FINISH, SetVmStatusVDSCommand, log id: 3ce8a8c1 2012-11-06 19:00:21,428 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-4) [46f09f3e] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: 57f5065f-b7bc-45c8-b682-871f13dd3449 Type: Storage 2012-11-06 19:00:21,451 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-4) [46f09f3e] START, GetImageInfoVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1, imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3), log id: 3a8b59ea 2012-11-06 19:00:21,514 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-4) [46f09f3e] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@7991f1b3, log id: 3a8b59ea 2012-11-06 19:00:21,521 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-4) [46f09f3e] START, CreateSnapshotVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 5391a0c3-8f9d-460a-999c-51a054a43429, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = af1c160b-184b-40db-b698-de885a80d4c6, newImageDescription = , imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3, sourceImageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1), log id: 5194ddd3 2012-11-06 19:00:21,521 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-4) [46f09f3e] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-06 19:00:21,521 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-4) [46f09f3e] -- createVolume parameters: sdUUID=57f5065f-b7bc-45c8-b682-871f13dd3449 spUUID=c9133b98-f765-11e1-990e-001a4a1697ca imgGUID=5391a0c3-8f9d-460a-999c-51a054a43429 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=af1c160b-184b-40db-b698-de885a80d4c6 descr= srcImgGUID=8459ec2c-aebd-4c4b-b10c-9ae2292123d1 srcVolUUID=df9a5af5-e672-4159-ae13-a8493a92e7f3 2012-11-06 19:00:21,897 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-4) [46f09f3e] FINISH, CreateSnapshotVDSCommand, return: af1c160b-184b-40db-b698-de885a80d4c6, log id: 5194ddd3 2012-11-06 19:00:21,916 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-4) [46f09f3e] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 4c133984-c929-4369-a4b8-3880e190e8b6 2012-11-06 19:00:21,917 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-4) [46f09f3e] EntityMultiAsyncTasks::AttachTask: Attaching task cacdc1d9-f854-4a73-8368-4832655c06ba to entity 4c133984-c929-4369-a4b8-3880e190e8b6. 2012-11-06 19:00:21,925 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-4) [46f09f3e] Adding task cacdc1d9-f854-4a73-8368-4832655c06ba to DataBase 2012-11-06 19:00:22,066 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-4) [46f09f3e] Adding task cacdc1d9-f854-4a73-8368-4832655c06ba (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-06 19:00:23,093 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-4) [46f09f3e] BaseAsyncTask::StartPollingTask: Starting to poll task cacdc1d9-f854-4a73-8368-4832655c06ba. 2012-11-06 19:00:23,093 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-4) [46f09f3e] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 4c133984-c929-4369-a4b8-3880e190e8b6 is AddVm (determined by task cacdc1d9-f854-4a73-8368-4832655c06ba) 2012-11-06 19:00:23,109 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [8e539d] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:23,200 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:23,299 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:23,300 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:23,391 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:23,423 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [22df82b7] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:23,549 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:23,666 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:23,666 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:23,839 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:23,896 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [3397632] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:31,405 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-25) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-06 19:00:31,431 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-25) SPMAsyncTask::PollTask: Polling task cacdc1d9-f854-4a73-8368-4832655c06ba (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-06 19:00:31,481 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-25) BaseAsyncTask::OnTaskEndSuccess: Task cacdc1d9-f854-4a73-8368-4832655c06ba (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-06 19:00:31,484 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-25) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 4c133984-c929-4369-a4b8-3880e190e8b6 has ended -> executing EndAction 2012-11-06 19:00:31,484 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-25) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 4c133984-c929-4369-a4b8-3880e190e8b6): calling EndAction for action type AddVm. 2012-11-06 19:00:31,487 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-06 19:00:31,547 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-25) Cleaning zombie tasks: Clearing async task AddVm that started at 11/6/12 7:00 PM 2012-11-06 19:00:31,547 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-25) SPMAsyncTask::ClearAsyncTask: Attempting to clear task cacdc1d9-f854-4a73-8368-4832655c06ba 2012-11-06 19:00:31,548 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-25) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = cacdc1d9-f854-4a73-8368-4832655c06ba), log id: 56883992 2012-11-06 19:00:31,549 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-25) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=cacdc1d9-f854-4a73-8368-4832655c06ba), log id: 4f668e5 2012-11-06 19:00:31,582 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-50) [2e95efab] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-06 19:00:31,582 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-50) [46f09f3e] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-06 19:00:31,589 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-50) [46f09f3e] START, GetImageInfoVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 5391a0c3-8f9d-460a-999c-51a054a43429, imageId = af1c160b-184b-40db-b698-de885a80d4c6), log id: 41e23a33 2012-11-06 19:00:31,642 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-25) FINISH, HSMClearTaskVDSCommand, log id: 4f668e5 2012-11-06 19:00:31,643 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-25) FINISH, SPMClearTaskVDSCommand, log id: 56883992 2012-11-06 19:00:31,685 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-25) BaseAsyncTask::RemoveTaskFromDB: Removed task cacdc1d9-f854-4a73-8368-4832655c06ba from DataBase 2012-11-06 19:00:31,711 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-50) [46f09f3e] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@dbcc454e, log id: 41e23a33 2012-11-06 19:00:31,731 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-50) START, SetVmStatusVDSCommand( vmId = 4c133984-c929-4369-a4b8-3880e190e8b6, status = Down), log id: 55463600 2012-11-06 19:00:31,737 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-50) FINISH, SetVmStatusVDSCommand, log id: 55463600 2012-11-06 19:00:31,851 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-50) START, UpdateVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 1586a0e9 2012-11-06 19:00:31,927 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-50) FINISH, UpdateVMVDSCommand, log id: 1586a0e9 2012-11-06 19:00:31,984 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-06 19:00:31,984 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-06 19:00:32,007 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 4c133984-c929-4369-a4b8-3880e190e8b6 2012-11-06 19:00:33,979 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:34,073 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:34,073 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:34,126 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:34,169 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [294e4931] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:34,228 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:34,303 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:34,304 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:34,409 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:34,444 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [2f62f1d] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:34,518 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:00:34,596 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-06 19:00:34,596 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-06 19:00:34,637 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-06 19:00:34,853 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-2) [4b40f64b] Lock Acquired to object EngineLock [exclusiveLocks= key: test2 value: VM_NAME , sharedLocks= ] 2012-11-06 19:00:34,854 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-06 19:00:34,854 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-06 19:00:34,854 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-06 19:00:34,854 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-06 19:00:34,897 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-2) [4b40f64b] Running command: UpdateVmCommand internal: false. Entities affected : ID: 4c133984-c929-4369-a4b8-3880e190e8b6 Type: VM 2012-11-06 19:00:34,970 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [4b40f64b] START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 47424e8a 2012-11-06 19:00:34,971 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [4b40f64b] FINISH, IsValidVDSCommand, return: true, log id: 47424e8a 2012-11-06 19:00:34,984 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-2) [4b40f64b] START, UpdateVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 2f767a92 2012-11-06 19:00:35,105 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-2) [4b40f64b] FINISH, UpdateVMVDSCommand, log id: 2f767a92 2012-11-06 19:00:35,130 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-2) [4b40f64b] Lock freed to object EngineLock [exclusiveLocks= key: test2 value: VM_NAME , sharedLocks= ] 2012-11-06 19:00:35,449 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3f0391d0] Running command: LogoutUserCommand internal: false. 2012-11-06 19:00:48,949 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-3) Lock Acquired to object EngineLock [exclusiveLocks= key: 4c133984-c929-4369-a4b8-3880e190e8b6 value: VM , sharedLocks= ] 2012-11-06 19:00:48,958 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 79c7c16b 2012-11-06 19:00:48,960 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) FINISH, IsValidVDSCommand, return: true, log id: 79c7c16b 2012-11-06 19:00:49,040 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-3) START, IsVmDuringInitiatingVDSCommand( vmId = 4c133984-c929-4369-a4b8-3880e190e8b6), log id: 60e2482 2012-11-06 19:00:49,041 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-3) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 60e2482 2012-11-06 19:00:49,289 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-50) [3db5f6b2] Running command: RunVmCommand internal: false. Entities affected : ID: 4c133984-c929-4369-a4b8-3880e190e8b6 Type: VM 2012-11-06 19:00:49,367 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsoPrefixVDSCommand] (pool-4-thread-50) [3db5f6b2] START, IsoPrefixVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 521dfe59 2012-11-06 19:00:49,487 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsoPrefixVDSCommand] (pool-4-thread-50) [3db5f6b2] FINISH, IsoPrefixVDSCommand, return: /rhev/data-center/c9133b98-f765-11e1-990e-001a4a1697ca/3a03cbc2-0394-4eea-8020-4aabf271698a/images/11111111-1111-1111-1111-111111111111, log id: 521dfe59 2012-11-06 19:00:49,492 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-50) [3db5f6b2] START, CreateVmVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, vmId=4c133984-c929-4369-a4b8-3880e190e8b6, vm=org.ovirt.engine.core.common.businessentities.VM@38b3430b), log id: 435cc0dc 2012-11-06 19:00:49,504 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-50) [3db5f6b2] START, CreateVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, vmId=4c133984-c929-4369-a4b8-3880e190e8b6, vm=org.ovirt.engine.core.common.businessentities.VM@38b3430b), log id: 1c274b6b 2012-11-06 19:00:49,560 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-50) [3db5f6b2] XML RPC error in command CreateVDS ( HostName = dhcp-1-217.tlv.redhat.com ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-06 19:00:49,560 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-50) [3db5f6b2] FINISH, CreateVDSCommand, log id: 1c274b6b 2012-11-06 19:00:49,561 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-50) [3db5f6b2] VDS::create Failed creating vm test2 in vds = e90fe5de-1dbe-11e2-b40f-001a4a1697ca : dhcp-1-217.tlv.redhat.com error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-06 19:00:49,563 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-50) [3db5f6b2] FINISH, CreateVmVDSCommand, return: Down, log id: 435cc0dc 2012-11-06 19:00:49,563 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-50) [3db5f6b2] Lock freed to object EngineLock [exclusiveLocks= key: 4c133984-c929-4369-a4b8-3880e190e8b6 value: VM , sharedLocks= ] 2012-11-06 19:00:49,563 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-50) [3db5f6b2] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-06 19:01:51,255 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-84) Setting new tasks map. The map contains now 0 tasks 2012-11-06 19:01:51,255 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-84) Cleared all tasks of pool c9133b98-f765-11e1-990e-001a4a1697ca. 2012-11-06 19:01:51,260 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-84) Could not find vds that is spm and non-operational. 2012-11-06 19:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts 2012-11-06 19:05:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering 0 hosts 2012-11-06 19:05:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts done 2012-11-06 19:05:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering storage domains is disabled, skipping 2012-11-06 19:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts 2012-11-06 19:10:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering 0 hosts 2012-11-06 19:10:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts done 2012-11-06 19:10:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering storage domains is disabled, skipping 2012-11-06 19:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-06 19:15:00,033 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-06 19:15:00,034 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-06 19:15:00,034 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-06 19:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts 2012-11-06 19:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering 0 hosts 2012-11-06 19:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts done 2012-11-06 19:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering storage domains is disabled, skipping 2012-11-06 19:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts 2012-11-06 19:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering 0 hosts 2012-11-06 19:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts done 2012-11-06 19:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering storage domains is disabled, skipping 2012-11-06 19:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts 2012-11-06 19:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering 0 hosts 2012-11-06 19:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts done 2012-11-06 19:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering storage domains is disabled, skipping 2012-11-06 19:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts 2012-11-06 19:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering 0 hosts 2012-11-06 19:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts done 2012-11-06 19:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering storage domains is disabled, skipping 2012-11-06 19:39:11,219 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-26) DbUserCacheManager::refreshAllUserData() - entered 2012-11-06 19:39:11,246 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-26) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 19:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts 2012-11-06 19:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering 0 hosts 2012-11-06 19:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts done 2012-11-06 19:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering storage domains is disabled, skipping 2012-11-06 19:43:40,497 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 53e36675 2012-11-06 19:43:40,498 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7403e9dc 2012-11-06 19:43:40,498 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 53e36675 2012-11-06 19:43:40,499 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 581f91d7 2012-11-06 19:43:40,500 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) FINISH, IsValidVDSCommand, return: true, log id: 7403e9dc 2012-11-06 19:43:40,501 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-48) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6b71f45f 2012-11-06 19:43:40,531 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 581f91d7 2012-11-06 19:43:40,539 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-48) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 58f950de 2012-11-06 19:43:40,550 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-06 19:43:40,565 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-48) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 58f950de 2012-11-06 19:43:40,565 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-48) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 6b71f45f 2012-11-06 19:43:40,591 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-48) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-06 19:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-06 19:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-06 19:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-06 19:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-06 19:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts 2012-11-06 19:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering 0 hosts 2012-11-06 19:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts done 2012-11-06 19:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering storage domains is disabled, skipping 2012-11-06 19:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts 2012-11-06 19:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering 0 hosts 2012-11-06 19:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts done 2012-11-06 19:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering storage domains is disabled, skipping 2012-11-06 20:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-06 20:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-06 20:00:00,018 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-06 20:00:00,018 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-06 20:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts 2012-11-06 20:05:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering 0 hosts 2012-11-06 20:05:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts done 2012-11-06 20:05:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering storage domains is disabled, skipping 2012-11-06 20:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts 2012-11-06 20:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering 0 hosts 2012-11-06 20:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts done 2012-11-06 20:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering storage domains is disabled, skipping 2012-11-06 20:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Checking autorecoverable hosts 2012-11-06 20:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Autorecovering 0 hosts 2012-11-06 20:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Checking autorecoverable hosts done 2012-11-06 20:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Autorecovering storage domains is disabled, skipping 2012-11-06 20:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts 2012-11-06 20:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering 0 hosts 2012-11-06 20:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts done 2012-11-06 20:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering storage domains is disabled, skipping 2012-11-06 20:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts 2012-11-06 20:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering 0 hosts 2012-11-06 20:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts done 2012-11-06 20:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering storage domains is disabled, skipping 2012-11-06 20:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts 2012-11-06 20:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering 0 hosts 2012-11-06 20:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts done 2012-11-06 20:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering storage domains is disabled, skipping 2012-11-06 20:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts 2012-11-06 20:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering 0 hosts 2012-11-06 20:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts done 2012-11-06 20:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering storage domains is disabled, skipping 2012-11-06 20:39:11,308 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-68) DbUserCacheManager::refreshAllUserData() - entered 2012-11-06 20:39:11,330 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-68) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 20:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts 2012-11-06 20:40:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering 0 hosts 2012-11-06 20:40:00,029 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts done 2012-11-06 20:40:00,029 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering storage domains is disabled, skipping 2012-11-06 20:43:40,594 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5b56823d 2012-11-06 20:43:40,595 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 5b56823d 2012-11-06 20:43:40,596 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: b5e2d3b 2012-11-06 20:43:40,597 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: ab8bee2 2012-11-06 20:43:40,599 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) FINISH, IsValidVDSCommand, return: true, log id: ab8bee2 2012-11-06 20:43:40,599 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-48) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 19f6c9d5 2012-11-06 20:43:40,625 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: b5e2d3b 2012-11-06 20:43:40,626 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-48) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 7d5a7080 2012-11-06 20:43:40,648 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-06 20:43:40,653 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-48) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 7d5a7080 2012-11-06 20:43:40,653 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-48) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 19f6c9d5 2012-11-06 20:43:40,669 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-48) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-06 20:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts 2012-11-06 20:45:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering 0 hosts 2012-11-06 20:45:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts done 2012-11-06 20:45:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering storage domains is disabled, skipping 2012-11-06 20:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts 2012-11-06 20:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering 0 hosts 2012-11-06 20:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts done 2012-11-06 20:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering storage domains is disabled, skipping 2012-11-06 20:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-06 20:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-06 20:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-06 20:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-06 21:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts 2012-11-06 21:00:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering 0 hosts 2012-11-06 21:00:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts done 2012-11-06 21:00:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering storage domains is disabled, skipping 2012-11-06 21:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts 2012-11-06 21:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering 0 hosts 2012-11-06 21:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts done 2012-11-06 21:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering storage domains is disabled, skipping 2012-11-06 21:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts 2012-11-06 21:10:00,033 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering 0 hosts 2012-11-06 21:10:00,033 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts done 2012-11-06 21:10:00,033 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering storage domains is disabled, skipping 2012-11-06 21:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-06 21:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-06 21:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-06 21:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-06 21:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Checking autorecoverable hosts 2012-11-06 21:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Autorecovering 0 hosts 2012-11-06 21:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Checking autorecoverable hosts done 2012-11-06 21:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Autorecovering storage domains is disabled, skipping 2012-11-06 21:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-06 21:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-06 21:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-06 21:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-06 21:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts 2012-11-06 21:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering 0 hosts 2012-11-06 21:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts done 2012-11-06 21:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering storage domains is disabled, skipping 2012-11-06 21:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts 2012-11-06 21:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering 0 hosts 2012-11-06 21:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts done 2012-11-06 21:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering storage domains is disabled, skipping 2012-11-06 21:39:11,349 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-18) DbUserCacheManager::refreshAllUserData() - entered 2012-11-06 21:39:11,363 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-18) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 21:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts 2012-11-06 21:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering 0 hosts 2012-11-06 21:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts done 2012-11-06 21:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering storage domains is disabled, skipping 2012-11-06 21:43:40,676 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 10b1d134 2012-11-06 21:43:40,676 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: a1db57c 2012-11-06 21:43:40,676 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) FINISH, IsValidVDSCommand, return: true, log id: 10b1d134 2012-11-06 21:43:40,677 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-48) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6e06b42 2012-11-06 21:43:40,677 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: a1db57c 2012-11-06 21:43:40,677 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1ba57ce8 2012-11-06 21:43:40,678 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-48) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 37b7754c 2012-11-06 21:43:40,707 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-48) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 37b7754c 2012-11-06 21:43:40,707 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-48) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 6e06b42 2012-11-06 21:43:40,733 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 1ba57ce8 2012-11-06 21:43:40,757 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-48) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-06 21:43:40,826 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-06 21:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts 2012-11-06 21:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering 0 hosts 2012-11-06 21:45:00,036 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts done 2012-11-06 21:45:00,036 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering storage domains is disabled, skipping 2012-11-06 21:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-06 21:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-06 21:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-06 21:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-06 21:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts 2012-11-06 21:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering 0 hosts 2012-11-06 21:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts done 2012-11-06 21:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering storage domains is disabled, skipping 2012-11-06 22:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts 2012-11-06 22:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering 0 hosts 2012-11-06 22:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts done 2012-11-06 22:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering storage domains is disabled, skipping 2012-11-06 22:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-06 22:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-06 22:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-06 22:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-06 22:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts 2012-11-06 22:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering 0 hosts 2012-11-06 22:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts done 2012-11-06 22:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering storage domains is disabled, skipping 2012-11-06 22:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts 2012-11-06 22:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering 0 hosts 2012-11-06 22:15:00,025 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts done 2012-11-06 22:15:00,025 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering storage domains is disabled, skipping 2012-11-06 22:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts 2012-11-06 22:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering 0 hosts 2012-11-06 22:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts done 2012-11-06 22:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering storage domains is disabled, skipping 2012-11-06 22:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Checking autorecoverable hosts 2012-11-06 22:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Autorecovering 0 hosts 2012-11-06 22:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Checking autorecoverable hosts done 2012-11-06 22:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Autorecovering storage domains is disabled, skipping 2012-11-06 22:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-06 22:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-06 22:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-06 22:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-06 22:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Checking autorecoverable hosts 2012-11-06 22:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Autorecovering 0 hosts 2012-11-06 22:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Checking autorecoverable hosts done 2012-11-06 22:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Autorecovering storage domains is disabled, skipping 2012-11-06 22:39:11,387 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-71) DbUserCacheManager::refreshAllUserData() - entered 2012-11-06 22:39:11,403 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-71) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 22:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts 2012-11-06 22:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering 0 hosts 2012-11-06 22:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts done 2012-11-06 22:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering storage domains is disabled, skipping 2012-11-06 22:43:40,828 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4bb2fb9a 2012-11-06 22:43:40,829 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) FINISH, IsValidVDSCommand, return: true, log id: 4bb2fb9a 2012-11-06 22:43:40,829 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-48) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 39c2ab8f 2012-11-06 22:43:40,831 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6ea33216 2012-11-06 22:43:40,831 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 6ea33216 2012-11-06 22:43:40,840 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 656baf96 2012-11-06 22:43:40,861 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-48) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 39c2ab8f 2012-11-06 22:43:40,862 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 24f1fe14 2012-11-06 22:43:40,875 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-48) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-06 22:43:40,893 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 24f1fe14 2012-11-06 22:43:40,893 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 656baf96 2012-11-06 22:43:40,909 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-06 22:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts 2012-11-06 22:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering 0 hosts 2012-11-06 22:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts done 2012-11-06 22:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering storage domains is disabled, skipping 2012-11-06 22:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts 2012-11-06 22:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering 0 hosts 2012-11-06 22:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts done 2012-11-06 22:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering storage domains is disabled, skipping 2012-11-06 22:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-06 22:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-06 22:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-06 22:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-06 23:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts 2012-11-06 23:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering 0 hosts 2012-11-06 23:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts done 2012-11-06 23:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering storage domains is disabled, skipping 2012-11-06 23:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts 2012-11-06 23:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering 0 hosts 2012-11-06 23:05:00,045 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts done 2012-11-06 23:05:00,045 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering storage domains is disabled, skipping 2012-11-06 23:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts 2012-11-06 23:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering 0 hosts 2012-11-06 23:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts done 2012-11-06 23:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering storage domains is disabled, skipping 2012-11-06 23:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts 2012-11-06 23:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering 0 hosts 2012-11-06 23:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts done 2012-11-06 23:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering storage domains is disabled, skipping 2012-11-06 23:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts 2012-11-06 23:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering 0 hosts 2012-11-06 23:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts done 2012-11-06 23:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering storage domains is disabled, skipping 2012-11-06 23:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts 2012-11-06 23:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering 0 hosts 2012-11-06 23:25:00,031 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts done 2012-11-06 23:25:00,031 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering storage domains is disabled, skipping 2012-11-06 23:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts 2012-11-06 23:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering 0 hosts 2012-11-06 23:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts done 2012-11-06 23:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering storage domains is disabled, skipping 2012-11-06 23:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts 2012-11-06 23:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering 0 hosts 2012-11-06 23:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts done 2012-11-06 23:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering storage domains is disabled, skipping 2012-11-06 23:39:11,441 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-15) DbUserCacheManager::refreshAllUserData() - entered 2012-11-06 23:39:11,459 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-15) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-06 23:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts 2012-11-06 23:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering 0 hosts 2012-11-06 23:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts done 2012-11-06 23:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering storage domains is disabled, skipping 2012-11-06 23:43:40,915 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 12597a64 2012-11-06 23:43:40,916 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 12597a64 2012-11-06 23:43:40,916 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6d894422 2012-11-06 23:43:40,924 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6a98ae20 2012-11-06 23:43:40,940 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 6a98ae20 2012-11-06 23:43:40,940 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 32ba062e 2012-11-06 23:43:40,945 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 6d894422 2012-11-06 23:43:40,948 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 30ee85a1 2012-11-06 23:43:40,974 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 30ee85a1 2012-11-06 23:43:40,974 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 32ba062e 2012-11-06 23:43:40,980 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-06 23:43:40,991 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-06 23:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts 2012-11-06 23:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering 0 hosts 2012-11-06 23:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts done 2012-11-06 23:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering storage domains is disabled, skipping 2012-11-06 23:50:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts 2012-11-06 23:50:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering 0 hosts 2012-11-06 23:50:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts done 2012-11-06 23:50:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering storage domains is disabled, skipping 2012-11-06 23:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts 2012-11-06 23:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering 0 hosts 2012-11-06 23:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts done 2012-11-06 23:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering storage domains is disabled, skipping 2012-11-07 00:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts 2012-11-07 00:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering 0 hosts 2012-11-07 00:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts done 2012-11-07 00:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering storage domains is disabled, skipping 2012-11-07 00:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-07 00:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-07 00:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-07 00:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-07 00:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts 2012-11-07 00:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering 0 hosts 2012-11-07 00:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts done 2012-11-07 00:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering storage domains is disabled, skipping 2012-11-07 00:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts 2012-11-07 00:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering 0 hosts 2012-11-07 00:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts done 2012-11-07 00:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering storage domains is disabled, skipping 2012-11-07 00:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts 2012-11-07 00:20:00,044 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering 0 hosts 2012-11-07 00:20:00,044 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts done 2012-11-07 00:20:00,044 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering storage domains is disabled, skipping 2012-11-07 00:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts 2012-11-07 00:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering 0 hosts 2012-11-07 00:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts done 2012-11-07 00:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering storage domains is disabled, skipping 2012-11-07 00:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-07 00:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-07 00:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-07 00:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-07 00:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts 2012-11-07 00:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering 0 hosts 2012-11-07 00:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts done 2012-11-07 00:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering storage domains is disabled, skipping 2012-11-07 00:39:11,482 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-64) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 00:39:11,499 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-64) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 00:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-07 00:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-07 00:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-07 00:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-07 00:43:40,997 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1a88cfa5 2012-11-07 00:43:40,997 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 1a88cfa5 2012-11-07 00:43:40,998 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2992f838 2012-11-07 00:43:40,998 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6fe639da 2012-11-07 00:43:40,998 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 6fe639da 2012-11-07 00:43:40,999 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 60dd6284 2012-11-07 00:43:40,999 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 666ef9ca 2012-11-07 00:43:41,027 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 60dd6284 2012-11-07 00:43:41,027 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 2992f838 2012-11-07 00:43:41,053 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 666ef9ca 2012-11-07 00:43:41,060 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 00:43:41,073 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 00:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts 2012-11-07 00:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering 0 hosts 2012-11-07 00:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts done 2012-11-07 00:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering storage domains is disabled, skipping 2012-11-07 00:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-07 00:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-07 00:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-07 00:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-07 00:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts 2012-11-07 00:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering 0 hosts 2012-11-07 00:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts done 2012-11-07 00:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering storage domains is disabled, skipping 2012-11-07 01:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts 2012-11-07 01:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering 0 hosts 2012-11-07 01:00:00,035 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts done 2012-11-07 01:00:00,035 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering storage domains is disabled, skipping 2012-11-07 01:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Checking autorecoverable hosts 2012-11-07 01:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Autorecovering 0 hosts 2012-11-07 01:05:00,031 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Checking autorecoverable hosts done 2012-11-07 01:05:00,031 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Autorecovering storage domains is disabled, skipping 2012-11-07 01:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts 2012-11-07 01:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering 0 hosts 2012-11-07 01:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts done 2012-11-07 01:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering storage domains is disabled, skipping 2012-11-07 01:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts 2012-11-07 01:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering 0 hosts 2012-11-07 01:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts done 2012-11-07 01:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering storage domains is disabled, skipping 2012-11-07 01:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-07 01:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-07 01:20:00,020 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-07 01:20:00,020 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-07 01:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts 2012-11-07 01:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering 0 hosts 2012-11-07 01:25:00,044 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts done 2012-11-07 01:25:00,044 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering storage domains is disabled, skipping 2012-11-07 01:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts 2012-11-07 01:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering 0 hosts 2012-11-07 01:30:00,021 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts done 2012-11-07 01:30:00,021 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering storage domains is disabled, skipping 2012-11-07 01:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts 2012-11-07 01:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering 0 hosts 2012-11-07 01:35:00,031 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts done 2012-11-07 01:35:00,032 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering storage domains is disabled, skipping 2012-11-07 01:39:11,521 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-13) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 01:39:11,534 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-13) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 01:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts 2012-11-07 01:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering 0 hosts 2012-11-07 01:40:00,015 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts done 2012-11-07 01:40:00,015 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering storage domains is disabled, skipping 2012-11-07 01:43:41,076 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 16ee9da4 2012-11-07 01:43:41,076 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2f538f72 2012-11-07 01:43:41,078 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 16ee9da4 2012-11-07 01:43:41,078 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 43863cfd 2012-11-07 01:43:41,078 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) FINISH, IsValidVDSCommand, return: true, log id: 2f538f72 2012-11-07 01:43:41,079 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-47) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4f908752 2012-11-07 01:43:41,109 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 43863cfd 2012-11-07 01:43:41,110 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-47) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 108dbd23 2012-11-07 01:43:41,126 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 01:43:41,135 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-47) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 108dbd23 2012-11-07 01:43:41,135 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-47) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 4f908752 2012-11-07 01:43:41,153 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-47) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 01:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-07 01:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-07 01:45:00,047 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-07 01:45:00,047 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-07 01:50:00,171 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-07 01:50:00,173 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-07 01:50:00,173 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-07 01:50:00,173 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-07 01:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-07 01:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-07 01:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-07 01:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-07 02:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts 2012-11-07 02:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering 0 hosts 2012-11-07 02:00:00,046 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts done 2012-11-07 02:00:00,046 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering storage domains is disabled, skipping 2012-11-07 02:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts 2012-11-07 02:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering 0 hosts 2012-11-07 02:05:00,031 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts done 2012-11-07 02:05:00,031 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering storage domains is disabled, skipping 2012-11-07 02:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-07 02:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-07 02:10:00,024 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-07 02:10:00,024 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-07 02:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts 2012-11-07 02:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering 0 hosts 2012-11-07 02:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts done 2012-11-07 02:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering storage domains is disabled, skipping 2012-11-07 02:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts 2012-11-07 02:20:00,043 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering 0 hosts 2012-11-07 02:20:00,043 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts done 2012-11-07 02:20:00,043 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering storage domains is disabled, skipping 2012-11-07 02:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts 2012-11-07 02:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering 0 hosts 2012-11-07 02:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts done 2012-11-07 02:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering storage domains is disabled, skipping 2012-11-07 02:30:00,196 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts 2012-11-07 02:30:00,197 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering 0 hosts 2012-11-07 02:30:00,197 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts done 2012-11-07 02:30:00,197 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering storage domains is disabled, skipping 2012-11-07 02:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts 2012-11-07 02:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering 0 hosts 2012-11-07 02:35:00,019 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts done 2012-11-07 02:35:00,019 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering storage domains is disabled, skipping 2012-11-07 02:39:11,553 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-50) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 02:39:11,571 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-50) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 02:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts 2012-11-07 02:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering 0 hosts 2012-11-07 02:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts done 2012-11-07 02:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering storage domains is disabled, skipping 2012-11-07 02:43:41,157 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2d7c1dc9 2012-11-07 02:43:41,157 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7300051b 2012-11-07 02:43:41,158 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 2d7c1dc9 2012-11-07 02:43:41,158 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4d13c5b3 2012-11-07 02:43:41,158 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) FINISH, IsValidVDSCommand, return: true, log id: 7300051b 2012-11-07 02:43:41,158 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-47) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 82d24c6 2012-11-07 02:43:41,186 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 4d13c5b3 2012-11-07 02:43:41,187 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-47) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 4aa399db 2012-11-07 02:43:41,213 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-47) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 4aa399db 2012-11-07 02:43:41,213 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-47) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 82d24c6 2012-11-07 02:43:41,241 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 02:43:41,270 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-47) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 02:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts 2012-11-07 02:45:00,033 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering 0 hosts 2012-11-07 02:45:00,033 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts done 2012-11-07 02:45:00,033 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering storage domains is disabled, skipping 2012-11-07 02:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts 2012-11-07 02:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering 0 hosts 2012-11-07 02:50:00,042 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts done 2012-11-07 02:50:00,042 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering storage domains is disabled, skipping 2012-11-07 02:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts 2012-11-07 02:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering 0 hosts 2012-11-07 02:55:00,033 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts done 2012-11-07 02:55:00,034 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering storage domains is disabled, skipping 2012-11-07 03:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts 2012-11-07 03:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering 0 hosts 2012-11-07 03:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts done 2012-11-07 03:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering storage domains is disabled, skipping 2012-11-07 03:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts 2012-11-07 03:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering 0 hosts 2012-11-07 03:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts done 2012-11-07 03:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering storage domains is disabled, skipping 2012-11-07 03:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts 2012-11-07 03:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering 0 hosts 2012-11-07 03:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts done 2012-11-07 03:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering storage domains is disabled, skipping 2012-11-07 03:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-07 03:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-07 03:15:00,024 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-07 03:15:00,024 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-07 03:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts 2012-11-07 03:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering 0 hosts 2012-11-07 03:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts done 2012-11-07 03:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering storage domains is disabled, skipping 2012-11-07 03:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-07 03:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-07 03:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-07 03:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-07 03:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts 2012-11-07 03:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering 0 hosts 2012-11-07 03:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts done 2012-11-07 03:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering storage domains is disabled, skipping 2012-11-07 03:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts 2012-11-07 03:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering 0 hosts 2012-11-07 03:35:00,027 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts done 2012-11-07 03:35:00,027 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering storage domains is disabled, skipping 2012-11-07 03:35:35,000 INFO [org.ovirt.engine.core.bll.AuditLogCleanupManager] (QuartzScheduler_Worker-35) AuditLogCleanupManager::deleteAgedOutAuditLogs - entered 2012-11-07 03:39:11,588 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-96) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 03:39:11,601 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-96) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 03:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts 2012-11-07 03:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering 0 hosts 2012-11-07 03:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts done 2012-11-07 03:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering storage domains is disabled, skipping 2012-11-07 03:43:41,275 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5729d361 2012-11-07 03:43:41,275 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7af4b1fb 2012-11-07 03:43:41,276 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) FINISH, IsValidVDSCommand, return: true, log id: 5729d361 2012-11-07 03:43:41,276 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 7af4b1fb 2012-11-07 03:43:41,276 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5adf34e5 2012-11-07 03:43:41,277 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-47) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7409d4fe 2012-11-07 03:43:41,278 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 58676f1d 2012-11-07 03:43:41,306 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 58676f1d 2012-11-07 03:43:41,306 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 5adf34e5 2012-11-07 03:43:41,332 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-47) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 7409d4fe 2012-11-07 03:43:41,357 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 03:43:41,364 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-47) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 03:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-07 03:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-07 03:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-07 03:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-07 03:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Checking autorecoverable hosts 2012-11-07 03:50:00,090 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Autorecovering 0 hosts 2012-11-07 03:50:00,090 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Checking autorecoverable hosts done 2012-11-07 03:50:00,090 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Autorecovering storage domains is disabled, skipping 2012-11-07 03:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-07 03:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-07 03:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-07 03:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-07 04:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts 2012-11-07 04:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering 0 hosts 2012-11-07 04:00:00,022 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts done 2012-11-07 04:00:00,022 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering storage domains is disabled, skipping 2012-11-07 04:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts 2012-11-07 04:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering 0 hosts 2012-11-07 04:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts done 2012-11-07 04:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering storage domains is disabled, skipping 2012-11-07 04:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts 2012-11-07 04:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering 0 hosts 2012-11-07 04:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts done 2012-11-07 04:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering storage domains is disabled, skipping 2012-11-07 04:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts 2012-11-07 04:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering 0 hosts 2012-11-07 04:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts done 2012-11-07 04:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering storage domains is disabled, skipping 2012-11-07 04:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-07 04:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-07 04:20:00,029 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-07 04:20:00,029 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-07 04:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts 2012-11-07 04:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering 0 hosts 2012-11-07 04:25:00,016 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts done 2012-11-07 04:25:00,016 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering storage domains is disabled, skipping 2012-11-07 04:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-07 04:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-07 04:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-07 04:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-07 04:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts 2012-11-07 04:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering 0 hosts 2012-11-07 04:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts done 2012-11-07 04:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering storage domains is disabled, skipping 2012-11-07 04:39:11,618 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-41) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 04:39:11,636 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-41) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 04:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts 2012-11-07 04:40:00,023 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering 0 hosts 2012-11-07 04:40:00,023 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts done 2012-11-07 04:40:00,023 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering storage domains is disabled, skipping 2012-11-07 04:43:41,368 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 61b50402 2012-11-07 04:43:41,368 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 331a516b 2012-11-07 04:43:41,369 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 61b50402 2012-11-07 04:43:41,369 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7d9737fb 2012-11-07 04:43:41,369 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) FINISH, IsValidVDSCommand, return: true, log id: 331a516b 2012-11-07 04:43:41,369 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-47) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: a61aaf1 2012-11-07 04:43:41,370 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 43314817 2012-11-07 04:43:41,399 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 43314817 2012-11-07 04:43:41,399 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 7d9737fb 2012-11-07 04:43:41,411 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 04:43:41,425 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-47) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: a61aaf1 2012-11-07 04:43:41,450 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-47) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 04:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts 2012-11-07 04:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering 0 hosts 2012-11-07 04:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts done 2012-11-07 04:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering storage domains is disabled, skipping 2012-11-07 04:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts 2012-11-07 04:50:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering 0 hosts 2012-11-07 04:50:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts done 2012-11-07 04:50:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering storage domains is disabled, skipping 2012-11-07 04:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts 2012-11-07 04:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering 0 hosts 2012-11-07 04:55:00,042 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts done 2012-11-07 04:55:00,042 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering storage domains is disabled, skipping 2012-11-07 05:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts 2012-11-07 05:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering 0 hosts 2012-11-07 05:00:00,018 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts done 2012-11-07 05:00:00,018 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering storage domains is disabled, skipping 2012-11-07 05:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts 2012-11-07 05:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering 0 hosts 2012-11-07 05:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts done 2012-11-07 05:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering storage domains is disabled, skipping 2012-11-07 05:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts 2012-11-07 05:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering 0 hosts 2012-11-07 05:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts done 2012-11-07 05:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering storage domains is disabled, skipping 2012-11-07 05:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts 2012-11-07 05:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering 0 hosts 2012-11-07 05:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts done 2012-11-07 05:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering storage domains is disabled, skipping 2012-11-07 05:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-07 05:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-07 05:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-07 05:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-07 05:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Checking autorecoverable hosts 2012-11-07 05:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Autorecovering 0 hosts 2012-11-07 05:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Checking autorecoverable hosts done 2012-11-07 05:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Autorecovering storage domains is disabled, skipping 2012-11-07 05:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-07 05:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-07 05:30:00,014 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-07 05:30:00,014 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-07 05:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts 2012-11-07 05:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering 0 hosts 2012-11-07 05:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts done 2012-11-07 05:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering storage domains is disabled, skipping 2012-11-07 05:39:11,657 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-99) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 05:39:11,664 ERROR [org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy] (QuartzScheduler_Worker-99) Error from Kerberos: java.lang.NullPointerException at org.ovirt.engine.core.bll.adbroker.GSSAPICallbackHandler.handle(GSSAPICallbackHandler.java:47) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:969) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:966) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:965) at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:870) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:715) at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:580) at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) at javax.security.auth.login.LoginContext.login(LoginContext.java:594) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticateToKDC(GSSAPIDirContextAuthenticationStrategy.java:127) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.explicitAuth(GSSAPIDirContextAuthenticationStrategy.java:119) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticate(GSSAPIDirContextAuthenticationStrategy.java:111) at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.useAuthenticationStrategy(GSSAPILdapTemplateWrapper.java:86) at org.ovirt.engine.core.bll.adbroker.PrepareLdapConnectionTask.call(PrepareLdapConnectionTask.java:56) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:103) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) at org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.PopulateUsers(LdapGetAdUserByUserIdListCommand.java:41) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.executeQuery(LdapGetAdUserByUserIdListCommand.java:29) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.DbUserCacheManager.refreshAllUserData(DbUserCacheManager.java:186) at org.ovirt.engine.core.bll.DbUserCacheManager.OnTimer(DbUserCacheManager.java:231) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) 2012-11-07 05:39:11,664 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-99) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Kerberos error. Please check log for further details.. We should not try the next server 2012-11-07 05:39:11,664 WARN [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-99) User vdcadmin not found in directory sevrer, its status switched to InActive 2012-11-07 05:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts 2012-11-07 05:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering 0 hosts 2012-11-07 05:40:00,014 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts done 2012-11-07 05:40:00,014 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering storage domains is disabled, skipping 2012-11-07 05:43:41,453 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 11dd2349 2012-11-07 05:43:41,453 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7c8c4c12 2012-11-07 05:43:41,454 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) FINISH, IsValidVDSCommand, return: true, log id: 11dd2349 2012-11-07 05:43:41,454 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-47) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 22141e29 2012-11-07 05:43:41,455 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 7c8c4c12 2012-11-07 05:43:41,455 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 35553014 2012-11-07 05:43:41,455 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-47) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 79d2b3d1 2012-11-07 05:43:41,486 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-47) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 79d2b3d1 2012-11-07 05:43:41,486 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-47) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 22141e29 2012-11-07 05:43:41,514 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 35553014 2012-11-07 05:43:41,600 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-47) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 05:43:41,686 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 05:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-07 05:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-07 05:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-07 05:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-07 05:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Checking autorecoverable hosts 2012-11-07 05:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Autorecovering 0 hosts 2012-11-07 05:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Checking autorecoverable hosts done 2012-11-07 05:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Autorecovering storage domains is disabled, skipping 2012-11-07 05:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-07 05:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-07 05:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-07 05:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-07 06:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts 2012-11-07 06:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering 0 hosts 2012-11-07 06:00:00,030 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts done 2012-11-07 06:00:00,030 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering storage domains is disabled, skipping 2012-11-07 06:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts 2012-11-07 06:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering 0 hosts 2012-11-07 06:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts done 2012-11-07 06:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering storage domains is disabled, skipping 2012-11-07 06:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-07 06:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-07 06:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-07 06:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-07 06:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Checking autorecoverable hosts 2012-11-07 06:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Autorecovering 0 hosts 2012-11-07 06:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Checking autorecoverable hosts done 2012-11-07 06:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Autorecovering storage domains is disabled, skipping 2012-11-07 06:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Checking autorecoverable hosts 2012-11-07 06:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Autorecovering 0 hosts 2012-11-07 06:20:00,021 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Checking autorecoverable hosts done 2012-11-07 06:20:00,021 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Autorecovering storage domains is disabled, skipping 2012-11-07 06:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts 2012-11-07 06:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering 0 hosts 2012-11-07 06:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts done 2012-11-07 06:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering storage domains is disabled, skipping 2012-11-07 06:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts 2012-11-07 06:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering 0 hosts 2012-11-07 06:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts done 2012-11-07 06:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering storage domains is disabled, skipping 2012-11-07 06:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-07 06:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-07 06:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-07 06:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-07 06:39:11,692 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-56) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 06:39:11,695 ERROR [org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy] (QuartzScheduler_Worker-56) Error from Kerberos: java.lang.NullPointerException at org.ovirt.engine.core.bll.adbroker.GSSAPICallbackHandler.handle(GSSAPICallbackHandler.java:47) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:969) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:966) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:965) at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:870) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:715) at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:580) at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) at javax.security.auth.login.LoginContext.login(LoginContext.java:594) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticateToKDC(GSSAPIDirContextAuthenticationStrategy.java:127) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.explicitAuth(GSSAPIDirContextAuthenticationStrategy.java:119) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticate(GSSAPIDirContextAuthenticationStrategy.java:111) at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.useAuthenticationStrategy(GSSAPILdapTemplateWrapper.java:86) at org.ovirt.engine.core.bll.adbroker.PrepareLdapConnectionTask.call(PrepareLdapConnectionTask.java:56) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:103) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) at org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.PopulateUsers(LdapGetAdUserByUserIdListCommand.java:41) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.executeQuery(LdapGetAdUserByUserIdListCommand.java:29) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.DbUserCacheManager.refreshAllUserData(DbUserCacheManager.java:186) at org.ovirt.engine.core.bll.DbUserCacheManager.OnTimer(DbUserCacheManager.java:231) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) 2012-11-07 06:39:11,700 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-56) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Kerberos error. Please check log for further details.. We should not try the next server 2012-11-07 06:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts 2012-11-07 06:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering 0 hosts 2012-11-07 06:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts done 2012-11-07 06:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering storage domains is disabled, skipping 2012-11-07 06:43:41,689 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 25f919af 2012-11-07 06:43:41,690 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 10e59ceb 2012-11-07 06:43:41,690 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) FINISH, IsValidVDSCommand, return: true, log id: 25f919af 2012-11-07 06:43:41,690 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-47) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 40edb3f3 2012-11-07 06:43:41,690 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 10e59ceb 2012-11-07 06:43:41,691 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2037d790 2012-11-07 06:43:41,693 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-47) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 7edafd53 2012-11-07 06:43:41,721 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-47) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 7edafd53 2012-11-07 06:43:41,721 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-47) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 40edb3f3 2012-11-07 06:43:41,747 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 2037d790 2012-11-07 06:43:41,773 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-47) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 06:43:41,778 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 06:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-07 06:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-07 06:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-07 06:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-07 06:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts 2012-11-07 06:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering 0 hosts 2012-11-07 06:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts done 2012-11-07 06:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering storage domains is disabled, skipping 2012-11-07 06:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts 2012-11-07 06:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering 0 hosts 2012-11-07 06:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts done 2012-11-07 06:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering storage domains is disabled, skipping 2012-11-07 06:59:59,998 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts 2012-11-07 06:59:59,999 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering 0 hosts 2012-11-07 07:00:00,116 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts done 2012-11-07 07:00:00,116 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering storage domains is disabled, skipping 2012-11-07 07:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts 2012-11-07 07:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering 0 hosts 2012-11-07 07:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts done 2012-11-07 07:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering storage domains is disabled, skipping 2012-11-07 07:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts 2012-11-07 07:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering 0 hosts 2012-11-07 07:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts done 2012-11-07 07:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering storage domains is disabled, skipping 2012-11-07 07:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts 2012-11-07 07:15:00,021 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering 0 hosts 2012-11-07 07:15:00,021 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts done 2012-11-07 07:15:00,021 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering storage domains is disabled, skipping 2012-11-07 07:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts 2012-11-07 07:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering 0 hosts 2012-11-07 07:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts done 2012-11-07 07:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering storage domains is disabled, skipping 2012-11-07 07:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts 2012-11-07 07:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering 0 hosts 2012-11-07 07:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts done 2012-11-07 07:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering storage domains is disabled, skipping 2012-11-07 07:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts 2012-11-07 07:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering 0 hosts 2012-11-07 07:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts done 2012-11-07 07:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering storage domains is disabled, skipping 2012-11-07 07:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts 2012-11-07 07:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering 0 hosts 2012-11-07 07:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts done 2012-11-07 07:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering storage domains is disabled, skipping 2012-11-07 07:39:11,701 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-14) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 07:39:11,704 ERROR [org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy] (QuartzScheduler_Worker-14) Error from Kerberos: java.lang.NullPointerException at org.ovirt.engine.core.bll.adbroker.GSSAPICallbackHandler.handle(GSSAPICallbackHandler.java:47) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:969) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:966) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:965) at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:870) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:715) at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:580) at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) at javax.security.auth.login.LoginContext.login(LoginContext.java:594) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticateToKDC(GSSAPIDirContextAuthenticationStrategy.java:127) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.explicitAuth(GSSAPIDirContextAuthenticationStrategy.java:119) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticate(GSSAPIDirContextAuthenticationStrategy.java:111) at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.useAuthenticationStrategy(GSSAPILdapTemplateWrapper.java:86) at org.ovirt.engine.core.bll.adbroker.PrepareLdapConnectionTask.call(PrepareLdapConnectionTask.java:56) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:103) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) at org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.PopulateUsers(LdapGetAdUserByUserIdListCommand.java:41) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.executeQuery(LdapGetAdUserByUserIdListCommand.java:29) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.DbUserCacheManager.refreshAllUserData(DbUserCacheManager.java:186) at org.ovirt.engine.core.bll.DbUserCacheManager.OnTimer(DbUserCacheManager.java:231) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) 2012-11-07 07:39:11,705 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-14) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Kerberos error. Please check log for further details.. We should not try the next server 2012-11-07 07:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts 2012-11-07 07:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering 0 hosts 2012-11-07 07:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts done 2012-11-07 07:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering storage domains is disabled, skipping 2012-11-07 07:43:41,780 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 33394c9f 2012-11-07 07:43:41,780 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 60e770b2 2012-11-07 07:43:41,781 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) FINISH, IsValidVDSCommand, return: true, log id: 33394c9f 2012-11-07 07:43:41,781 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-47) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7c2b7031 2012-11-07 07:43:41,781 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 60e770b2 2012-11-07 07:43:41,782 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: dfb041a 2012-11-07 07:43:41,782 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-47) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 17cf8718 2012-11-07 07:43:41,810 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-47) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 17cf8718 2012-11-07 07:43:41,810 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-47) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 7c2b7031 2012-11-07 07:43:41,824 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-47) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 07:43:41,836 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: dfb041a 2012-11-07 07:43:41,848 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 07:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-07 07:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-07 07:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-07 07:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-07 07:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts 2012-11-07 07:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering 0 hosts 2012-11-07 07:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts done 2012-11-07 07:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering storage domains is disabled, skipping 2012-11-07 07:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-07 07:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-07 07:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-07 07:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-07 08:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-07 08:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-07 08:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-07 08:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-07 08:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-07 08:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-07 08:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-07 08:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-07 08:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Checking autorecoverable hosts 2012-11-07 08:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Autorecovering 0 hosts 2012-11-07 08:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Checking autorecoverable hosts done 2012-11-07 08:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Autorecovering storage domains is disabled, skipping 2012-11-07 08:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts 2012-11-07 08:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering 0 hosts 2012-11-07 08:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts done 2012-11-07 08:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering storage domains is disabled, skipping 2012-11-07 08:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts 2012-11-07 08:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering 0 hosts 2012-11-07 08:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts done 2012-11-07 08:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering storage domains is disabled, skipping 2012-11-07 08:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Checking autorecoverable hosts 2012-11-07 08:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Autorecovering 0 hosts 2012-11-07 08:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Checking autorecoverable hosts done 2012-11-07 08:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Autorecovering storage domains is disabled, skipping 2012-11-07 08:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-07 08:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-07 08:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-07 08:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-07 08:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts 2012-11-07 08:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering 0 hosts 2012-11-07 08:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts done 2012-11-07 08:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering storage domains is disabled, skipping 2012-11-07 08:39:11,706 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-70) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 08:39:11,709 ERROR [org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy] (QuartzScheduler_Worker-70) Error from Kerberos: java.lang.NullPointerException at org.ovirt.engine.core.bll.adbroker.GSSAPICallbackHandler.handle(GSSAPICallbackHandler.java:47) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:969) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:966) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:965) at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:870) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:715) at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:580) at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) at javax.security.auth.login.LoginContext.login(LoginContext.java:594) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticateToKDC(GSSAPIDirContextAuthenticationStrategy.java:127) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.explicitAuth(GSSAPIDirContextAuthenticationStrategy.java:119) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticate(GSSAPIDirContextAuthenticationStrategy.java:111) at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.useAuthenticationStrategy(GSSAPILdapTemplateWrapper.java:86) at org.ovirt.engine.core.bll.adbroker.PrepareLdapConnectionTask.call(PrepareLdapConnectionTask.java:56) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:103) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) at org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.PopulateUsers(LdapGetAdUserByUserIdListCommand.java:41) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.executeQuery(LdapGetAdUserByUserIdListCommand.java:29) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.DbUserCacheManager.refreshAllUserData(DbUserCacheManager.java:186) at org.ovirt.engine.core.bll.DbUserCacheManager.OnTimer(DbUserCacheManager.java:231) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) 2012-11-07 08:39:11,709 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-70) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Kerberos error. Please check log for further details.. We should not try the next server 2012-11-07 08:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts 2012-11-07 08:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering 0 hosts 2012-11-07 08:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts done 2012-11-07 08:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering storage domains is disabled, skipping 2012-11-07 08:43:41,850 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4ae2aa26 2012-11-07 08:43:41,851 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) FINISH, IsValidVDSCommand, return: true, log id: 4ae2aa26 2012-11-07 08:43:41,851 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 23e48476 2012-11-07 08:43:41,851 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-47) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6fb47162 2012-11-07 08:43:41,853 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 23e48476 2012-11-07 08:43:41,853 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5a70f53a 2012-11-07 08:43:41,880 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-47) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 6fb47162 2012-11-07 08:43:41,883 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 4c3d7df9 2012-11-07 08:43:41,909 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 4c3d7df9 2012-11-07 08:43:41,909 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 5a70f53a 2012-11-07 08:43:41,927 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-47) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 08:43:41,939 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 08:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts 2012-11-07 08:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering 0 hosts 2012-11-07 08:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts done 2012-11-07 08:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering storage domains is disabled, skipping 2012-11-07 08:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts 2012-11-07 08:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering 0 hosts 2012-11-07 08:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts done 2012-11-07 08:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering storage domains is disabled, skipping 2012-11-07 08:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-07 08:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-07 08:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-07 08:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-07 09:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts 2012-11-07 09:00:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering 0 hosts 2012-11-07 09:00:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts done 2012-11-07 09:00:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering storage domains is disabled, skipping 2012-11-07 09:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts 2012-11-07 09:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering 0 hosts 2012-11-07 09:05:00,048 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts done 2012-11-07 09:05:00,048 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering storage domains is disabled, skipping 2012-11-07 09:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts 2012-11-07 09:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering 0 hosts 2012-11-07 09:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts done 2012-11-07 09:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering storage domains is disabled, skipping 2012-11-07 09:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Checking autorecoverable hosts 2012-11-07 09:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Autorecovering 0 hosts 2012-11-07 09:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Checking autorecoverable hosts done 2012-11-07 09:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Autorecovering storage domains is disabled, skipping 2012-11-07 09:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts 2012-11-07 09:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering 0 hosts 2012-11-07 09:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts done 2012-11-07 09:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering storage domains is disabled, skipping 2012-11-07 09:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-07 09:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-07 09:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-07 09:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-07 09:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts 2012-11-07 09:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering 0 hosts 2012-11-07 09:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts done 2012-11-07 09:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering storage domains is disabled, skipping 2012-11-07 09:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-07 09:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-07 09:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-07 09:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-07 09:39:11,712 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-82) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 09:39:11,718 ERROR [org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy] (QuartzScheduler_Worker-82) Error from Kerberos: java.lang.NullPointerException at org.ovirt.engine.core.bll.adbroker.GSSAPICallbackHandler.handle(GSSAPICallbackHandler.java:47) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:969) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:966) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:965) at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:870) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:715) at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:580) at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) at javax.security.auth.login.LoginContext.login(LoginContext.java:594) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticateToKDC(GSSAPIDirContextAuthenticationStrategy.java:127) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.explicitAuth(GSSAPIDirContextAuthenticationStrategy.java:119) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticate(GSSAPIDirContextAuthenticationStrategy.java:111) at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.useAuthenticationStrategy(GSSAPILdapTemplateWrapper.java:86) at org.ovirt.engine.core.bll.adbroker.PrepareLdapConnectionTask.call(PrepareLdapConnectionTask.java:56) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:103) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) at org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.PopulateUsers(LdapGetAdUserByUserIdListCommand.java:41) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.executeQuery(LdapGetAdUserByUserIdListCommand.java:29) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.DbUserCacheManager.refreshAllUserData(DbUserCacheManager.java:186) at org.ovirt.engine.core.bll.DbUserCacheManager.OnTimer(DbUserCacheManager.java:231) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) 2012-11-07 09:39:11,719 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-82) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Kerberos error. Please check log for further details.. We should not try the next server 2012-11-07 09:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts 2012-11-07 09:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering 0 hosts 2012-11-07 09:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts done 2012-11-07 09:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering storage domains is disabled, skipping 2012-11-07 09:43:41,962 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6d7c9a8c 2012-11-07 09:43:41,962 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4cc007da 2012-11-07 09:43:41,964 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) FINISH, IsValidVDSCommand, return: true, log id: 6d7c9a8c 2012-11-07 09:43:41,964 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) FINISH, IsValidVDSCommand, return: true, log id: 4cc007da 2012-11-07 09:43:41,964 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-48) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: d3fe175 2012-11-07 09:43:41,964 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-47) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5ceacf1e 2012-11-07 09:43:41,993 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-48) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: d3fe175 2012-11-07 09:43:41,994 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-47) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 68f66fe2 2012-11-07 09:43:42,013 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-48) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 09:43:42,020 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-47) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 68f66fe2 2012-11-07 09:43:42,020 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-47) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 5ceacf1e 2012-11-07 09:43:42,032 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-47) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 09:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts 2012-11-07 09:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering 0 hosts 2012-11-07 09:45:00,060 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts done 2012-11-07 09:45:00,060 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering storage domains is disabled, skipping 2012-11-07 09:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-07 09:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-07 09:50:00,043 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-07 09:50:00,044 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-07 09:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Checking autorecoverable hosts 2012-11-07 09:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Autorecovering 0 hosts 2012-11-07 09:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Checking autorecoverable hosts done 2012-11-07 09:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Autorecovering storage domains is disabled, skipping 2012-11-07 10:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts 2012-11-07 10:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering 0 hosts 2012-11-07 10:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts done 2012-11-07 10:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering storage domains is disabled, skipping 2012-11-07 10:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-07 10:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-07 10:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-07 10:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-07 10:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts 2012-11-07 10:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering 0 hosts 2012-11-07 10:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts done 2012-11-07 10:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering storage domains is disabled, skipping 2012-11-07 10:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts 2012-11-07 10:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering 0 hosts 2012-11-07 10:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts done 2012-11-07 10:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering storage domains is disabled, skipping 2012-11-07 10:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts 2012-11-07 10:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering 0 hosts 2012-11-07 10:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts done 2012-11-07 10:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering storage domains is disabled, skipping 2012-11-07 10:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-07 10:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-07 10:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-07 10:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-07 10:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts 2012-11-07 10:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering 0 hosts 2012-11-07 10:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts done 2012-11-07 10:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering storage domains is disabled, skipping 2012-11-07 10:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts 2012-11-07 10:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering 0 hosts 2012-11-07 10:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts done 2012-11-07 10:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering storage domains is disabled, skipping 2012-11-07 10:39:11,720 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-32) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 10:39:11,725 ERROR [org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy] (QuartzScheduler_Worker-32) Error from Kerberos: java.lang.NullPointerException at org.ovirt.engine.core.bll.adbroker.GSSAPICallbackHandler.handle(GSSAPICallbackHandler.java:47) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:969) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:966) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:965) at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:870) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:715) at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:580) at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) at javax.security.auth.login.LoginContext.login(LoginContext.java:594) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticateToKDC(GSSAPIDirContextAuthenticationStrategy.java:127) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.explicitAuth(GSSAPIDirContextAuthenticationStrategy.java:119) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticate(GSSAPIDirContextAuthenticationStrategy.java:111) at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.useAuthenticationStrategy(GSSAPILdapTemplateWrapper.java:86) at org.ovirt.engine.core.bll.adbroker.PrepareLdapConnectionTask.call(PrepareLdapConnectionTask.java:56) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:103) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) at org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.PopulateUsers(LdapGetAdUserByUserIdListCommand.java:41) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.executeQuery(LdapGetAdUserByUserIdListCommand.java:29) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.DbUserCacheManager.refreshAllUserData(DbUserCacheManager.java:186) at org.ovirt.engine.core.bll.DbUserCacheManager.OnTimer(DbUserCacheManager.java:231) at sun.reflect.GeneratedMethodAccessor186.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) 2012-11-07 10:39:11,725 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-32) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Kerberos error. Please check log for further details.. We should not try the next server 2012-11-07 10:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Checking autorecoverable hosts 2012-11-07 10:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Autorecovering 0 hosts 2012-11-07 10:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Checking autorecoverable hosts done 2012-11-07 10:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Autorecovering storage domains is disabled, skipping 2012-11-07 10:43:42,035 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 87b49f0 2012-11-07 10:43:42,035 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1ac38ff3 2012-11-07 10:43:42,036 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 87b49f0 2012-11-07 10:43:42,036 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) FINISH, IsValidVDSCommand, return: true, log id: 1ac38ff3 2012-11-07 10:43:42,036 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 11db9349 2012-11-07 10:43:42,036 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-47) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 60c23361 2012-11-07 10:43:42,038 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 5cee6781 2012-11-07 10:43:42,066 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 5cee6781 2012-11-07 10:43:42,067 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 11db9349 2012-11-07 10:43:42,080 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 10:43:42,093 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-47) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 60c23361 2012-11-07 10:43:42,104 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-47) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 10:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts 2012-11-07 10:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering 0 hosts 2012-11-07 10:45:00,071 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts done 2012-11-07 10:45:00,071 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering storage domains is disabled, skipping 2012-11-07 10:49:41,512 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:49:41,634 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-07 10:49:41,634 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginAdminUserCommand internal: false. 2012-11-07 10:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts 2012-11-07 10:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering 0 hosts 2012-11-07 10:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts done 2012-11-07 10:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering storage domains is disabled, skipping 2012-11-07 10:51:13,649 INFO [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (ajp-/127.0.0.1:8702-2) Lock Acquired to object EngineLock [exclusiveLocks= key: 89c6b201-6b29-405c-8429-6e285bb53d17 value: TEMPLATE key: test3 value: VM_NAME , sharedLocks= ] 2012-11-07 10:51:13,668 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6a199210 2012-11-07 10:51:13,669 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) FINISH, IsValidVDSCommand, return: true, log id: 6a199210 2012-11-07 10:51:13,777 INFO [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (pool-4-thread-47) [617534f5] Running command: AddVmFromTemplateCommand internal: false. Entities affected : ID: 99408929-82cf-4dc7-a532-9d998063fa95 Type: VdsGroups, ID: 89c6b201-6b29-405c-8429-6e285bb53d17 Type: VmTemplate, ID: 57f5065f-b7bc-45c8-b682-871f13dd3449 Type: Storage 2012-11-07 10:51:13,827 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) [617534f5] START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1e3307a8 2012-11-07 10:51:13,827 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) [617534f5] FINISH, IsValidVDSCommand, return: true, log id: 1e3307a8 2012-11-07 10:51:13,832 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-47) [617534f5] MacPoolManager::allocateNewMac entered 2012-11-07 10:51:13,832 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-47) [617534f5] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:16:81:8f 2012-11-07 10:51:13,884 INFO [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (pool-4-thread-47) [617534f5] Lock freed to object EngineLock [exclusiveLocks= key: 89c6b201-6b29-405c-8429-6e285bb53d17 value: TEMPLATE key: test3 value: VM_NAME , sharedLocks= ] 2012-11-07 10:51:13,886 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-47) [617534f5] START, SetVmStatusVDSCommand( vmId = d9f5ebf1-d905-4cef-953c-4c729135ba0e, status = ImageLocked), log id: 6b953afd 2012-11-07 10:51:13,889 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-47) [617534f5] FINISH, SetVmStatusVDSCommand, log id: 6b953afd 2012-11-07 10:51:13,945 INFO [org.ovirt.engine.core.bll.CreateCloneOfTemplateCommand] (pool-4-thread-47) [44dae6ad] Running command: CreateCloneOfTemplateCommand internal: true. Entities affected : ID: 57f5065f-b7bc-45c8-b682-871f13dd3449 Type: Storage 2012-11-07 10:51:13,976 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (pool-4-thread-47) [44dae6ad] START, CopyImageVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1, imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3, dstImageGroupId = 60f49b93-307c-4552-a123-c18a8f74afb1, vmId = 89c6b201-6b29-405c-8429-6e285bb53d17, dstImageId = e10de8ac-a444-4a85-8440-e234cf7946b3, imageDescription = , dstStorageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, copyVolumeType = LeafVol, volumeFormat = RAW, preallocate = Sparse, postZero = false, force = false), log id: 5f3df420 2012-11-07 10:51:13,976 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (pool-4-thread-47) [44dae6ad] -- CopyImageVDSCommand::ExecuteIrsBrokerCommand: calling 'copyImage' with two new parameters: description and UUID 2012-11-07 10:51:13,976 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (pool-4-thread-47) [44dae6ad] -- copyImage parameters: sdUUID=57f5065f-b7bc-45c8-b682-871f13dd3449 spUUID=c9133b98-f765-11e1-990e-001a4a1697ca vmGUID=89c6b201-6b29-405c-8429-6e285bb53d17 srcImageGUID=8459ec2c-aebd-4c4b-b10c-9ae2292123d1 srcVolUUID=df9a5af5-e672-4159-ae13-a8493a92e7f3 dstImageGUID=60f49b93-307c-4552-a123-c18a8f74afb1 dstVolUUID=e10de8ac-a444-4a85-8440-e234cf7946b3 descr= 2012-11-07 10:51:14,359 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (pool-4-thread-47) [44dae6ad] FINISH, CopyImageVDSCommand, return: 00000000-0000-0000-0000-000000000000, log id: 5f3df420 2012-11-07 10:51:14,391 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) [44dae6ad] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity d9f5ebf1-d905-4cef-953c-4c729135ba0e 2012-11-07 10:51:14,391 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-47) [44dae6ad] EntityMultiAsyncTasks::AttachTask: Attaching task fb5ff44e-f46b-4e9b-bc18-4abd3d11edd8 to entity d9f5ebf1-d905-4cef-953c-4c729135ba0e. 2012-11-07 10:51:14,393 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-47) [44dae6ad] Adding task fb5ff44e-f46b-4e9b-bc18-4abd3d11edd8 to DataBase 2012-11-07 10:51:14,539 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-47) [44dae6ad] Adding task fb5ff44e-f46b-4e9b-bc18-4abd3d11edd8 (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-07 10:51:14,743 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-47) [44dae6ad] BaseAsyncTask::StartPollingTask: Starting to poll task fb5ff44e-f46b-4e9b-bc18-4abd3d11edd8. 2012-11-07 10:51:14,743 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-47) [44dae6ad] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity d9f5ebf1-d905-4cef-953c-4c729135ba0e is AddVmFromTemplate (determined by task fb5ff44e-f46b-4e9b-bc18-4abd3d11edd8) 2012-11-07 10:51:23,870 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-76) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-07 10:51:23,892 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-76) SPMAsyncTask::PollTask: Polling task fb5ff44e-f46b-4e9b-bc18-4abd3d11edd8 (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-07 10:51:23,892 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-76) Finished polling Tasks, will poll again in 10 seconds. 2012-11-07 10:51:23,927 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-76) Cleaning zombie tasks: Stopping async task AddVmFromTemplate that started at 11/7/12 10:51 AM 2012-11-07 10:51:23,927 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-76) SPMAsyncTask::StopTask: Attempting to stop task fb5ff44e-f46b-4e9b-bc18-4abd3d11edd8 (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters). 2012-11-07 10:51:23,928 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMStopTaskVDSCommand] (QuartzScheduler_Worker-76) START, SPMStopTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = fb5ff44e-f46b-4e9b-bc18-4abd3d11edd8), log id: da494be 2012-11-07 10:51:23,929 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMStopTaskVDSCommand] (QuartzScheduler_Worker-76) START, HSMStopTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=fb5ff44e-f46b-4e9b-bc18-4abd3d11edd8), log id: 554c32c2 2012-11-07 10:51:23,955 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMStopTaskVDSCommand] (QuartzScheduler_Worker-76) FINISH, HSMStopTaskVDSCommand, log id: 554c32c2 2012-11-07 10:51:23,955 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMStopTaskVDSCommand] (QuartzScheduler_Worker-76) FINISH, SPMStopTaskVDSCommand, log id: da494be 2012-11-07 10:51:33,977 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-85) SPMAsyncTask::PollTask: Polling task fb5ff44e-f46b-4e9b-bc18-4abd3d11edd8 (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'cleanSuccess'. 2012-11-07 10:51:34,001 ERROR [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-85) BaseAsyncTask::LogEndTaskFailure: Task fb5ff44e-f46b-4e9b-bc18-4abd3d11edd8 (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended with failure: -- Result: cleanSuccess -- Message: VDSGenericException: VDSErrorException: Failed in vdscommand to HSMGetAllTasksStatusesVDS, error = fb5ff44e-f46b-4e9b-bc18-4abd3d11edd8, -- Exception: VDSGenericException: VDSErrorException: Failed in vdscommand to HSMGetAllTasksStatusesVDS, error = fb5ff44e-f46b-4e9b-bc18-4abd3d11edd8 2012-11-07 10:51:34,002 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-85) EntityAsyncTask::EndActionIfNecessary: All tasks of entity d9f5ebf1-d905-4cef-953c-4c729135ba0e has ended -> executing EndAction 2012-11-07 10:51:34,002 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-85) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: d9f5ebf1-d905-4cef-953c-4c729135ba0e): calling EndAction for action type AddVmFromTemplate. 2012-11-07 10:51:34,002 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVmFromTemplate, executionIndex: 0 2012-11-07 10:51:34,031 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-85) Cleaning zombie tasks: Clearing async task AddVmFromTemplate that started at 11/7/12 10:51 AM 2012-11-07 10:51:34,031 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-85) SPMAsyncTask::ClearAsyncTask: Attempting to clear task fb5ff44e-f46b-4e9b-bc18-4abd3d11edd8 2012-11-07 10:51:34,031 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-85) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = fb5ff44e-f46b-4e9b-bc18-4abd3d11edd8), log id: 444ee7a4 2012-11-07 10:51:34,033 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-85) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=fb5ff44e-f46b-4e9b-bc18-4abd3d11edd8), log id: 76160fef 2012-11-07 10:51:34,044 ERROR [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (pool-4-thread-49) Ending command with failure: org.ovirt.engine.core.bll.AddVmFromTemplateCommand 2012-11-07 10:51:34,044 ERROR [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-49) [44dae6ad] Ending command with failure: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-07 10:51:34,083 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-85) FINISH, HSMClearTaskVDSCommand, log id: 76160fef 2012-11-07 10:51:34,083 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-85) FINISH, SPMClearTaskVDSCommand, log id: 444ee7a4 2012-11-07 10:51:34,095 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-85) BaseAsyncTask::RemoveTaskFromDB: Removed task fb5ff44e-f46b-4e9b-bc18-4abd3d11edd8 from DataBase 2012-11-07 10:51:34,108 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-49) START, RemoveVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = d9f5ebf1-d905-4cef-953c-4c729135ba0e), log id: 3a4443e6 2012-11-07 10:51:34,131 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-49) FINISH, RemoveVMVDSCommand, log id: 3a4443e6 2012-11-07 10:51:34,136 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-49) MacPoolManager::freeMac(mac = 00:1a:4a:16:81:8f) - entered 2012-11-07 10:51:34,278 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVmFromTemplate completed, handling the result. 2012-11-07 10:51:34,279 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVmFromTemplate succeeded, clearing tasks. 2012-11-07 10:51:34,286 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity d9f5ebf1-d905-4cef-953c-4c729135ba0e 2012-11-07 10:52:51,932 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-48) Setting new tasks map. The map contains now 0 tasks 2012-11-07 10:52:51,933 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-48) Cleared all tasks of pool c9133b98-f765-11e1-990e-001a4a1697ca. 2012-11-07 10:52:51,935 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-48) Could not find vds that is spm and non-operational. 2012-11-07 10:54:31,827 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:54:31,897 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-07 10:54:31,897 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-07 10:54:31,963 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-07 10:54:31,970 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [113f30] Running command: LogoutUserCommand internal: false. 2012-11-07 10:54:32,040 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:54:32,161 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-07 10:54:32,161 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-07 10:54:32,231 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-07 10:54:32,246 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [629b6657] Running command: LogoutUserCommand internal: false. 2012-11-07 10:54:32,465 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:54:32,531 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-07 10:54:32,531 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-07 10:54:32,581 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-07 10:54:32,587 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [d3e8b84] Running command: LogoutUserCommand internal: false. 2012-11-07 10:54:32,654 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:54:32,738 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-07 10:54:32,738 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-07 10:54:32,819 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-07 10:54:32,826 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [17402662] Running command: LogoutUserCommand internal: false. 2012-11-07 10:54:32,929 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:54:32,981 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-07 10:54:32,981 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-07 10:54:33,051 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-07 10:54:33,057 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6fdd5d55] Running command: LogoutUserCommand internal: false. 2012-11-07 10:54:33,132 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:54:33,200 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-07 10:54:33,200 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-07 10:54:33,253 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-07 10:54:33,260 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [6aaf15fe] Running command: LogoutUserCommand internal: false. 2012-11-07 10:54:33,352 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:54:33,437 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-07 10:54:33,437 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-07 10:54:33,487 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-07 10:54:33,496 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [12bea1d4] Running command: LogoutUserCommand internal: false. 2012-11-07 10:54:33,565 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:54:33,634 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-07 10:54:33,634 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-07 10:54:33,690 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-07 10:54:33,694 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [3cf1829] Running command: LogoutUserCommand internal: false. 2012-11-07 10:54:33,751 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:54:33,887 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-07 10:54:33,887 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-07 10:54:33,962 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-07 10:54:33,966 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [2e323327] Running command: LogoutUserCommand internal: false. 2012-11-07 10:54:34,049 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:54:34,129 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-07 10:54:34,130 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-07 10:54:34,240 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-07 10:54:34,246 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [47cb2f9d] Running command: LogoutUserCommand internal: false. 2012-11-07 10:54:34,330 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:54:34,407 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-07 10:54:34,407 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-07 10:54:34,464 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-07 10:54:34,468 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [757dafbd] Running command: LogoutUserCommand internal: false. 2012-11-07 10:54:34,531 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:54:34,591 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-07 10:54:34,591 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-07 10:54:34,720 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-07 10:54:34,734 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [4a4b1e1e] Running command: LogoutUserCommand internal: false. 2012-11-07 10:54:34,792 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:54:34,838 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-07 10:54:34,838 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-07 10:54:34,888 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-07 10:54:34,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [7b6ac6bf] Running command: LogoutUserCommand internal: false. 2012-11-07 10:54:34,942 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:54:35,681 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-07 10:54:35,681 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-07 10:54:35,897 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-07 10:54:35,933 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [31c99cb1] Running command: LogoutUserCommand internal: false. 2012-11-07 10:54:36,089 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:54:36,160 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-07 10:54:36,161 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-07 10:54:36,193 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-07 10:54:36,227 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [a9b9bc4] Running command: LogoutUserCommand internal: false. 2012-11-07 10:54:36,298 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:54:36,344 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-07 10:54:36,344 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-07 10:54:36,387 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-07 10:54:36,592 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-9) [57ce28d2] Lock Acquired to object EngineLock [exclusiveLocks= key: test3 value: VM_NAME , sharedLocks= ] 2012-11-07 10:54:36,632 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [57ce28d2] START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 421febfb 2012-11-07 10:54:36,633 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [57ce28d2] FINISH, IsValidVDSCommand, return: true, log id: 421febfb 2012-11-07 10:54:36,673 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-9) [57ce28d2] Running command: AddVmCommand internal: false. Entities affected : ID: 99408929-82cf-4dc7-a532-9d998063fa95 Type: VdsGroups, ID: 89c6b201-6b29-405c-8429-6e285bb53d17 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-07 10:54:36,674 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [57ce28d2] START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6a30a85a 2012-11-07 10:54:36,675 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [57ce28d2] FINISH, IsValidVDSCommand, return: true, log id: 6a30a85a 2012-11-07 10:54:36,680 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-9) [57ce28d2] MacPoolManager::allocateNewMac entered 2012-11-07 10:54:36,680 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-9) [57ce28d2] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:16:81:8f 2012-11-07 10:54:36,720 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-9) [57ce28d2] Lock freed to object EngineLock [exclusiveLocks= key: test3 value: VM_NAME , sharedLocks= ] 2012-11-07 10:54:36,720 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-9) [57ce28d2] START, SetVmStatusVDSCommand( vmId = 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3, status = ImageLocked), log id: 5937eed0 2012-11-07 10:54:36,724 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-9) [57ce28d2] FINISH, SetVmStatusVDSCommand, log id: 5937eed0 2012-11-07 10:54:36,725 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-9) [29554ad6] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: 57f5065f-b7bc-45c8-b682-871f13dd3449 Type: Storage 2012-11-07 10:54:36,730 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-9) [29554ad6] START, GetImageInfoVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1, imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3), log id: 2b99a387 2012-11-07 10:54:36,783 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-9) [29554ad6] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@7991f1b3, log id: 2b99a387 2012-11-07 10:54:36,785 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-9) [29554ad6] START, CreateSnapshotVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 8f597357-baa1-46a9-b7b0-421d8dad07de, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 205aa4b4-d2f3-4f15-b06b-8a0b6d434883, newImageDescription = , imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3, sourceImageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1), log id: 6006f43a 2012-11-07 10:54:36,785 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-9) [29554ad6] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-07 10:54:36,785 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-9) [29554ad6] -- createVolume parameters: sdUUID=57f5065f-b7bc-45c8-b682-871f13dd3449 spUUID=c9133b98-f765-11e1-990e-001a4a1697ca imgGUID=8f597357-baa1-46a9-b7b0-421d8dad07de size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=205aa4b4-d2f3-4f15-b06b-8a0b6d434883 descr= srcImgGUID=8459ec2c-aebd-4c4b-b10c-9ae2292123d1 srcVolUUID=df9a5af5-e672-4159-ae13-a8493a92e7f3 2012-11-07 10:54:37,340 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-9) [29554ad6] FINISH, CreateSnapshotVDSCommand, return: 205aa4b4-d2f3-4f15-b06b-8a0b6d434883, log id: 6006f43a 2012-11-07 10:54:37,351 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-9) [29554ad6] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3 2012-11-07 10:54:37,351 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-9) [29554ad6] EntityMultiAsyncTasks::AttachTask: Attaching task ece790da-3a84-4ed0-baf9-3117fe23c4be to entity 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3. 2012-11-07 10:54:37,352 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-9) [29554ad6] Adding task ece790da-3a84-4ed0-baf9-3117fe23c4be to DataBase 2012-11-07 10:54:37,428 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-9) [29554ad6] Adding task ece790da-3a84-4ed0-baf9-3117fe23c4be (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-07 10:54:37,606 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-9) [29554ad6] BaseAsyncTask::StartPollingTask: Starting to poll task ece790da-3a84-4ed0-baf9-3117fe23c4be. 2012-11-07 10:54:37,606 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-9) [29554ad6] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3 is AddVm (determined by task ece790da-3a84-4ed0-baf9-3117fe23c4be) 2012-11-07 10:54:37,678 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [3a60bb07] Running command: LogoutUserCommand internal: false. 2012-11-07 10:54:37,749 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:54:37,798 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-07 10:54:37,798 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-07 10:54:37,856 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-07 10:54:37,899 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [72a9aaab] Running command: LogoutUserCommand internal: false. 2012-11-07 10:54:37,971 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:54:38,040 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-07 10:54:38,041 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-07 10:54:38,107 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-07 10:54:38,161 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [56493912] Running command: LogoutUserCommand internal: false. 2012-11-07 10:54:44,101 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-23) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-07 10:54:44,125 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-23) SPMAsyncTask::PollTask: Polling task ece790da-3a84-4ed0-baf9-3117fe23c4be (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-07 10:54:44,155 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-23) BaseAsyncTask::OnTaskEndSuccess: Task ece790da-3a84-4ed0-baf9-3117fe23c4be (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-07 10:54:44,156 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-23) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3 has ended -> executing EndAction 2012-11-07 10:54:44,156 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-23) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3): calling EndAction for action type AddVm. 2012-11-07 10:54:44,156 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-07 10:54:44,167 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-23) Cleaning zombie tasks: Clearing async task AddVm that started at 11/7/12 10:54 AM 2012-11-07 10:54:44,167 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-23) SPMAsyncTask::ClearAsyncTask: Attempting to clear task ece790da-3a84-4ed0-baf9-3117fe23c4be 2012-11-07 10:54:44,168 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-23) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = ece790da-3a84-4ed0-baf9-3117fe23c4be), log id: 6d8c2588 2012-11-07 10:54:44,169 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-23) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=ece790da-3a84-4ed0-baf9-3117fe23c4be), log id: 596447b4 2012-11-07 10:54:44,176 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-47) [57ce28d2] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-07 10:54:44,176 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-47) [29554ad6] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-07 10:54:44,178 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-47) [29554ad6] START, GetImageInfoVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 8f597357-baa1-46a9-b7b0-421d8dad07de, imageId = 205aa4b4-d2f3-4f15-b06b-8a0b6d434883), log id: 1141452 2012-11-07 10:54:44,415 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-23) FINISH, HSMClearTaskVDSCommand, log id: 596447b4 2012-11-07 10:54:44,415 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-23) FINISH, SPMClearTaskVDSCommand, log id: 6d8c2588 2012-11-07 10:54:44,426 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-23) BaseAsyncTask::RemoveTaskFromDB: Removed task ece790da-3a84-4ed0-baf9-3117fe23c4be from DataBase 2012-11-07 10:54:44,469 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-47) [29554ad6] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@81966456, log id: 1141452 2012-11-07 10:54:44,478 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-47) START, SetVmStatusVDSCommand( vmId = 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3, status = Down), log id: 62bdc2dd 2012-11-07 10:54:44,483 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-47) FINISH, SetVmStatusVDSCommand, log id: 62bdc2dd 2012-11-07 10:54:44,590 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-47) START, UpdateVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 656d2349 2012-11-07 10:54:45,042 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-47) FINISH, UpdateVMVDSCommand, log id: 656d2349 2012-11-07 10:54:45,580 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-07 10:54:45,580 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-07 10:54:45,781 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3 2012-11-07 10:54:48,218 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:54:48,389 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-07 10:54:48,389 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-07 10:54:48,515 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-07 10:54:48,541 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [47757447] Running command: LogoutUserCommand internal: false. 2012-11-07 10:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts 2012-11-07 10:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering 0 hosts 2012-11-07 10:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts done 2012-11-07 10:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering storage domains is disabled, skipping 2012-11-07 10:55:51,561 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-9) Lock Acquired to object EngineLock [exclusiveLocks= key: test4 value: VM_NAME , sharedLocks= ] 2012-11-07 10:55:51,598 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2083b257 2012-11-07 10:55:51,599 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) FINISH, IsValidVDSCommand, return: true, log id: 2083b257 2012-11-07 10:55:51,861 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-49) [61039a18] Running command: AddVmCommand internal: false. Entities affected : ID: 99408929-82cf-4dc7-a532-9d998063fa95 Type: VdsGroups, ID: 89c6b201-6b29-405c-8429-6e285bb53d17 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-07 10:55:51,861 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) [61039a18] START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 18bc6820 2012-11-07 10:55:51,862 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) [61039a18] FINISH, IsValidVDSCommand, return: true, log id: 18bc6820 2012-11-07 10:55:51,869 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-49) [61039a18] MacPoolManager::allocateNewMac entered 2012-11-07 10:55:51,869 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-49) [61039a18] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:16:81:8c 2012-11-07 10:55:51,893 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-49) [61039a18] Lock freed to object EngineLock [exclusiveLocks= key: test4 value: VM_NAME , sharedLocks= ] 2012-11-07 10:55:51,893 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [61039a18] START, SetVmStatusVDSCommand( vmId = eb038d4b-7c59-4446-8ba1-ddacca2add43, status = ImageLocked), log id: 6f444969 2012-11-07 10:55:51,896 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [61039a18] FINISH, SetVmStatusVDSCommand, log id: 6f444969 2012-11-07 10:55:51,897 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-49) [281bfbf4] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: 57f5065f-b7bc-45c8-b682-871f13dd3449 Type: Storage 2012-11-07 10:55:51,901 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [281bfbf4] START, GetImageInfoVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1, imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3), log id: 304fb8a 2012-11-07 10:55:51,937 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-77) Setting new tasks map. The map contains now 0 tasks 2012-11-07 10:55:51,937 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-77) Cleared all tasks of pool c9133b98-f765-11e1-990e-001a4a1697ca. 2012-11-07 10:55:51,939 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-77) Could not find vds that is spm and non-operational. 2012-11-07 10:55:51,959 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [281bfbf4] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@7991f1b3, log id: 304fb8a 2012-11-07 10:55:51,964 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-49) [281bfbf4] START, CreateSnapshotVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = cd1e49da-2a59-4edf-b8de-4b5001ea9ab2, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = bcf65d03-d9c0-41c9-8825-d3deb27f8cab, newImageDescription = , imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3, sourceImageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1), log id: 80d95d5 2012-11-07 10:55:51,965 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-49) [281bfbf4] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-07 10:55:51,965 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-49) [281bfbf4] -- createVolume parameters: sdUUID=57f5065f-b7bc-45c8-b682-871f13dd3449 spUUID=c9133b98-f765-11e1-990e-001a4a1697ca imgGUID=cd1e49da-2a59-4edf-b8de-4b5001ea9ab2 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=bcf65d03-d9c0-41c9-8825-d3deb27f8cab descr= srcImgGUID=8459ec2c-aebd-4c4b-b10c-9ae2292123d1 srcVolUUID=df9a5af5-e672-4159-ae13-a8493a92e7f3 2012-11-07 10:55:52,765 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-49) [281bfbf4] FINISH, CreateSnapshotVDSCommand, return: bcf65d03-d9c0-41c9-8825-d3deb27f8cab, log id: 80d95d5 2012-11-07 10:55:52,794 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) [281bfbf4] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity eb038d4b-7c59-4446-8ba1-ddacca2add43 2012-11-07 10:55:52,794 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [281bfbf4] EntityMultiAsyncTasks::AttachTask: Attaching task 5e87f0c5-9b28-4c5b-acee-3a7a47212ed5 to entity eb038d4b-7c59-4446-8ba1-ddacca2add43. 2012-11-07 10:55:52,796 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-49) [281bfbf4] Adding task 5e87f0c5-9b28-4c5b-acee-3a7a47212ed5 to DataBase 2012-11-07 10:55:52,839 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-49) [281bfbf4] Adding task 5e87f0c5-9b28-4c5b-acee-3a7a47212ed5 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-07 10:55:52,992 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) [281bfbf4] BaseAsyncTask::StartPollingTask: Starting to poll task 5e87f0c5-9b28-4c5b-acee-3a7a47212ed5. 2012-11-07 10:55:52,992 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [281bfbf4] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity eb038d4b-7c59-4446-8ba1-ddacca2add43 is AddVm (determined by task 5e87f0c5-9b28-4c5b-acee-3a7a47212ed5) 2012-11-07 10:55:54,428 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-76) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-07 10:55:54,451 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-76) SPMAsyncTask::PollTask: Polling task 5e87f0c5-9b28-4c5b-acee-3a7a47212ed5 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-07 10:55:54,451 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-76) Finished polling Tasks, will poll again in 10 seconds. 2012-11-07 10:55:54,461 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-76) Cleaning zombie tasks: Stopping async task AddVm that started at 11/7/12 10:55 AM 2012-11-07 10:55:54,461 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-76) SPMAsyncTask::StopTask: Attempting to stop task 5e87f0c5-9b28-4c5b-acee-3a7a47212ed5 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters). 2012-11-07 10:55:54,461 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMStopTaskVDSCommand] (QuartzScheduler_Worker-76) START, SPMStopTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 5e87f0c5-9b28-4c5b-acee-3a7a47212ed5), log id: 88608a 2012-11-07 10:55:54,463 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMStopTaskVDSCommand] (QuartzScheduler_Worker-76) START, HSMStopTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=5e87f0c5-9b28-4c5b-acee-3a7a47212ed5), log id: b6db48 2012-11-07 10:55:54,487 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMStopTaskVDSCommand] (QuartzScheduler_Worker-76) FINISH, HSMStopTaskVDSCommand, log id: b6db48 2012-11-07 10:55:54,487 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMStopTaskVDSCommand] (QuartzScheduler_Worker-76) FINISH, SPMStopTaskVDSCommand, log id: 88608a 2012-11-07 10:56:04,510 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-74) SPMAsyncTask::PollTask: Polling task 5e87f0c5-9b28-4c5b-acee-3a7a47212ed5 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'cleanSuccess'. 2012-11-07 10:56:04,526 ERROR [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-74) BaseAsyncTask::LogEndTaskFailure: Task 5e87f0c5-9b28-4c5b-acee-3a7a47212ed5 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended with failure: -- Result: cleanSuccess -- Message: VDSGenericException: VDSTaskResultNotSuccessException: TaskState contained successful return code, but a non-success result ('cleanSuccess')., -- Exception: VDSGenericException: VDSTaskResultNotSuccessException: TaskState contained successful return code, but a non-success result ('cleanSuccess'). 2012-11-07 10:56:04,528 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-74) EntityAsyncTask::EndActionIfNecessary: All tasks of entity eb038d4b-7c59-4446-8ba1-ddacca2add43 has ended -> executing EndAction 2012-11-07 10:56:04,528 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-74) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: eb038d4b-7c59-4446-8ba1-ddacca2add43): calling EndAction for action type AddVm. 2012-11-07 10:56:04,528 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-07 10:56:04,564 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-74) Cleaning zombie tasks: Clearing async task AddVm that started at 11/7/12 10:55 AM 2012-11-07 10:56:04,564 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-74) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 5e87f0c5-9b28-4c5b-acee-3a7a47212ed5 2012-11-07 10:56:04,564 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-74) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 5e87f0c5-9b28-4c5b-acee-3a7a47212ed5), log id: 882ff2d 2012-11-07 10:56:04,565 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-74) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=5e87f0c5-9b28-4c5b-acee-3a7a47212ed5), log id: 2a2c5f0e 2012-11-07 10:56:04,569 ERROR [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-47) Ending command with failure: org.ovirt.engine.core.bll.AddVmCommand 2012-11-07 10:56:04,569 ERROR [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-47) [281bfbf4] Ending command with failure: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-07 10:56:05,020 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-74) FINISH, HSMClearTaskVDSCommand, log id: 2a2c5f0e 2012-11-07 10:56:05,020 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-74) FINISH, SPMClearTaskVDSCommand, log id: 882ff2d 2012-11-07 10:56:05,086 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-74) BaseAsyncTask::RemoveTaskFromDB: Removed task 5e87f0c5-9b28-4c5b-acee-3a7a47212ed5 from DataBase 2012-11-07 10:56:05,119 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-47) START, RemoveVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = eb038d4b-7c59-4446-8ba1-ddacca2add43), log id: 7c9ecf6c 2012-11-07 10:56:05,170 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-47) FINISH, RemoveVMVDSCommand, log id: 7c9ecf6c 2012-11-07 10:56:05,171 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-47) MacPoolManager::freeMac(mac = 00:1a:4a:16:81:8c) - entered 2012-11-07 10:56:05,829 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-07 10:56:05,829 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-07 10:56:05,864 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity eb038d4b-7c59-4446-8ba1-ddacca2add43 2012-11-07 10:57:21,939 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-42) Setting new tasks map. The map contains now 0 tasks 2012-11-07 10:57:21,939 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-42) Cleared all tasks of pool c9133b98-f765-11e1-990e-001a4a1697ca. 2012-11-07 10:57:21,941 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-42) Could not find vds that is spm and non-operational. 2012-11-07 10:59:22,960 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [7350c6] Running command: LogoutUserCommand internal: false. 2012-11-07 10:59:27,764 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 10:59:27,820 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-07 10:59:27,821 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginAdminUserCommand internal: false. 2012-11-07 11:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-07 11:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-07 11:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-07 11:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-07 11:01:32,132 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [3c1c335b] Running command: LogoutUserCommand internal: false. 2012-11-07 11:01:36,465 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 11:01:36,559 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-07 11:01:36,559 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginAdminUserCommand internal: false. 2012-11-07 11:02:01,293 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-6) Lock Acquired to object EngineLock [exclusiveLocks= key: test4 value: VM_NAME , sharedLocks= ] 2012-11-07 11:02:01,317 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5d63a9c 2012-11-07 11:02:01,317 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) FINISH, IsValidVDSCommand, return: true, log id: 5d63a9c 2012-11-07 11:02:01,433 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-47) [33fc3993] Running command: AddVmCommand internal: false. Entities affected : ID: 99408929-82cf-4dc7-a532-9d998063fa95 Type: VdsGroups, ID: 89c6b201-6b29-405c-8429-6e285bb53d17 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-07 11:02:01,435 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) [33fc3993] START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4946716d 2012-11-07 11:02:01,435 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) [33fc3993] FINISH, IsValidVDSCommand, return: true, log id: 4946716d 2012-11-07 11:02:01,441 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-47) [33fc3993] MacPoolManager::allocateNewMac entered 2012-11-07 11:02:01,441 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-47) [33fc3993] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:16:81:8c 2012-11-07 11:02:01,468 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-47) [33fc3993] Lock freed to object EngineLock [exclusiveLocks= key: test4 value: VM_NAME , sharedLocks= ] 2012-11-07 11:02:01,468 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-47) [33fc3993] START, SetVmStatusVDSCommand( vmId = 66c61f94-bd77-4c07-84d9-05c9ab64573b, status = ImageLocked), log id: 39435295 2012-11-07 11:02:01,471 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-47) [33fc3993] FINISH, SetVmStatusVDSCommand, log id: 39435295 2012-11-07 11:02:01,472 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-47) [6e560715] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: 57f5065f-b7bc-45c8-b682-871f13dd3449 Type: Storage 2012-11-07 11:02:01,477 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-47) [6e560715] START, GetImageInfoVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1, imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3), log id: 771d728a 2012-11-07 11:02:01,528 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-47) [6e560715] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@7991f1b3, log id: 771d728a 2012-11-07 11:02:01,529 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-47) [6e560715] START, CreateSnapshotVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = d3c02bcd-8a5a-4b3d-a081-71859e7ad365, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 9365acef-1052-4d30-bbd2-c78af7ce923b, newImageDescription = , imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3, sourceImageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1), log id: 54adbde2 2012-11-07 11:02:01,529 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-47) [6e560715] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-07 11:02:01,529 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-47) [6e560715] -- createVolume parameters: sdUUID=57f5065f-b7bc-45c8-b682-871f13dd3449 spUUID=c9133b98-f765-11e1-990e-001a4a1697ca imgGUID=d3c02bcd-8a5a-4b3d-a081-71859e7ad365 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=9365acef-1052-4d30-bbd2-c78af7ce923b descr= srcImgGUID=8459ec2c-aebd-4c4b-b10c-9ae2292123d1 srcVolUUID=df9a5af5-e672-4159-ae13-a8493a92e7f3 2012-11-07 11:02:02,482 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-47) [6e560715] FINISH, CreateSnapshotVDSCommand, return: 9365acef-1052-4d30-bbd2-c78af7ce923b, log id: 54adbde2 2012-11-07 11:02:02,519 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) [6e560715] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 66c61f94-bd77-4c07-84d9-05c9ab64573b 2012-11-07 11:02:02,519 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-47) [6e560715] EntityMultiAsyncTasks::AttachTask: Attaching task 69b9e197-676d-48d8-a51d-b8b2f7da46f9 to entity 66c61f94-bd77-4c07-84d9-05c9ab64573b. 2012-11-07 11:02:02,520 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-47) [6e560715] Adding task 69b9e197-676d-48d8-a51d-b8b2f7da46f9 to DataBase 2012-11-07 11:02:02,564 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-47) [6e560715] Adding task 69b9e197-676d-48d8-a51d-b8b2f7da46f9 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-07 11:02:02,789 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-47) [6e560715] BaseAsyncTask::StartPollingTask: Starting to poll task 69b9e197-676d-48d8-a51d-b8b2f7da46f9. 2012-11-07 11:02:02,789 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-47) [6e560715] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 66c61f94-bd77-4c07-84d9-05c9ab64573b is AddVm (determined by task 69b9e197-676d-48d8-a51d-b8b2f7da46f9) 2012-11-07 11:02:05,101 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-47) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-07 11:02:05,123 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-47) SPMAsyncTask::PollTask: Polling task 69b9e197-676d-48d8-a51d-b8b2f7da46f9 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-07 11:02:05,123 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-47) Finished polling Tasks, will poll again in 10 seconds. 2012-11-07 11:02:05,683 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-47) Cleaning zombie tasks: Stopping async task AddVm that started at 11/7/12 11:02 AM 2012-11-07 11:02:05,683 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-47) SPMAsyncTask::StopTask: Attempting to stop task 69b9e197-676d-48d8-a51d-b8b2f7da46f9 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters). 2012-11-07 11:02:05,684 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMStopTaskVDSCommand] (QuartzScheduler_Worker-47) START, SPMStopTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 69b9e197-676d-48d8-a51d-b8b2f7da46f9), log id: 34a974fb 2012-11-07 11:02:05,685 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMStopTaskVDSCommand] (QuartzScheduler_Worker-47) START, HSMStopTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=69b9e197-676d-48d8-a51d-b8b2f7da46f9), log id: cc64efa 2012-11-07 11:02:05,706 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMStopTaskVDSCommand] (QuartzScheduler_Worker-47) FINISH, HSMStopTaskVDSCommand, log id: cc64efa 2012-11-07 11:02:05,706 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMStopTaskVDSCommand] (QuartzScheduler_Worker-47) FINISH, SPMStopTaskVDSCommand, log id: 34a974fb 2012-11-07 11:02:15,728 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-64) SPMAsyncTask::PollTask: Polling task 69b9e197-676d-48d8-a51d-b8b2f7da46f9 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'cleanSuccess'. 2012-11-07 11:02:15,824 ERROR [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-64) BaseAsyncTask::LogEndTaskFailure: Task 69b9e197-676d-48d8-a51d-b8b2f7da46f9 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended with failure: -- Result: cleanSuccess -- Message: VDSGenericException: VDSTaskResultNotSuccessException: TaskState contained successful return code, but a non-success result ('cleanSuccess')., -- Exception: VDSGenericException: VDSTaskResultNotSuccessException: TaskState contained successful return code, but a non-success result ('cleanSuccess'). 2012-11-07 11:02:15,825 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-64) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 66c61f94-bd77-4c07-84d9-05c9ab64573b has ended -> executing EndAction 2012-11-07 11:02:15,825 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-64) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 66c61f94-bd77-4c07-84d9-05c9ab64573b): calling EndAction for action type AddVm. 2012-11-07 11:02:15,826 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-07 11:02:15,840 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-64) Cleaning zombie tasks: Clearing async task AddVm that started at 11/7/12 11:02 AM 2012-11-07 11:02:15,840 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-64) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 69b9e197-676d-48d8-a51d-b8b2f7da46f9 2012-11-07 11:02:15,840 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-64) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 69b9e197-676d-48d8-a51d-b8b2f7da46f9), log id: 1c311753 2012-11-07 11:02:15,842 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-64) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=69b9e197-676d-48d8-a51d-b8b2f7da46f9), log id: 45c2d648 2012-11-07 11:02:15,877 ERROR [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-47) Ending command with failure: org.ovirt.engine.core.bll.AddVmCommand 2012-11-07 11:02:15,877 ERROR [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-47) [6e560715] Ending command with failure: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-07 11:02:15,930 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-64) FINISH, HSMClearTaskVDSCommand, log id: 45c2d648 2012-11-07 11:02:15,930 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-64) FINISH, SPMClearTaskVDSCommand, log id: 1c311753 2012-11-07 11:02:15,943 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-64) BaseAsyncTask::RemoveTaskFromDB: Removed task 69b9e197-676d-48d8-a51d-b8b2f7da46f9 from DataBase 2012-11-07 11:02:15,953 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-47) START, RemoveVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 66c61f94-bd77-4c07-84d9-05c9ab64573b), log id: 1bf7c9c0 2012-11-07 11:02:15,997 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-47) FINISH, RemoveVMVDSCommand, log id: 1bf7c9c0 2012-11-07 11:02:15,998 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-47) MacPoolManager::freeMac(mac = 00:1a:4a:16:81:8c) - entered 2012-11-07 11:02:16,069 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-07 11:02:16,069 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-07 11:02:16,122 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 66c61f94-bd77-4c07-84d9-05c9ab64573b 2012-11-07 11:03:21,944 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-9) Setting new tasks map. The map contains now 0 tasks 2012-11-07 11:03:21,944 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-9) Cleared all tasks of pool c9133b98-f765-11e1-990e-001a4a1697ca. 2012-11-07 11:03:21,947 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-9) Could not find vds that is spm and non-operational. 2012-11-07 11:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Checking autorecoverable hosts 2012-11-07 11:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Autorecovering 0 hosts 2012-11-07 11:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Checking autorecoverable hosts done 2012-11-07 11:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Autorecovering storage domains is disabled, skipping 2012-11-07 11:08:57,686 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 11:08:57,743 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-07 11:08:57,744 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginAdminUserCommand internal: false. 2012-11-07 11:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-07 11:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-07 11:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-07 11:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-07 11:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts 2012-11-07 11:15:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering 0 hosts 2012-11-07 11:15:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts done 2012-11-07 11:15:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering storage domains is disabled, skipping 2012-11-07 11:16:22,014 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-4) Lock Acquired to object EngineLock [exclusiveLocks= key: testss value: VM_NAME , sharedLocks= ] 2012-11-07 11:16:22,066 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1cad982d 2012-11-07 11:16:22,067 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) FINISH, IsValidVDSCommand, return: true, log id: 1cad982d 2012-11-07 11:16:22,246 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-47) [60192aff] Running command: AddVmCommand internal: false. Entities affected : ID: 99408929-82cf-4dc7-a532-9d998063fa95 Type: VdsGroups, ID: 89c6b201-6b29-405c-8429-6e285bb53d17 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-07 11:16:22,247 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) [60192aff] START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 733570e7 2012-11-07 11:16:22,248 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) [60192aff] FINISH, IsValidVDSCommand, return: true, log id: 733570e7 2012-11-07 11:16:22,254 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-47) [60192aff] MacPoolManager::allocateNewMac entered 2012-11-07 11:16:22,254 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-47) [60192aff] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:16:81:8c 2012-11-07 11:16:22,286 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-47) [60192aff] Lock freed to object EngineLock [exclusiveLocks= key: testss value: VM_NAME , sharedLocks= ] 2012-11-07 11:16:22,286 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-47) [60192aff] START, SetVmStatusVDSCommand( vmId = f12d7e97-bfae-4bfa-9f27-5657e5d4906b, status = ImageLocked), log id: 7d7feaed 2012-11-07 11:16:22,288 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-47) [60192aff] FINISH, SetVmStatusVDSCommand, log id: 7d7feaed 2012-11-07 11:16:22,289 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-47) [2db5349] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: 57f5065f-b7bc-45c8-b682-871f13dd3449 Type: Storage 2012-11-07 11:16:22,295 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-47) [2db5349] START, GetImageInfoVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1, imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3), log id: 67d02b40 2012-11-07 11:16:22,349 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-47) [2db5349] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@7991f1b3, log id: 67d02b40 2012-11-07 11:16:22,351 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-47) [2db5349] START, CreateSnapshotVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 5ba56a81-1698-415d-a9a2-5a7c3c67e64c, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 1679a4a2-f5a0-4faf-8c74-68e5f781da5f, newImageDescription = , imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3, sourceImageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1), log id: 6cc44202 2012-11-07 11:16:22,351 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-47) [2db5349] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-07 11:16:22,351 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-47) [2db5349] -- createVolume parameters: sdUUID=57f5065f-b7bc-45c8-b682-871f13dd3449 spUUID=c9133b98-f765-11e1-990e-001a4a1697ca imgGUID=5ba56a81-1698-415d-a9a2-5a7c3c67e64c size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=1679a4a2-f5a0-4faf-8c74-68e5f781da5f descr= srcImgGUID=8459ec2c-aebd-4c4b-b10c-9ae2292123d1 srcVolUUID=df9a5af5-e672-4159-ae13-a8493a92e7f3 2012-11-07 11:16:22,700 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-47) [2db5349] FINISH, CreateSnapshotVDSCommand, return: 1679a4a2-f5a0-4faf-8c74-68e5f781da5f, log id: 6cc44202 2012-11-07 11:16:22,743 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) [2db5349] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity f12d7e97-bfae-4bfa-9f27-5657e5d4906b 2012-11-07 11:16:22,743 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-47) [2db5349] EntityMultiAsyncTasks::AttachTask: Attaching task aa39e1cc-20e8-4fed-9b02-3892def06093 to entity f12d7e97-bfae-4bfa-9f27-5657e5d4906b. 2012-11-07 11:16:22,743 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-47) [2db5349] Adding task aa39e1cc-20e8-4fed-9b02-3892def06093 to DataBase 2012-11-07 11:16:22,792 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-47) [2db5349] Adding task aa39e1cc-20e8-4fed-9b02-3892def06093 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-07 11:16:22,957 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-47) [2db5349] BaseAsyncTask::StartPollingTask: Starting to poll task aa39e1cc-20e8-4fed-9b02-3892def06093. 2012-11-07 11:16:22,957 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-47) [2db5349] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity f12d7e97-bfae-4bfa-9f27-5657e5d4906b is AddVm (determined by task aa39e1cc-20e8-4fed-9b02-3892def06093) 2012-11-07 11:16:25,979 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-78) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-07 11:16:26,002 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-78) SPMAsyncTask::PollTask: Polling task aa39e1cc-20e8-4fed-9b02-3892def06093 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-07 11:16:26,078 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-78) BaseAsyncTask::OnTaskEndSuccess: Task aa39e1cc-20e8-4fed-9b02-3892def06093 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-07 11:16:26,079 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-78) EntityAsyncTask::EndActionIfNecessary: All tasks of entity f12d7e97-bfae-4bfa-9f27-5657e5d4906b has ended -> executing EndAction 2012-11-07 11:16:26,079 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-78) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: f12d7e97-bfae-4bfa-9f27-5657e5d4906b): calling EndAction for action type AddVm. 2012-11-07 11:16:26,080 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-07 11:16:26,143 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-47) Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-07 11:16:26,144 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-47) [2db5349] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-07 11:16:26,148 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-47) [2db5349] START, GetImageInfoVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 5ba56a81-1698-415d-a9a2-5a7c3c67e64c, imageId = 1679a4a2-f5a0-4faf-8c74-68e5f781da5f), log id: 43ceaed5 2012-11-07 11:16:26,173 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-78) Cleaning zombie tasks: Clearing async task AddVm that started at 11/7/12 11:16 AM 2012-11-07 11:16:26,173 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-78) SPMAsyncTask::ClearAsyncTask: Attempting to clear task aa39e1cc-20e8-4fed-9b02-3892def06093 2012-11-07 11:16:26,173 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-78) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = aa39e1cc-20e8-4fed-9b02-3892def06093), log id: 363844ba 2012-11-07 11:16:26,202 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-47) [2db5349] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@ca748c93, log id: 43ceaed5 2012-11-07 11:16:26,203 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-78) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=aa39e1cc-20e8-4fed-9b02-3892def06093), log id: 30fe5b0e 2012-11-07 11:16:26,209 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-47) START, SetVmStatusVDSCommand( vmId = f12d7e97-bfae-4bfa-9f27-5657e5d4906b, status = Down), log id: 5934a9ca 2012-11-07 11:16:26,211 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-47) FINISH, SetVmStatusVDSCommand, log id: 5934a9ca 2012-11-07 11:16:26,306 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-78) FINISH, HSMClearTaskVDSCommand, log id: 30fe5b0e 2012-11-07 11:16:26,306 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-78) FINISH, SPMClearTaskVDSCommand, log id: 363844ba 2012-11-07 11:16:26,321 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-78) BaseAsyncTask::RemoveTaskFromDB: Removed task aa39e1cc-20e8-4fed-9b02-3892def06093 from DataBase 2012-11-07 11:16:26,326 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-47) START, UpdateVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 6cfe76b5 2012-11-07 11:16:26,381 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-47) FINISH, UpdateVMVDSCommand, log id: 6cfe76b5 2012-11-07 11:16:26,578 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-07 11:16:26,578 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-07 11:16:26,610 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity f12d7e97-bfae-4bfa-9f27-5657e5d4906b 2012-11-07 11:17:51,961 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-43) Setting new tasks map. The map contains now 0 tasks 2012-11-07 11:17:51,961 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-43) Cleared all tasks of pool c9133b98-f765-11e1-990e-001a4a1697ca. 2012-11-07 11:17:51,963 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-43) Could not find vds that is spm and non-operational. 2012-11-07 11:18:56,223 INFO [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (ajp-/127.0.0.1:8702-7) Lock Acquired to object EngineLock [exclusiveLocks= key: 89c6b201-6b29-405c-8429-6e285bb53d17 value: TEMPLATE key: gg value: VM_NAME , sharedLocks= ] 2012-11-07 11:18:56,248 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4dfd6625 2012-11-07 11:18:56,248 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) FINISH, IsValidVDSCommand, return: true, log id: 4dfd6625 2012-11-07 11:18:56,317 INFO [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (pool-4-thread-50) [5632a626] Running command: AddVmFromTemplateCommand internal: false. Entities affected : ID: 99408929-82cf-4dc7-a532-9d998063fa95 Type: VdsGroups, ID: 89c6b201-6b29-405c-8429-6e285bb53d17 Type: VmTemplate, ID: 57f5065f-b7bc-45c8-b682-871f13dd3449 Type: Storage 2012-11-07 11:18:56,334 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) [5632a626] START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6ebbef88 2012-11-07 11:18:56,334 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) [5632a626] FINISH, IsValidVDSCommand, return: true, log id: 6ebbef88 2012-11-07 11:18:56,342 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-50) [5632a626] MacPoolManager::allocateNewMac entered 2012-11-07 11:18:56,342 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-50) [5632a626] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:16:81:8a 2012-11-07 11:18:56,386 INFO [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (pool-4-thread-50) [5632a626] Lock freed to object EngineLock [exclusiveLocks= key: 89c6b201-6b29-405c-8429-6e285bb53d17 value: TEMPLATE key: gg value: VM_NAME , sharedLocks= ] 2012-11-07 11:18:56,390 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-50) [5632a626] START, SetVmStatusVDSCommand( vmId = 430e60dc-aa86-4159-b7d9-97d6490acbec, status = ImageLocked), log id: 6e35c67f 2012-11-07 11:18:56,393 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-50) [5632a626] FINISH, SetVmStatusVDSCommand, log id: 6e35c67f 2012-11-07 11:18:56,408 INFO [org.ovirt.engine.core.bll.CreateCloneOfTemplateCommand] (pool-4-thread-50) [9a32dd8] Running command: CreateCloneOfTemplateCommand internal: true. Entities affected : ID: 57f5065f-b7bc-45c8-b682-871f13dd3449 Type: Storage 2012-11-07 11:18:56,419 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (pool-4-thread-50) [9a32dd8] START, CopyImageVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1, imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3, dstImageGroupId = 12580545-2489-4fe7-8dde-bb3e964047cb, vmId = 89c6b201-6b29-405c-8429-6e285bb53d17, dstImageId = 4e366a04-b2ea-44f4-85fc-b5ceb196b963, imageDescription = , dstStorageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, copyVolumeType = LeafVol, volumeFormat = RAW, preallocate = Sparse, postZero = false, force = false), log id: 5168e61b 2012-11-07 11:18:56,419 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (pool-4-thread-50) [9a32dd8] -- CopyImageVDSCommand::ExecuteIrsBrokerCommand: calling 'copyImage' with two new parameters: description and UUID 2012-11-07 11:18:56,419 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (pool-4-thread-50) [9a32dd8] -- copyImage parameters: sdUUID=57f5065f-b7bc-45c8-b682-871f13dd3449 spUUID=c9133b98-f765-11e1-990e-001a4a1697ca vmGUID=89c6b201-6b29-405c-8429-6e285bb53d17 srcImageGUID=8459ec2c-aebd-4c4b-b10c-9ae2292123d1 srcVolUUID=df9a5af5-e672-4159-ae13-a8493a92e7f3 dstImageGUID=12580545-2489-4fe7-8dde-bb3e964047cb dstVolUUID=4e366a04-b2ea-44f4-85fc-b5ceb196b963 descr= 2012-11-07 11:18:56,780 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (pool-4-thread-50) [9a32dd8] FINISH, CopyImageVDSCommand, return: 00000000-0000-0000-0000-000000000000, log id: 5168e61b 2012-11-07 11:18:56,798 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) [9a32dd8] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 430e60dc-aa86-4159-b7d9-97d6490acbec 2012-11-07 11:18:56,798 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-50) [9a32dd8] EntityMultiAsyncTasks::AttachTask: Attaching task 50623e07-bbe8-4989-8036-17760013355f to entity 430e60dc-aa86-4159-b7d9-97d6490acbec. 2012-11-07 11:18:56,800 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-50) [9a32dd8] Adding task 50623e07-bbe8-4989-8036-17760013355f to DataBase 2012-11-07 11:18:56,844 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-50) [9a32dd8] Adding task 50623e07-bbe8-4989-8036-17760013355f (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-07 11:18:57,063 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-50) [9a32dd8] BaseAsyncTask::StartPollingTask: Starting to poll task 50623e07-bbe8-4989-8036-17760013355f. 2012-11-07 11:18:57,063 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-50) [9a32dd8] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 430e60dc-aa86-4159-b7d9-97d6490acbec is AddVmFromTemplate (determined by task 50623e07-bbe8-4989-8036-17760013355f) 2012-11-07 11:19:06,326 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-95) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-07 11:19:06,370 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-95) SPMAsyncTask::PollTask: Polling task 50623e07-bbe8-4989-8036-17760013355f (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-07 11:19:06,370 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-95) Finished polling Tasks, will poll again in 10 seconds. 2012-11-07 11:19:06,587 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-95) Cleaning zombie tasks: Stopping async task AddVmFromTemplate that started at 11/7/12 11:18 AM 2012-11-07 11:19:06,587 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-95) SPMAsyncTask::StopTask: Attempting to stop task 50623e07-bbe8-4989-8036-17760013355f (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters). 2012-11-07 11:19:06,587 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMStopTaskVDSCommand] (QuartzScheduler_Worker-95) START, SPMStopTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 50623e07-bbe8-4989-8036-17760013355f), log id: 73fa3fff 2012-11-07 11:19:06,590 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMStopTaskVDSCommand] (QuartzScheduler_Worker-95) START, HSMStopTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=50623e07-bbe8-4989-8036-17760013355f), log id: 7c8ae3b9 2012-11-07 11:19:06,616 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMStopTaskVDSCommand] (QuartzScheduler_Worker-95) FINISH, HSMStopTaskVDSCommand, log id: 7c8ae3b9 2012-11-07 11:19:06,616 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMStopTaskVDSCommand] (QuartzScheduler_Worker-95) FINISH, SPMStopTaskVDSCommand, log id: 73fa3fff 2012-11-07 11:19:16,639 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-11) SPMAsyncTask::PollTask: Polling task 50623e07-bbe8-4989-8036-17760013355f (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'cleanSuccess'. 2012-11-07 11:19:16,655 ERROR [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-11) BaseAsyncTask::LogEndTaskFailure: Task 50623e07-bbe8-4989-8036-17760013355f (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended with failure: -- Result: cleanSuccess -- Message: VDSGenericException: VDSErrorException: Failed in vdscommand to HSMGetAllTasksStatusesVDS, error = 50623e07-bbe8-4989-8036-17760013355f, -- Exception: VDSGenericException: VDSErrorException: Failed in vdscommand to HSMGetAllTasksStatusesVDS, error = 50623e07-bbe8-4989-8036-17760013355f 2012-11-07 11:19:16,661 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-11) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 430e60dc-aa86-4159-b7d9-97d6490acbec has ended -> executing EndAction 2012-11-07 11:19:16,661 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-11) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 430e60dc-aa86-4159-b7d9-97d6490acbec): calling EndAction for action type AddVmFromTemplate. 2012-11-07 11:19:16,662 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVmFromTemplate, executionIndex: 0 2012-11-07 11:19:16,672 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-11) Cleaning zombie tasks: Clearing async task AddVmFromTemplate that started at 11/7/12 11:18 AM 2012-11-07 11:19:16,672 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-11) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 50623e07-bbe8-4989-8036-17760013355f 2012-11-07 11:19:16,673 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-11) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 50623e07-bbe8-4989-8036-17760013355f), log id: 21ad4e45 2012-11-07 11:19:16,675 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-11) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=50623e07-bbe8-4989-8036-17760013355f), log id: 2e553d0d 2012-11-07 11:19:16,731 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-11) FINISH, HSMClearTaskVDSCommand, log id: 2e553d0d 2012-11-07 11:19:16,731 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-11) FINISH, SPMClearTaskVDSCommand, log id: 21ad4e45 2012-11-07 11:19:16,733 ERROR [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (pool-4-thread-47) Ending command with failure: org.ovirt.engine.core.bll.AddVmFromTemplateCommand 2012-11-07 11:19:16,733 ERROR [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-47) [9a32dd8] Ending command with failure: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-07 11:19:16,742 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-11) BaseAsyncTask::RemoveTaskFromDB: Removed task 50623e07-bbe8-4989-8036-17760013355f from DataBase 2012-11-07 11:19:16,768 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-47) START, RemoveVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 430e60dc-aa86-4159-b7d9-97d6490acbec), log id: 33552432 2012-11-07 11:19:16,792 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-47) FINISH, RemoveVMVDSCommand, log id: 33552432 2012-11-07 11:19:16,793 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-47) MacPoolManager::freeMac(mac = 00:1a:4a:16:81:8a) - entered 2012-11-07 11:19:16,851 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVmFromTemplate completed, handling the result. 2012-11-07 11:19:16,852 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVmFromTemplate succeeded, clearing tasks. 2012-11-07 11:19:16,861 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 430e60dc-aa86-4159-b7d9-97d6490acbec 2012-11-07 11:19:53,754 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-6) Lock Acquired to object EngineLock [exclusiveLocks= key: ffff value: VM_NAME , sharedLocks= ] 2012-11-07 11:19:53,782 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2dcfb478 2012-11-07 11:19:53,783 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) FINISH, IsValidVDSCommand, return: true, log id: 2dcfb478 2012-11-07 11:19:53,892 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-50) [90a37fd] Running command: AddVmCommand internal: false. Entities affected : ID: 99408929-82cf-4dc7-a532-9d998063fa95 Type: VdsGroups, ID: 89c6b201-6b29-405c-8429-6e285bb53d17 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-07 11:19:53,893 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) [90a37fd] START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1a6da312 2012-11-07 11:19:53,894 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) [90a37fd] FINISH, IsValidVDSCommand, return: true, log id: 1a6da312 2012-11-07 11:19:53,911 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-50) [90a37fd] MacPoolManager::allocateNewMac entered 2012-11-07 11:19:53,911 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-50) [90a37fd] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:16:81:8a 2012-11-07 11:19:53,978 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-50) [90a37fd] Lock freed to object EngineLock [exclusiveLocks= key: ffff value: VM_NAME , sharedLocks= ] 2012-11-07 11:19:53,978 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-50) [90a37fd] START, SetVmStatusVDSCommand( vmId = 94f4aa46-67b4-4cd2-ba8c-eb82dfed0460, status = ImageLocked), log id: 3cdc1917 2012-11-07 11:19:53,981 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-50) [90a37fd] FINISH, SetVmStatusVDSCommand, log id: 3cdc1917 2012-11-07 11:19:53,982 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-50) [723e8715] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: 57f5065f-b7bc-45c8-b682-871f13dd3449 Type: Storage 2012-11-07 11:19:53,983 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-50) [723e8715] START, GetImageInfoVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1, imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3), log id: 3a7883fc 2012-11-07 11:19:54,167 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-50) [723e8715] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@7991f1b3, log id: 3a7883fc 2012-11-07 11:19:54,168 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-50) [723e8715] START, CreateSnapshotVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 09169e12-7d03-483d-854f-b038d79d376c, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 64e744c7-4ccd-4b53-bdbe-c11a22a322c2, newImageDescription = , imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3, sourceImageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1), log id: 26deb221 2012-11-07 11:19:54,168 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-50) [723e8715] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-07 11:19:54,168 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-50) [723e8715] -- createVolume parameters: sdUUID=57f5065f-b7bc-45c8-b682-871f13dd3449 spUUID=c9133b98-f765-11e1-990e-001a4a1697ca imgGUID=09169e12-7d03-483d-854f-b038d79d376c size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=64e744c7-4ccd-4b53-bdbe-c11a22a322c2 descr= srcImgGUID=8459ec2c-aebd-4c4b-b10c-9ae2292123d1 srcVolUUID=df9a5af5-e672-4159-ae13-a8493a92e7f3 2012-11-07 11:19:54,540 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-50) [723e8715] FINISH, CreateSnapshotVDSCommand, return: 64e744c7-4ccd-4b53-bdbe-c11a22a322c2, log id: 26deb221 2012-11-07 11:19:54,571 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) [723e8715] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 94f4aa46-67b4-4cd2-ba8c-eb82dfed0460 2012-11-07 11:19:54,571 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-50) [723e8715] EntityMultiAsyncTasks::AttachTask: Attaching task bc5302fa-11d1-45df-9deb-62aae38b7532 to entity 94f4aa46-67b4-4cd2-ba8c-eb82dfed0460. 2012-11-07 11:19:54,572 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-50) [723e8715] Adding task bc5302fa-11d1-45df-9deb-62aae38b7532 to DataBase 2012-11-07 11:19:54,666 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-50) [723e8715] Adding task bc5302fa-11d1-45df-9deb-62aae38b7532 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-07 11:19:54,820 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-50) [723e8715] BaseAsyncTask::StartPollingTask: Starting to poll task bc5302fa-11d1-45df-9deb-62aae38b7532. 2012-11-07 11:19:54,820 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-50) [723e8715] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 94f4aa46-67b4-4cd2-ba8c-eb82dfed0460 is AddVm (determined by task bc5302fa-11d1-45df-9deb-62aae38b7532) 2012-11-07 11:19:56,743 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-34) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-07 11:19:56,766 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-34) SPMAsyncTask::PollTask: Polling task bc5302fa-11d1-45df-9deb-62aae38b7532 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-07 11:19:56,766 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-34) Finished polling Tasks, will poll again in 10 seconds. 2012-11-07 11:19:56,767 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-34) Cleaning zombie tasks: Clearing async task AddVmFromTemplate that started at 11/7/12 11:18 AM 2012-11-07 11:19:56,767 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-34) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 50623e07-bbe8-4989-8036-17760013355f 2012-11-07 11:19:56,767 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-34) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 50623e07-bbe8-4989-8036-17760013355f), log id: 2c5330eb 2012-11-07 11:19:56,768 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-34) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=50623e07-bbe8-4989-8036-17760013355f), log id: 146c6e92 2012-11-07 11:19:56,791 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-34) Trying to remove unknown task: 50623e07-bbe8-4989-8036-17760013355f 2012-11-07 11:19:56,791 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-34) FINISH, HSMClearTaskVDSCommand, log id: 146c6e92 2012-11-07 11:19:56,791 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-34) FINISH, SPMClearTaskVDSCommand, log id: 2c5330eb 2012-11-07 11:19:56,792 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-34) Cleaning zombie tasks: Stopping async task AddVm that started at 11/7/12 11:19 AM 2012-11-07 11:19:56,792 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-34) SPMAsyncTask::StopTask: Attempting to stop task bc5302fa-11d1-45df-9deb-62aae38b7532 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters). 2012-11-07 11:19:56,792 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMStopTaskVDSCommand] (QuartzScheduler_Worker-34) START, SPMStopTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = bc5302fa-11d1-45df-9deb-62aae38b7532), log id: 39910153 2012-11-07 11:19:56,794 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMStopTaskVDSCommand] (QuartzScheduler_Worker-34) START, HSMStopTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=bc5302fa-11d1-45df-9deb-62aae38b7532), log id: 15f03cbc 2012-11-07 11:19:56,813 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMStopTaskVDSCommand] (QuartzScheduler_Worker-34) FINISH, HSMStopTaskVDSCommand, log id: 15f03cbc 2012-11-07 11:19:56,813 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMStopTaskVDSCommand] (QuartzScheduler_Worker-34) FINISH, SPMStopTaskVDSCommand, log id: 39910153 2012-11-07 11:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts 2012-11-07 11:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering 0 hosts 2012-11-07 11:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts done 2012-11-07 11:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering storage domains is disabled, skipping 2012-11-07 11:20:06,836 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-48) SPMAsyncTask::PollTask: Polling task bc5302fa-11d1-45df-9deb-62aae38b7532 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'cleanSuccess'. 2012-11-07 11:20:06,872 ERROR [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-48) BaseAsyncTask::LogEndTaskFailure: Task bc5302fa-11d1-45df-9deb-62aae38b7532 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended with failure: -- Result: cleanSuccess -- Message: VDSGenericException: VDSTaskResultNotSuccessException: TaskState contained successful return code, but a non-success result ('cleanSuccess')., -- Exception: VDSGenericException: VDSTaskResultNotSuccessException: TaskState contained successful return code, but a non-success result ('cleanSuccess'). 2012-11-07 11:20:06,873 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-48) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 94f4aa46-67b4-4cd2-ba8c-eb82dfed0460 has ended -> executing EndAction 2012-11-07 11:20:06,873 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-48) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 94f4aa46-67b4-4cd2-ba8c-eb82dfed0460): calling EndAction for action type AddVm. 2012-11-07 11:20:06,873 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-07 11:20:06,873 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-48) Cleaning zombie tasks: Clearing async task AddVmFromTemplate that started at 11/7/12 11:18 AM 2012-11-07 11:20:06,873 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 50623e07-bbe8-4989-8036-17760013355f 2012-11-07 11:20:06,873 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-48) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 50623e07-bbe8-4989-8036-17760013355f), log id: 788f58ee 2012-11-07 11:20:06,875 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=50623e07-bbe8-4989-8036-17760013355f), log id: ea754b1 2012-11-07 11:20:06,899 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-48) Trying to remove unknown task: 50623e07-bbe8-4989-8036-17760013355f 2012-11-07 11:20:06,899 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-48) FINISH, HSMClearTaskVDSCommand, log id: ea754b1 2012-11-07 11:20:06,899 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-48) FINISH, SPMClearTaskVDSCommand, log id: 788f58ee 2012-11-07 11:20:06,900 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-48) Cleaning zombie tasks: Clearing async task AddVm that started at 11/7/12 11:19 AM 2012-11-07 11:20:06,900 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task bc5302fa-11d1-45df-9deb-62aae38b7532 2012-11-07 11:20:06,900 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-48) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = bc5302fa-11d1-45df-9deb-62aae38b7532), log id: 6e0502bc 2012-11-07 11:20:06,901 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=bc5302fa-11d1-45df-9deb-62aae38b7532), log id: 25525a0 2012-11-07 11:20:06,950 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-48) FINISH, HSMClearTaskVDSCommand, log id: 25525a0 2012-11-07 11:20:07,011 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-48) FINISH, SPMClearTaskVDSCommand, log id: 6e0502bc 2012-11-07 11:20:06,967 ERROR [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-50) Ending command with failure: org.ovirt.engine.core.bll.AddVmCommand 2012-11-07 11:20:07,011 ERROR [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-50) [723e8715] Ending command with failure: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-07 11:20:07,102 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-48) BaseAsyncTask::RemoveTaskFromDB: Removed task bc5302fa-11d1-45df-9deb-62aae38b7532 from DataBase 2012-11-07 11:20:07,109 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-50) START, RemoveVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 94f4aa46-67b4-4cd2-ba8c-eb82dfed0460), log id: 9c70a3c 2012-11-07 11:20:07,133 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-50) FINISH, RemoveVMVDSCommand, log id: 9c70a3c 2012-11-07 11:20:07,134 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-50) MacPoolManager::freeMac(mac = 00:1a:4a:16:81:8a) - entered 2012-11-07 11:20:07,207 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-07 11:20:07,207 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-07 11:20:07,279 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 94f4aa46-67b4-4cd2-ba8c-eb82dfed0460 2012-11-07 11:20:21,965 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-56) Setting new tasks map. The map contains now 1 tasks 2012-11-07 11:20:28,439 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-10) Lock Acquired to object EngineLock [exclusiveLocks= key: ggg value: VM_NAME , sharedLocks= ] 2012-11-07 11:20:28,480 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4dc608cb 2012-11-07 11:20:28,481 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) FINISH, IsValidVDSCommand, return: true, log id: 4dc608cb 2012-11-07 11:20:28,593 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-50) [101b31ed] Running command: AddVmCommand internal: false. Entities affected : ID: 99408929-82cf-4dc7-a532-9d998063fa95 Type: VdsGroups, ID: 89c6b201-6b29-405c-8429-6e285bb53d17 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-07 11:20:28,594 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) [101b31ed] START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7328e08c 2012-11-07 11:20:28,595 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) [101b31ed] FINISH, IsValidVDSCommand, return: true, log id: 7328e08c 2012-11-07 11:20:28,601 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-50) [101b31ed] MacPoolManager::allocateNewMac entered 2012-11-07 11:20:28,601 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-50) [101b31ed] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:16:81:8a 2012-11-07 11:20:28,670 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-50) [101b31ed] Lock freed to object EngineLock [exclusiveLocks= key: ggg value: VM_NAME , sharedLocks= ] 2012-11-07 11:20:28,671 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-50) [101b31ed] START, SetVmStatusVDSCommand( vmId = 245a0623-76f7-414e-91f7-984f5ad0af5b, status = ImageLocked), log id: 11b8d2a9 2012-11-07 11:20:28,674 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-50) [101b31ed] FINISH, SetVmStatusVDSCommand, log id: 11b8d2a9 2012-11-07 11:20:28,675 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-50) [400207ba] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: 57f5065f-b7bc-45c8-b682-871f13dd3449 Type: Storage 2012-11-07 11:20:28,681 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-50) [400207ba] START, GetImageInfoVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1, imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3), log id: 27a490cf 2012-11-07 11:20:28,735 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-50) [400207ba] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@7991f1b3, log id: 27a490cf 2012-11-07 11:20:28,736 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-50) [400207ba] START, CreateSnapshotVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 28e5605e-b3a4-4b85-907f-a2f6c5585ba8, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = bbe5d306-9e97-4e90-a4dd-28d8d2df50c7, newImageDescription = , imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3, sourceImageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1), log id: 6b15701c 2012-11-07 11:20:28,736 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-50) [400207ba] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-07 11:20:28,736 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-50) [400207ba] -- createVolume parameters: sdUUID=57f5065f-b7bc-45c8-b682-871f13dd3449 spUUID=c9133b98-f765-11e1-990e-001a4a1697ca imgGUID=28e5605e-b3a4-4b85-907f-a2f6c5585ba8 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=bbe5d306-9e97-4e90-a4dd-28d8d2df50c7 descr= srcImgGUID=8459ec2c-aebd-4c4b-b10c-9ae2292123d1 srcVolUUID=df9a5af5-e672-4159-ae13-a8493a92e7f3 2012-11-07 11:20:29,119 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-50) [400207ba] FINISH, CreateSnapshotVDSCommand, return: bbe5d306-9e97-4e90-a4dd-28d8d2df50c7, log id: 6b15701c 2012-11-07 11:20:29,148 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) [400207ba] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 245a0623-76f7-414e-91f7-984f5ad0af5b 2012-11-07 11:20:29,148 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-50) [400207ba] EntityMultiAsyncTasks::AttachTask: Attaching task 96483f4e-b7a4-4e7a-82a2-d096406bb8bf to entity 245a0623-76f7-414e-91f7-984f5ad0af5b. 2012-11-07 11:20:29,150 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-50) [400207ba] Adding task 96483f4e-b7a4-4e7a-82a2-d096406bb8bf to DataBase 2012-11-07 11:20:29,221 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-50) [400207ba] Adding task 96483f4e-b7a4-4e7a-82a2-d096406bb8bf (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-07 11:20:29,436 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-50) [400207ba] BaseAsyncTask::StartPollingTask: Starting to poll task 96483f4e-b7a4-4e7a-82a2-d096406bb8bf. 2012-11-07 11:20:29,436 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-50) [400207ba] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 245a0623-76f7-414e-91f7-984f5ad0af5b is AddVm (determined by task 96483f4e-b7a4-4e7a-82a2-d096406bb8bf) 2012-11-07 11:20:37,103 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-66) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-07 11:20:37,126 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-66) SPMAsyncTask::PollTask: Polling task 96483f4e-b7a4-4e7a-82a2-d096406bb8bf (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-07 11:20:37,169 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-66) BaseAsyncTask::OnTaskEndSuccess: Task 96483f4e-b7a4-4e7a-82a2-d096406bb8bf (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-07 11:20:37,169 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-66) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 245a0623-76f7-414e-91f7-984f5ad0af5b has ended -> executing EndAction 2012-11-07 11:20:37,169 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-66) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 245a0623-76f7-414e-91f7-984f5ad0af5b): calling EndAction for action type AddVm. 2012-11-07 11:20:37,171 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-07 11:20:37,197 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-66) Cleaning zombie tasks: Clearing async task AddVm that started at 11/7/12 11:20 AM 2012-11-07 11:20:37,197 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-66) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 96483f4e-b7a4-4e7a-82a2-d096406bb8bf 2012-11-07 11:20:37,198 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-66) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 96483f4e-b7a4-4e7a-82a2-d096406bb8bf), log id: 22fcee31 2012-11-07 11:20:37,199 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-66) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=96483f4e-b7a4-4e7a-82a2-d096406bb8bf), log id: 40baf168 2012-11-07 11:20:37,214 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-50) Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-07 11:20:37,215 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-50) [400207ba] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-07 11:20:37,217 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-50) [400207ba] START, GetImageInfoVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 28e5605e-b3a4-4b85-907f-a2f6c5585ba8, imageId = bbe5d306-9e97-4e90-a4dd-28d8d2df50c7), log id: 5a3b8575 2012-11-07 11:20:37,282 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-66) FINISH, HSMClearTaskVDSCommand, log id: 40baf168 2012-11-07 11:20:37,282 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-66) FINISH, SPMClearTaskVDSCommand, log id: 22fcee31 2012-11-07 11:20:37,305 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-66) BaseAsyncTask::RemoveTaskFromDB: Removed task 96483f4e-b7a4-4e7a-82a2-d096406bb8bf from DataBase 2012-11-07 11:20:37,306 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-66) Cleaning zombie tasks: Clearing async task AddVm that started at 11/7/12 11:19 AM 2012-11-07 11:20:37,306 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-66) SPMAsyncTask::ClearAsyncTask: Attempting to clear task bc5302fa-11d1-45df-9deb-62aae38b7532 2012-11-07 11:20:37,306 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-66) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = bc5302fa-11d1-45df-9deb-62aae38b7532), log id: 1f20fa69 2012-11-07 11:20:37,336 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-50) [400207ba] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9c3d3afe, log id: 5a3b8575 2012-11-07 11:20:37,337 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-66) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=bc5302fa-11d1-45df-9deb-62aae38b7532), log id: 383181af 2012-11-07 11:20:37,343 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-50) START, SetVmStatusVDSCommand( vmId = 245a0623-76f7-414e-91f7-984f5ad0af5b, status = Down), log id: 32419467 2012-11-07 11:20:37,346 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-50) FINISH, SetVmStatusVDSCommand, log id: 32419467 2012-11-07 11:20:37,359 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-66) Trying to remove unknown task: bc5302fa-11d1-45df-9deb-62aae38b7532 2012-11-07 11:20:37,359 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-66) FINISH, HSMClearTaskVDSCommand, log id: 383181af 2012-11-07 11:20:37,359 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-66) FINISH, SPMClearTaskVDSCommand, log id: 1f20fa69 2012-11-07 11:20:37,397 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-50) START, UpdateVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 7fd68edc 2012-11-07 11:20:37,446 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-50) FINISH, UpdateVMVDSCommand, log id: 7fd68edc 2012-11-07 11:20:37,475 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-07 11:20:37,475 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-07 11:20:37,489 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 245a0623-76f7-414e-91f7-984f5ad0af5b 2012-11-07 11:20:52,194 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-10) [5f4c7c5a] Lock Acquired to object EngineLock [exclusiveLocks= key: gggggg value: VM_NAME , sharedLocks= ] 2012-11-07 11:20:52,306 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [5f4c7c5a] START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4a9e8d70 2012-11-07 11:20:52,307 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [5f4c7c5a] FINISH, IsValidVDSCommand, return: true, log id: 4a9e8d70 2012-11-07 11:20:52,457 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-10) [5f4c7c5a] Running command: AddVmFromScratchCommand internal: false. Entities affected : ID: 99408929-82cf-4dc7-a532-9d998063fa95 Type: VdsGroups 2012-11-07 11:20:52,458 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [5f4c7c5a] START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2b78343b 2012-11-07 11:20:52,458 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [5f4c7c5a] FINISH, IsValidVDSCommand, return: true, log id: 2b78343b 2012-11-07 11:20:52,524 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-10) [5f4c7c5a] Lock freed to object EngineLock [exclusiveLocks= key: gggggg value: VM_NAME , sharedLocks= ] 2012-11-07 11:21:06,117 INFO [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (ajp-/127.0.0.1:8702-10) Lock Acquired to object EngineLock [exclusiveLocks= key: 89c6b201-6b29-405c-8429-6e285bb53d17 value: TEMPLATE key: bvbv value: VM_NAME , sharedLocks= ] 2012-11-07 11:21:06,160 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 11539d9b 2012-11-07 11:21:06,161 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) FINISH, IsValidVDSCommand, return: true, log id: 11539d9b 2012-11-07 11:21:06,249 INFO [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (pool-4-thread-50) [5f71ba4a] Running command: AddVmFromTemplateCommand internal: false. Entities affected : ID: 99408929-82cf-4dc7-a532-9d998063fa95 Type: VdsGroups, ID: 89c6b201-6b29-405c-8429-6e285bb53d17 Type: VmTemplate, ID: 57f5065f-b7bc-45c8-b682-871f13dd3449 Type: Storage 2012-11-07 11:21:06,274 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) [5f71ba4a] START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2c178622 2012-11-07 11:21:06,274 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) [5f71ba4a] FINISH, IsValidVDSCommand, return: true, log id: 2c178622 2012-11-07 11:21:06,278 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-50) [5f71ba4a] MacPoolManager::allocateNewMac entered 2012-11-07 11:21:06,278 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-50) [5f71ba4a] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:16:81:6c 2012-11-07 11:21:06,311 INFO [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (pool-4-thread-50) [5f71ba4a] Lock freed to object EngineLock [exclusiveLocks= key: 89c6b201-6b29-405c-8429-6e285bb53d17 value: TEMPLATE key: bvbv value: VM_NAME , sharedLocks= ] 2012-11-07 11:21:06,312 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-50) [5f71ba4a] START, SetVmStatusVDSCommand( vmId = 3014ba46-6762-4472-92f8-4a33f7c714bb, status = ImageLocked), log id: 7f57ee1c 2012-11-07 11:21:06,315 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-50) [5f71ba4a] FINISH, SetVmStatusVDSCommand, log id: 7f57ee1c 2012-11-07 11:21:06,324 INFO [org.ovirt.engine.core.bll.CreateCloneOfTemplateCommand] (pool-4-thread-50) [796b3e38] Running command: CreateCloneOfTemplateCommand internal: true. Entities affected : ID: 57f5065f-b7bc-45c8-b682-871f13dd3449 Type: Storage 2012-11-07 11:21:06,337 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (pool-4-thread-50) [796b3e38] START, CopyImageVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1, imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3, dstImageGroupId = 774e8c08-9c70-4f79-8b95-64587b038ecb, vmId = 89c6b201-6b29-405c-8429-6e285bb53d17, dstImageId = 48b9a3d9-24b1-4563-8e4d-2983a22e3840, imageDescription = , dstStorageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, copyVolumeType = LeafVol, volumeFormat = RAW, preallocate = Sparse, postZero = false, force = false), log id: 6909efb1 2012-11-07 11:21:06,338 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (pool-4-thread-50) [796b3e38] -- CopyImageVDSCommand::ExecuteIrsBrokerCommand: calling 'copyImage' with two new parameters: description and UUID 2012-11-07 11:21:06,338 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (pool-4-thread-50) [796b3e38] -- copyImage parameters: sdUUID=57f5065f-b7bc-45c8-b682-871f13dd3449 spUUID=c9133b98-f765-11e1-990e-001a4a1697ca vmGUID=89c6b201-6b29-405c-8429-6e285bb53d17 srcImageGUID=8459ec2c-aebd-4c4b-b10c-9ae2292123d1 srcVolUUID=df9a5af5-e672-4159-ae13-a8493a92e7f3 dstImageGUID=774e8c08-9c70-4f79-8b95-64587b038ecb dstVolUUID=48b9a3d9-24b1-4563-8e4d-2983a22e3840 descr= 2012-11-07 11:21:06,738 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (pool-4-thread-50) [796b3e38] FINISH, CopyImageVDSCommand, return: 00000000-0000-0000-0000-000000000000, log id: 6909efb1 2012-11-07 11:21:06,770 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) [796b3e38] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 3014ba46-6762-4472-92f8-4a33f7c714bb 2012-11-07 11:21:06,770 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-50) [796b3e38] EntityMultiAsyncTasks::AttachTask: Attaching task 6cf28185-87ad-4d83-b0bc-b8c815844743 to entity 3014ba46-6762-4472-92f8-4a33f7c714bb. 2012-11-07 11:21:06,771 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-50) [796b3e38] Adding task 6cf28185-87ad-4d83-b0bc-b8c815844743 to DataBase 2012-11-07 11:21:06,808 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-50) [796b3e38] Adding task 6cf28185-87ad-4d83-b0bc-b8c815844743 (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-07 11:21:07,125 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-50) [796b3e38] BaseAsyncTask::StartPollingTask: Starting to poll task 6cf28185-87ad-4d83-b0bc-b8c815844743. 2012-11-07 11:21:07,125 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-50) [796b3e38] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 3014ba46-6762-4472-92f8-4a33f7c714bb is AddVmFromTemplate (determined by task 6cf28185-87ad-4d83-b0bc-b8c815844743) 2012-11-07 11:21:07,363 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-90) Polling and updating Async Tasks: 3 tasks, 1 tasks to poll now 2012-11-07 11:21:07,385 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-90) SPMAsyncTask::PollTask: Polling task 6cf28185-87ad-4d83-b0bc-b8c815844743 (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-07 11:21:07,385 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-90) Finished polling Tasks, will poll again in 10 seconds. 2012-11-07 11:21:07,385 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-90) Cleaning zombie tasks: Clearing async task AddVm that started at 11/7/12 11:20 AM 2012-11-07 11:21:07,385 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-90) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 96483f4e-b7a4-4e7a-82a2-d096406bb8bf 2012-11-07 11:21:07,385 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-90) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 96483f4e-b7a4-4e7a-82a2-d096406bb8bf), log id: 2f9094d0 2012-11-07 11:21:07,387 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-90) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=96483f4e-b7a4-4e7a-82a2-d096406bb8bf), log id: 192f486 2012-11-07 11:21:07,409 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-90) Trying to remove unknown task: 96483f4e-b7a4-4e7a-82a2-d096406bb8bf 2012-11-07 11:21:07,409 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-90) FINISH, HSMClearTaskVDSCommand, log id: 192f486 2012-11-07 11:21:07,409 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-90) FINISH, SPMClearTaskVDSCommand, log id: 2f9094d0 2012-11-07 11:21:07,423 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-90) Cleaning zombie tasks: Stopping async task AddVmFromTemplate that started at 11/7/12 11:21 AM 2012-11-07 11:21:07,424 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-90) SPMAsyncTask::StopTask: Attempting to stop task 6cf28185-87ad-4d83-b0bc-b8c815844743 (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters). 2012-11-07 11:21:07,424 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMStopTaskVDSCommand] (QuartzScheduler_Worker-90) START, SPMStopTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 6cf28185-87ad-4d83-b0bc-b8c815844743), log id: 42855fc1 2012-11-07 11:21:07,425 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMStopTaskVDSCommand] (QuartzScheduler_Worker-90) START, HSMStopTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=6cf28185-87ad-4d83-b0bc-b8c815844743), log id: 365647f9 2012-11-07 11:21:07,445 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMStopTaskVDSCommand] (QuartzScheduler_Worker-90) FINISH, HSMStopTaskVDSCommand, log id: 365647f9 2012-11-07 11:21:07,445 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMStopTaskVDSCommand] (QuartzScheduler_Worker-90) FINISH, SPMStopTaskVDSCommand, log id: 42855fc1 2012-11-07 11:21:07,445 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-90) Cleaning zombie tasks: Clearing async task AddVm that started at 11/7/12 11:19 AM 2012-11-07 11:21:07,445 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-90) SPMAsyncTask::ClearAsyncTask: Attempting to clear task bc5302fa-11d1-45df-9deb-62aae38b7532 2012-11-07 11:21:07,445 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-90) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = bc5302fa-11d1-45df-9deb-62aae38b7532), log id: 5a8f484d 2012-11-07 11:21:07,446 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-90) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=bc5302fa-11d1-45df-9deb-62aae38b7532), log id: 4cdf7c9c 2012-11-07 11:21:07,478 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-90) Trying to remove unknown task: bc5302fa-11d1-45df-9deb-62aae38b7532 2012-11-07 11:21:07,478 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-90) FINISH, HSMClearTaskVDSCommand, log id: 4cdf7c9c 2012-11-07 11:21:07,478 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-90) FINISH, SPMClearTaskVDSCommand, log id: 5a8f484d 2012-11-07 11:21:17,503 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-88) SPMAsyncTask::PollTask: Polling task 6cf28185-87ad-4d83-b0bc-b8c815844743 (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'cleanSuccess'. 2012-11-07 11:21:17,524 ERROR [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-88) BaseAsyncTask::LogEndTaskFailure: Task 6cf28185-87ad-4d83-b0bc-b8c815844743 (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended with failure: -- Result: cleanSuccess -- Message: VDSGenericException: VDSErrorException: Failed in vdscommand to HSMGetAllTasksStatusesVDS, error = 6cf28185-87ad-4d83-b0bc-b8c815844743, -- Exception: VDSGenericException: VDSErrorException: Failed in vdscommand to HSMGetAllTasksStatusesVDS, error = 6cf28185-87ad-4d83-b0bc-b8c815844743 2012-11-07 11:21:17,525 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-88) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 3014ba46-6762-4472-92f8-4a33f7c714bb has ended -> executing EndAction 2012-11-07 11:21:17,525 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-88) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 3014ba46-6762-4472-92f8-4a33f7c714bb): calling EndAction for action type AddVmFromTemplate. 2012-11-07 11:21:17,525 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-88) Cleaning zombie tasks: Clearing async task AddVm that started at 11/7/12 11:20 AM 2012-11-07 11:21:17,525 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-88) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 96483f4e-b7a4-4e7a-82a2-d096406bb8bf 2012-11-07 11:21:17,525 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-88) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 96483f4e-b7a4-4e7a-82a2-d096406bb8bf), log id: 37f143c8 2012-11-07 11:21:17,527 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-88) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=96483f4e-b7a4-4e7a-82a2-d096406bb8bf), log id: 2b250a01 2012-11-07 11:21:17,527 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVmFromTemplate, executionIndex: 0 2012-11-07 11:21:17,548 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-88) Trying to remove unknown task: 96483f4e-b7a4-4e7a-82a2-d096406bb8bf 2012-11-07 11:21:17,549 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-88) FINISH, HSMClearTaskVDSCommand, log id: 2b250a01 2012-11-07 11:21:17,549 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-88) FINISH, SPMClearTaskVDSCommand, log id: 37f143c8 2012-11-07 11:21:17,550 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-88) Cleaning zombie tasks: Clearing async task AddVmFromTemplate that started at 11/7/12 11:21 AM 2012-11-07 11:21:17,550 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-88) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 6cf28185-87ad-4d83-b0bc-b8c815844743 2012-11-07 11:21:17,550 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-88) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 6cf28185-87ad-4d83-b0bc-b8c815844743), log id: 3ab63c3b 2012-11-07 11:21:17,551 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-88) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=6cf28185-87ad-4d83-b0bc-b8c815844743), log id: 3b5d443e 2012-11-07 11:21:17,552 ERROR [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (pool-4-thread-50) Ending command with failure: org.ovirt.engine.core.bll.AddVmFromTemplateCommand 2012-11-07 11:21:17,552 ERROR [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-50) [796b3e38] Ending command with failure: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-07 11:21:17,587 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-50) START, RemoveVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 3014ba46-6762-4472-92f8-4a33f7c714bb), log id: 7cd131ef 2012-11-07 11:21:17,609 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-88) FINISH, HSMClearTaskVDSCommand, log id: 3b5d443e 2012-11-07 11:21:17,609 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-88) FINISH, SPMClearTaskVDSCommand, log id: 3ab63c3b 2012-11-07 11:21:17,633 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-50) FINISH, RemoveVMVDSCommand, log id: 7cd131ef 2012-11-07 11:21:17,635 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-50) MacPoolManager::freeMac(mac = 00:1a:4a:16:81:6c) - entered 2012-11-07 11:21:17,656 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-88) BaseAsyncTask::RemoveTaskFromDB: Removed task 6cf28185-87ad-4d83-b0bc-b8c815844743 from DataBase 2012-11-07 11:21:17,657 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-88) Cleaning zombie tasks: Clearing async task AddVm that started at 11/7/12 11:19 AM 2012-11-07 11:21:17,657 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-88) SPMAsyncTask::ClearAsyncTask: Attempting to clear task bc5302fa-11d1-45df-9deb-62aae38b7532 2012-11-07 11:21:17,657 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-88) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = bc5302fa-11d1-45df-9deb-62aae38b7532), log id: 5b3b1da0 2012-11-07 11:21:17,658 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-88) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=bc5302fa-11d1-45df-9deb-62aae38b7532), log id: 190e2ff0 2012-11-07 11:21:17,680 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-88) Trying to remove unknown task: bc5302fa-11d1-45df-9deb-62aae38b7532 2012-11-07 11:21:17,680 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-88) FINISH, HSMClearTaskVDSCommand, log id: 190e2ff0 2012-11-07 11:21:17,680 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-88) FINISH, SPMClearTaskVDSCommand, log id: 5b3b1da0 2012-11-07 11:21:17,799 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVmFromTemplate completed, handling the result. 2012-11-07 11:21:17,799 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVmFromTemplate succeeded, clearing tasks. 2012-11-07 11:21:17,808 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 3014ba46-6762-4472-92f8-4a33f7c714bb 2012-11-07 11:21:21,966 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-96) Setting new tasks map. The map contains now 2 tasks 2012-11-07 11:21:51,985 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-17) Setting new tasks map. The map contains now 1 tasks 2012-11-07 11:22:21,986 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-42) Setting new tasks map. The map contains now 0 tasks 2012-11-07 11:22:21,986 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-42) Cleared all tasks of pool c9133b98-f765-11e1-990e-001a4a1697ca. 2012-11-07 11:22:21,988 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-42) Could not find vds that is spm and non-operational. 2012-11-07 11:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts 2012-11-07 11:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering 0 hosts 2012-11-07 11:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts done 2012-11-07 11:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering storage domains is disabled, skipping 2012-11-07 11:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts 2012-11-07 11:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering 0 hosts 2012-11-07 11:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts done 2012-11-07 11:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering storage domains is disabled, skipping 2012-11-07 11:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-07 11:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-07 11:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-07 11:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-07 11:38:41,754 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [4e926267] Running command: LogoutUserCommand internal: false. 2012-11-07 11:39:11,727 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-85) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 11:39:11,741 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-85) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 11:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts 2012-11-07 11:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering 0 hosts 2012-11-07 11:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts done 2012-11-07 11:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering storage domains is disabled, skipping 2012-11-07 11:42:25,618 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 11:42:25,919 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-07 11:42:25,919 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginAdminUserCommand internal: false. 2012-11-07 11:42:56,708 INFO [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (ajp-/127.0.0.1:8702-5) Lock Acquired to object EngineLock [exclusiveLocks= key: 89c6b201-6b29-405c-8429-6e285bb53d17 value: TEMPLATE key: fdsfsdfsdfs value: VM_NAME , sharedLocks= ] 2012-11-07 11:42:56,765 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3c5746a3 2012-11-07 11:42:56,766 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) FINISH, IsValidVDSCommand, return: true, log id: 3c5746a3 2012-11-07 11:42:56,863 INFO [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (pool-4-thread-49) [1595e124] Running command: AddVmFromTemplateCommand internal: false. Entities affected : ID: 99408929-82cf-4dc7-a532-9d998063fa95 Type: VdsGroups, ID: 89c6b201-6b29-405c-8429-6e285bb53d17 Type: VmTemplate, ID: 57f5065f-b7bc-45c8-b682-871f13dd3449 Type: Storage 2012-11-07 11:42:56,919 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) [1595e124] START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1081c5d4 2012-11-07 11:42:56,920 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) [1595e124] FINISH, IsValidVDSCommand, return: true, log id: 1081c5d4 2012-11-07 11:42:56,923 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-49) [1595e124] MacPoolManager::allocateNewMac entered 2012-11-07 11:42:56,923 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-49) [1595e124] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:16:81:6c 2012-11-07 11:42:56,984 INFO [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (pool-4-thread-49) [1595e124] Lock freed to object EngineLock [exclusiveLocks= key: 89c6b201-6b29-405c-8429-6e285bb53d17 value: TEMPLATE key: fdsfsdfsdfs value: VM_NAME , sharedLocks= ] 2012-11-07 11:42:56,985 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [1595e124] START, SetVmStatusVDSCommand( vmId = 9c7c10e8-a380-45ba-ba93-dd105cdf3312, status = ImageLocked), log id: 5e52e8b4 2012-11-07 11:42:56,989 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [1595e124] FINISH, SetVmStatusVDSCommand, log id: 5e52e8b4 2012-11-07 11:42:57,003 INFO [org.ovirt.engine.core.bll.CreateCloneOfTemplateCommand] (pool-4-thread-49) [1f17d53f] Running command: CreateCloneOfTemplateCommand internal: true. Entities affected : ID: 57f5065f-b7bc-45c8-b682-871f13dd3449 Type: Storage 2012-11-07 11:42:57,032 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (pool-4-thread-49) [1f17d53f] START, CopyImageVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1, imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3, dstImageGroupId = ec5decbb-eba6-4986-b929-88703b4b4b27, vmId = 89c6b201-6b29-405c-8429-6e285bb53d17, dstImageId = ae9bbffe-54f4-4f0d-a181-af0519d8eab6, imageDescription = , dstStorageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, copyVolumeType = LeafVol, volumeFormat = RAW, preallocate = Sparse, postZero = false, force = false), log id: 44367326 2012-11-07 11:42:57,032 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (pool-4-thread-49) [1f17d53f] -- CopyImageVDSCommand::ExecuteIrsBrokerCommand: calling 'copyImage' with two new parameters: description and UUID 2012-11-07 11:42:57,032 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (pool-4-thread-49) [1f17d53f] -- copyImage parameters: sdUUID=57f5065f-b7bc-45c8-b682-871f13dd3449 spUUID=c9133b98-f765-11e1-990e-001a4a1697ca vmGUID=89c6b201-6b29-405c-8429-6e285bb53d17 srcImageGUID=8459ec2c-aebd-4c4b-b10c-9ae2292123d1 srcVolUUID=df9a5af5-e672-4159-ae13-a8493a92e7f3 dstImageGUID=ec5decbb-eba6-4986-b929-88703b4b4b27 dstVolUUID=ae9bbffe-54f4-4f0d-a181-af0519d8eab6 descr= 2012-11-07 11:42:57,464 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (pool-4-thread-49) [1f17d53f] FINISH, CopyImageVDSCommand, return: 00000000-0000-0000-0000-000000000000, log id: 44367326 2012-11-07 11:42:57,479 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) [1f17d53f] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 9c7c10e8-a380-45ba-ba93-dd105cdf3312 2012-11-07 11:42:57,479 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [1f17d53f] EntityMultiAsyncTasks::AttachTask: Attaching task 502d8b2d-7c98-477f-a042-3b3fede0e4a4 to entity 9c7c10e8-a380-45ba-ba93-dd105cdf3312. 2012-11-07 11:42:57,480 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-49) [1f17d53f] Adding task 502d8b2d-7c98-477f-a042-3b3fede0e4a4 to DataBase 2012-11-07 11:42:57,534 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-49) [1f17d53f] Adding task 502d8b2d-7c98-477f-a042-3b3fede0e4a4 (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-07 11:42:57,691 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) [1f17d53f] BaseAsyncTask::StartPollingTask: Starting to poll task 502d8b2d-7c98-477f-a042-3b3fede0e4a4. 2012-11-07 11:42:57,692 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [1f17d53f] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 9c7c10e8-a380-45ba-ba93-dd105cdf3312 is AddVmFromTemplate (determined by task 502d8b2d-7c98-477f-a042-3b3fede0e4a4) 2012-11-07 11:42:57,721 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-47) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-07 11:42:57,752 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-47) SPMAsyncTask::PollTask: Polling task 502d8b2d-7c98-477f-a042-3b3fede0e4a4 (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-07 11:42:57,752 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-47) Finished polling Tasks, will poll again in 10 seconds. 2012-11-07 11:42:57,774 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-47) Cleaning zombie tasks: Stopping async task AddVmFromTemplate that started at 11/7/12 11:42 AM 2012-11-07 11:42:57,774 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-47) SPMAsyncTask::StopTask: Attempting to stop task 502d8b2d-7c98-477f-a042-3b3fede0e4a4 (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters). 2012-11-07 11:42:57,774 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMStopTaskVDSCommand] (QuartzScheduler_Worker-47) START, SPMStopTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 502d8b2d-7c98-477f-a042-3b3fede0e4a4), log id: 47cd7ea 2012-11-07 11:42:57,777 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMStopTaskVDSCommand] (QuartzScheduler_Worker-47) START, HSMStopTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=502d8b2d-7c98-477f-a042-3b3fede0e4a4), log id: 79dd7f90 2012-11-07 11:42:57,800 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMStopTaskVDSCommand] (QuartzScheduler_Worker-47) FINISH, HSMStopTaskVDSCommand, log id: 79dd7f90 2012-11-07 11:42:57,800 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMStopTaskVDSCommand] (QuartzScheduler_Worker-47) FINISH, SPMStopTaskVDSCommand, log id: 47cd7ea 2012-11-07 11:43:07,823 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-64) SPMAsyncTask::PollTask: Polling task 502d8b2d-7c98-477f-a042-3b3fede0e4a4 (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'cleanSuccess'. 2012-11-07 11:43:07,906 ERROR [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-64) BaseAsyncTask::LogEndTaskFailure: Task 502d8b2d-7c98-477f-a042-3b3fede0e4a4 (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended with failure: -- Result: cleanSuccess -- Message: VDSGenericException: VDSErrorException: Failed in vdscommand to HSMGetAllTasksStatusesVDS, error = 502d8b2d-7c98-477f-a042-3b3fede0e4a4, -- Exception: VDSGenericException: VDSErrorException: Failed in vdscommand to HSMGetAllTasksStatusesVDS, error = 502d8b2d-7c98-477f-a042-3b3fede0e4a4 2012-11-07 11:43:07,907 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-64) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 9c7c10e8-a380-45ba-ba93-dd105cdf3312 has ended -> executing EndAction 2012-11-07 11:43:07,907 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-64) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 9c7c10e8-a380-45ba-ba93-dd105cdf3312): calling EndAction for action type AddVmFromTemplate. 2012-11-07 11:43:07,908 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVmFromTemplate, executionIndex: 0 2012-11-07 11:43:07,939 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-64) Cleaning zombie tasks: Clearing async task AddVmFromTemplate that started at 11/7/12 11:42 AM 2012-11-07 11:43:07,939 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-64) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 502d8b2d-7c98-477f-a042-3b3fede0e4a4 2012-11-07 11:43:07,940 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-64) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 502d8b2d-7c98-477f-a042-3b3fede0e4a4), log id: 313f9b50 2012-11-07 11:43:07,941 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-64) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=502d8b2d-7c98-477f-a042-3b3fede0e4a4), log id: 15ddb620 2012-11-07 11:43:07,956 ERROR [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (pool-4-thread-47) Ending command with failure: org.ovirt.engine.core.bll.AddVmFromTemplateCommand 2012-11-07 11:43:07,957 ERROR [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-47) [1f17d53f] Ending command with failure: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-07 11:43:07,989 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-64) FINISH, HSMClearTaskVDSCommand, log id: 15ddb620 2012-11-07 11:43:07,989 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-64) FINISH, SPMClearTaskVDSCommand, log id: 313f9b50 2012-11-07 11:43:07,999 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-47) START, RemoveVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 9c7c10e8-a380-45ba-ba93-dd105cdf3312), log id: 2f25434d 2012-11-07 11:43:08,001 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-64) BaseAsyncTask::RemoveTaskFromDB: Removed task 502d8b2d-7c98-477f-a042-3b3fede0e4a4 from DataBase 2012-11-07 11:43:08,038 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-47) FINISH, RemoveVMVDSCommand, log id: 2f25434d 2012-11-07 11:43:08,039 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-47) MacPoolManager::freeMac(mac = 00:1a:4a:16:81:6c) - entered 2012-11-07 11:43:08,204 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVmFromTemplate completed, handling the result. 2012-11-07 11:43:08,204 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVmFromTemplate succeeded, clearing tasks. 2012-11-07 11:43:08,236 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 9c7c10e8-a380-45ba-ba93-dd105cdf3312 2012-11-07 11:43:42,107 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7915499a 2012-11-07 11:43:42,107 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 656dc85e 2012-11-07 11:43:42,108 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 7915499a 2012-11-07 11:43:42,108 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6e627d17 2012-11-07 11:43:42,108 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) FINISH, IsValidVDSCommand, return: true, log id: 656dc85e 2012-11-07 11:43:42,108 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-47) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 13e95c37 2012-11-07 11:43:42,109 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 262cc49f 2012-11-07 11:43:42,138 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 262cc49f 2012-11-07 11:43:42,138 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 6e627d17 2012-11-07 11:43:42,164 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-47) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 13e95c37 2012-11-07 11:43:42,171 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 11:43:42,188 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-47) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 11:44:21,994 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-14) Setting new tasks map. The map contains now 0 tasks 2012-11-07 11:44:21,995 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-14) Cleared all tasks of pool c9133b98-f765-11e1-990e-001a4a1697ca. 2012-11-07 11:44:21,996 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-14) Could not find vds that is spm and non-operational. 2012-11-07 11:44:41,418 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-5) Lock Acquired to object EngineLock [exclusiveLocks= key: rrrrr value: VM_NAME , sharedLocks= ] 2012-11-07 11:44:41,441 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6502a6ca 2012-11-07 11:44:41,442 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) FINISH, IsValidVDSCommand, return: true, log id: 6502a6ca 2012-11-07 11:44:41,524 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-47) [68dd5e19] Running command: AddVmCommand internal: false. Entities affected : ID: 99408929-82cf-4dc7-a532-9d998063fa95 Type: VdsGroups, ID: 89c6b201-6b29-405c-8429-6e285bb53d17 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-07 11:44:41,528 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) [68dd5e19] START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 39576b3c 2012-11-07 11:44:41,528 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) [68dd5e19] FINISH, IsValidVDSCommand, return: true, log id: 39576b3c 2012-11-07 11:44:41,534 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-47) [68dd5e19] MacPoolManager::allocateNewMac entered 2012-11-07 11:44:41,534 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-47) [68dd5e19] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:16:81:6c 2012-11-07 11:44:41,588 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-47) [68dd5e19] Lock freed to object EngineLock [exclusiveLocks= key: rrrrr value: VM_NAME , sharedLocks= ] 2012-11-07 11:44:41,589 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-47) [68dd5e19] START, SetVmStatusVDSCommand( vmId = 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85, status = ImageLocked), log id: 79ed6a93 2012-11-07 11:44:41,592 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-47) [68dd5e19] FINISH, SetVmStatusVDSCommand, log id: 79ed6a93 2012-11-07 11:44:41,593 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-47) [5a0ce2d0] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: 57f5065f-b7bc-45c8-b682-871f13dd3449 Type: Storage 2012-11-07 11:44:41,595 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-47) [5a0ce2d0] START, GetImageInfoVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1, imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3), log id: 4df424d9 2012-11-07 11:44:41,650 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-47) [5a0ce2d0] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@7991f1b3, log id: 4df424d9 2012-11-07 11:44:41,652 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-47) [5a0ce2d0] START, CreateSnapshotVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 3d8d2ddc-89a9-4e33-9705-84d6a56e8768, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 31528467-91e3-4c7e-81fa-9faeaf0d9572, newImageDescription = , imageId = df9a5af5-e672-4159-ae13-a8493a92e7f3, sourceImageGroupId = 8459ec2c-aebd-4c4b-b10c-9ae2292123d1), log id: 457495a 2012-11-07 11:44:41,652 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-47) [5a0ce2d0] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-07 11:44:41,652 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-47) [5a0ce2d0] -- createVolume parameters: sdUUID=57f5065f-b7bc-45c8-b682-871f13dd3449 spUUID=c9133b98-f765-11e1-990e-001a4a1697ca imgGUID=3d8d2ddc-89a9-4e33-9705-84d6a56e8768 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=31528467-91e3-4c7e-81fa-9faeaf0d9572 descr= srcImgGUID=8459ec2c-aebd-4c4b-b10c-9ae2292123d1 srcVolUUID=df9a5af5-e672-4159-ae13-a8493a92e7f3 2012-11-07 11:44:42,223 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-47) [5a0ce2d0] FINISH, CreateSnapshotVDSCommand, return: 31528467-91e3-4c7e-81fa-9faeaf0d9572, log id: 457495a 2012-11-07 11:44:42,256 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) [5a0ce2d0] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85 2012-11-07 11:44:42,256 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-47) [5a0ce2d0] EntityMultiAsyncTasks::AttachTask: Attaching task 2caf6c97-889f-47c9-84a3-a4469e03ff30 to entity 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85. 2012-11-07 11:44:42,257 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-47) [5a0ce2d0] Adding task 2caf6c97-889f-47c9-84a3-a4469e03ff30 to DataBase 2012-11-07 11:44:42,289 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-47) [5a0ce2d0] Adding task 2caf6c97-889f-47c9-84a3-a4469e03ff30 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-07 11:44:42,400 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-47) [5a0ce2d0] BaseAsyncTask::StartPollingTask: Starting to poll task 2caf6c97-889f-47c9-84a3-a4469e03ff30. 2012-11-07 11:44:42,401 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-47) [5a0ce2d0] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85 is AddVm (determined by task 2caf6c97-889f-47c9-84a3-a4469e03ff30) 2012-11-07 11:44:48,004 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-31) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-07 11:44:48,027 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-31) SPMAsyncTask::PollTask: Polling task 2caf6c97-889f-47c9-84a3-a4469e03ff30 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-07 11:44:48,085 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-31) BaseAsyncTask::OnTaskEndSuccess: Task 2caf6c97-889f-47c9-84a3-a4469e03ff30 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-07 11:44:48,085 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-31) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85 has ended -> executing EndAction 2012-11-07 11:44:48,086 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-31) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85): calling EndAction for action type AddVm. 2012-11-07 11:44:48,086 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-07 11:44:48,127 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-31) Cleaning zombie tasks: Clearing async task AddVm that started at 11/7/12 11:44 AM 2012-11-07 11:44:48,127 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-31) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 2caf6c97-889f-47c9-84a3-a4469e03ff30 2012-11-07 11:44:48,128 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-31) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 2caf6c97-889f-47c9-84a3-a4469e03ff30), log id: 2e8ab173 2012-11-07 11:44:48,129 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-31) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=2caf6c97-889f-47c9-84a3-a4469e03ff30), log id: 6316137c 2012-11-07 11:44:48,150 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-47) Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-07 11:44:48,150 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-47) [5a0ce2d0] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-07 11:44:48,155 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-47) [5a0ce2d0] START, GetImageInfoVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 3d8d2ddc-89a9-4e33-9705-84d6a56e8768, imageId = 31528467-91e3-4c7e-81fa-9faeaf0d9572), log id: 56a729ce 2012-11-07 11:44:48,212 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-31) FINISH, HSMClearTaskVDSCommand, log id: 6316137c 2012-11-07 11:44:48,212 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-31) FINISH, SPMClearTaskVDSCommand, log id: 2e8ab173 2012-11-07 11:44:48,219 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-31) BaseAsyncTask::RemoveTaskFromDB: Removed task 2caf6c97-889f-47c9-84a3-a4469e03ff30 from DataBase 2012-11-07 11:44:48,266 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-47) [5a0ce2d0] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@8b2b0c06, log id: 56a729ce 2012-11-07 11:44:48,273 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-47) START, SetVmStatusVDSCommand( vmId = 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85, status = Down), log id: 50fb25f1 2012-11-07 11:44:48,275 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-47) FINISH, SetVmStatusVDSCommand, log id: 50fb25f1 2012-11-07 11:44:48,303 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-47) START, UpdateVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 5b460ada 2012-11-07 11:44:48,371 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-47) FINISH, UpdateVMVDSCommand, log id: 5b460ada 2012-11-07 11:44:48,428 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-07 11:44:48,428 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-07 11:44:48,442 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85 2012-11-07 11:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts 2012-11-07 11:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering 0 hosts 2012-11-07 11:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts done 2012-11-07 11:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering storage domains is disabled, skipping 2012-11-07 11:45:51,998 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-72) Setting new tasks map. The map contains now 0 tasks 2012-11-07 11:45:51,998 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-72) Cleared all tasks of pool c9133b98-f765-11e1-990e-001a4a1697ca. 2012-11-07 11:45:52,001 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-72) Could not find vds that is spm and non-operational. 2012-11-07 11:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-07 11:50:00,042 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-07 11:50:00,042 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-07 11:50:00,042 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-07 11:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts 2012-11-07 11:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering 0 hosts 2012-11-07 11:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts done 2012-11-07 11:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering storage domains is disabled, skipping 2012-11-07 12:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts 2012-11-07 12:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering 0 hosts 2012-11-07 12:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts done 2012-11-07 12:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering storage domains is disabled, skipping 2012-11-07 12:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts 2012-11-07 12:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering 0 hosts 2012-11-07 12:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts done 2012-11-07 12:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering storage domains is disabled, skipping 2012-11-07 12:09:12,878 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-50) [17a524b9] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 2d001b91-1bd4-453a-97c1-188a35a07851 Type: VM 2012-11-07 12:09:12,879 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-50) [17a524b9] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop ttt2). 2012-11-07 12:09:12,879 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-50) [17a524b9] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop ttt2. 2012-11-07 12:09:12,881 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-50) [17a524b9] START, DestroyVmVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, vmId=2d001b91-1bd4-453a-97c1-188a35a07851, force=false, secondsToWait=30, gracefully=true), log id: 47bd8852 2012-11-07 12:09:12,885 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-50) [17a524b9] START, DestroyVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, vmId=2d001b91-1bd4-453a-97c1-188a35a07851, force=false, secondsToWait=30, gracefully=true), log id: 1478410e 2012-11-07 12:09:12,904 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-50) [17a524b9] FINISH, DestroyVDSCommand, log id: 1478410e 2012-11-07 12:09:13,014 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-50) [17a524b9] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 47bd8852 2012-11-07 12:09:17,743 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-50) [55d725eb] Running command: ShutdownVmCommand internal: false. Entities affected : ID: ed852a3b-44f1-49a4-b2dd-0aa764931a2e Type: VM 2012-11-07 12:09:17,744 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-50) [55d725eb] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop floppy). 2012-11-07 12:09:17,744 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-50) [55d725eb] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop floppy. 2012-11-07 12:09:17,745 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-50) [55d725eb] START, DestroyVmVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, vmId=ed852a3b-44f1-49a4-b2dd-0aa764931a2e, force=false, secondsToWait=30, gracefully=true), log id: 31541506 2012-11-07 12:09:17,749 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-50) [55d725eb] START, DestroyVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, vmId=ed852a3b-44f1-49a4-b2dd-0aa764931a2e, force=false, secondsToWait=30, gracefully=true), log id: 2ba16aee 2012-11-07 12:09:17,767 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-50) [55d725eb] FINISH, DestroyVDSCommand, log id: 2ba16aee 2012-11-07 12:09:17,796 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-50) [55d725eb] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 31541506 2012-11-07 12:09:45,163 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-50) Start time: 11/7/12 12:09 PM. Start running CanDoAction for command number 1/7 (Command type: RemoveVm) 2012-11-07 12:09:45,163 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-47) Start time: 11/7/12 12:09 PM. Start running CanDoAction for command number 2/7 (Command type: RemoveVm) 2012-11-07 12:09:45,166 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-45) Start time: 11/7/12 12:09 PM. Start running CanDoAction for command number 6/7 (Command type: RemoveVm) 2012-11-07 12:09:45,165 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-44) Start time: 11/7/12 12:09 PM. Start running CanDoAction for command number 7/7 (Command type: RemoveVm) 2012-11-07 12:09:45,165 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-46) Start time: 11/7/12 12:09 PM. Start running CanDoAction for command number 5/7 (Command type: RemoveVm) 2012-11-07 12:09:45,165 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-48) Start time: 11/7/12 12:09 PM. Start running CanDoAction for command number 4/7 (Command type: RemoveVm) 2012-11-07 12:09:45,164 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-49) Start time: 11/7/12 12:09 PM. Start running CanDoAction for command number 3/7 (Command type: RemoveVm) 2012-11-07 12:09:45,334 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Lock Acquired to object EngineLock [exclusiveLocks= key: 4c133984-c929-4369-a4b8-3880e190e8b6 value: VM , sharedLocks= ] 2012-11-07 12:09:45,334 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock Acquired to object EngineLock [exclusiveLocks= key: f12d7e97-bfae-4bfa-9f27-5657e5d4906b value: VM , sharedLocks= ] 2012-11-07 12:09:45,337 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) Lock Acquired to object EngineLock [exclusiveLocks= key: 245a0623-76f7-414e-91f7-984f5ad0af5b value: VM , sharedLocks= ] 2012-11-07 12:09:45,340 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Lock Acquired to object EngineLock [exclusiveLocks= key: 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3 value: VM , sharedLocks= ] 2012-11-07 12:09:45,340 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock Acquired to object EngineLock [exclusiveLocks= key: 68b3873f-201b-4751-8cea-cc947473d8d1 value: VM , sharedLocks= ] 2012-11-07 12:09:45,345 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-47) Lock Acquired to object EngineLock [exclusiveLocks= key: 87822556-b88f-4958-9aeb-da433a0c87d2 value: VM , sharedLocks= ] 2012-11-07 12:09:45,345 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3e87fc7f 2012-11-07 12:09:45,349 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 622f88f5 2012-11-07 12:09:45,351 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) FINISH, IsValidVDSCommand, return: true, log id: 3e87fc7f 2012-11-07 12:09:45,352 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 76e17c57 2012-11-07 12:09:45,353 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 70ceeb2b 2012-11-07 12:09:45,353 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) FINISH, IsValidVDSCommand, return: true, log id: 622f88f5 2012-11-07 12:09:45,359 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) FINISH, IsValidVDSCommand, return: true, log id: 76e17c57 2012-11-07 12:09:45,362 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-47) End time: 11/7/12 12:09 PM. Finish handling CanDoAction for command number 2/7 (Command type: RemoveVm) 2012-11-07 12:09:45,364 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 70ceeb2b 2012-11-07 12:09:45,380 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-46) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4673ceb3 2012-11-07 12:09:45,381 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-46) FINISH, IsValidVDSCommand, return: true, log id: 4673ceb3 2012-11-07 12:09:45,387 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-48) End time: 11/7/12 12:09 PM. Finish handling CanDoAction for command number 4/7 (Command type: RemoveVm) 2012-11-07 12:09:45,388 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-44) End time: 11/7/12 12:09 PM. Finish handling CanDoAction for command number 7/7 (Command type: RemoveVm) 2012-11-07 12:09:45,393 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 28cd857d 2012-11-07 12:09:45,395 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) FINISH, IsValidVDSCommand, return: true, log id: 28cd857d 2012-11-07 12:09:45,435 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock Acquired to object EngineLock [exclusiveLocks= key: 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85 value: VM , sharedLocks= ] 2012-11-07 12:09:45,439 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-50) End time: 11/7/12 12:09 PM. Finish handling CanDoAction for command number 1/7 (Command type: RemoveVm) 2012-11-07 12:09:45,458 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-46) End time: 11/7/12 12:09 PM. Finish handling CanDoAction for command number 5/7 (Command type: RemoveVm) 2012-11-07 12:09:45,458 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-45) End time: 11/7/12 12:09 PM. Finish handling CanDoAction for command number 6/7 (Command type: RemoveVm) 2012-11-07 12:09:45,464 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 28b23711 2012-11-07 12:09:45,465 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 28b23711 2012-11-07 12:09:45,509 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-49) End time: 11/7/12 12:09 PM. Finish handling CanDoAction for command number 3/7 (Command type: RemoveVm) 2012-11-07 12:09:45,676 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [311f4054] Running command: RemoveVmCommand internal: false. Entities affected : ID: 245a0623-76f7-414e-91f7-984f5ad0af5b Type: VM 2012-11-07 12:09:45,678 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [311f4054] START, SetVmStatusVDSCommand( vmId = 245a0623-76f7-414e-91f7-984f5ad0af5b, status = ImageLocked), log id: 4942ad58 2012-11-07 12:09:45,681 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [311f4054] FINISH, SetVmStatusVDSCommand, log id: 4942ad58 2012-11-07 12:09:45,803 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [311f4054] Lock freed to object EngineLock [exclusiveLocks= key: 245a0623-76f7-414e-91f7-984f5ad0af5b value: VM , sharedLocks= ] 2012-11-07 12:09:45,803 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [311f4054] START, RemoveVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 245a0623-76f7-414e-91f7-984f5ad0af5b), log id: 6ea13b5a 2012-11-07 12:09:45,879 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [311f4054] FINISH, RemoveVMVDSCommand, log id: 6ea13b5a 2012-11-07 12:09:45,885 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-45) [1b3fca74] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 245a0623-76f7-414e-91f7-984f5ad0af5b Type: VM 2012-11-07 12:09:45,897 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-45) [d095e98] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-07 12:09:46,239 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [d095e98] START, DeleteImageGroupVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 28e5605e-b3a4-4b85-907f-a2f6c5585ba8, postZeros = false, forceDelete = false), log id: f6d4913 2012-11-07 12:09:47,535 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [d095e98] FINISH, DeleteImageGroupVDSCommand, log id: f6d4913 2012-11-07 12:09:47,572 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) [d095e98] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 245a0623-76f7-414e-91f7-984f5ad0af5b 2012-11-07 12:09:47,572 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [d095e98] EntityMultiAsyncTasks::AttachTask: Attaching task bf5232fd-23e9-43c6-84e2-bf8cfd7f0743 to entity 245a0623-76f7-414e-91f7-984f5ad0af5b. 2012-11-07 12:09:47,712 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-45) [d095e98] Adding task bf5232fd-23e9-43c6-84e2-bf8cfd7f0743 to DataBase 2012-11-07 12:09:47,762 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-45) [d095e98] Adding task bf5232fd-23e9-43c6-84e2-bf8cfd7f0743 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-07 12:09:48,059 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) [d095e98] BaseAsyncTask::StartPollingTask: Starting to poll task bf5232fd-23e9-43c6-84e2-bf8cfd7f0743. 2012-11-07 12:09:48,059 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [d095e98] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 245a0623-76f7-414e-91f7-984f5ad0af5b is RemoveVm (determined by task bf5232fd-23e9-43c6-84e2-bf8cfd7f0743) 2012-11-07 12:09:48,230 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [18de9682] Running command: RemoveVmCommand internal: false. Entities affected : ID: 87822556-b88f-4958-9aeb-da433a0c87d2 Type: VM 2012-11-07 12:09:48,231 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [18de9682] START, SetVmStatusVDSCommand( vmId = 87822556-b88f-4958-9aeb-da433a0c87d2, status = ImageLocked), log id: 6f820e8e 2012-11-07 12:09:48,233 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [18de9682] FINISH, SetVmStatusVDSCommand, log id: 6f820e8e 2012-11-07 12:09:48,259 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-8) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-07 12:09:48,271 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [18de9682] Lock freed to object EngineLock [exclusiveLocks= key: 87822556-b88f-4958-9aeb-da433a0c87d2 value: VM , sharedLocks= ] 2012-11-07 12:09:48,271 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [18de9682] START, RemoveVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 87822556-b88f-4958-9aeb-da433a0c87d2), log id: 4a2bc421 2012-11-07 12:09:48,284 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-8) SPMAsyncTask::PollTask: Polling task bf5232fd-23e9-43c6-84e2-bf8cfd7f0743 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-07 12:09:48,306 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-8) BaseAsyncTask::OnTaskEndSuccess: Task bf5232fd-23e9-43c6-84e2-bf8cfd7f0743 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-07 12:09:48,306 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-8) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 245a0623-76f7-414e-91f7-984f5ad0af5b has ended -> executing EndAction 2012-11-07 12:09:48,306 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-8) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 245a0623-76f7-414e-91f7-984f5ad0af5b): calling EndAction for action type RemoveVm. 2012-11-07 12:09:48,306 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-07 12:09:48,316 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [18de9682] FINISH, RemoveVMVDSCommand, log id: 4a2bc421 2012-11-07 12:09:48,343 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-8) Cleaning zombie tasks: Clearing async task RemoveVm that started at 11/7/12 12:09 PM 2012-11-07 12:09:48,343 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-8) SPMAsyncTask::ClearAsyncTask: Attempting to clear task bf5232fd-23e9-43c6-84e2-bf8cfd7f0743 2012-11-07 12:09:48,344 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-8) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = bf5232fd-23e9-43c6-84e2-bf8cfd7f0743), log id: 5d2ac6ab 2012-11-07 12:09:48,345 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-8) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=bf5232fd-23e9-43c6-84e2-bf8cfd7f0743), log id: 29f6c56b 2012-11-07 12:09:48,376 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-07 12:09:48,376 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Lock Acquired to object EngineLock [exclusiveLocks= key: 245a0623-76f7-414e-91f7-984f5ad0af5b value: VM , sharedLocks= ] 2012-11-07 12:09:48,383 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-46) MacPoolManager::freeMac(mac = 00:1a:4a:16:81:8a) - entered 2012-11-07 12:09:48,388 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Lock freed to object EngineLock [exclusiveLocks= key: 245a0623-76f7-414e-91f7-984f5ad0af5b value: VM , sharedLocks= ] 2012-11-07 12:09:48,413 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-8) FINISH, HSMClearTaskVDSCommand, log id: 29f6c56b 2012-11-07 12:09:48,413 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-8) FINISH, SPMClearTaskVDSCommand, log id: 5d2ac6ab 2012-11-07 12:09:48,446 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-8) BaseAsyncTask::RemoveTaskFromDB: Removed task bf5232fd-23e9-43c6-84e2-bf8cfd7f0743 from DataBase 2012-11-07 12:09:48,529 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-07 12:09:48,529 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-07 12:09:48,612 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [71009d30] Running command: RemoveVmCommand internal: false. Entities affected : ID: 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85 Type: VM 2012-11-07 12:09:48,614 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [71009d30] START, SetVmStatusVDSCommand( vmId = 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85, status = ImageLocked), log id: 6d31d4e0 2012-11-07 12:09:48,614 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 245a0623-76f7-414e-91f7-984f5ad0af5b 2012-11-07 12:09:48,616 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [71009d30] FINISH, SetVmStatusVDSCommand, log id: 6d31d4e0 2012-11-07 12:09:48,647 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [71009d30] Lock freed to object EngineLock [exclusiveLocks= key: 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85 value: VM , sharedLocks= ] 2012-11-07 12:09:48,647 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [71009d30] START, RemoveVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85), log id: 4ec55084 2012-11-07 12:09:48,689 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [71009d30] FINISH, RemoveVMVDSCommand, log id: 4ec55084 2012-11-07 12:09:48,693 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-45) [213af4bf] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85 Type: VM 2012-11-07 12:09:48,703 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-45) [6c7342c8] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-07 12:09:48,734 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [6c7342c8] START, DeleteImageGroupVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 3d8d2ddc-89a9-4e33-9705-84d6a56e8768, postZeros = false, forceDelete = false), log id: 5680e423 2012-11-07 12:09:49,338 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [6c7342c8] FINISH, DeleteImageGroupVDSCommand, log id: 5680e423 2012-11-07 12:09:49,357 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) [6c7342c8] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85 2012-11-07 12:09:49,357 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [6c7342c8] EntityMultiAsyncTasks::AttachTask: Attaching task c6eb8f9f-d627-4c1a-86f3-523ef9964599 to entity 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85. 2012-11-07 12:09:49,358 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-45) [6c7342c8] Adding task c6eb8f9f-d627-4c1a-86f3-523ef9964599 to DataBase 2012-11-07 12:09:49,379 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-45) [6c7342c8] Adding task c6eb8f9f-d627-4c1a-86f3-523ef9964599 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-07 12:09:49,524 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) [6c7342c8] BaseAsyncTask::StartPollingTask: Starting to poll task c6eb8f9f-d627-4c1a-86f3-523ef9964599. 2012-11-07 12:09:49,524 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [6c7342c8] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85 is RemoveVm (determined by task c6eb8f9f-d627-4c1a-86f3-523ef9964599) 2012-11-07 12:09:49,690 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [66f62fff] Running command: RemoveVmCommand internal: false. Entities affected : ID: 4c133984-c929-4369-a4b8-3880e190e8b6 Type: VM 2012-11-07 12:09:49,691 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [66f62fff] START, SetVmStatusVDSCommand( vmId = 4c133984-c929-4369-a4b8-3880e190e8b6, status = ImageLocked), log id: 13589ed 2012-11-07 12:09:49,695 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [66f62fff] FINISH, SetVmStatusVDSCommand, log id: 13589ed 2012-11-07 12:09:49,751 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [66f62fff] Lock freed to object EngineLock [exclusiveLocks= key: 4c133984-c929-4369-a4b8-3880e190e8b6 value: VM , sharedLocks= ] 2012-11-07 12:09:49,751 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [66f62fff] START, RemoveVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 4c133984-c929-4369-a4b8-3880e190e8b6), log id: 50e82231 2012-11-07 12:09:49,810 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [66f62fff] FINISH, RemoveVMVDSCommand, log id: 50e82231 2012-11-07 12:09:49,813 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-45) [381ce876] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 4c133984-c929-4369-a4b8-3880e190e8b6 Type: VM 2012-11-07 12:09:49,822 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-45) [35a62a2c] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-07 12:09:49,857 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [35a62a2c] START, DeleteImageGroupVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 5391a0c3-8f9d-460a-999c-51a054a43429, postZeros = false, forceDelete = false), log id: 3c66c57d 2012-11-07 12:09:50,482 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [35a62a2c] FINISH, DeleteImageGroupVDSCommand, log id: 3c66c57d 2012-11-07 12:09:50,541 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) [35a62a2c] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 4c133984-c929-4369-a4b8-3880e190e8b6 2012-11-07 12:09:50,541 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [35a62a2c] EntityMultiAsyncTasks::AttachTask: Attaching task 59b207a2-593f-4c79-88a8-d6f6bd42eada to entity 4c133984-c929-4369-a4b8-3880e190e8b6. 2012-11-07 12:09:50,542 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-45) [35a62a2c] Adding task 59b207a2-593f-4c79-88a8-d6f6bd42eada to DataBase 2012-11-07 12:09:50,593 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-45) [35a62a2c] Adding task 59b207a2-593f-4c79-88a8-d6f6bd42eada (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-07 12:09:51,187 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) [35a62a2c] BaseAsyncTask::StartPollingTask: Starting to poll task 59b207a2-593f-4c79-88a8-d6f6bd42eada. 2012-11-07 12:09:51,188 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [35a62a2c] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 4c133984-c929-4369-a4b8-3880e190e8b6 is RemoveVm (determined by task 59b207a2-593f-4c79-88a8-d6f6bd42eada) 2012-11-07 12:09:52,119 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [5d2af3ec] Running command: RemoveVmCommand internal: false. Entities affected : ID: 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3 Type: VM 2012-11-07 12:09:52,120 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [5d2af3ec] START, SetVmStatusVDSCommand( vmId = 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3, status = ImageLocked), log id: 48317dc8 2012-11-07 12:09:52,122 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [5d2af3ec] FINISH, SetVmStatusVDSCommand, log id: 48317dc8 2012-11-07 12:09:52,149 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [5d2af3ec] Lock freed to object EngineLock [exclusiveLocks= key: 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3 value: VM , sharedLocks= ] 2012-11-07 12:09:52,149 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [5d2af3ec] START, RemoveVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3), log id: 5f2580bf 2012-11-07 12:09:52,224 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [5d2af3ec] FINISH, RemoveVMVDSCommand, log id: 5f2580bf 2012-11-07 12:09:52,227 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-45) [1727ac66] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3 Type: VM 2012-11-07 12:09:52,232 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-45) [641d24ba] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-07 12:09:52,285 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [641d24ba] START, DeleteImageGroupVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 8f597357-baa1-46a9-b7b0-421d8dad07de, postZeros = false, forceDelete = false), log id: 7b4817d0 2012-11-07 12:09:52,916 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [641d24ba] FINISH, DeleteImageGroupVDSCommand, log id: 7b4817d0 2012-11-07 12:09:52,950 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) [641d24ba] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3 2012-11-07 12:09:52,950 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [641d24ba] EntityMultiAsyncTasks::AttachTask: Attaching task 52cc64a5-9341-43df-b6d5-50a5354263c7 to entity 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3. 2012-11-07 12:09:52,952 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-45) [641d24ba] Adding task 52cc64a5-9341-43df-b6d5-50a5354263c7 to DataBase 2012-11-07 12:09:53,003 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-45) [641d24ba] Adding task 52cc64a5-9341-43df-b6d5-50a5354263c7 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-07 12:09:53,187 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) [641d24ba] BaseAsyncTask::StartPollingTask: Starting to poll task 52cc64a5-9341-43df-b6d5-50a5354263c7. 2012-11-07 12:09:53,187 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [641d24ba] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3 is RemoveVm (determined by task 52cc64a5-9341-43df-b6d5-50a5354263c7) 2012-11-07 12:09:53,410 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [3f88c635] Running command: RemoveVmCommand internal: false. Entities affected : ID: f12d7e97-bfae-4bfa-9f27-5657e5d4906b Type: VM 2012-11-07 12:09:53,411 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [3f88c635] START, SetVmStatusVDSCommand( vmId = f12d7e97-bfae-4bfa-9f27-5657e5d4906b, status = ImageLocked), log id: 74cf1f7b 2012-11-07 12:09:53,417 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [3f88c635] FINISH, SetVmStatusVDSCommand, log id: 74cf1f7b 2012-11-07 12:09:53,502 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [3f88c635] Lock freed to object EngineLock [exclusiveLocks= key: f12d7e97-bfae-4bfa-9f27-5657e5d4906b value: VM , sharedLocks= ] 2012-11-07 12:09:53,502 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [3f88c635] START, RemoveVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = f12d7e97-bfae-4bfa-9f27-5657e5d4906b), log id: 5f37d84f 2012-11-07 12:09:53,729 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [3f88c635] FINISH, RemoveVMVDSCommand, log id: 5f37d84f 2012-11-07 12:09:53,733 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-45) [2e191b70] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: f12d7e97-bfae-4bfa-9f27-5657e5d4906b Type: VM 2012-11-07 12:09:53,741 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-45) [77a730e4] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-07 12:09:53,807 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [77a730e4] START, DeleteImageGroupVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 5ba56a81-1698-415d-a9a2-5a7c3c67e64c, postZeros = false, forceDelete = false), log id: 3f2039fd 2012-11-07 12:09:54,434 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [77a730e4] FINISH, DeleteImageGroupVDSCommand, log id: 3f2039fd 2012-11-07 12:09:54,493 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) [77a730e4] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity f12d7e97-bfae-4bfa-9f27-5657e5d4906b 2012-11-07 12:09:54,493 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [77a730e4] EntityMultiAsyncTasks::AttachTask: Attaching task cbc6f00d-cd6a-4cf2-9290-7dc39a52aaa1 to entity f12d7e97-bfae-4bfa-9f27-5657e5d4906b. 2012-11-07 12:09:54,494 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-45) [77a730e4] Adding task cbc6f00d-cd6a-4cf2-9290-7dc39a52aaa1 to DataBase 2012-11-07 12:09:54,532 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-45) [77a730e4] Adding task cbc6f00d-cd6a-4cf2-9290-7dc39a52aaa1 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-07 12:09:54,769 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) [77a730e4] BaseAsyncTask::StartPollingTask: Starting to poll task cbc6f00d-cd6a-4cf2-9290-7dc39a52aaa1. 2012-11-07 12:09:54,769 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [77a730e4] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity f12d7e97-bfae-4bfa-9f27-5657e5d4906b is RemoveVm (determined by task cbc6f00d-cd6a-4cf2-9290-7dc39a52aaa1) 2012-11-07 12:09:54,878 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [195ece41] Running command: RemoveVmCommand internal: false. Entities affected : ID: 68b3873f-201b-4751-8cea-cc947473d8d1 Type: VM 2012-11-07 12:09:54,879 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [195ece41] START, SetVmStatusVDSCommand( vmId = 68b3873f-201b-4751-8cea-cc947473d8d1, status = ImageLocked), log id: 500baea4 2012-11-07 12:09:54,882 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [195ece41] FINISH, SetVmStatusVDSCommand, log id: 500baea4 2012-11-07 12:09:54,902 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [195ece41] Lock freed to object EngineLock [exclusiveLocks= key: 68b3873f-201b-4751-8cea-cc947473d8d1 value: VM , sharedLocks= ] 2012-11-07 12:09:54,902 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [195ece41] START, RemoveVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 68b3873f-201b-4751-8cea-cc947473d8d1), log id: 39482f95 2012-11-07 12:09:54,951 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [195ece41] FINISH, RemoveVMVDSCommand, log id: 39482f95 2012-11-07 12:09:54,954 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-45) [322bfc94] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 68b3873f-201b-4751-8cea-cc947473d8d1 Type: VM 2012-11-07 12:09:54,958 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-45) [3b457155] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-07 12:09:55,027 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [3b457155] START, DeleteImageGroupVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 5fd19c5b-44f8-46d2-98c0-e336d082fc09, postZeros = false, forceDelete = false), log id: 22f6d4e1 2012-11-07 12:09:55,708 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [3b457155] FINISH, DeleteImageGroupVDSCommand, log id: 22f6d4e1 2012-11-07 12:09:55,866 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) [3b457155] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 68b3873f-201b-4751-8cea-cc947473d8d1 2012-11-07 12:09:55,866 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [3b457155] EntityMultiAsyncTasks::AttachTask: Attaching task bdca63b7-5119-41ad-9548-bc88e6679427 to entity 68b3873f-201b-4751-8cea-cc947473d8d1. 2012-11-07 12:09:55,867 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-45) [3b457155] Adding task bdca63b7-5119-41ad-9548-bc88e6679427 to DataBase 2012-11-07 12:09:56,582 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-45) [3b457155] Adding task bdca63b7-5119-41ad-9548-bc88e6679427 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-07 12:09:56,929 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) [3b457155] BaseAsyncTask::StartPollingTask: Starting to poll task bdca63b7-5119-41ad-9548-bc88e6679427. 2012-11-07 12:09:56,929 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [3b457155] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 68b3873f-201b-4751-8cea-cc947473d8d1 is RemoveVm (determined by task bdca63b7-5119-41ad-9548-bc88e6679427) 2012-11-07 12:09:58,446 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-16) Polling and updating Async Tasks: 6 tasks, 5 tasks to poll now 2012-11-07 12:09:58,471 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-16) SPMAsyncTask::PollTask: Polling task c6eb8f9f-d627-4c1a-86f3-523ef9964599 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-07 12:09:58,501 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-16) BaseAsyncTask::OnTaskEndSuccess: Task c6eb8f9f-d627-4c1a-86f3-523ef9964599 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-07 12:09:58,502 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-16) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85 has ended -> executing EndAction 2012-11-07 12:09:58,502 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-16) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85): calling EndAction for action type RemoveVm. 2012-11-07 12:09:58,502 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-16) SPMAsyncTask::PollTask: Polling task 52cc64a5-9341-43df-b6d5-50a5354263c7 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-07 12:09:58,502 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-07 12:09:58,554 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-16) BaseAsyncTask::OnTaskEndSuccess: Task 52cc64a5-9341-43df-b6d5-50a5354263c7 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-07 12:09:58,554 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-16) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3 has ended -> executing EndAction 2012-11-07 12:09:58,554 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-16) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3): calling EndAction for action type RemoveVm. 2012-11-07 12:09:58,554 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-16) SPMAsyncTask::PollTask: Polling task bdca63b7-5119-41ad-9548-bc88e6679427 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-07 12:09:58,555 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-07 12:09:58,598 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-07 12:09:58,598 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock Acquired to object EngineLock [exclusiveLocks= key: 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85 value: VM , sharedLocks= ] 2012-11-07 12:09:58,602 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-45) MacPoolManager::freeMac(mac = 00:1a:4a:16:81:6c) - entered 2012-11-07 12:09:58,604 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock freed to object EngineLock [exclusiveLocks= key: 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85 value: VM , sharedLocks= ] 2012-11-07 12:09:58,615 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-16) BaseAsyncTask::OnTaskEndSuccess: Task bdca63b7-5119-41ad-9548-bc88e6679427 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-07 12:09:58,616 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-16) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 68b3873f-201b-4751-8cea-cc947473d8d1 has ended -> executing EndAction 2012-11-07 12:09:58,616 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-16) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 68b3873f-201b-4751-8cea-cc947473d8d1): calling EndAction for action type RemoveVm. 2012-11-07 12:09:58,616 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-16) SPMAsyncTask::PollTask: Polling task 59b207a2-593f-4c79-88a8-d6f6bd42eada (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-07 12:09:58,616 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-07 12:09:58,617 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-07 12:09:58,617 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Lock Acquired to object EngineLock [exclusiveLocks= key: 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3 value: VM , sharedLocks= ] 2012-11-07 12:09:58,630 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-46) MacPoolManager::freeMac(mac = 00:1a:4a:16:81:8f) - entered 2012-11-07 12:09:58,632 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Lock freed to object EngineLock [exclusiveLocks= key: 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3 value: VM , sharedLocks= ] 2012-11-07 12:09:58,723 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-16) BaseAsyncTask::OnTaskEndSuccess: Task 59b207a2-593f-4c79-88a8-d6f6bd42eada (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-07 12:09:58,724 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-16) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 4c133984-c929-4369-a4b8-3880e190e8b6 has ended -> executing EndAction 2012-11-07 12:09:58,724 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-16) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 4c133984-c929-4369-a4b8-3880e190e8b6): calling EndAction for action type RemoveVm. 2012-11-07 12:09:58,724 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-16) SPMAsyncTask::PollTask: Polling task cbc6f00d-cd6a-4cf2-9290-7dc39a52aaa1 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-07 12:09:58,724 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-07 12:09:58,724 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock Acquired to object EngineLock [exclusiveLocks= key: 68b3873f-201b-4751-8cea-cc947473d8d1 value: VM , sharedLocks= ] 2012-11-07 12:09:58,724 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-07 12:09:58,733 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-49) MacPoolManager::freeMac(mac = 00:1a:4a:16:81:8e) - entered 2012-11-07 12:09:58,735 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock freed to object EngineLock [exclusiveLocks= key: 68b3873f-201b-4751-8cea-cc947473d8d1 value: VM , sharedLocks= ] 2012-11-07 12:09:58,760 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-07 12:09:58,760 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-07 12:09:58,782 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-16) BaseAsyncTask::OnTaskEndSuccess: Task cbc6f00d-cd6a-4cf2-9290-7dc39a52aaa1 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-07 12:09:58,782 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-07 12:09:58,782 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-07 12:09:58,782 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-07 12:09:58,782 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) Lock Acquired to object EngineLock [exclusiveLocks= key: 4c133984-c929-4369-a4b8-3880e190e8b6 value: VM , sharedLocks= ] 2012-11-07 12:09:58,785 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-16) EntityAsyncTask::EndActionIfNecessary: All tasks of entity f12d7e97-bfae-4bfa-9f27-5657e5d4906b has ended -> executing EndAction 2012-11-07 12:09:58,785 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-16) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: f12d7e97-bfae-4bfa-9f27-5657e5d4906b): calling EndAction for action type RemoveVm. 2012-11-07 12:09:58,786 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-07 12:09:58,786 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-16) Cleaning zombie tasks: Clearing async task RemoveVm that started at 11/7/12 12:09 PM 2012-11-07 12:09:58,786 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-16) SPMAsyncTask::ClearAsyncTask: Attempting to clear task c6eb8f9f-d627-4c1a-86f3-523ef9964599 2012-11-07 12:09:58,786 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-16) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = c6eb8f9f-d627-4c1a-86f3-523ef9964599), log id: 7507fb33 2012-11-07 12:09:58,790 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-16) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=c6eb8f9f-d627-4c1a-86f3-523ef9964599), log id: 50cdaaac 2012-11-07 12:09:58,795 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-50) MacPoolManager::freeMac(mac = 00:1a:4a:16:81:6e) - entered 2012-11-07 12:09:58,797 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) Lock freed to object EngineLock [exclusiveLocks= key: 4c133984-c929-4369-a4b8-3880e190e8b6 value: VM , sharedLocks= ] 2012-11-07 12:09:58,832 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) SPMAsyncTask::ClearAsyncTask: Attempting to clear task c6eb8f9f-d627-4c1a-86f3-523ef9964599 2012-11-07 12:09:58,833 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = c6eb8f9f-d627-4c1a-86f3-523ef9964599), log id: 4692b5d4 2012-11-07 12:09:58,833 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 52cc64a5-9341-43df-b6d5-50a5354263c7 2012-11-07 12:09:58,833 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 52cc64a5-9341-43df-b6d5-50a5354263c7), log id: 49df957e 2012-11-07 12:09:58,866 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-07 12:09:58,867 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock Acquired to object EngineLock [exclusiveLocks= key: f12d7e97-bfae-4bfa-9f27-5657e5d4906b value: VM , sharedLocks= ] 2012-11-07 12:09:58,878 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-44) MacPoolManager::freeMac(mac = 00:1a:4a:16:81:8c) - entered 2012-11-07 12:09:58,880 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock freed to object EngineLock [exclusiveLocks= key: f12d7e97-bfae-4bfa-9f27-5657e5d4906b value: VM , sharedLocks= ] 2012-11-07 12:09:58,881 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-16) FINISH, HSMClearTaskVDSCommand, log id: 50cdaaac 2012-11-07 12:09:58,881 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-16) FINISH, SPMClearTaskVDSCommand, log id: 7507fb33 2012-11-07 12:09:58,883 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=52cc64a5-9341-43df-b6d5-50a5354263c7), log id: 34496ac3 2012-11-07 12:09:58,908 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-07 12:09:58,908 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-07 12:09:58,955 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) FINISH, HSMClearTaskVDSCommand, log id: 34496ac3 2012-11-07 12:09:58,955 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) FINISH, SPMClearTaskVDSCommand, log id: 49df957e 2012-11-07 12:09:58,957 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=c6eb8f9f-d627-4c1a-86f3-523ef9964599), log id: 6759df89 2012-11-07 12:09:58,975 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-07 12:09:58,975 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-07 12:09:58,976 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-16) BaseAsyncTask::RemoveTaskFromDB: Removed task c6eb8f9f-d627-4c1a-86f3-523ef9964599 from DataBase 2012-11-07 12:09:58,976 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-16) Cleaning zombie tasks: Clearing async task RemoveVm that started at 11/7/12 12:09 PM 2012-11-07 12:09:58,976 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-16) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 52cc64a5-9341-43df-b6d5-50a5354263c7 2012-11-07 12:09:58,976 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-16) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 52cc64a5-9341-43df-b6d5-50a5354263c7), log id: 507eb792 2012-11-07 12:09:58,981 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) Trying to remove unknown task: c6eb8f9f-d627-4c1a-86f3-523ef9964599 2012-11-07 12:09:58,981 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) FINISH, HSMClearTaskVDSCommand, log id: 6759df89 2012-11-07 12:09:58,981 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) FINISH, SPMClearTaskVDSCommand, log id: 4692b5d4 2012-11-07 12:09:58,986 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 9feef8e2-4d5e-4d2d-9143-1e19d10f0d85 2012-11-07 12:09:58,999 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-16) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=52cc64a5-9341-43df-b6d5-50a5354263c7), log id: 663b1d8b 2012-11-07 12:09:59,022 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-16) Trying to remove unknown task: 52cc64a5-9341-43df-b6d5-50a5354263c7 2012-11-07 12:09:59,022 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-16) FINISH, HSMClearTaskVDSCommand, log id: 663b1d8b 2012-11-07 12:09:59,022 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-16) FINISH, SPMClearTaskVDSCommand, log id: 507eb792 2012-11-07 12:09:59,050 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) SPMAsyncTask::ClearAsyncTask: Attempting to clear task bdca63b7-5119-41ad-9548-bc88e6679427 2012-11-07 12:09:59,050 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = bdca63b7-5119-41ad-9548-bc88e6679427), log id: 6b91778c 2012-11-07 12:09:59,050 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) BaseAsyncTask::RemoveTaskFromDB: Removed task 52cc64a5-9341-43df-b6d5-50a5354263c7 from DataBase 2012-11-07 12:09:59,050 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 60c8fdb9-0197-4b8c-b5ea-e29ffd429dd3 2012-11-07 12:09:59,051 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=bdca63b7-5119-41ad-9548-bc88e6679427), log id: 676ed881 2012-11-07 12:09:59,070 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-07 12:09:59,070 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-07 12:09:59,070 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-16) Cleaning zombie tasks: Clearing async task RemoveVm that started at 11/7/12 12:09 PM 2012-11-07 12:09:59,070 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-16) SPMAsyncTask::ClearAsyncTask: Attempting to clear task bdca63b7-5119-41ad-9548-bc88e6679427 2012-11-07 12:09:59,070 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-16) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = bdca63b7-5119-41ad-9548-bc88e6679427), log id: 15d80374 2012-11-07 12:09:59,070 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-50) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 59b207a2-593f-4c79-88a8-d6f6bd42eada 2012-11-07 12:09:59,070 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-50) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 59b207a2-593f-4c79-88a8-d6f6bd42eada), log id: 18cabfe0 2012-11-07 12:09:59,112 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) SPMAsyncTask::ClearAsyncTask: Attempting to clear task cbc6f00d-cd6a-4cf2-9290-7dc39a52aaa1 2012-11-07 12:09:59,112 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = cbc6f00d-cd6a-4cf2-9290-7dc39a52aaa1), log id: 620ab994 2012-11-07 12:09:59,120 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) FINISH, HSMClearTaskVDSCommand, log id: 676ed881 2012-11-07 12:09:59,120 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) FINISH, SPMClearTaskVDSCommand, log id: 6b91778c 2012-11-07 12:09:59,121 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=cbc6f00d-cd6a-4cf2-9290-7dc39a52aaa1), log id: 59589c4c 2012-11-07 12:09:59,129 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) BaseAsyncTask::RemoveTaskFromDB: Removed task bdca63b7-5119-41ad-9548-bc88e6679427 from DataBase 2012-11-07 12:09:59,129 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 68b3873f-201b-4751-8cea-cc947473d8d1 2012-11-07 12:09:59,186 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) FINISH, HSMClearTaskVDSCommand, log id: 59589c4c 2012-11-07 12:09:59,186 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) FINISH, SPMClearTaskVDSCommand, log id: 620ab994 2012-11-07 12:09:59,188 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-50) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=59b207a2-593f-4c79-88a8-d6f6bd42eada), log id: 350feb8d 2012-11-07 12:09:59,221 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) BaseAsyncTask::RemoveTaskFromDB: Removed task cbc6f00d-cd6a-4cf2-9290-7dc39a52aaa1 from DataBase 2012-11-07 12:09:59,221 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity f12d7e97-bfae-4bfa-9f27-5657e5d4906b 2012-11-07 12:09:59,253 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-50) FINISH, HSMClearTaskVDSCommand, log id: 350feb8d 2012-11-07 12:09:59,253 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-50) FINISH, SPMClearTaskVDSCommand, log id: 18cabfe0 2012-11-07 12:09:59,255 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-16) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=bdca63b7-5119-41ad-9548-bc88e6679427), log id: 684c0afa 2012-11-07 12:09:59,277 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-16) Trying to remove unknown task: bdca63b7-5119-41ad-9548-bc88e6679427 2012-11-07 12:09:59,277 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-16) FINISH, HSMClearTaskVDSCommand, log id: 684c0afa 2012-11-07 12:09:59,277 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-16) FINISH, SPMClearTaskVDSCommand, log id: 15d80374 2012-11-07 12:09:59,278 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-16) Cleaning zombie tasks: Clearing async task RemoveVm that started at 11/7/12 12:09 PM 2012-11-07 12:09:59,278 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-16) SPMAsyncTask::ClearAsyncTask: Attempting to clear task bf5232fd-23e9-43c6-84e2-bf8cfd7f0743 2012-11-07 12:09:59,278 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-16) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = bf5232fd-23e9-43c6-84e2-bf8cfd7f0743), log id: 43957f6e 2012-11-07 12:09:59,279 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-16) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=bf5232fd-23e9-43c6-84e2-bf8cfd7f0743), log id: 3c45659c 2012-11-07 12:09:59,284 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-50) BaseAsyncTask::RemoveTaskFromDB: Removed task 59b207a2-593f-4c79-88a8-d6f6bd42eada from DataBase 2012-11-07 12:09:59,284 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 4c133984-c929-4369-a4b8-3880e190e8b6 2012-11-07 12:09:59,303 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-16) Trying to remove unknown task: bf5232fd-23e9-43c6-84e2-bf8cfd7f0743 2012-11-07 12:09:59,303 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-16) FINISH, HSMClearTaskVDSCommand, log id: 3c45659c 2012-11-07 12:09:59,303 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-16) FINISH, SPMClearTaskVDSCommand, log id: 43957f6e 2012-11-07 12:09:59,304 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-16) Cleaning zombie tasks: Clearing async task RemoveVm that started at 11/7/12 12:09 PM 2012-11-07 12:09:59,304 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-16) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 59b207a2-593f-4c79-88a8-d6f6bd42eada 2012-11-07 12:09:59,304 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-16) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 59b207a2-593f-4c79-88a8-d6f6bd42eada), log id: 2d98a25f 2012-11-07 12:09:59,305 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-16) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=59b207a2-593f-4c79-88a8-d6f6bd42eada), log id: abbbf54 2012-11-07 12:09:59,327 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-16) Trying to remove unknown task: 59b207a2-593f-4c79-88a8-d6f6bd42eada 2012-11-07 12:09:59,327 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-16) FINISH, HSMClearTaskVDSCommand, log id: abbbf54 2012-11-07 12:09:59,327 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-16) FINISH, SPMClearTaskVDSCommand, log id: 2d98a25f 2012-11-07 12:09:59,328 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-16) Cleaning zombie tasks: Clearing async task RemoveVm that started at 11/7/12 12:09 PM 2012-11-07 12:09:59,328 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-16) SPMAsyncTask::ClearAsyncTask: Attempting to clear task cbc6f00d-cd6a-4cf2-9290-7dc39a52aaa1 2012-11-07 12:09:59,328 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-16) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = cbc6f00d-cd6a-4cf2-9290-7dc39a52aaa1), log id: 631594fb 2012-11-07 12:09:59,330 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-16) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=cbc6f00d-cd6a-4cf2-9290-7dc39a52aaa1), log id: 256f229f 2012-11-07 12:09:59,352 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-16) Trying to remove unknown task: cbc6f00d-cd6a-4cf2-9290-7dc39a52aaa1 2012-11-07 12:09:59,352 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-16) FINISH, HSMClearTaskVDSCommand, log id: 256f229f 2012-11-07 12:09:59,352 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-16) FINISH, SPMClearTaskVDSCommand, log id: 631594fb 2012-11-07 12:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts 2012-11-07 12:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering 0 hosts 2012-11-07 12:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts done 2012-11-07 12:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering storage domains is disabled, skipping 2012-11-07 12:10:07,438 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [10bb2722] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 2d001b91-1bd4-453a-97c1-188a35a07851 Type: VM 2012-11-07 12:10:07,439 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [10bb2722] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop ttt2). 2012-11-07 12:10:07,439 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [10bb2722] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop ttt2, status is not up. Stopping instead. 2012-11-07 12:10:07,444 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-49) [1f983dbc] Running command: StopVmCommand internal: true. Entities affected : ID: 2d001b91-1bd4-453a-97c1-188a35a07851 Type: VM 2012-11-07 12:10:07,446 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-49) [1f983dbc] START, DestroyVmVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, vmId=2d001b91-1bd4-453a-97c1-188a35a07851, force=false, secondsToWait=0, gracefully=false), log id: 12fdf2d9 2012-11-07 12:10:07,449 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-49) [1f983dbc] START, DestroyVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, vmId=2d001b91-1bd4-453a-97c1-188a35a07851, force=false, secondsToWait=0, gracefully=false), log id: 60912d0a 2012-11-07 12:10:08,005 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-49) [1f983dbc] FINISH, DestroyVDSCommand, log id: 60912d0a 2012-11-07 12:10:08,060 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-49) [1f983dbc] FINISH, DestroyVmVDSCommand, return: Down, log id: 12fdf2d9 2012-11-07 12:10:12,121 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-50) [2cab015c] Running command: ShutdownVmCommand internal: false. Entities affected : ID: ed852a3b-44f1-49a4-b2dd-0aa764931a2e Type: VM 2012-11-07 12:10:12,122 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-50) [2cab015c] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop floppy). 2012-11-07 12:10:12,122 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-50) [2cab015c] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop floppy, status is not up. Stopping instead. 2012-11-07 12:10:12,125 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-50) [52dbe821] Running command: StopVmCommand internal: true. Entities affected : ID: ed852a3b-44f1-49a4-b2dd-0aa764931a2e Type: VM 2012-11-07 12:10:12,127 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-50) [52dbe821] START, DestroyVmVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, vmId=ed852a3b-44f1-49a4-b2dd-0aa764931a2e, force=false, secondsToWait=0, gracefully=false), log id: 3a807f45 2012-11-07 12:10:12,131 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-50) [52dbe821] START, DestroyVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, vmId=ed852a3b-44f1-49a4-b2dd-0aa764931a2e, force=false, secondsToWait=0, gracefully=false), log id: 597226ce 2012-11-07 12:10:12,723 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-50) [52dbe821] FINISH, DestroyVDSCommand, log id: 597226ce 2012-11-07 12:10:12,774 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-50) [52dbe821] FINISH, DestroyVmVDSCommand, return: Down, log id: 3a807f45 2012-11-07 12:10:25,110 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-49) Start time: 11/7/12 12:10 PM. Start running CanDoAction for command number 1/2 (Command type: RemoveVm) 2012-11-07 12:10:25,111 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-50) Start time: 11/7/12 12:10 PM. Start running CanDoAction for command number 2/2 (Command type: RemoveVm) 2012-11-07 12:10:25,137 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) Lock Acquired to object EngineLock [exclusiveLocks= key: ed852a3b-44f1-49a4-b2dd-0aa764931a2e value: VM , sharedLocks= ] 2012-11-07 12:10:25,142 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 498996ad 2012-11-07 12:10:25,142 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 498996ad 2012-11-07 12:10:25,172 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock Acquired to object EngineLock [exclusiveLocks= key: 2d001b91-1bd4-453a-97c1-188a35a07851 value: VM , sharedLocks= ] 2012-11-07 12:10:25,177 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5f804431 2012-11-07 12:10:25,178 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 5f804431 2012-11-07 12:10:25,222 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-50) End time: 11/7/12 12:10 PM. Finish handling CanDoAction for command number 2/2 (Command type: RemoveVm) 2012-11-07 12:10:25,233 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-49) End time: 11/7/12 12:10 PM. Finish handling CanDoAction for command number 1/2 (Command type: RemoveVm) 2012-11-07 12:10:25,405 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) [5e8aaae2] Running command: RemoveVmCommand internal: false. Entities affected : ID: 2d001b91-1bd4-453a-97c1-188a35a07851 Type: VM 2012-11-07 12:10:25,406 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-50) [5e8aaae2] START, SetVmStatusVDSCommand( vmId = 2d001b91-1bd4-453a-97c1-188a35a07851, status = ImageLocked), log id: 545955c6 2012-11-07 12:10:25,408 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-50) [5e8aaae2] FINISH, SetVmStatusVDSCommand, log id: 545955c6 2012-11-07 12:10:25,461 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) [5e8aaae2] Lock freed to object EngineLock [exclusiveLocks= key: 2d001b91-1bd4-453a-97c1-188a35a07851 value: VM , sharedLocks= ] 2012-11-07 12:10:25,461 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-50) [5e8aaae2] START, RemoveVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 2d001b91-1bd4-453a-97c1-188a35a07851), log id: 44705250 2012-11-07 12:10:25,508 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-50) [5e8aaae2] FINISH, RemoveVMVDSCommand, log id: 44705250 2012-11-07 12:10:25,511 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-50) [2a2c254a] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 2d001b91-1bd4-453a-97c1-188a35a07851 Type: VM 2012-11-07 12:10:25,516 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-50) [638c782f] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-07 12:10:25,623 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-50) [638c782f] START, DeleteImageGroupVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 0de6e7aa-86ea-4878-8ff3-5f5e9007760f, postZeros = false, forceDelete = false), log id: 175bc7 2012-11-07 12:10:26,451 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-50) [638c782f] FINISH, DeleteImageGroupVDSCommand, log id: 175bc7 2012-11-07 12:10:26,802 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) [638c782f] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 2d001b91-1bd4-453a-97c1-188a35a07851 2012-11-07 12:10:26,802 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-50) [638c782f] EntityMultiAsyncTasks::AttachTask: Attaching task b2e75406-d94f-4d7d-bd2d-23f31c158813 to entity 2d001b91-1bd4-453a-97c1-188a35a07851. 2012-11-07 12:10:26,805 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-50) [638c782f] Adding task b2e75406-d94f-4d7d-bd2d-23f31c158813 to DataBase 2012-11-07 12:10:27,029 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-50) [638c782f] Adding task b2e75406-d94f-4d7d-bd2d-23f31c158813 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-07 12:10:27,353 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-50) [638c782f] BaseAsyncTask::StartPollingTask: Starting to poll task b2e75406-d94f-4d7d-bd2d-23f31c158813. 2012-11-07 12:10:27,353 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-50) [638c782f] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 2d001b91-1bd4-453a-97c1-188a35a07851 is RemoveVm (determined by task b2e75406-d94f-4d7d-bd2d-23f31c158813) 2012-11-07 12:10:27,542 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) [56a6259e] Running command: RemoveVmCommand internal: false. Entities affected : ID: ed852a3b-44f1-49a4-b2dd-0aa764931a2e Type: VM 2012-11-07 12:10:27,543 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-50) [56a6259e] START, SetVmStatusVDSCommand( vmId = ed852a3b-44f1-49a4-b2dd-0aa764931a2e, status = ImageLocked), log id: 69d354c2 2012-11-07 12:10:27,545 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-50) [56a6259e] FINISH, SetVmStatusVDSCommand, log id: 69d354c2 2012-11-07 12:10:27,560 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) [56a6259e] Lock freed to object EngineLock [exclusiveLocks= key: ed852a3b-44f1-49a4-b2dd-0aa764931a2e value: VM , sharedLocks= ] 2012-11-07 12:10:27,565 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-50) [56a6259e] START, RemoveVMVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = ed852a3b-44f1-49a4-b2dd-0aa764931a2e), log id: 640356b6 2012-11-07 12:10:27,610 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-50) [56a6259e] FINISH, RemoveVMVDSCommand, log id: 640356b6 2012-11-07 12:10:27,613 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-50) [cc2cd23] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: ed852a3b-44f1-49a4-b2dd-0aa764931a2e Type: VM 2012-11-07 12:10:27,618 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-50) [3b463e67] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-07 12:10:27,663 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-50) [3b463e67] START, DeleteImageGroupVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = 57f5065f-b7bc-45c8-b682-871f13dd3449, imageGroupId = 80bdfae5-aff1-4787-b06c-ac7734e6ab20, postZeros = false, forceDelete = false), log id: 5d79a3a1 2012-11-07 12:10:28,353 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-50) [3b463e67] FINISH, DeleteImageGroupVDSCommand, log id: 5d79a3a1 2012-11-07 12:10:28,394 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) [3b463e67] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity ed852a3b-44f1-49a4-b2dd-0aa764931a2e 2012-11-07 12:10:28,394 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-50) [3b463e67] EntityMultiAsyncTasks::AttachTask: Attaching task f5fcd334-94ae-407e-a9fc-6130b6fa29c6 to entity ed852a3b-44f1-49a4-b2dd-0aa764931a2e. 2012-11-07 12:10:28,394 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-50) [3b463e67] Adding task f5fcd334-94ae-407e-a9fc-6130b6fa29c6 to DataBase 2012-11-07 12:10:28,463 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-50) [3b463e67] Adding task f5fcd334-94ae-407e-a9fc-6130b6fa29c6 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-07 12:10:28,653 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-50) [3b463e67] BaseAsyncTask::StartPollingTask: Starting to poll task f5fcd334-94ae-407e-a9fc-6130b6fa29c6. 2012-11-07 12:10:28,653 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-50) [3b463e67] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity ed852a3b-44f1-49a4-b2dd-0aa764931a2e is RemoveVm (determined by task f5fcd334-94ae-407e-a9fc-6130b6fa29c6) 2012-11-07 12:10:29,355 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-43) Polling and updating Async Tasks: 8 tasks, 2 tasks to poll now 2012-11-07 12:10:29,381 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-43) SPMAsyncTask::PollTask: Polling task b2e75406-d94f-4d7d-bd2d-23f31c158813 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-07 12:10:29,460 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-43) BaseAsyncTask::OnTaskEndSuccess: Task b2e75406-d94f-4d7d-bd2d-23f31c158813 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-07 12:10:29,460 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-43) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 2d001b91-1bd4-453a-97c1-188a35a07851 has ended -> executing EndAction 2012-11-07 12:10:29,460 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-43) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 2d001b91-1bd4-453a-97c1-188a35a07851): calling EndAction for action type RemoveVm. 2012-11-07 12:10:29,461 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-43) SPMAsyncTask::PollTask: Polling task f5fcd334-94ae-407e-a9fc-6130b6fa29c6 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-07 12:10:29,461 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-07 12:10:29,590 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-43) BaseAsyncTask::OnTaskEndSuccess: Task f5fcd334-94ae-407e-a9fc-6130b6fa29c6 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-07 12:10:29,590 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-43) EntityAsyncTask::EndActionIfNecessary: All tasks of entity ed852a3b-44f1-49a4-b2dd-0aa764931a2e has ended -> executing EndAction 2012-11-07 12:10:29,590 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-43) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: ed852a3b-44f1-49a4-b2dd-0aa764931a2e): calling EndAction for action type RemoveVm. 2012-11-07 12:10:29,590 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-43) Cleaning zombie tasks: Clearing async task RemoveVm that started at 11/7/12 12:09 PM 2012-11-07 12:10:29,590 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task c6eb8f9f-d627-4c1a-86f3-523ef9964599 2012-11-07 12:10:29,590 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-07 12:10:29,591 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-43) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = c6eb8f9f-d627-4c1a-86f3-523ef9964599), log id: 7d1ab381 2012-11-07 12:10:29,592 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=c6eb8f9f-d627-4c1a-86f3-523ef9964599), log id: 6622a121 2012-11-07 12:10:29,615 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) Trying to remove unknown task: c6eb8f9f-d627-4c1a-86f3-523ef9964599 2012-11-07 12:10:29,615 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) FINISH, HSMClearTaskVDSCommand, log id: 6622a121 2012-11-07 12:10:29,615 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-43) FINISH, SPMClearTaskVDSCommand, log id: 7d1ab381 2012-11-07 12:10:29,616 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-43) Cleaning zombie tasks: Clearing async task RemoveVm that started at 11/7/12 12:09 PM 2012-11-07 12:10:29,616 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 52cc64a5-9341-43df-b6d5-50a5354263c7 2012-11-07 12:10:29,616 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-43) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 52cc64a5-9341-43df-b6d5-50a5354263c7), log id: 76692319 2012-11-07 12:10:29,617 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=52cc64a5-9341-43df-b6d5-50a5354263c7), log id: be10dee 2012-11-07 12:10:29,639 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) Trying to remove unknown task: 52cc64a5-9341-43df-b6d5-50a5354263c7 2012-11-07 12:10:29,639 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) FINISH, HSMClearTaskVDSCommand, log id: be10dee 2012-11-07 12:10:29,639 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-43) FINISH, SPMClearTaskVDSCommand, log id: 76692319 2012-11-07 12:10:29,640 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-43) Cleaning zombie tasks: Clearing async task RemoveVm that started at 11/7/12 12:10 PM 2012-11-07 12:10:29,640 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task b2e75406-d94f-4d7d-bd2d-23f31c158813 2012-11-07 12:10:29,640 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-43) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = b2e75406-d94f-4d7d-bd2d-23f31c158813), log id: 4a4c38ba 2012-11-07 12:10:29,641 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=b2e75406-d94f-4d7d-bd2d-23f31c158813), log id: 24bfa710 2012-11-07 12:10:29,659 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-07 12:10:29,660 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) Lock Acquired to object EngineLock [exclusiveLocks= key: 2d001b91-1bd4-453a-97c1-188a35a07851 value: VM , sharedLocks= ] 2012-11-07 12:10:29,665 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-50) MacPoolManager::freeMac(mac = 00:1a:4a:16:81:8d) - entered 2012-11-07 12:10:29,671 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) Lock freed to object EngineLock [exclusiveLocks= key: 2d001b91-1bd4-453a-97c1-188a35a07851 value: VM , sharedLocks= ] 2012-11-07 12:10:29,711 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) FINISH, HSMClearTaskVDSCommand, log id: 24bfa710 2012-11-07 12:10:29,711 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-43) FINISH, SPMClearTaskVDSCommand, log id: 4a4c38ba 2012-11-07 12:10:29,766 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-43) BaseAsyncTask::RemoveTaskFromDB: Removed task b2e75406-d94f-4d7d-bd2d-23f31c158813 from DataBase 2012-11-07 12:10:29,767 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-43) Cleaning zombie tasks: Clearing async task RemoveVm that started at 11/7/12 12:10 PM 2012-11-07 12:10:29,767 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task f5fcd334-94ae-407e-a9fc-6130b6fa29c6 2012-11-07 12:10:29,767 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-43) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = f5fcd334-94ae-407e-a9fc-6130b6fa29c6), log id: 304d940 2012-11-07 12:10:29,771 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=f5fcd334-94ae-407e-a9fc-6130b6fa29c6), log id: 1ade6189 2012-11-07 12:10:29,795 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-07 12:10:29,795 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock Acquired to object EngineLock [exclusiveLocks= key: ed852a3b-44f1-49a4-b2dd-0aa764931a2e value: VM , sharedLocks= ] 2012-11-07 12:10:29,800 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-49) MacPoolManager::freeMac(mac = 00:1a:4a:16:81:6f) - entered 2012-11-07 12:10:29,802 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock freed to object EngineLock [exclusiveLocks= key: ed852a3b-44f1-49a4-b2dd-0aa764931a2e value: VM , sharedLocks= ] 2012-11-07 12:10:29,812 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-07 12:10:29,812 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-07 12:10:29,841 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) FINISH, HSMClearTaskVDSCommand, log id: 1ade6189 2012-11-07 12:10:29,841 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-43) FINISH, SPMClearTaskVDSCommand, log id: 304d940 2012-11-07 12:10:29,856 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 2d001b91-1bd4-453a-97c1-188a35a07851 2012-11-07 12:10:29,873 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-43) BaseAsyncTask::RemoveTaskFromDB: Removed task f5fcd334-94ae-407e-a9fc-6130b6fa29c6 from DataBase 2012-11-07 12:10:29,873 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-43) Cleaning zombie tasks: Clearing async task RemoveVm that started at 11/7/12 12:09 PM 2012-11-07 12:10:29,873 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task bdca63b7-5119-41ad-9548-bc88e6679427 2012-11-07 12:10:29,873 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-43) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = bdca63b7-5119-41ad-9548-bc88e6679427), log id: 4d1a2a6d 2012-11-07 12:10:29,874 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=bdca63b7-5119-41ad-9548-bc88e6679427), log id: 34b5fb6f 2012-11-07 12:10:29,897 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) Trying to remove unknown task: bdca63b7-5119-41ad-9548-bc88e6679427 2012-11-07 12:10:29,897 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) FINISH, HSMClearTaskVDSCommand, log id: 34b5fb6f 2012-11-07 12:10:29,897 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-43) FINISH, SPMClearTaskVDSCommand, log id: 4d1a2a6d 2012-11-07 12:10:29,898 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-43) Cleaning zombie tasks: Clearing async task RemoveVm that started at 11/7/12 12:09 PM 2012-11-07 12:10:29,898 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task bf5232fd-23e9-43c6-84e2-bf8cfd7f0743 2012-11-07 12:10:29,898 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-43) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = bf5232fd-23e9-43c6-84e2-bf8cfd7f0743), log id: 314c787c 2012-11-07 12:10:29,900 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=bf5232fd-23e9-43c6-84e2-bf8cfd7f0743), log id: a79f5c2 2012-11-07 12:10:29,903 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-07 12:10:29,903 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-07 12:10:29,924 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) Trying to remove unknown task: bf5232fd-23e9-43c6-84e2-bf8cfd7f0743 2012-11-07 12:10:29,924 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) FINISH, HSMClearTaskVDSCommand, log id: a79f5c2 2012-11-07 12:10:29,924 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-43) FINISH, SPMClearTaskVDSCommand, log id: 314c787c 2012-11-07 12:10:29,925 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-43) Cleaning zombie tasks: Clearing async task RemoveVm that started at 11/7/12 12:09 PM 2012-11-07 12:10:29,925 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 59b207a2-593f-4c79-88a8-d6f6bd42eada 2012-11-07 12:10:29,925 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-43) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 59b207a2-593f-4c79-88a8-d6f6bd42eada), log id: 23811f38 2012-11-07 12:10:29,926 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=59b207a2-593f-4c79-88a8-d6f6bd42eada), log id: 3386794b 2012-11-07 12:10:29,940 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity ed852a3b-44f1-49a4-b2dd-0aa764931a2e 2012-11-07 12:10:29,948 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) Trying to remove unknown task: 59b207a2-593f-4c79-88a8-d6f6bd42eada 2012-11-07 12:10:29,948 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) FINISH, HSMClearTaskVDSCommand, log id: 3386794b 2012-11-07 12:10:29,948 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-43) FINISH, SPMClearTaskVDSCommand, log id: 23811f38 2012-11-07 12:10:29,950 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-43) Cleaning zombie tasks: Clearing async task RemoveVm that started at 11/7/12 12:09 PM 2012-11-07 12:10:29,950 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task cbc6f00d-cd6a-4cf2-9290-7dc39a52aaa1 2012-11-07 12:10:29,950 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-43) START, SPMClearTaskVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = cbc6f00d-cd6a-4cf2-9290-7dc39a52aaa1), log id: 19683a51 2012-11-07 12:10:29,951 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, taskId=cbc6f00d-cd6a-4cf2-9290-7dc39a52aaa1), log id: 2ec18783 2012-11-07 12:10:29,973 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) Trying to remove unknown task: cbc6f00d-cd6a-4cf2-9290-7dc39a52aaa1 2012-11-07 12:10:29,973 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-43) FINISH, HSMClearTaskVDSCommand, log id: 2ec18783 2012-11-07 12:10:29,973 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (QuartzScheduler_Worker-43) FINISH, SPMClearTaskVDSCommand, log id: 19683a51 2012-11-07 12:10:52,016 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-58) Setting new tasks map. The map contains now 7 tasks 2012-11-07 12:11:22,016 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-87) Setting new tasks map. The map contains now 2 tasks 2012-11-07 12:11:52,017 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-92) Setting new tasks map. The map contains now 0 tasks 2012-11-07 12:11:52,017 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-92) Cleared all tasks of pool c9133b98-f765-11e1-990e-001a4a1697ca. 2012-11-07 12:11:52,019 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-92) Could not find vds that is spm and non-operational. 2012-11-07 12:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Checking autorecoverable hosts 2012-11-07 12:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Autorecovering 0 hosts 2012-11-07 12:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Checking autorecoverable hosts done 2012-11-07 12:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Autorecovering storage domains is disabled, skipping 2012-11-07 12:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts 2012-11-07 12:20:00,039 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering 0 hosts 2012-11-07 12:20:00,039 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts done 2012-11-07 12:20:00,039 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering storage domains is disabled, skipping 2012-11-07 12:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts 2012-11-07 12:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering 0 hosts 2012-11-07 12:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts done 2012-11-07 12:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering storage domains is disabled, skipping 2012-11-07 12:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-07 12:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-07 12:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-07 12:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-07 12:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts 2012-11-07 12:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering 0 hosts 2012-11-07 12:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts done 2012-11-07 12:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering storage domains is disabled, skipping 2012-11-07 12:39:11,770 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-3) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 12:39:11,784 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 12:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Checking autorecoverable hosts 2012-11-07 12:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Autorecovering 0 hosts 2012-11-07 12:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Checking autorecoverable hosts done 2012-11-07 12:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Autorecovering storage domains is disabled, skipping 2012-11-07 12:43:42,194 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 22fd3b93 2012-11-07 12:43:42,194 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1f5241d7 2012-11-07 12:43:42,194 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 22fd3b93 2012-11-07 12:43:42,194 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 1f5241d7 2012-11-07 12:43:42,195 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 629906a8 2012-11-07 12:43:42,195 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2c84322a 2012-11-07 12:43:42,223 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 629906a8 2012-11-07 12:43:42,225 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 5c47c0a1 2012-11-07 12:43:42,237 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 12:43:42,249 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 5c47c0a1 2012-11-07 12:43:42,250 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 2c84322a 2012-11-07 12:43:42,263 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 12:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts 2012-11-07 12:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering 0 hosts 2012-11-07 12:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts done 2012-11-07 12:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering storage domains is disabled, skipping 2012-11-07 12:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts 2012-11-07 12:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering 0 hosts 2012-11-07 12:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts done 2012-11-07 12:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering storage domains is disabled, skipping 2012-11-07 12:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts 2012-11-07 12:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering 0 hosts 2012-11-07 12:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts done 2012-11-07 12:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering storage domains is disabled, skipping 2012-11-07 13:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts 2012-11-07 13:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering 0 hosts 2012-11-07 13:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts done 2012-11-07 13:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering storage domains is disabled, skipping 2012-11-07 13:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts 2012-11-07 13:05:00,044 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering 0 hosts 2012-11-07 13:05:00,044 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts done 2012-11-07 13:05:00,044 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering storage domains is disabled, skipping 2012-11-07 13:08:41,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [f4ea5f0] Running command: LogoutUserCommand internal: false. 2012-11-07 13:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts 2012-11-07 13:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering 0 hosts 2012-11-07 13:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts done 2012-11-07 13:10:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering storage domains is disabled, skipping 2012-11-07 13:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts 2012-11-07 13:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering 0 hosts 2012-11-07 13:15:00,009 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts done 2012-11-07 13:15:00,009 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering storage domains is disabled, skipping 2012-11-07 13:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts 2012-11-07 13:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering 0 hosts 2012-11-07 13:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts done 2012-11-07 13:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering storage domains is disabled, skipping 2012-11-07 13:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts 2012-11-07 13:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering 0 hosts 2012-11-07 13:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts done 2012-11-07 13:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering storage domains is disabled, skipping 2012-11-07 13:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts 2012-11-07 13:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering 0 hosts 2012-11-07 13:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts done 2012-11-07 13:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering storage domains is disabled, skipping 2012-11-07 13:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-07 13:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-07 13:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-07 13:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-07 13:39:11,902 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-83) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 13:39:11,916 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-83) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 13:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts 2012-11-07 13:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering 0 hosts 2012-11-07 13:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts done 2012-11-07 13:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering storage domains is disabled, skipping 2012-11-07 13:43:42,357 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5a985154 2012-11-07 13:43:42,357 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 13f4429e 2012-11-07 13:43:42,358 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) FINISH, IsValidVDSCommand, return: true, log id: 5a985154 2012-11-07 13:43:42,358 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 13f4429e 2012-11-07 13:43:42,358 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-44) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 55122a3e 2012-11-07 13:43:42,359 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1b937814 2012-11-07 13:43:42,387 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-44) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 55122a3e 2012-11-07 13:43:42,388 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 25f893f0 2012-11-07 13:43:42,418 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 25f893f0 2012-11-07 13:43:42,418 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 1b937814 2012-11-07 13:43:42,772 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-44) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 13:43:42,798 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 13:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts 2012-11-07 13:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering 0 hosts 2012-11-07 13:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts done 2012-11-07 13:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering storage domains is disabled, skipping 2012-11-07 13:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts 2012-11-07 13:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering 0 hosts 2012-11-07 13:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts done 2012-11-07 13:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering storage domains is disabled, skipping 2012-11-07 13:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts 2012-11-07 13:55:00,040 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering 0 hosts 2012-11-07 13:55:00,040 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts done 2012-11-07 13:55:00,040 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering storage domains is disabled, skipping 2012-11-07 14:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts 2012-11-07 14:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering 0 hosts 2012-11-07 14:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts done 2012-11-07 14:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering storage domains is disabled, skipping 2012-11-07 14:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts 2012-11-07 14:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering 0 hosts 2012-11-07 14:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts done 2012-11-07 14:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering storage domains is disabled, skipping 2012-11-07 14:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts 2012-11-07 14:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering 0 hosts 2012-11-07 14:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts done 2012-11-07 14:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering storage domains is disabled, skipping 2012-11-07 14:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts 2012-11-07 14:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering 0 hosts 2012-11-07 14:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts done 2012-11-07 14:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering storage domains is disabled, skipping 2012-11-07 14:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts 2012-11-07 14:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering 0 hosts 2012-11-07 14:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts done 2012-11-07 14:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering storage domains is disabled, skipping 2012-11-07 14:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts 2012-11-07 14:25:00,018 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering 0 hosts 2012-11-07 14:25:00,018 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts done 2012-11-07 14:25:00,019 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering storage domains is disabled, skipping 2012-11-07 14:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts 2012-11-07 14:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering 0 hosts 2012-11-07 14:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts done 2012-11-07 14:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering storage domains is disabled, skipping 2012-11-07 14:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-07 14:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-07 14:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-07 14:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-07 14:39:11,932 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-18) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 14:39:11,946 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-18) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 14:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts 2012-11-07 14:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering 0 hosts 2012-11-07 14:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts done 2012-11-07 14:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering storage domains is disabled, skipping 2012-11-07 14:43:42,803 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: f1c24b 2012-11-07 14:43:42,803 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: aca69 2012-11-07 14:43:42,804 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: f1c24b 2012-11-07 14:43:42,805 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7343e8e2 2012-11-07 14:43:42,805 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) FINISH, IsValidVDSCommand, return: true, log id: aca69 2012-11-07 14:43:42,805 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-44) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 28b69b96 2012-11-07 14:43:42,806 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 27e76bb4 2012-11-07 14:43:42,834 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 27e76bb4 2012-11-07 14:43:42,834 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 7343e8e2 2012-11-07 14:43:42,844 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 14:43:42,861 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-44) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 28b69b96 2012-11-07 14:43:42,873 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-44) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 14:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts 2012-11-07 14:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering 0 hosts 2012-11-07 14:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts done 2012-11-07 14:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering storage domains is disabled, skipping 2012-11-07 14:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts 2012-11-07 14:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering 0 hosts 2012-11-07 14:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts done 2012-11-07 14:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering storage domains is disabled, skipping 2012-11-07 14:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-07 14:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-07 14:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-07 14:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-07 15:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts 2012-11-07 15:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering 0 hosts 2012-11-07 15:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts done 2012-11-07 15:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering storage domains is disabled, skipping 2012-11-07 15:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-07 15:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-07 15:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-07 15:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-07 15:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts 2012-11-07 15:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering 0 hosts 2012-11-07 15:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts done 2012-11-07 15:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering storage domains is disabled, skipping 2012-11-07 15:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-07 15:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-07 15:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-07 15:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-07 15:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts 2012-11-07 15:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering 0 hosts 2012-11-07 15:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts done 2012-11-07 15:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering storage domains is disabled, skipping 2012-11-07 15:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Checking autorecoverable hosts 2012-11-07 15:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Autorecovering 0 hosts 2012-11-07 15:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Checking autorecoverable hosts done 2012-11-07 15:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Autorecovering storage domains is disabled, skipping 2012-11-07 15:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts 2012-11-07 15:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering 0 hosts 2012-11-07 15:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts done 2012-11-07 15:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering storage domains is disabled, skipping 2012-11-07 15:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts 2012-11-07 15:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering 0 hosts 2012-11-07 15:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts done 2012-11-07 15:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering storage domains is disabled, skipping 2012-11-07 15:39:11,973 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-65) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 15:39:11,985 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-65) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 15:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-07 15:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-07 15:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-07 15:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-07 15:43:42,875 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 43cd1621 2012-11-07 15:43:42,877 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 43cd1621 2012-11-07 15:43:42,877 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2f26888e 2012-11-07 15:43:42,877 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: acf3ad1 2012-11-07 15:43:42,878 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) FINISH, IsValidVDSCommand, return: true, log id: 2f26888e 2012-11-07 15:43:42,878 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-44) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1e10bd42 2012-11-07 15:43:42,878 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 5cf94779 2012-11-07 15:43:42,906 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 5cf94779 2012-11-07 15:43:42,906 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: acf3ad1 2012-11-07 15:43:42,932 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-44) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 1e10bd42 2012-11-07 15:43:43,352 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 15:43:43,482 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-44) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 15:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts 2012-11-07 15:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering 0 hosts 2012-11-07 15:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts done 2012-11-07 15:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering storage domains is disabled, skipping 2012-11-07 15:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Checking autorecoverable hosts 2012-11-07 15:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Autorecovering 0 hosts 2012-11-07 15:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Checking autorecoverable hosts done 2012-11-07 15:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Autorecovering storage domains is disabled, skipping 2012-11-07 15:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-07 15:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-07 15:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-07 15:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-07 16:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts 2012-11-07 16:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering 0 hosts 2012-11-07 16:00:00,025 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts done 2012-11-07 16:00:00,025 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering storage domains is disabled, skipping 2012-11-07 16:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-07 16:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-07 16:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-07 16:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-07 16:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Checking autorecoverable hosts 2012-11-07 16:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Autorecovering 0 hosts 2012-11-07 16:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Checking autorecoverable hosts done 2012-11-07 16:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Autorecovering storage domains is disabled, skipping 2012-11-07 16:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Checking autorecoverable hosts 2012-11-07 16:15:00,742 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Autorecovering 0 hosts 2012-11-07 16:15:00,742 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Checking autorecoverable hosts done 2012-11-07 16:15:00,742 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Autorecovering storage domains is disabled, skipping 2012-11-07 16:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts 2012-11-07 16:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering 0 hosts 2012-11-07 16:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts done 2012-11-07 16:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering storage domains is disabled, skipping 2012-11-07 16:20:06,727 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 16:20:08,133 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-07 16:20:08,133 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginAdminUserCommand internal: false. 2012-11-07 16:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Checking autorecoverable hosts 2012-11-07 16:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Autorecovering 0 hosts 2012-11-07 16:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Checking autorecoverable hosts done 2012-11-07 16:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Autorecovering storage domains is disabled, skipping 2012-11-07 16:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-07 16:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-07 16:30:00,025 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-07 16:30:00,025 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-07 16:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts 2012-11-07 16:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering 0 hosts 2012-11-07 16:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts done 2012-11-07 16:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering storage domains is disabled, skipping 2012-11-07 16:39:12,007 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-46) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 16:39:12,022 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-46) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 16:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts 2012-11-07 16:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering 0 hosts 2012-11-07 16:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts done 2012-11-07 16:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering storage domains is disabled, skipping 2012-11-07 16:43:43,534 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2b822ad0 2012-11-07 16:43:43,534 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 61e1be04 2012-11-07 16:43:43,535 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 61e1be04 2012-11-07 16:43:43,535 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) FINISH, IsValidVDSCommand, return: true, log id: 2b822ad0 2012-11-07 16:43:43,535 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 21af7d25 2012-11-07 16:43:43,535 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-44) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 841196a 2012-11-07 16:43:43,564 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 21af7d25 2012-11-07 16:43:43,565 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-44) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 5ded8873 2012-11-07 16:43:43,590 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-44) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 5ded8873 2012-11-07 16:43:43,590 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-44) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 841196a 2012-11-07 16:43:43,633 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 16:43:43,677 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-44) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 16:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts 2012-11-07 16:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering 0 hosts 2012-11-07 16:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts done 2012-11-07 16:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering storage domains is disabled, skipping 2012-11-07 16:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts 2012-11-07 16:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering 0 hosts 2012-11-07 16:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts done 2012-11-07 16:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering storage domains is disabled, skipping 2012-11-07 16:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts 2012-11-07 16:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering 0 hosts 2012-11-07 16:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts done 2012-11-07 16:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering storage domains is disabled, skipping 2012-11-07 17:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts 2012-11-07 17:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering 0 hosts 2012-11-07 17:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts done 2012-11-07 17:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering storage domains is disabled, skipping 2012-11-07 17:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-07 17:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-07 17:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-07 17:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-07 17:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts 2012-11-07 17:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering 0 hosts 2012-11-07 17:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts done 2012-11-07 17:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering storage domains is disabled, skipping 2012-11-07 17:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts 2012-11-07 17:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering 0 hosts 2012-11-07 17:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts done 2012-11-07 17:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering storage domains is disabled, skipping 2012-11-07 17:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts 2012-11-07 17:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering 0 hosts 2012-11-07 17:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts done 2012-11-07 17:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering storage domains is disabled, skipping 2012-11-07 17:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts 2012-11-07 17:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering 0 hosts 2012-11-07 17:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts done 2012-11-07 17:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering storage domains is disabled, skipping 2012-11-07 17:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts 2012-11-07 17:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering 0 hosts 2012-11-07 17:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts done 2012-11-07 17:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering storage domains is disabled, skipping 2012-11-07 17:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts 2012-11-07 17:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering 0 hosts 2012-11-07 17:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts done 2012-11-07 17:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering storage domains is disabled, skipping 2012-11-07 17:38:41,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [7800b622] Running command: LogoutUserCommand internal: false. 2012-11-07 17:39:12,142 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-12) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 17:39:12,157 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-12) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 17:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts 2012-11-07 17:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering 0 hosts 2012-11-07 17:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts done 2012-11-07 17:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering storage domains is disabled, skipping 2012-11-07 17:43:43,679 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: ae024ff 2012-11-07 17:43:43,680 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3dc9f896 2012-11-07 17:43:43,680 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: ae024ff 2012-11-07 17:43:43,681 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: c856ea5 2012-11-07 17:43:43,681 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) FINISH, IsValidVDSCommand, return: true, log id: 3dc9f896 2012-11-07 17:43:43,681 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-44) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 717b0f13 2012-11-07 17:43:43,682 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: f12cec4 2012-11-07 17:43:43,711 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: f12cec4 2012-11-07 17:43:43,711 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: c856ea5 2012-11-07 17:43:43,737 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-44) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 717b0f13 2012-11-07 17:43:44,110 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 17:43:44,891 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-44) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 17:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-07 17:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-07 17:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-07 17:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-07 17:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Checking autorecoverable hosts 2012-11-07 17:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Autorecovering 0 hosts 2012-11-07 17:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Checking autorecoverable hosts done 2012-11-07 17:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Autorecovering storage domains is disabled, skipping 2012-11-07 17:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts 2012-11-07 17:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering 0 hosts 2012-11-07 17:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts done 2012-11-07 17:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering storage domains is disabled, skipping 2012-11-07 18:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-07 18:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-07 18:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-07 18:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-07 18:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Checking autorecoverable hosts 2012-11-07 18:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Autorecovering 0 hosts 2012-11-07 18:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Checking autorecoverable hosts done 2012-11-07 18:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Autorecovering storage domains is disabled, skipping 2012-11-07 18:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-07 18:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-07 18:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-07 18:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-07 18:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Checking autorecoverable hosts 2012-11-07 18:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Autorecovering 0 hosts 2012-11-07 18:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Checking autorecoverable hosts done 2012-11-07 18:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Autorecovering storage domains is disabled, skipping 2012-11-07 18:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts 2012-11-07 18:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering 0 hosts 2012-11-07 18:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts done 2012-11-07 18:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering storage domains is disabled, skipping 2012-11-07 18:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-07 18:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-07 18:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-07 18:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-07 18:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts 2012-11-07 18:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering 0 hosts 2012-11-07 18:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts done 2012-11-07 18:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering storage domains is disabled, skipping 2012-11-07 18:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts 2012-11-07 18:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering 0 hosts 2012-11-07 18:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts done 2012-11-07 18:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering storage domains is disabled, skipping 2012-11-07 18:39:12,173 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-44) [6075debf] DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 18:39:12,189 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-44) [6075debf] Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 18:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts 2012-11-07 18:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering 0 hosts 2012-11-07 18:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts done 2012-11-07 18:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering storage domains is disabled, skipping 2012-11-07 18:43:44,893 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 142c1fd2 2012-11-07 18:43:44,895 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7d75972e 2012-11-07 18:43:44,896 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 7d75972e 2012-11-07 18:43:44,896 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5527b8f5 2012-11-07 18:43:44,896 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) FINISH, IsValidVDSCommand, return: true, log id: 142c1fd2 2012-11-07 18:43:44,896 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-44) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 224e1d63 2012-11-07 18:43:44,897 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: eec6147 2012-11-07 18:43:44,925 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: eec6147 2012-11-07 18:43:44,926 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 5527b8f5 2012-11-07 18:43:44,952 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-44) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 224e1d63 2012-11-07 18:43:45,081 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 18:43:45,107 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-44) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 18:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts 2012-11-07 18:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering 0 hosts 2012-11-07 18:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts done 2012-11-07 18:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering storage domains is disabled, skipping 2012-11-07 18:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts 2012-11-07 18:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering 0 hosts 2012-11-07 18:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts done 2012-11-07 18:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering storage domains is disabled, skipping 2012-11-07 18:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Checking autorecoverable hosts 2012-11-07 18:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Autorecovering 0 hosts 2012-11-07 18:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Checking autorecoverable hosts done 2012-11-07 18:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Autorecovering storage domains is disabled, skipping 2012-11-07 19:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts 2012-11-07 19:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering 0 hosts 2012-11-07 19:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts done 2012-11-07 19:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering storage domains is disabled, skipping 2012-11-07 19:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts 2012-11-07 19:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering 0 hosts 2012-11-07 19:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts done 2012-11-07 19:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering storage domains is disabled, skipping 2012-11-07 19:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-07 19:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-07 19:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-07 19:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-07 19:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts 2012-11-07 19:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering 0 hosts 2012-11-07 19:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts done 2012-11-07 19:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering storage domains is disabled, skipping 2012-11-07 19:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-07 19:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-07 19:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-07 19:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-07 19:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts 2012-11-07 19:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering 0 hosts 2012-11-07 19:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts done 2012-11-07 19:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering storage domains is disabled, skipping 2012-11-07 19:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts 2012-11-07 19:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering 0 hosts 2012-11-07 19:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts done 2012-11-07 19:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering storage domains is disabled, skipping 2012-11-07 19:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-07 19:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-07 19:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-07 19:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-07 19:39:12,220 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-3) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 19:39:12,233 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 19:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts 2012-11-07 19:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering 0 hosts 2012-11-07 19:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts done 2012-11-07 19:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering storage domains is disabled, skipping 2012-11-07 19:43:45,109 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6b778931 2012-11-07 19:43:45,110 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) FINISH, IsValidVDSCommand, return: true, log id: 6b778931 2012-11-07 19:43:45,110 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-44) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6f9f973 2012-11-07 19:43:45,111 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-44) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 4c36740a 2012-11-07 19:43:45,112 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 65fa77 2012-11-07 19:43:45,134 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 65fa77 2012-11-07 19:43:45,134 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 64ca7141 2012-11-07 19:43:45,162 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-44) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 4c36740a 2012-11-07 19:43:45,162 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-44) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 6f9f973 2012-11-07 19:43:45,189 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 64ca7141 2012-11-07 19:43:45,278 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-44) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 19:43:45,312 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 19:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts 2012-11-07 19:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering 0 hosts 2012-11-07 19:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts done 2012-11-07 19:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering storage domains is disabled, skipping 2012-11-07 19:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) Checking autorecoverable hosts 2012-11-07 19:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) Autorecovering 0 hosts 2012-11-07 19:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) Checking autorecoverable hosts done 2012-11-07 19:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) Autorecovering storage domains is disabled, skipping 2012-11-07 19:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-07 19:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-07 19:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-07 19:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-07 20:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Checking autorecoverable hosts 2012-11-07 20:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Autorecovering 0 hosts 2012-11-07 20:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Checking autorecoverable hosts done 2012-11-07 20:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Autorecovering storage domains is disabled, skipping 2012-11-07 20:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts 2012-11-07 20:05:00,014 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering 0 hosts 2012-11-07 20:05:00,014 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts done 2012-11-07 20:05:00,014 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering storage domains is disabled, skipping 2012-11-07 20:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-07 20:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-07 20:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-07 20:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-07 20:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts 2012-11-07 20:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering 0 hosts 2012-11-07 20:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts done 2012-11-07 20:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering storage domains is disabled, skipping 2012-11-07 20:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-07 20:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-07 20:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-07 20:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-07 20:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Checking autorecoverable hosts 2012-11-07 20:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Autorecovering 0 hosts 2012-11-07 20:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Checking autorecoverable hosts done 2012-11-07 20:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Autorecovering storage domains is disabled, skipping 2012-11-07 20:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts 2012-11-07 20:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering 0 hosts 2012-11-07 20:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts done 2012-11-07 20:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering storage domains is disabled, skipping 2012-11-07 20:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts 2012-11-07 20:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering 0 hosts 2012-11-07 20:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts done 2012-11-07 20:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering storage domains is disabled, skipping 2012-11-07 20:39:12,249 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-71) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 20:39:12,263 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-71) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 20:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-07 20:40:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-07 20:40:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-07 20:40:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-07 20:43:45,315 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 114d0005 2012-11-07 20:43:45,316 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 114d0005 2012-11-07 20:43:45,316 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 26140b17 2012-11-07 20:43:45,316 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6de42688 2012-11-07 20:43:45,316 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) FINISH, IsValidVDSCommand, return: true, log id: 26140b17 2012-11-07 20:43:45,317 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-44) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 79cb82d5 2012-11-07 20:43:45,345 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 6de42688 2012-11-07 20:43:45,346 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-44) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 58878eba 2012-11-07 20:43:45,371 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-44) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 58878eba 2012-11-07 20:43:45,371 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-44) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 79cb82d5 2012-11-07 20:43:45,954 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 20:43:46,248 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-44) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 20:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts 2012-11-07 20:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering 0 hosts 2012-11-07 20:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts done 2012-11-07 20:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering storage domains is disabled, skipping 2012-11-07 20:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts 2012-11-07 20:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering 0 hosts 2012-11-07 20:50:00,066 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts done 2012-11-07 20:50:00,066 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering storage domains is disabled, skipping 2012-11-07 20:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-07 20:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-07 20:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-07 20:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-07 21:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts 2012-11-07 21:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering 0 hosts 2012-11-07 21:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts done 2012-11-07 21:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering storage domains is disabled, skipping 2012-11-07 21:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-07 21:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-07 21:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-07 21:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-07 21:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-07 21:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-07 21:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-07 21:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-07 21:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts 2012-11-07 21:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering 0 hosts 2012-11-07 21:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts done 2012-11-07 21:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering storage domains is disabled, skipping 2012-11-07 21:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts 2012-11-07 21:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering 0 hosts 2012-11-07 21:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts done 2012-11-07 21:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering storage domains is disabled, skipping 2012-11-07 21:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-07 21:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-07 21:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-07 21:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-07 21:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts 2012-11-07 21:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering 0 hosts 2012-11-07 21:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts done 2012-11-07 21:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering storage domains is disabled, skipping 2012-11-07 21:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts 2012-11-07 21:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering 0 hosts 2012-11-07 21:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts done 2012-11-07 21:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering storage domains is disabled, skipping 2012-11-07 21:39:12,281 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-34) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 21:39:12,295 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-34) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 21:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts 2012-11-07 21:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering 0 hosts 2012-11-07 21:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts done 2012-11-07 21:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering storage domains is disabled, skipping 2012-11-07 21:43:46,250 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7300ae70 2012-11-07 21:43:46,251 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) FINISH, IsValidVDSCommand, return: true, log id: 7300ae70 2012-11-07 21:43:46,251 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-44) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5038d74f 2012-11-07 21:43:46,252 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 19114086 2012-11-07 21:43:46,252 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 19114086 2012-11-07 21:43:46,252 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 721823ff 2012-11-07 21:43:46,279 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-44) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 5038d74f 2012-11-07 21:43:46,280 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 47452d20 2012-11-07 21:43:46,305 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 47452d20 2012-11-07 21:43:46,305 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 721823ff 2012-11-07 21:43:46,608 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-44) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 21:43:46,671 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 21:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts 2012-11-07 21:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering 0 hosts 2012-11-07 21:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts done 2012-11-07 21:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering storage domains is disabled, skipping 2012-11-07 21:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts 2012-11-07 21:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering 0 hosts 2012-11-07 21:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts done 2012-11-07 21:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering storage domains is disabled, skipping 2012-11-07 21:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-07 21:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-07 21:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-07 21:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-07 22:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts 2012-11-07 22:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering 0 hosts 2012-11-07 22:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts done 2012-11-07 22:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering storage domains is disabled, skipping 2012-11-07 22:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts 2012-11-07 22:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering 0 hosts 2012-11-07 22:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts done 2012-11-07 22:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering storage domains is disabled, skipping 2012-11-07 22:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts 2012-11-07 22:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering 0 hosts 2012-11-07 22:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts done 2012-11-07 22:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering storage domains is disabled, skipping 2012-11-07 22:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts 2012-11-07 22:15:00,055 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering 0 hosts 2012-11-07 22:15:00,055 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts done 2012-11-07 22:15:00,055 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering storage domains is disabled, skipping 2012-11-07 22:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-07 22:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-07 22:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-07 22:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-07 22:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-07 22:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-07 22:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-07 22:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-07 22:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts 2012-11-07 22:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering 0 hosts 2012-11-07 22:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts done 2012-11-07 22:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering storage domains is disabled, skipping 2012-11-07 22:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Checking autorecoverable hosts 2012-11-07 22:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Autorecovering 0 hosts 2012-11-07 22:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Checking autorecoverable hosts done 2012-11-07 22:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) Autorecovering storage domains is disabled, skipping 2012-11-07 22:39:12,313 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-94) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 22:39:12,326 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-94) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 22:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts 2012-11-07 22:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering 0 hosts 2012-11-07 22:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts done 2012-11-07 22:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering storage domains is disabled, skipping 2012-11-07 22:43:46,675 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1d174045 2012-11-07 22:43:46,675 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 797d7b03 2012-11-07 22:43:46,676 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 797d7b03 2012-11-07 22:43:46,676 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) FINISH, IsValidVDSCommand, return: true, log id: 1d174045 2012-11-07 22:43:46,676 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-44) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6dccde82 2012-11-07 22:43:46,676 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 51fbda9a 2012-11-07 22:43:46,677 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-44) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 1650bc49 2012-11-07 22:43:46,705 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-44) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 1650bc49 2012-11-07 22:43:46,705 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-44) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 6dccde82 2012-11-07 22:43:46,722 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-44) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 22:43:46,732 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 51fbda9a 2012-11-07 22:43:47,089 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 22:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts 2012-11-07 22:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering 0 hosts 2012-11-07 22:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts done 2012-11-07 22:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering storage domains is disabled, skipping 2012-11-07 22:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts 2012-11-07 22:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering 0 hosts 2012-11-07 22:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts done 2012-11-07 22:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering storage domains is disabled, skipping 2012-11-07 22:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts 2012-11-07 22:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering 0 hosts 2012-11-07 22:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts done 2012-11-07 22:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering storage domains is disabled, skipping 2012-11-07 23:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-07 23:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-07 23:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-07 23:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-07 23:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts 2012-11-07 23:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering 0 hosts 2012-11-07 23:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts done 2012-11-07 23:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering storage domains is disabled, skipping 2012-11-07 23:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts 2012-11-07 23:10:00,188 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering 0 hosts 2012-11-07 23:10:00,188 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts done 2012-11-07 23:10:00,188 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering storage domains is disabled, skipping 2012-11-07 23:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Checking autorecoverable hosts 2012-11-07 23:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Autorecovering 0 hosts 2012-11-07 23:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Checking autorecoverable hosts done 2012-11-07 23:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Autorecovering storage domains is disabled, skipping 2012-11-07 23:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts 2012-11-07 23:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering 0 hosts 2012-11-07 23:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts done 2012-11-07 23:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering storage domains is disabled, skipping 2012-11-07 23:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts 2012-11-07 23:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering 0 hosts 2012-11-07 23:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts done 2012-11-07 23:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering storage domains is disabled, skipping 2012-11-07 23:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts 2012-11-07 23:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering 0 hosts 2012-11-07 23:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts done 2012-11-07 23:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering storage domains is disabled, skipping 2012-11-07 23:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-07 23:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-07 23:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-07 23:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-07 23:39:12,340 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-56) DbUserCacheManager::refreshAllUserData() - entered 2012-11-07 23:39:12,353 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-56) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-07 23:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts 2012-11-07 23:40:00,016 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering 0 hosts 2012-11-07 23:40:00,016 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts done 2012-11-07 23:40:00,016 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering storage domains is disabled, skipping 2012-11-07 23:43:47,091 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 60ff7e6e 2012-11-07 23:43:47,095 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) FINISH, IsValidVDSCommand, return: true, log id: 60ff7e6e 2012-11-07 23:43:47,095 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-45) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 73088c1 2012-11-07 23:43:47,097 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 25f4913d 2012-11-07 23:43:47,478 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) FINISH, IsValidVDSCommand, return: true, log id: 25f4913d 2012-11-07 23:43:47,478 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-44) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4662a500 2012-11-07 23:43:47,544 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-44) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 7c8a8853 2012-11-07 23:43:47,572 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-44) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 7c8a8853 2012-11-07 23:43:47,572 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-44) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 4662a500 2012-11-07 23:43:47,585 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-44) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 23:43:47,598 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-45) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 73088c1 2012-11-07 23:43:47,611 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-45) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-07 23:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-07 23:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-07 23:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-07 23:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-07 23:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts 2012-11-07 23:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering 0 hosts 2012-11-07 23:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts done 2012-11-07 23:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering storage domains is disabled, skipping 2012-11-07 23:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts 2012-11-07 23:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering 0 hosts 2012-11-07 23:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts done 2012-11-07 23:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering storage domains is disabled, skipping 2012-11-08 00:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-08 00:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-08 00:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-08 00:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-08 00:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts 2012-11-08 00:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering 0 hosts 2012-11-08 00:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts done 2012-11-08 00:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering storage domains is disabled, skipping 2012-11-08 00:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts 2012-11-08 00:10:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering 0 hosts 2012-11-08 00:10:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts done 2012-11-08 00:10:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering storage domains is disabled, skipping 2012-11-08 00:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts 2012-11-08 00:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering 0 hosts 2012-11-08 00:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts done 2012-11-08 00:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering storage domains is disabled, skipping 2012-11-08 00:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts 2012-11-08 00:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering 0 hosts 2012-11-08 00:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts done 2012-11-08 00:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering storage domains is disabled, skipping 2012-11-08 00:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts 2012-11-08 00:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering 0 hosts 2012-11-08 00:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts done 2012-11-08 00:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering storage domains is disabled, skipping 2012-11-08 00:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-08 00:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-08 00:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-08 00:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-08 00:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts 2012-11-08 00:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering 0 hosts 2012-11-08 00:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts done 2012-11-08 00:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering storage domains is disabled, skipping 2012-11-08 00:39:12,583 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-8) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 00:39:12,619 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 00:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts 2012-11-08 00:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering 0 hosts 2012-11-08 00:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts done 2012-11-08 00:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering storage domains is disabled, skipping 2012-11-08 00:43:47,614 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 24823525 2012-11-08 00:43:47,614 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 606f22dc 2012-11-08 00:43:47,615 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 606f22dc 2012-11-08 00:43:47,615 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) FINISH, IsValidVDSCommand, return: true, log id: 24823525 2012-11-08 00:43:47,615 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-45) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6ec18c0f 2012-11-08 00:43:47,617 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-45) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 5db90a23 2012-11-08 00:43:47,617 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5df0d737 2012-11-08 00:43:47,646 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-45) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 5db90a23 2012-11-08 00:43:47,646 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-45) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 6ec18c0f 2012-11-08 00:43:47,672 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 5df0d737 2012-11-08 00:43:49,442 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-45) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 00:43:49,813 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 00:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts 2012-11-08 00:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering 0 hosts 2012-11-08 00:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts done 2012-11-08 00:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering storage domains is disabled, skipping 2012-11-08 00:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts 2012-11-08 00:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering 0 hosts 2012-11-08 00:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts done 2012-11-08 00:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering storage domains is disabled, skipping 2012-11-08 00:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-08 00:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-08 00:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-08 00:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-08 01:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts 2012-11-08 01:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering 0 hosts 2012-11-08 01:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts done 2012-11-08 01:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering storage domains is disabled, skipping 2012-11-08 01:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts 2012-11-08 01:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering 0 hosts 2012-11-08 01:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts done 2012-11-08 01:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering storage domains is disabled, skipping 2012-11-08 01:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts 2012-11-08 01:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering 0 hosts 2012-11-08 01:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts done 2012-11-08 01:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering storage domains is disabled, skipping 2012-11-08 01:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts 2012-11-08 01:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering 0 hosts 2012-11-08 01:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts done 2012-11-08 01:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering storage domains is disabled, skipping 2012-11-08 01:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts 2012-11-08 01:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering 0 hosts 2012-11-08 01:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts done 2012-11-08 01:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering storage domains is disabled, skipping 2012-11-08 01:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts 2012-11-08 01:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering 0 hosts 2012-11-08 01:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts done 2012-11-08 01:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering storage domains is disabled, skipping 2012-11-08 01:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-08 01:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-08 01:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-08 01:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-08 01:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts 2012-11-08 01:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering 0 hosts 2012-11-08 01:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts done 2012-11-08 01:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering storage domains is disabled, skipping 2012-11-08 01:39:12,656 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-75) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 01:39:12,671 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-75) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 01:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts 2012-11-08 01:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering 0 hosts 2012-11-08 01:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts done 2012-11-08 01:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering storage domains is disabled, skipping 2012-11-08 01:43:49,817 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 617e01c0 2012-11-08 01:43:49,817 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 617e01c0 2012-11-08 01:43:49,818 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 617e01c0 2012-11-08 01:43:49,818 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 617e01c0 2012-11-08 01:43:49,818 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 34a01dcd 2012-11-08 01:43:49,818 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7c0498b8 2012-11-08 01:43:49,847 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 34a01dcd 2012-11-08 01:43:49,849 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 318fff62 2012-11-08 01:43:49,874 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 318fff62 2012-11-08 01:43:49,874 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 7c0498b8 2012-11-08 01:43:49,964 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 01:43:50,288 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 01:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts 2012-11-08 01:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering 0 hosts 2012-11-08 01:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts done 2012-11-08 01:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering storage domains is disabled, skipping 2012-11-08 01:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-08 01:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-08 01:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-08 01:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-08 01:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts 2012-11-08 01:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering 0 hosts 2012-11-08 01:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts done 2012-11-08 01:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering storage domains is disabled, skipping 2012-11-08 02:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts 2012-11-08 02:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering 0 hosts 2012-11-08 02:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts done 2012-11-08 02:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering storage domains is disabled, skipping 2012-11-08 02:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts 2012-11-08 02:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering 0 hosts 2012-11-08 02:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts done 2012-11-08 02:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering storage domains is disabled, skipping 2012-11-08 02:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts 2012-11-08 02:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering 0 hosts 2012-11-08 02:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts done 2012-11-08 02:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering storage domains is disabled, skipping 2012-11-08 02:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-08 02:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-08 02:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-08 02:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-08 02:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts 2012-11-08 02:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering 0 hosts 2012-11-08 02:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts done 2012-11-08 02:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering storage domains is disabled, skipping 2012-11-08 02:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts 2012-11-08 02:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering 0 hosts 2012-11-08 02:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts done 2012-11-08 02:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering storage domains is disabled, skipping 2012-11-08 02:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Checking autorecoverable hosts 2012-11-08 02:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Autorecovering 0 hosts 2012-11-08 02:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Checking autorecoverable hosts done 2012-11-08 02:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Autorecovering storage domains is disabled, skipping 2012-11-08 02:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts 2012-11-08 02:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering 0 hosts 2012-11-08 02:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts done 2012-11-08 02:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering storage domains is disabled, skipping 2012-11-08 02:39:12,688 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-42) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 02:39:12,691 ERROR [org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy] (QuartzScheduler_Worker-42) Error from Kerberos: java.lang.NullPointerException at org.ovirt.engine.core.bll.adbroker.GSSAPICallbackHandler.handle(GSSAPICallbackHandler.java:47) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:969) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:966) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:965) at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:870) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:715) at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:580) at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) at javax.security.auth.login.LoginContext.login(LoginContext.java:594) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticateToKDC(GSSAPIDirContextAuthenticationStrategy.java:127) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.explicitAuth(GSSAPIDirContextAuthenticationStrategy.java:119) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticate(GSSAPIDirContextAuthenticationStrategy.java:111) at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.useAuthenticationStrategy(GSSAPILdapTemplateWrapper.java:86) at org.ovirt.engine.core.bll.adbroker.PrepareLdapConnectionTask.call(PrepareLdapConnectionTask.java:56) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:103) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) at org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.PopulateUsers(LdapGetAdUserByUserIdListCommand.java:41) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.executeQuery(LdapGetAdUserByUserIdListCommand.java:29) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.DbUserCacheManager.refreshAllUserData(DbUserCacheManager.java:186) at org.ovirt.engine.core.bll.DbUserCacheManager.OnTimer(DbUserCacheManager.java:231) at sun.reflect.GeneratedMethodAccessor186.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) 2012-11-08 02:39:12,945 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-42) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Kerberos error. Please check log for further details.. We should not try the next server 2012-11-08 02:39:12,945 WARN [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-42) User vdcadmin not found in directory sevrer, its status switched to InActive 2012-11-08 02:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-08 02:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-08 02:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-08 02:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-08 02:43:50,290 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1a684760 2012-11-08 02:43:50,292 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 1a684760 2012-11-08 02:43:50,292 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7b70d00e 2012-11-08 02:43:50,292 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4a9c0ba 2012-11-08 02:43:50,293 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 2287da54 2012-11-08 02:43:50,294 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) FINISH, IsValidVDSCommand, return: true, log id: 4a9c0ba 2012-11-08 02:43:50,294 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-44) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 101e5766 2012-11-08 02:43:50,322 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 2287da54 2012-11-08 02:43:50,322 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 7b70d00e 2012-11-08 02:43:50,347 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-44) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 101e5766 2012-11-08 02:43:50,371 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 02:43:50,379 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-44) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 02:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts 2012-11-08 02:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering 0 hosts 2012-11-08 02:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts done 2012-11-08 02:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering storage domains is disabled, skipping 2012-11-08 02:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts 2012-11-08 02:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering 0 hosts 2012-11-08 02:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts done 2012-11-08 02:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering storage domains is disabled, skipping 2012-11-08 02:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-08 02:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-08 02:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-08 02:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-08 03:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-08 03:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-08 03:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-08 03:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-08 03:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) Checking autorecoverable hosts 2012-11-08 03:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) Autorecovering 0 hosts 2012-11-08 03:05:00,018 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) Checking autorecoverable hosts done 2012-11-08 03:05:00,018 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) Autorecovering storage domains is disabled, skipping 2012-11-08 03:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts 2012-11-08 03:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering 0 hosts 2012-11-08 03:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts done 2012-11-08 03:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering storage domains is disabled, skipping 2012-11-08 03:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts 2012-11-08 03:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering 0 hosts 2012-11-08 03:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts done 2012-11-08 03:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering storage domains is disabled, skipping 2012-11-08 03:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts 2012-11-08 03:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering 0 hosts 2012-11-08 03:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts done 2012-11-08 03:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering storage domains is disabled, skipping 2012-11-08 03:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts 2012-11-08 03:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering 0 hosts 2012-11-08 03:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts done 2012-11-08 03:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering storage domains is disabled, skipping 2012-11-08 03:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts 2012-11-08 03:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering 0 hosts 2012-11-08 03:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts done 2012-11-08 03:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering storage domains is disabled, skipping 2012-11-08 03:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts 2012-11-08 03:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering 0 hosts 2012-11-08 03:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts done 2012-11-08 03:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering storage domains is disabled, skipping 2012-11-08 03:35:35,001 INFO [org.ovirt.engine.core.bll.AuditLogCleanupManager] (QuartzScheduler_Worker-55) AuditLogCleanupManager::deleteAgedOutAuditLogs - entered 2012-11-08 03:39:13,535 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-1) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 03:39:13,537 ERROR [org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy] (QuartzScheduler_Worker-1) Error from Kerberos: java.lang.NullPointerException at org.ovirt.engine.core.bll.adbroker.GSSAPICallbackHandler.handle(GSSAPICallbackHandler.java:47) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:969) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:966) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:965) at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:870) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:715) at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:580) at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) at javax.security.auth.login.LoginContext.login(LoginContext.java:594) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticateToKDC(GSSAPIDirContextAuthenticationStrategy.java:127) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.explicitAuth(GSSAPIDirContextAuthenticationStrategy.java:119) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticate(GSSAPIDirContextAuthenticationStrategy.java:111) at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.useAuthenticationStrategy(GSSAPILdapTemplateWrapper.java:86) at org.ovirt.engine.core.bll.adbroker.PrepareLdapConnectionTask.call(PrepareLdapConnectionTask.java:56) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:103) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) at org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.PopulateUsers(LdapGetAdUserByUserIdListCommand.java:41) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.executeQuery(LdapGetAdUserByUserIdListCommand.java:29) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.DbUserCacheManager.refreshAllUserData(DbUserCacheManager.java:186) at org.ovirt.engine.core.bll.DbUserCacheManager.OnTimer(DbUserCacheManager.java:231) at sun.reflect.GeneratedMethodAccessor186.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) 2012-11-08 03:39:13,538 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-1) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Kerberos error. Please check log for further details.. We should not try the next server 2012-11-08 03:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-08 03:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-08 03:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-08 03:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-08 03:43:50,413 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 69c4665a 2012-11-08 03:43:50,413 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1299aeb 2012-11-08 03:43:50,413 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) FINISH, IsValidVDSCommand, return: true, log id: 69c4665a 2012-11-08 03:43:50,414 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-45) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6ac5edb1 2012-11-08 03:43:50,414 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 1299aeb 2012-11-08 03:43:50,414 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 24bb00c6 2012-11-08 03:43:50,415 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-45) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 7c91700d 2012-11-08 03:43:50,442 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-45) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 7c91700d 2012-11-08 03:43:50,442 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-45) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 6ac5edb1 2012-11-08 03:43:50,459 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-45) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 03:43:50,468 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 24bb00c6 2012-11-08 03:43:50,608 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 03:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts 2012-11-08 03:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering 0 hosts 2012-11-08 03:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts done 2012-11-08 03:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering storage domains is disabled, skipping 2012-11-08 03:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) Checking autorecoverable hosts 2012-11-08 03:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) Autorecovering 0 hosts 2012-11-08 03:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) Checking autorecoverable hosts done 2012-11-08 03:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) Autorecovering storage domains is disabled, skipping 2012-11-08 03:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts 2012-11-08 03:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering 0 hosts 2012-11-08 03:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts done 2012-11-08 03:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering storage domains is disabled, skipping 2012-11-08 04:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts 2012-11-08 04:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering 0 hosts 2012-11-08 04:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts done 2012-11-08 04:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering storage domains is disabled, skipping 2012-11-08 04:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-08 04:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-08 04:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-08 04:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-08 04:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-08 04:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-08 04:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-08 04:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-08 04:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts 2012-11-08 04:15:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering 0 hosts 2012-11-08 04:15:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts done 2012-11-08 04:15:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering storage domains is disabled, skipping 2012-11-08 04:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-08 04:20:00,008 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-08 04:20:00,008 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-08 04:20:00,008 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-08 04:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts 2012-11-08 04:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering 0 hosts 2012-11-08 04:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts done 2012-11-08 04:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering storage domains is disabled, skipping 2012-11-08 04:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts 2012-11-08 04:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering 0 hosts 2012-11-08 04:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts done 2012-11-08 04:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering storage domains is disabled, skipping 2012-11-08 04:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts 2012-11-08 04:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering 0 hosts 2012-11-08 04:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts done 2012-11-08 04:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering storage domains is disabled, skipping 2012-11-08 04:39:13,539 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-71) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 04:39:13,542 ERROR [org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy] (QuartzScheduler_Worker-71) Error from Kerberos: java.lang.NullPointerException at org.ovirt.engine.core.bll.adbroker.GSSAPICallbackHandler.handle(GSSAPICallbackHandler.java:47) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:969) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:966) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:965) at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:870) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:715) at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:580) at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) at javax.security.auth.login.LoginContext.login(LoginContext.java:594) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticateToKDC(GSSAPIDirContextAuthenticationStrategy.java:127) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.explicitAuth(GSSAPIDirContextAuthenticationStrategy.java:119) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticate(GSSAPIDirContextAuthenticationStrategy.java:111) at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.useAuthenticationStrategy(GSSAPILdapTemplateWrapper.java:86) at org.ovirt.engine.core.bll.adbroker.PrepareLdapConnectionTask.call(PrepareLdapConnectionTask.java:56) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:103) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) at org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.PopulateUsers(LdapGetAdUserByUserIdListCommand.java:41) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.executeQuery(LdapGetAdUserByUserIdListCommand.java:29) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.DbUserCacheManager.refreshAllUserData(DbUserCacheManager.java:186) at org.ovirt.engine.core.bll.DbUserCacheManager.OnTimer(DbUserCacheManager.java:231) at sun.reflect.GeneratedMethodAccessor186.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) 2012-11-08 04:39:13,542 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-71) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Kerberos error. Please check log for further details.. We should not try the next server 2012-11-08 04:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts 2012-11-08 04:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering 0 hosts 2012-11-08 04:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts done 2012-11-08 04:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering storage domains is disabled, skipping 2012-11-08 04:43:50,655 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: d6e5e08 2012-11-08 04:43:50,656 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 42a89bfd 2012-11-08 04:43:50,656 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: d6e5e08 2012-11-08 04:43:50,656 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 116d22f3 2012-11-08 04:43:50,657 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 42a89bfd 2012-11-08 04:43:50,657 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 455839af 2012-11-08 04:43:50,687 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 116d22f3 2012-11-08 04:43:50,688 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 6698f700 2012-11-08 04:43:50,697 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 04:43:50,715 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-50) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 6698f700 2012-11-08 04:43:50,715 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-50) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 455839af 2012-11-08 04:43:50,766 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 04:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts 2012-11-08 04:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering 0 hosts 2012-11-08 04:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts done 2012-11-08 04:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering storage domains is disabled, skipping 2012-11-08 04:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts 2012-11-08 04:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering 0 hosts 2012-11-08 04:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts done 2012-11-08 04:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering storage domains is disabled, skipping 2012-11-08 04:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts 2012-11-08 04:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering 0 hosts 2012-11-08 04:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts done 2012-11-08 04:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering storage domains is disabled, skipping 2012-11-08 05:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts 2012-11-08 05:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering 0 hosts 2012-11-08 05:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts done 2012-11-08 05:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering storage domains is disabled, skipping 2012-11-08 05:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts 2012-11-08 05:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering 0 hosts 2012-11-08 05:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts done 2012-11-08 05:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering storage domains is disabled, skipping 2012-11-08 05:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts 2012-11-08 05:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering 0 hosts 2012-11-08 05:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts done 2012-11-08 05:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering storage domains is disabled, skipping 2012-11-08 05:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts 2012-11-08 05:15:00,061 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering 0 hosts 2012-11-08 05:15:00,062 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts done 2012-11-08 05:15:00,062 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering storage domains is disabled, skipping 2012-11-08 05:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts 2012-11-08 05:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering 0 hosts 2012-11-08 05:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts done 2012-11-08 05:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering storage domains is disabled, skipping 2012-11-08 05:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts 2012-11-08 05:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering 0 hosts 2012-11-08 05:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts done 2012-11-08 05:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering storage domains is disabled, skipping 2012-11-08 05:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts 2012-11-08 05:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering 0 hosts 2012-11-08 05:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts done 2012-11-08 05:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering storage domains is disabled, skipping 2012-11-08 05:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts 2012-11-08 05:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering 0 hosts 2012-11-08 05:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts done 2012-11-08 05:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering storage domains is disabled, skipping 2012-11-08 05:39:13,544 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-34) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 05:39:13,546 ERROR [org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy] (QuartzScheduler_Worker-34) Error from Kerberos: java.lang.NullPointerException at org.ovirt.engine.core.bll.adbroker.GSSAPICallbackHandler.handle(GSSAPICallbackHandler.java:47) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:969) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:966) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:965) at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:870) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:715) at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:580) at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) at javax.security.auth.login.LoginContext.login(LoginContext.java:594) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticateToKDC(GSSAPIDirContextAuthenticationStrategy.java:127) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.explicitAuth(GSSAPIDirContextAuthenticationStrategy.java:119) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticate(GSSAPIDirContextAuthenticationStrategy.java:111) at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.useAuthenticationStrategy(GSSAPILdapTemplateWrapper.java:86) at org.ovirt.engine.core.bll.adbroker.PrepareLdapConnectionTask.call(PrepareLdapConnectionTask.java:56) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:103) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) at org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.PopulateUsers(LdapGetAdUserByUserIdListCommand.java:41) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.executeQuery(LdapGetAdUserByUserIdListCommand.java:29) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.DbUserCacheManager.refreshAllUserData(DbUserCacheManager.java:186) at org.ovirt.engine.core.bll.DbUserCacheManager.OnTimer(DbUserCacheManager.java:231) at sun.reflect.GeneratedMethodAccessor186.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) 2012-11-08 05:39:13,546 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-34) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Kerberos error. Please check log for further details.. We should not try the next server 2012-11-08 05:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts 2012-11-08 05:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering 0 hosts 2012-11-08 05:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts done 2012-11-08 05:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering storage domains is disabled, skipping 2012-11-08 05:43:50,769 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 849a7e8 2012-11-08 05:43:50,770 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5a68b55a 2012-11-08 05:43:50,771 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 849a7e8 2012-11-08 05:43:50,771 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7824116b 2012-11-08 05:43:50,772 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) FINISH, IsValidVDSCommand, return: true, log id: 5a68b55a 2012-11-08 05:43:50,772 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-45) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2c7d25de 2012-11-08 05:43:50,772 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 49d30c71 2012-11-08 05:43:50,801 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 49d30c71 2012-11-08 05:43:50,801 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 7824116b 2012-11-08 05:43:50,827 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-45) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 2c7d25de 2012-11-08 05:43:50,830 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 05:43:50,841 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-45) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 05:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Checking autorecoverable hosts 2012-11-08 05:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Autorecovering 0 hosts 2012-11-08 05:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Checking autorecoverable hosts done 2012-11-08 05:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Autorecovering storage domains is disabled, skipping 2012-11-08 05:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts 2012-11-08 05:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering 0 hosts 2012-11-08 05:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts done 2012-11-08 05:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering storage domains is disabled, skipping 2012-11-08 05:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts 2012-11-08 05:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering 0 hosts 2012-11-08 05:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts done 2012-11-08 05:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering storage domains is disabled, skipping 2012-11-08 06:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts 2012-11-08 06:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering 0 hosts 2012-11-08 06:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts done 2012-11-08 06:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering storage domains is disabled, skipping 2012-11-08 06:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts 2012-11-08 06:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering 0 hosts 2012-11-08 06:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts done 2012-11-08 06:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering storage domains is disabled, skipping 2012-11-08 06:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-08 06:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-08 06:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-08 06:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-08 06:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-08 06:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-08 06:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-08 06:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-08 06:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts 2012-11-08 06:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering 0 hosts 2012-11-08 06:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts done 2012-11-08 06:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering storage domains is disabled, skipping 2012-11-08 06:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts 2012-11-08 06:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering 0 hosts 2012-11-08 06:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts done 2012-11-08 06:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering storage domains is disabled, skipping 2012-11-08 06:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts 2012-11-08 06:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering 0 hosts 2012-11-08 06:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts done 2012-11-08 06:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering storage domains is disabled, skipping 2012-11-08 06:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts 2012-11-08 06:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering 0 hosts 2012-11-08 06:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts done 2012-11-08 06:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering storage domains is disabled, skipping 2012-11-08 06:39:13,548 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-48) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 06:39:13,646 ERROR [org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy] (QuartzScheduler_Worker-48) Error from Kerberos: java.lang.NullPointerException at org.ovirt.engine.core.bll.adbroker.GSSAPICallbackHandler.handle(GSSAPICallbackHandler.java:47) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:969) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:966) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:965) at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:870) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:715) at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:580) at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) at javax.security.auth.login.LoginContext.login(LoginContext.java:594) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticateToKDC(GSSAPIDirContextAuthenticationStrategy.java:127) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.explicitAuth(GSSAPIDirContextAuthenticationStrategy.java:119) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticate(GSSAPIDirContextAuthenticationStrategy.java:111) at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.useAuthenticationStrategy(GSSAPILdapTemplateWrapper.java:86) at org.ovirt.engine.core.bll.adbroker.PrepareLdapConnectionTask.call(PrepareLdapConnectionTask.java:56) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:103) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) at org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.PopulateUsers(LdapGetAdUserByUserIdListCommand.java:41) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.executeQuery(LdapGetAdUserByUserIdListCommand.java:29) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.DbUserCacheManager.refreshAllUserData(DbUserCacheManager.java:186) at org.ovirt.engine.core.bll.DbUserCacheManager.OnTimer(DbUserCacheManager.java:231) at sun.reflect.GeneratedMethodAccessor186.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) 2012-11-08 06:39:13,646 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-48) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Kerberos error. Please check log for further details.. We should not try the next server 2012-11-08 06:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Checking autorecoverable hosts 2012-11-08 06:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Autorecovering 0 hosts 2012-11-08 06:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Checking autorecoverable hosts done 2012-11-08 06:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Autorecovering storage domains is disabled, skipping 2012-11-08 06:43:50,844 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) [6075debf] START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 17a3aad0 2012-11-08 06:43:50,845 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) [6075debf] FINISH, IsValidVDSCommand, return: true, log id: 17a3aad0 2012-11-08 06:43:50,845 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) [6075debf] START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7cc35f34 2012-11-08 06:43:50,846 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) [6075debf] START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 71810dcb 2012-11-08 06:43:50,848 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) [6075debf] FINISH, IsValidVDSCommand, return: true, log id: 71810dcb 2012-11-08 06:43:50,848 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) [6075debf] START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1e67ccd5 2012-11-08 06:43:50,873 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) [6075debf] FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 7cc35f34 2012-11-08 06:43:50,875 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) [6075debf] START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 1d6ff73a 2012-11-08 06:43:50,900 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) [6075debf] FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 1d6ff73a 2012-11-08 06:43:50,900 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) [6075debf] FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 1e67ccd5 2012-11-08 06:43:50,987 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) [6075debf] Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 06:43:50,998 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) [6075debf] Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 06:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts 2012-11-08 06:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering 0 hosts 2012-11-08 06:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts done 2012-11-08 06:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering storage domains is disabled, skipping 2012-11-08 06:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts 2012-11-08 06:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering 0 hosts 2012-11-08 06:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts done 2012-11-08 06:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering storage domains is disabled, skipping 2012-11-08 06:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts 2012-11-08 06:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering 0 hosts 2012-11-08 06:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts done 2012-11-08 06:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering storage domains is disabled, skipping 2012-11-08 07:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts 2012-11-08 07:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering 0 hosts 2012-11-08 07:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts done 2012-11-08 07:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering storage domains is disabled, skipping 2012-11-08 07:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Checking autorecoverable hosts 2012-11-08 07:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Autorecovering 0 hosts 2012-11-08 07:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Checking autorecoverable hosts done 2012-11-08 07:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Autorecovering storage domains is disabled, skipping 2012-11-08 07:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts 2012-11-08 07:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering 0 hosts 2012-11-08 07:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts done 2012-11-08 07:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering storage domains is disabled, skipping 2012-11-08 07:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts 2012-11-08 07:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering 0 hosts 2012-11-08 07:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts done 2012-11-08 07:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering storage domains is disabled, skipping 2012-11-08 07:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts 2012-11-08 07:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering 0 hosts 2012-11-08 07:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts done 2012-11-08 07:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering storage domains is disabled, skipping 2012-11-08 07:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts 2012-11-08 07:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering 0 hosts 2012-11-08 07:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts done 2012-11-08 07:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering storage domains is disabled, skipping 2012-11-08 07:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts 2012-11-08 07:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering 0 hosts 2012-11-08 07:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts done 2012-11-08 07:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering storage domains is disabled, skipping 2012-11-08 07:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-08 07:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-08 07:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-08 07:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-08 07:39:13,647 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-3) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 07:39:13,649 ERROR [org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy] (QuartzScheduler_Worker-3) Error from Kerberos: java.lang.NullPointerException at org.ovirt.engine.core.bll.adbroker.GSSAPICallbackHandler.handle(GSSAPICallbackHandler.java:47) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:969) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:966) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:965) at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:870) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:715) at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:580) at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) at javax.security.auth.login.LoginContext.login(LoginContext.java:594) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticateToKDC(GSSAPIDirContextAuthenticationStrategy.java:127) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.explicitAuth(GSSAPIDirContextAuthenticationStrategy.java:119) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticate(GSSAPIDirContextAuthenticationStrategy.java:111) at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.useAuthenticationStrategy(GSSAPILdapTemplateWrapper.java:86) at org.ovirt.engine.core.bll.adbroker.PrepareLdapConnectionTask.call(PrepareLdapConnectionTask.java:56) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:103) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) at org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.PopulateUsers(LdapGetAdUserByUserIdListCommand.java:41) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.executeQuery(LdapGetAdUserByUserIdListCommand.java:29) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.DbUserCacheManager.refreshAllUserData(DbUserCacheManager.java:186) at org.ovirt.engine.core.bll.DbUserCacheManager.OnTimer(DbUserCacheManager.java:231) at sun.reflect.GeneratedMethodAccessor186.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) 2012-11-08 07:39:13,649 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-3) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Kerberos error. Please check log for further details.. We should not try the next server 2012-11-08 07:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts 2012-11-08 07:40:01,040 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering 0 hosts 2012-11-08 07:40:01,040 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts done 2012-11-08 07:40:01,040 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering storage domains is disabled, skipping 2012-11-08 07:43:51,005 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 764621a4 2012-11-08 07:43:51,006 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 764621a4 2012-11-08 07:43:51,006 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5848468f 2012-11-08 07:43:51,035 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 5848468f 2012-11-08 07:43:51,078 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 65f40d95 2012-11-08 07:43:51,080 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 65f40d95 2012-11-08 07:43:51,080 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 35c90165 2012-11-08 07:43:51,081 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 361f1e8c 2012-11-08 07:43:51,092 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 07:43:51,108 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 361f1e8c 2012-11-08 07:43:51,108 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 35c90165 2012-11-08 07:43:51,118 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 07:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts 2012-11-08 07:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering 0 hosts 2012-11-08 07:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts done 2012-11-08 07:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering storage domains is disabled, skipping 2012-11-08 07:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts 2012-11-08 07:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering 0 hosts 2012-11-08 07:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts done 2012-11-08 07:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering storage domains is disabled, skipping 2012-11-08 07:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts 2012-11-08 07:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering 0 hosts 2012-11-08 07:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts done 2012-11-08 07:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering storage domains is disabled, skipping 2012-11-08 08:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts 2012-11-08 08:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering 0 hosts 2012-11-08 08:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts done 2012-11-08 08:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering storage domains is disabled, skipping 2012-11-08 08:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts 2012-11-08 08:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering 0 hosts 2012-11-08 08:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts done 2012-11-08 08:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering storage domains is disabled, skipping 2012-11-08 08:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts 2012-11-08 08:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering 0 hosts 2012-11-08 08:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts done 2012-11-08 08:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering storage domains is disabled, skipping 2012-11-08 08:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts 2012-11-08 08:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering 0 hosts 2012-11-08 08:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts done 2012-11-08 08:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering storage domains is disabled, skipping 2012-11-08 08:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-08 08:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-08 08:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-08 08:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-08 08:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts 2012-11-08 08:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering 0 hosts 2012-11-08 08:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts done 2012-11-08 08:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering storage domains is disabled, skipping 2012-11-08 08:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts 2012-11-08 08:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering 0 hosts 2012-11-08 08:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts done 2012-11-08 08:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering storage domains is disabled, skipping 2012-11-08 08:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts 2012-11-08 08:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering 0 hosts 2012-11-08 08:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts done 2012-11-08 08:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering storage domains is disabled, skipping 2012-11-08 08:39:13,650 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-70) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 08:39:13,652 ERROR [org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy] (QuartzScheduler_Worker-70) Error from Kerberos: java.lang.NullPointerException at org.ovirt.engine.core.bll.adbroker.GSSAPICallbackHandler.handle(GSSAPICallbackHandler.java:47) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:969) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:966) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:965) at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:870) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:715) at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:580) at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) at javax.security.auth.login.LoginContext.login(LoginContext.java:594) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticateToKDC(GSSAPIDirContextAuthenticationStrategy.java:127) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.explicitAuth(GSSAPIDirContextAuthenticationStrategy.java:119) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticate(GSSAPIDirContextAuthenticationStrategy.java:111) at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.useAuthenticationStrategy(GSSAPILdapTemplateWrapper.java:86) at org.ovirt.engine.core.bll.adbroker.PrepareLdapConnectionTask.call(PrepareLdapConnectionTask.java:56) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:103) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) at org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.PopulateUsers(LdapGetAdUserByUserIdListCommand.java:41) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.executeQuery(LdapGetAdUserByUserIdListCommand.java:29) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.DbUserCacheManager.refreshAllUserData(DbUserCacheManager.java:186) at org.ovirt.engine.core.bll.DbUserCacheManager.OnTimer(DbUserCacheManager.java:231) at sun.reflect.GeneratedMethodAccessor186.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) 2012-11-08 08:39:13,653 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-70) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Kerberos error. Please check log for further details.. We should not try the next server 2012-11-08 08:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-08 08:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-08 08:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-08 08:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-08 08:43:51,120 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 15fcf523 2012-11-08 08:43:51,121 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2e01d468 2012-11-08 08:43:51,121 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 15fcf523 2012-11-08 08:43:51,121 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4ed5c0b3 2012-11-08 08:43:51,123 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 2e01d468 2012-11-08 08:43:51,123 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: e725264 2012-11-08 08:43:51,123 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 737f2aa4 2012-11-08 08:43:51,151 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-49) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 737f2aa4 2012-11-08 08:43:51,151 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-49) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 4ed5c0b3 2012-11-08 08:43:51,178 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-50) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: e725264 2012-11-08 08:43:51,305 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 08:43:51,321 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-50) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 08:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts 2012-11-08 08:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering 0 hosts 2012-11-08 08:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts done 2012-11-08 08:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering storage domains is disabled, skipping 2012-11-08 08:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts 2012-11-08 08:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering 0 hosts 2012-11-08 08:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts done 2012-11-08 08:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering storage domains is disabled, skipping 2012-11-08 08:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts 2012-11-08 08:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering 0 hosts 2012-11-08 08:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts done 2012-11-08 08:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering storage domains is disabled, skipping 2012-11-08 09:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts 2012-11-08 09:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering 0 hosts 2012-11-08 09:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts done 2012-11-08 09:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering storage domains is disabled, skipping 2012-11-08 09:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts 2012-11-08 09:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering 0 hosts 2012-11-08 09:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts done 2012-11-08 09:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering storage domains is disabled, skipping 2012-11-08 09:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts 2012-11-08 09:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering 0 hosts 2012-11-08 09:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts done 2012-11-08 09:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering storage domains is disabled, skipping 2012-11-08 09:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts 2012-11-08 09:15:00,017 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering 0 hosts 2012-11-08 09:15:00,017 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts done 2012-11-08 09:15:00,017 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering storage domains is disabled, skipping 2012-11-08 09:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-08 09:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-08 09:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-08 09:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-08 09:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-08 09:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-08 09:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-08 09:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-08 09:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts 2012-11-08 09:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering 0 hosts 2012-11-08 09:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts done 2012-11-08 09:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering storage domains is disabled, skipping 2012-11-08 09:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Checking autorecoverable hosts 2012-11-08 09:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Autorecovering 0 hosts 2012-11-08 09:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Checking autorecoverable hosts done 2012-11-08 09:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) [6075debf] Autorecovering storage domains is disabled, skipping 2012-11-08 09:39:13,655 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-22) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 09:39:13,657 ERROR [org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy] (QuartzScheduler_Worker-22) Error from Kerberos: java.lang.NullPointerException at org.ovirt.engine.core.bll.adbroker.GSSAPICallbackHandler.handle(GSSAPICallbackHandler.java:47) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:969) at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:966) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:965) at com.sun.security.auth.module.Krb5LoginModule.promptForPass(Krb5LoginModule.java:870) at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:715) at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:580) at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) at javax.security.auth.login.LoginContext.login(LoginContext.java:594) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticateToKDC(GSSAPIDirContextAuthenticationStrategy.java:127) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.explicitAuth(GSSAPIDirContextAuthenticationStrategy.java:119) at org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy.authenticate(GSSAPIDirContextAuthenticationStrategy.java:111) at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.useAuthenticationStrategy(GSSAPILdapTemplateWrapper.java:86) at org.ovirt.engine.core.bll.adbroker.PrepareLdapConnectionTask.call(PrepareLdapConnectionTask.java:56) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:103) at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) at org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.PopulateUsers(LdapGetAdUserByUserIdListCommand.java:41) at org.ovirt.engine.core.bll.adbroker.LdapGetAdUserByUserIdListCommand.executeQuery(LdapGetAdUserByUserIdListCommand.java:29) at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:69) at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) at org.ovirt.engine.core.bll.DbUserCacheManager.refreshAllUserData(DbUserCacheManager.java:186) at org.ovirt.engine.core.bll.DbUserCacheManager.OnTimer(DbUserCacheManager.java:231) at sun.reflect.GeneratedMethodAccessor186.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) 2012-11-08 09:39:13,658 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-22) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Kerberos error. Please check log for further details.. We should not try the next server 2012-11-08 09:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts 2012-11-08 09:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering 0 hosts 2012-11-08 09:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts done 2012-11-08 09:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering storage domains is disabled, skipping 2012-11-08 09:43:51,324 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 565ebf40 2012-11-08 09:43:51,325 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) START, IsValidVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 374b43e7 2012-11-08 09:43:51,325 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 565ebf40 2012-11-08 09:43:51,325 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) START, GetFloppyListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 559d363f 2012-11-08 09:43:51,326 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) FINISH, IsValidVDSCommand, return: true, log id: 374b43e7 2012-11-08 09:43:51,326 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-44) START, GetIsoListVDSCommand( storagePoolId = c9133b98-f765-11e1-990e-001a4a1697ca, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 32252f5c 2012-11-08 09:43:51,354 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-4-thread-49) FINISH, GetFloppyListVDSCommand, return: [win7-64.vfd, win7x64_with_virtio.vfd], log id: 559d363f 2012-11-08 09:43:51,355 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-44) START, HsmGetIsoListVDSCommand(HostName = dhcp-1-217.tlv.redhat.com, HostId = e90fe5de-1dbe-11e2-b40f-001a4a1697ca, storagePoolId=c9133b98-f765-11e1-990e-001a4a1697ca), log id: 71d18a01 2012-11-08 09:43:51,380 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-4-thread-44) FINISH, HsmGetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 71d18a01 2012-11-08 09:43:51,380 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-4-thread-44) FINISH, GetIsoListVDSCommand, return: [Windows7-ent.iso, WindowsXP-sp2-vlk.iso], log id: 32252f5c 2012-11-08 09:43:51,387 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-49) Finished automatic refresh process for Floppy file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 09:43:51,544 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-4-thread-44) Finished automatic refresh process for ISO file type with success, for storage domain id 3a03cbc2-0394-4eea-8020-4aabf271698a. 2012-11-08 09:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts 2012-11-08 09:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering 0 hosts 2012-11-08 09:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts done 2012-11-08 09:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering storage domains is disabled, skipping 2012-11-08 09:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts 2012-11-08 09:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering 0 hosts 2012-11-08 09:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts done 2012-11-08 09:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering storage domains is disabled, skipping 2012-11-08 09:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts 2012-11-08 09:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering 0 hosts 2012-11-08 09:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts done 2012-11-08 09:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering storage domains is disabled, skipping 2012-11-08 10:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Checking autorecoverable hosts 2012-11-08 10:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Autorecovering 0 hosts 2012-11-08 10:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Checking autorecoverable hosts done 2012-11-08 10:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Autorecovering storage domains is disabled, skipping 2012-11-08 10:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts 2012-11-08 10:05:00,985 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering 0 hosts 2012-11-08 10:05:00,985 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts done 2012-11-08 10:05:00,985 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering storage domains is disabled, skipping 2012-11-08 10:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts 2012-11-08 10:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering 0 hosts 2012-11-08 10:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts done 2012-11-08 10:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering storage domains is disabled, skipping 2012-11-08 10:20:48,834 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Start time: 11/8/12 10:20 AM 2012-11-08 10:20:48,951 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: CbcCheckOnVdsChange 2012-11-08 10:20:48,966 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: CAEngineKey 2012-11-08 10:20:48,975 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: ENGINEEARLib 2012-11-08 10:20:48,987 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: MinimalETLVersion 2012-11-08 10:20:49,131 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: ScriptsPath 2012-11-08 10:20:49,132 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-2) Could not find enum value for option: SQLServerI18NPrefix 2012-11-08 10:20:49,430 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-2) Failed to decrypt Data must start with zero 2012-11-08 10:20:49,430 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-2) Failed to decrypt value for property TruststorePass will be used encrypted value 2012-11-08 10:20:49,479 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) VDSBrokerFrontend: 11/8/12 10:20 AM 2012-11-08 10:20:49,487 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) CpuFlagsManager: 11/8/12 10:20 AM 2012-11-08 10:20:49,488 INFO [org.ovirt.engine.core.bll.AuditLogCleanupManager] (MSC service thread 1-2) Setting audit clean up manager to run at: 35 35 3 * * ? 2012-11-08 10:20:49,517 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) AuditLogCleanupManager: 11/8/12 10:20 AM 2012-11-08 10:20:49,520 INFO [org.ovirt.engine.core.bll.TagsDirector] (MSC service thread 1-2) TagsDirector initialization 2012-11-08 10:20:49,546 INFO [org.ovirt.engine.core.bll.TagsDirector] (MSC service thread 1-2) Tag root added to tree 2012-11-08 10:20:49,564 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) TagsDirector: 11/8/12 10:20 AM 2012-11-08 10:20:49,584 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) IsoDomainListSyncronizer: 11/8/12 10:20 AM 2012-11-08 10:20:49,624 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) InitHandlers: 11/8/12 10:20 AM 2012-11-08 10:20:49,649 WARN [org.ovirt.engine.core.utils.ErrorTranslatorImpl] (MSC service thread 1-2) Code VDS_FENCING_OPERATION_FAILED appears more then once in string table. 2012-11-08 10:20:49,653 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) ErrorTranslator: 11/8/12 10:20 AM 2012-11-08 10:20:49,653 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) VdsErrorTranslator: 11/8/12 10:20 AM 2012-11-08 10:20:49,654 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) Mark uncompleted jobs as UNKNOWN: 11/8/12 10:20 AM 2012-11-08 10:20:49,716 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) JobRepositoryCleanupManager: 11/8/12 10:20 AM 2012-11-08 10:20:49,724 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) AutoRecoveryManager: 11/8/12 10:20 AM 2012-11-08 10:20:49,727 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-2) ExecutionMessageDirector: 11/8/12 10:20 AM 2012-11-08 10:20:50,728 INFO [org.ovirt.engine.core.bll.adbroker.UsersDomainsCacheManagerService] (MSC service thread 1-3) UsersDomainsCacheManager: 11/8/12 10:20 AM 2012-11-08 10:20:50,733 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (MSC service thread 1-2) InitResourceManager: 11/8/12 10:20 AM 2012-11-08 10:20:50,741 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (MSC service thread 1-2) ResourceManager::ResourceManager::Entered 2012-11-08 10:20:50,950 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (MSC service thread 1-2) AsyncTaskManager: Initialization of AsyncTaskManager completed successfully. 2012-11-08 10:20:50,950 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (MSC service thread 1-2) AsyncTaskManager: 11/8/12 10:20 AM 2012-11-08 10:20:50,951 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (MSC service thread 1-2) VdsLoadBalancer: 11/8/12 10:20 AM 2012-11-08 10:20:50,968 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (pool-4-thread-1) MacPoolManager started: 11/8/12 10:20 AM 2012-11-08 10:20:51,047 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (pool-4-thread-1) MacPoolManager finished: 11/8/12 10:20 AM 2012-11-08 10:20:51,335 INFO [org.ovirt.engine.core.bll.adbroker.UsersDomainsCacheManagerService] (MSC service thread 1-3) DbUserCacheManager: 11/8/12 10:20 AM 2012-11-08 10:20:51,362 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-1) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 10:23:01,191 ERROR [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-3) USER_FAILED_TO_AUTHENTICATE : vdcadmin 2012-11-08 10:23:01,192 WARN [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-3) CanDoAction of action LoginAdminUser failed. Reasons:USER_FAILED_TO_AUTHENTICATE 2012-11-08 10:23:20,075 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user admin@internal is an admin, result true 2012-11-08 10:23:20,079 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginAdminUserCommand internal: false. 2012-11-08 10:23:20,172 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp-/127.0.0.1:8702-5) AuditLogType: UNASSIGNED not exist in string table 2012-11-08 10:23:20,173 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp-/127.0.0.1:8702-5) AuditLogType: USER_RUN_UNLOCK_ENTITY_SCRIPT not exist in string table 2012-11-08 10:23:20,173 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp-/127.0.0.1:8702-5) AuditLogType: VDS_NETWORK_MTU_DIFFER_FROM_LOGICAL_NETWORK not exist in string table 2012-11-08 10:23:20,173 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp-/127.0.0.1:8702-5) AuditLogType: STORAGE_ACTIVATE_ASYNC not exist in string table 2012-11-08 10:23:20,173 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp-/127.0.0.1:8702-5) AuditLogType: DWH_STOPPED not exist in string table 2012-11-08 10:23:20,174 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp-/127.0.0.1:8702-5) AuditLogType: DWH_STARTED not exist in string table 2012-11-08 10:23:20,174 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp-/127.0.0.1:8702-5) AuditLogType: DWH_ERROR not exist in string table 2012-11-08 10:23:20,177 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp-/127.0.0.1:8702-5) AuditLogType: USER_ATTACH_DISK_TO_VM not have severity. Assumed Normal 2012-11-08 10:23:20,178 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp-/127.0.0.1:8702-5) AuditLogType: USER_FAILED_ATTACH_DISK_TO_VM not have severity. Assumed Normal 2012-11-08 10:23:20,178 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp-/127.0.0.1:8702-5) AuditLogType: USER_DETACH_DISK_FROM_VM not have severity. Assumed Normal 2012-11-08 10:23:20,178 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp-/127.0.0.1:8702-5) AuditLogType: USER_FAILED_DETACH_DISK_FROM_VM not have severity. Assumed Normal 2012-11-08 10:23:20,178 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp-/127.0.0.1:8702-5) AuditLogType: USER_RUN_UNLOCK_ENTITY_SCRIPT not have severity. Assumed Normal 2012-11-08 10:23:20,178 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp-/127.0.0.1:8702-5) AuditLogType: GLUSTER_HOST_ADD_FAILED not have severity. Assumed Normal 2012-11-08 10:23:20,178 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp-/127.0.0.1:8702-5) AuditLogType: VM_MIGRATION_START_SYSTEM_INITIATED not have severity. Assumed Normal 2012-11-08 10:23:20,178 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp-/127.0.0.1:8702-5) AuditLogType: VDS_NETWORK_MTU_DIFFER_FROM_LOGICAL_NETWORK not have severity. Assumed Normal 2012-11-08 10:23:20,725 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-5) Adding new value to configuration cache. 2012-11-08 10:23:20,725 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-5) Didnt find the value of DBPagingType in DB for version general - using default: Offset 2012-11-08 10:23:20,726 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-5) Adding new value to configuration cache. 2012-11-08 10:23:20,726 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-5) Didnt find the value of DBPagingSyntax in DB for version general - using default: OFFSET (%1$s -1) LIMIT %2$s 2012-11-08 10:23:20,726 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-5) Adding new value to configuration cache. 2012-11-08 10:23:20,727 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-5) Didnt find the value of DBSearchTemplate in DB for version general - using default: SELECT * FROM (%2$s) %1$s) as T1 %3$s 2012-11-08 10:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-08 10:25:00,011 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-08 10:25:00,011 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-08 10:25:00,011 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-08 10:26:14,979 ERROR [org.ovirt.engine.core.utils.hostinstall.VdsInstallerSSH] (ajp-/127.0.0.1:8702-5) Could not connect to server dhcp-1-217.tlv.redhat.com: javax.naming.TimeLimitExceededException: SSH connection timed out connecting to 'dhcp-1-217.tlv.redhat.com:22' at org.ovirt.engine.core.utils.ssh.SSHClient.connect(SSHClient.java:210) [engine-utils.jar:] at org.ovirt.engine.core.utils.hostinstall.VdsInstallerSSH._doConnect(VdsInstallerSSH.java:182) [engine-utils.jar:] at org.ovirt.engine.core.utils.hostinstall.VdsInstallerSSH.connect(VdsInstallerSSH.java:275) [engine-utils.jar:] at org.ovirt.engine.core.bll.VdsInstallHelper.connectToServer(VdsInstallHelper.java:33) [engine-bll.jar:] at org.ovirt.engine.core.bll.AddVdsCommand.validateHostUniqueness(AddVdsCommand.java:353) [engine-bll.jar:] at org.ovirt.engine.core.bll.AddVdsCommand.canDoAction(AddVdsCommand.java:315) [engine-bll.jar:] at org.ovirt.engine.core.bll.CommandBase.internalCanDoAction(CommandBase.java:557) [engine-bll.jar:] at org.ovirt.engine.core.bll.CommandBase.executeAction(CommandBase.java:287) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.runActionImpl(Backend.java:350) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.RunAction(Backend.java:299) [engine-bll.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_09-icedtea] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_09-icedtea] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_09-icedtea] at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_09-icedtea] at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11) [engine-utils.jar:] at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) [:1.7.0_09-icedtea] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_09-icedtea] at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_09-icedtea] at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:123) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponentInstanceAssociationInterceptor.processInvocation(SingletonComponentInstanceAssociationInterceptor.java:53) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:210) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.supports(CMTTxInterceptor.java:362) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:193) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:42) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:176) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.ovirt.engine.core.common.interfaces.BackendLocal$$$view8.RunAction(Unknown Source) [engine-common.jar:] at org.ovirt.engine.ui.frontend.server.gwt.GenericApiGWTServiceImpl.RunAction(GenericApiGWTServiceImpl.java:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_09-icedtea] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_09-icedtea] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_09-icedtea] at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_09-icedtea] at com.google.gwt.rpc.server.RPC.invokeAndStreamResponse(RPC.java:196) at com.google.gwt.rpc.server.RpcServlet.processCall(RpcServlet.java:161) at com.google.gwt.rpc.server.RpcServlet.processPost(RpcServlet.java:222) at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62) at javax.servlet.http.HttpServlet.service(HttpServlet.java:754) [jboss-servlet-api_3.0_spec.jar:1.0.1.Final-redhat-1] at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec.jar:1.0.1.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489) at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.jboss.web.rewrite.RewriteValve.invoke(RewriteValve.java:466) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505) at org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:452) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:931) at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea] 2012-11-08 10:26:14,989 WARN [org.ovirt.engine.core.bll.AddVdsCommand] (ajp-/127.0.0.1:8702-5) [34588fd4] CanDoAction of action AddVds failed. Reasons:VDS_CANNOT_CONNECT_TO_SERVER,VAR__ACTION__ADD,VAR__TYPE__HOST 2012-11-08 10:28:46,570 ERROR [org.ovirt.engine.core.utils.hostinstall.VdsInstallerSSH] (ajp-/127.0.0.1:8702-9) Could not connect to server dhcp-1-217.tlv.redhat.com: javax.naming.TimeLimitExceededException: SSH connection timed out connecting to 'dhcp-1-217.tlv.redhat.com:22' at org.ovirt.engine.core.utils.ssh.SSHClient.connect(SSHClient.java:210) [engine-utils.jar:] at org.ovirt.engine.core.utils.hostinstall.VdsInstallerSSH._doConnect(VdsInstallerSSH.java:182) [engine-utils.jar:] at org.ovirt.engine.core.utils.hostinstall.VdsInstallerSSH.connect(VdsInstallerSSH.java:275) [engine-utils.jar:] at org.ovirt.engine.core.bll.VdsInstallHelper.connectToServer(VdsInstallHelper.java:33) [engine-bll.jar:] at org.ovirt.engine.core.bll.AddVdsCommand.validateHostUniqueness(AddVdsCommand.java:353) [engine-bll.jar:] at org.ovirt.engine.core.bll.AddVdsCommand.canDoAction(AddVdsCommand.java:315) [engine-bll.jar:] at org.ovirt.engine.core.bll.CommandBase.internalCanDoAction(CommandBase.java:557) [engine-bll.jar:] at org.ovirt.engine.core.bll.CommandBase.executeAction(CommandBase.java:287) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.runActionImpl(Backend.java:350) [engine-bll.jar:] at org.ovirt.engine.core.bll.Backend.RunAction(Backend.java:299) [engine-bll.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_09-icedtea] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_09-icedtea] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_09-icedtea] at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_09-icedtea] at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11) [engine-utils.jar:] at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) [:1.7.0_09-icedtea] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_09-icedtea] at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_09-icedtea] at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:123) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.singleton.SingletonComponentInstanceAssociationInterceptor.processInvocation(SingletonComponentInstanceAssociationInterceptor.java:53) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:210) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.supports(CMTTxInterceptor.java:362) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:193) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:42) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [jboss-as-ejb3.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:176) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-1] at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72) [jboss-as-ee.jar:7.1.2.Final-redhat-1] at org.ovirt.engine.core.common.interfaces.BackendLocal$$$view8.RunAction(Unknown Source) [engine-common.jar:] at org.ovirt.engine.ui.frontend.server.gwt.GenericApiGWTServiceImpl.RunAction(GenericApiGWTServiceImpl.java:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_09-icedtea] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_09-icedtea] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_09-icedtea] at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_09-icedtea] at com.google.gwt.rpc.server.RPC.invokeAndStreamResponse(RPC.java:196) at com.google.gwt.rpc.server.RpcServlet.processCall(RpcServlet.java:161) at com.google.gwt.rpc.server.RpcServlet.processPost(RpcServlet.java:222) at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62) at javax.servlet.http.HttpServlet.service(HttpServlet.java:754) [jboss-servlet-api_3.0_spec.jar:1.0.1.Final-redhat-1] at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec.jar:1.0.1.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489) at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.jboss.web.rewrite.RewriteValve.invoke(RewriteValve.java:466) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505) at org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:452) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:931) at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea] 2012-11-08 10:28:46,585 WARN [org.ovirt.engine.core.bll.AddVdsCommand] (ajp-/127.0.0.1:8702-9) [776fef95] CanDoAction of action AddVds failed. Reasons:VDS_CANNOT_CONNECT_TO_SERVER,VAR__ACTION__ADD,VAR__TYPE__HOST 2012-11-08 10:29:51,949 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-4) [1c4d0376] Adding new value to configuration cache. 2012-11-08 10:29:51,949 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-4) [1c4d0376] Didnt find the value of BootstrapNodeIDCommand in DB for version general - using default: IDFILE=/etc/vdsm/vdsm.id; if [ -r "${IDFILE}" ]; then cat "${IDFILE}"; else UUID="$(dmidecode -s system-uuid 2> /dev/null | sed -e 's/.*Not.*//' )"; if [ -z "${UUID}" ]; then UUID="$(uuidgen 2> /dev/null)" && mkdir -p "$(dirname "${IDFILE}")" && echo "${UUID}" > "${IDFILE}" && chmod 0644 "${IDFILE}"; fi; [ -n "${UUID}" ] && echo "${UUID}"; fi 2012-11-08 10:29:51,949 INFO [org.ovirt.engine.core.utils.hostinstall.VdsInstallerSSH] (ajp-/127.0.0.1:8702-4) SSH execute 10.35.3.174 'IDFILE=/etc/vdsm/vdsm.id; if [ -r "${IDFILE}" ]; then cat "${IDFILE}"; else UUID="$(dmidecode -s system-uuid 2> /dev/null | sed -e 's/.*Not.*//' )"; if [ -z "${UUID}" ]; then UUID="$(uuidgen 2> /dev/null)" && mkdir -p "$(dirname "${IDFILE}")" && echo "${UUID}" > "${IDFILE}" && chmod 0644 "${IDFILE}"; fi; [ -n "${UUID}" ] && echo "${UUID}"; fi' 2012-11-08 10:29:52,196 INFO [org.ovirt.engine.core.bll.AddVdsCommand] (ajp-/127.0.0.1:8702-4) [1c4d0376] Running command: AddVdsCommand internal: false. Entities affected : ID: 99408929-82cf-4dc7-a532-9d998063fa95 Type: VdsGroups 2012-11-08 10:29:52,356 INFO [org.ovirt.engine.core.bll.AddVdsSpmIdCommand] (ajp-/127.0.0.1:8702-4) [69c24885] Running command: AddVdsSpmIdCommand internal: true. Entities affected : ID: 777fc4cc-297e-11e2-8f27-001a4a1697ca Type: VDS 2012-11-08 10:29:52,380 INFO [org.ovirt.engine.core.bll.AddVdsSpmIdCommand] (ajp-/127.0.0.1:8702-4) [69c24885] Lock freed to object EngineLock [exclusiveLocks= key: cb4d4c16-297c-11e2-a308-001a4a1697ca value: REGISTER_VDS , sharedLocks= ] 2012-11-08 10:29:52,384 ERROR [org.ovirt.engine.core.vdsbroker.ResourceManager] (ajp-/127.0.0.1:8702-4) [69c24885] Cannot get vdsManager for vdsid=777fc4cc-297e-11e2-8f27-001a4a1697ca 2012-11-08 10:29:52,386 INFO [org.ovirt.engine.core.vdsbroker.RemoveVdsVDSCommand] (ajp-/127.0.0.1:8702-4) [69c24885] START, RemoveVdsVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca), log id: 409f01c5 2012-11-08 10:29:52,387 ERROR [org.ovirt.engine.core.vdsbroker.ResourceManager] (ajp-/127.0.0.1:8702-4) [69c24885] Cannot get vdsManager for vdsid=777fc4cc-297e-11e2-8f27-001a4a1697ca 2012-11-08 10:29:52,387 INFO [org.ovirt.engine.core.vdsbroker.RemoveVdsVDSCommand] (ajp-/127.0.0.1:8702-4) [69c24885] FINISH, RemoveVdsVDSCommand, log id: 409f01c5 2012-11-08 10:29:52,388 ERROR [org.ovirt.engine.core.vdsbroker.ResourceManager] (ajp-/127.0.0.1:8702-4) [69c24885] Cannot get vdsManager for vdsid=777fc4cc-297e-11e2-8f27-001a4a1697ca 2012-11-08 10:29:52,389 INFO [org.ovirt.engine.core.vdsbroker.AddVdsVDSCommand] (ajp-/127.0.0.1:8702-4) [69c24885] START, AddVdsVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca), log id: 19ad3259 2012-11-08 10:29:52,389 INFO [org.ovirt.engine.core.vdsbroker.AddVdsVDSCommand] (ajp-/127.0.0.1:8702-4) [69c24885] AddVds - entered , starting logic to add VDS 777fc4cc-297e-11e2-8f27-001a4a1697ca 2012-11-08 10:29:52,400 INFO [org.ovirt.engine.core.vdsbroker.AddVdsVDSCommand] (ajp-/127.0.0.1:8702-4) [69c24885] AddVds - VDS 777fc4cc-297e-11e2-8f27-001a4a1697ca was added, will try to add it to the resource manager 2012-11-08 10:29:52,405 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (ajp-/127.0.0.1:8702-4) [69c24885] Eneterd VdsManager:constructor 2012-11-08 10:29:52,406 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (ajp-/127.0.0.1:8702-4) [69c24885] vdsBroker(10.35.3.174,54,321) 2012-11-08 10:29:52,496 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (ajp-/127.0.0.1:8702-4) [69c24885] ResourceManager::AddVds - VDS 777fc4cc-297e-11e2-8f27-001a4a1697ca was added to the Resource Manager 2012-11-08 10:29:52,496 INFO [org.ovirt.engine.core.vdsbroker.AddVdsVDSCommand] (ajp-/127.0.0.1:8702-4) [69c24885] FINISH, AddVdsVDSCommand, log id: 19ad3259 2012-11-08 10:29:52,708 INFO [org.ovirt.engine.core.bll.InstallVdsCommand] (pool-4-thread-3) [6c0e48ea] Running command: InstallVdsCommand internal: true. Entities affected : ID: 777fc4cc-297e-11e2-8f27-001a4a1697ca Type: VDS 2012-11-08 10:29:52,712 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (pool-4-thread-3) [6c0e48ea] Adding new value to configuration cache. 2012-11-08 10:29:52,712 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (pool-4-thread-3) [6c0e48ea] Didnt find the value of BootstrapCommand in DB for version general - using default: umask 0077; MYTMP="$(mktemp -t ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" > /dev/null 2>&1" 0; rm -fr "${MYTMP}" && mkdir "${MYTMP}" && tar -C "${MYTMP}" --no-same-permissions -o -x && "${MYTMP}"/setup -c 'ssl={server_SSL_enabled};management_port={management_port}' -O '{OrganizationName}' -t {utc_time} {OverrideFirewall} -S {SSHKey} {EnginePort} -b {virt-placeholder} -B {BridgeName} {gluster-placeholder} {URL1} {URL1} {vds-server} {GUID} {RunFlag} 2012-11-08 10:29:52,714 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (pool-4-thread-3) [6c0e48ea] Adding new value to configuration cache. 2012-11-08 10:29:52,714 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (pool-4-thread-3) [6c0e48ea] Didnt find the value of BootstrapPackageName in DB for version general - using default: vdsm-bootstrap-2.tar 2012-11-08 10:29:52,714 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (pool-4-thread-3) [6c0e48ea] Adding new value to configuration cache. 2012-11-08 10:29:52,714 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (pool-4-thread-3) [6c0e48ea] Didnt find the value of BootstrapPackageDirectory in DB for version general - using default: /usr/share/vdsm-bootstrap/interface-2 2012-11-08 10:29:52,715 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (pool-4-thread-3) [6c0e48ea] Adding new value to configuration cache. 2012-11-08 10:29:52,715 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (pool-4-thread-3) [6c0e48ea] Didnt find the value of BootstrapCacheRefreshInterval in DB for version general - using default: 10,000 2012-11-08 10:29:52,719 INFO [org.ovirt.engine.core.bll.InstallVdsCommand] (pool-4-thread-3) [6c0e48ea] Before Installation pool-4-thread-3 2012-11-08 10:29:52,719 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Installation of 10.35.3.174. Executing installation stage. (Stage: Starting Host installation) 2012-11-08 10:29:52,720 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Installation of 10.35.3.174. Executing installation stage. (Stage: Connecting to Host) 2012-11-08 10:29:52,787 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Installation of 10.35.3.174. Received message: . FYI. (Stage: Connecting to Host) 2012-11-08 10:29:52,833 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Installation of 10.35.3.174. Successfully connected to server ssh. (Stage: Connecting to Host) 2012-11-08 10:29:52,833 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Installation of 10.35.3.174. Executing installation stage. (Stage: Get the unique vds id) 2012-11-08 10:29:52,833 INFO [org.ovirt.engine.core.utils.hostinstall.VdsInstallerSSH] (pool-4-thread-3) SSH execute 10.35.3.174 'IDFILE=/etc/vdsm/vdsm.id; if [ -r "${IDFILE}" ]; then cat "${IDFILE}"; else UUID="$(dmidecode -s system-uuid 2> /dev/null | sed -e 's/.*Not.*//' )"; if [ -z "${UUID}" ]; then UUID="$(uuidgen 2> /dev/null)" && mkdir -p "$(dirname "${IDFILE}")" && echo "${UUID}" > "${IDFILE}" && chmod 0644 "${IDFILE}"; fi; [ -n "${UUID}" ] && echo "${UUID}"; fi' 2012-11-08 10:29:52,966 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: 44454C4C-5A00-1044-804A-CAC04F32354A. FYI. (Stage: Get the unique vds id) 2012-11-08 10:29:52,978 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Assigning unique id 44454C4C-5A00-1044-804A-CAC04F32354A to Host. (Stage: Get the unique vds id) 2012-11-08 10:29:53,023 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Installation of 10.35.3.174. Executing installation stage. (Stage: Upload Installation script to Host) 2012-11-08 10:29:53,025 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (pool-4-thread-3) [6c0e48ea] Adding new value to configuration cache. 2012-11-08 10:29:53,025 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (pool-4-thread-3) [6c0e48ea] Didnt find the value of SSHKeyAlias in DB for version general - using default: ovirt-engine 2012-11-08 10:29:53,026 INFO [org.ovirt.engine.core.utils.hostinstall.VdsInstallerSSH] (pool-4-thread-3) SSH execute 10.35.3.174 'cat > '/tmp/ovirt-id_rsa_ac111de5-f2c6-4b69-9aa7-95ee2e5a1bc0'' 2012-11-08 10:29:53,109 INFO [org.ovirt.engine.core.utils.hostinstall.VdsInstallerSSH] (pool-4-thread-3) SSH execute 10.35.3.174 'cat > '/tmp/firewall.conf.ac111de5-f2c6-4b69-9aa7-95ee2e5a1bc0'' 2012-11-08 10:29:53,194 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Installation of 10.35.3.174. Executing installation stage. (Stage: Running first installation script on Host) 2012-11-08 10:29:53,195 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Installation of 10.35.3.174. Sending SSH Command umask 0077; MYTMP="$(mktemp -t ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" > /dev/null 2>&1" 0; rm -fr "${MYTMP}" && mkdir "${MYTMP}" && tar -C "${MYTMP}" --no-same-permissions -o -x && "${MYTMP}"/setup -c 'ssl=true;management_port=54321' -O 'qa.lab.tlv.redhat.com' -t 2012-11-08T08:29:53 -f /tmp/firewall.conf.ac111de5-f2c6-4b69-9aa7-95ee2e5a1bc0 -S /tmp/ovirt-id_rsa_ac111de5-f2c6-4b69-9aa7-95ee2e5a1bc0 -p 80 -b -B rhevm http://monique-vdc.qa.lab.tlv.redhat.com:80/Components/vds/ http://monique-vdc.qa.lab.tlv.redhat.com:80/Components/vds/ 10.35.3.174 ac111de5-f2c6-4b69-9aa7-95ee2e5a1bc0 False < /var/cache/ovirt-engine/vdsm-bootstrap-2.tar. (Stage: Running first installation script on Host) 2012-11-08 10:29:53,196 INFO [org.ovirt.engine.core.utils.hostinstall.CachedTar] (pool-4-thread-3) Tarball '/var/cache/ovirt-engine/vdsm-bootstrap-2.tar' is out of date, re-creating 2012-11-08 10:29:53,312 INFO [org.ovirt.engine.core.utils.hostinstall.VdsInstallerSSH] (pool-4-thread-3) SSH execute 10.35.3.174 'umask 0077; MYTMP="$(mktemp -t ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" > /dev/null 2>&1" 0; rm -fr "${MYTMP}" && mkdir "${MYTMP}" && tar -C "${MYTMP}" --no-same-permissions -o -x && "${MYTMP}"/setup -c 'ssl=true;management_port=54321' -O 'qa.lab.tlv.redhat.com' -t 2012-11-08T08:29:53 -f /tmp/firewall.conf.ac111de5-f2c6-4b69-9aa7-95ee2e5a1bc0 -S /tmp/ovirt-id_rsa_ac111de5-f2c6-4b69-9aa7-95ee2e5a1bc0 -p 80 -b -B rhevm http://monique-vdc.qa.lab.tlv.redhat.com:80/Components/vds/ http://monique-vdc.qa.lab.tlv.redhat.com:80/Components/vds/ 10.35.3.174 ac111de5-f2c6-4b69-9aa7-95ee2e5a1bc0 False' 2012-11-08 10:29:54,499 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-40) Initializing Host: dhcp-1-217 2012-11-08 10:29:55,274 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:29:56,368 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts 2012-11-08 10:30:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering 0 hosts 2012-11-08 10:30:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts done 2012-11-08 10:30:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering storage domains is disabled, skipping 2012-11-08 10:30:00,834 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:00,992 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,029 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,048 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,090 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,160 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,177 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,193 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,227 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,279 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,307 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,330 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,387 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,390 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,406 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,427 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,457 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,472 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,490 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,494 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,553 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,589 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:01,610 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:30:55,520 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-1) Adding new value to configuration cache. 2012-11-08 10:30:55,520 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-1) Didnt find the value of DBI18NPrefix in DB for version general - using default: 2012-11-08 10:31:31,771 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:31:34,209 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:31:36,854 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:31:40,310 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:31:43,218 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:31:46,109 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:31:49,188 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:31:52,737 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:31:56,245 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:31:59,600 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:32:02,977 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:32:06,611 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:32:06,648 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:32:06,671 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:32:06,725 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:32:06,863 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:32:06,881 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:32:07,356 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:32:09,284 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running first installation script on Host) 2012-11-08 10:32:09,320 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . Stage completed. (Stage: Running first installation script on Host) 2012-11-08 10:32:09,372 ERROR [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Installation of 10.35.3.174. Error: Repository qa is listed more than once in the configuration Repository rhel6.3 is listed more than once in the configuration Repository qa-latest-si24 is listed more than once in the configuration Repository JBOSS is listed more than once in the configuration Repository rhel-latest is listed more than once in the configuration Repository rhel-optional is listed more than once in the configuration Repository qa is listed more than once in the configuration Repository rhel6.3 is listed more than once in the configuration Repository qa-latest-si24 is listed more than once in the configuration Repository JBOSS is listed more than once in the configuration Repository rhel-latest is listed more than once in the configuration Repository rhel-optional is listed more than once in the configuration . (Stage: Downloading certificate request from Host) 2012-11-08 10:32:09,372 INFO [org.ovirt.engine.core.bll.InstallerMessages] (pool-4-thread-3) [6c0e48ea] VDS message: Repository qa is listed more than once in the configuration 2012-11-08 10:32:09,372 INFO [org.ovirt.engine.core.bll.InstallerMessages] (pool-4-thread-3) [6c0e48ea] VDS message: Repository rhel6.3 is listed more than once in the configuration 2012-11-08 10:32:09,372 INFO [org.ovirt.engine.core.bll.InstallerMessages] (pool-4-thread-3) [6c0e48ea] VDS message: Repository qa-latest-si24 is listed more than once in the configuration 2012-11-08 10:32:09,373 INFO [org.ovirt.engine.core.bll.InstallerMessages] (pool-4-thread-3) [6c0e48ea] VDS message: Repository JBOSS is listed more than once in the configuration 2012-11-08 10:32:09,373 INFO [org.ovirt.engine.core.bll.InstallerMessages] (pool-4-thread-3) [6c0e48ea] VDS message: Repository rhel-latest is listed more than once in the configuration 2012-11-08 10:32:09,373 INFO [org.ovirt.engine.core.bll.InstallerMessages] (pool-4-thread-3) [6c0e48ea] VDS message: Repository rhel-optional is listed more than once in the configuration 2012-11-08 10:32:09,373 INFO [org.ovirt.engine.core.bll.InstallerMessages] (pool-4-thread-3) [6c0e48ea] VDS message: Repository qa is listed more than once in the configuration 2012-11-08 10:32:09,373 INFO [org.ovirt.engine.core.bll.InstallerMessages] (pool-4-thread-3) [6c0e48ea] VDS message: Repository rhel6.3 is listed more than once in the configuration 2012-11-08 10:32:09,373 INFO [org.ovirt.engine.core.bll.InstallerMessages] (pool-4-thread-3) [6c0e48ea] VDS message: Repository qa-latest-si24 is listed more than once in the configuration 2012-11-08 10:32:09,373 INFO [org.ovirt.engine.core.bll.InstallerMessages] (pool-4-thread-3) [6c0e48ea] VDS message: Repository JBOSS is listed more than once in the configuration 2012-11-08 10:32:09,373 INFO [org.ovirt.engine.core.bll.InstallerMessages] (pool-4-thread-3) [6c0e48ea] VDS message: Repository rhel-latest is listed more than once in the configuration 2012-11-08 10:32:09,373 INFO [org.ovirt.engine.core.bll.InstallerMessages] (pool-4-thread-3) [6c0e48ea] VDS message: Repository rhel-optional is listed more than once in the configuration 2012-11-08 10:32:09,373 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Script ended, result is {1} 2012-11-08 10:32:09,373 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Installation of 10.35.3.174. Executing installation stage. (Stage: Downloading certificate request from Host) 2012-11-08 10:32:09,373 INFO [org.ovirt.engine.core.utils.hostinstall.VdsInstallerSSH] (pool-4-thread-3) SSH receive 10.35.3.174:'/tmp/cert_ac111de5-f2c6-4b69-9aa7-95ee2e5a1bc0.req' '/etc/pki/ovirt-engine/requests/cert_ac111de5-f2c6-4b69-9aa7-95ee2e5a1bc0.req') 2012-11-08 10:32:09,416 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Installation of 10.35.3.174. successfully done sftp operation ( Stage: Downloading certificate request from Host) 2012-11-08 10:32:09,416 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] DownloadCertificateRequest ended:true 2012-11-08 10:32:09,416 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Installation of 10.35.3.174. Executing installation stage. (Stage: Sign certificate request and generate certificate) 2012-11-08 10:32:10,487 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] SignCertificateRequest ended:true 2012-11-08 10:32:10,692 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Installation of 10.35.3.174. Executing installation stage. (Stage: Upload signed sertificate to Host) 2012-11-08 10:32:10,861 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Installation of 10.35.3.174. successfully done sftp operation ( Stage: Upload signed sertificate to Host) 2012-11-08 10:32:10,861 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] UploadSignedCertificate ended:true 2012-11-08 10:32:10,861 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Installation of 10.35.3.174. Executing installation stage. (Stage: Upload Cerficate Autority to Host) 2012-11-08 10:32:10,921 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Installation of 10.35.3.174. successfully done sftp operation ( Stage: Upload Cerficate Autority to Host) 2012-11-08 10:32:10,921 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Installation of 10.35.3.174. Executing installation stage. (Stage: Running second installation script on Host) 2012-11-08 10:32:10,921 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Installation of 10.35.3.174. Sending SSH Command umask 0077; MYTMP="$(mktemp -t ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" > /dev/null 2>&1" 0; rm -fr "${MYTMP}" && mkdir "${MYTMP}" && tar -C "${MYTMP}" --no-same-permissions -o -x && "${MYTMP}"/setup -c 'ssl=true;management_port=54321' -O 'qa.lab.tlv.redhat.com' -t 2012-11-08T08:29:53 -f /tmp/firewall.conf.ac111de5-f2c6-4b69-9aa7-95ee2e5a1bc0 -S /tmp/ovirt-id_rsa_ac111de5-f2c6-4b69-9aa7-95ee2e5a1bc0 -p 80 -b -B rhevm http://monique-vdc.qa.lab.tlv.redhat.com:80/Components/vds/ http://monique-vdc.qa.lab.tlv.redhat.com:80/Components/vds/ 10.35.3.174 ac111de5-f2c6-4b69-9aa7-95ee2e5a1bc0 True < /var/cache/ovirt-engine/vdsm-bootstrap-2.tar. (Stage: Running second installation script on Host) 2012-11-08 10:32:10,921 INFO [org.ovirt.engine.core.utils.hostinstall.VdsInstallerSSH] (pool-4-thread-3) SSH execute 10.35.3.174 'umask 0077; MYTMP="$(mktemp -t ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" > /dev/null 2>&1" 0; rm -fr "${MYTMP}" && mkdir "${MYTMP}" && tar -C "${MYTMP}" --no-same-permissions -o -x && "${MYTMP}"/setup -c 'ssl=true;management_port=54321' -O 'qa.lab.tlv.redhat.com' -t 2012-11-08T08:29:53 -f /tmp/firewall.conf.ac111de5-f2c6-4b69-9aa7-95ee2e5a1bc0 -S /tmp/ovirt-id_rsa_ac111de5-f2c6-4b69-9aa7-95ee2e5a1bc0 -p 80 -b -B rhevm http://monique-vdc.qa.lab.tlv.redhat.com:80/Components/vds/ http://monique-vdc.qa.lab.tlv.redhat.com:80/Components/vds/ 10.35.3.174 ac111de5-f2c6-4b69-9aa7-95ee2e5a1bc0 True' 2012-11-08 10:32:11,254 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running second installation script on Host) 2012-11-08 10:32:11,563 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running second installation script on Host) 2012-11-08 10:32:11,583 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running second installation script on Host) 2012-11-08 10:32:11,600 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running second installation script on Host) 2012-11-08 10:32:11,646 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Running second installation script on Host) 2012-11-08 10:32:11,676 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . Stage completed. (Stage: Running second installation script on Host) 2012-11-08 10:32:11,692 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-12) Installation of 10.35.3.174. Received message: . FYI. (Stage: Host installation complete) 2012-11-08 10:32:11,769 INFO [org.ovirt.engine.core.bll.VdsInstaller] (pool-4-thread-3) [6c0e48ea] Script ended, result is {1} 2012-11-08 10:32:11,770 INFO [org.ovirt.engine.core.bll.InstallVdsCommand] (pool-4-thread-3) [6c0e48ea] After Installation pool-4-thread-3 2012-11-08 10:32:11,774 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (pool-4-thread-3) [6c0e48ea] START, SetVdsStatusVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, status=Reboot, nonOperationalReason=NONE), log id: 61b2db6b 2012-11-08 10:32:11,856 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (pool-4-thread-3) [6c0e48ea] FINISH, SetVdsStatusVDSCommand, log id: 61b2db6b 2012-11-08 10:32:11,857 INFO [org.ovirt.engine.core.bll.InstallVdsCommand] (pool-4-thread-4) [6c0e48ea] Waiting 300 seconds, for server to finish reboot process. 2012-11-08 10:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-08 10:35:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-08 10:35:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-08 10:35:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-08 10:37:11,861 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (pool-4-thread-4) [6c0e48ea] START, SetVdsStatusVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, status=NonResponsive, nonOperationalReason=NONE), log id: 7d825cc6 2012-11-08 10:37:11,950 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (pool-4-thread-4) [6c0e48ea] FINISH, SetVdsStatusVDSCommand, log id: 7d825cc6 2012-11-08 10:37:16,328 INFO [org.ovirt.engine.core.bll.InitVdsOnUpCommand] (QuartzScheduler_Worker-69) [4106112c] Running command: InitVdsOnUpCommand internal: true. 2012-11-08 10:37:16,351 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-69) [4106112c] No string for UNASSIGNED type. Use default Log 2012-11-08 10:37:16,379 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-8) [4106112c] MultipleActionsRunner of type MigrateVmToServer invoked with no actions 2012-11-08 10:37:16,449 INFO [org.ovirt.engine.core.bll.HandleVdsCpuFlagsOrClusterChangedCommand] (QuartzScheduler_Worker-69) [5739bae8] Running command: HandleVdsCpuFlagsOrClusterChangedCommand internal: true. Entities affected : ID: 777fc4cc-297e-11e2-8f27-001a4a1697ca Type: VDS 2012-11-08 10:37:16,536 INFO [org.ovirt.engine.core.bll.UpdateVdsGroupCommand] (QuartzScheduler_Worker-69) [630ff69d] Running command: UpdateVdsGroupCommand internal: true. Entities affected : ID: 99408929-82cf-4dc7-a532-9d998063fa95 Type: VdsGroups 2012-11-08 10:37:16,672 INFO [org.ovirt.engine.core.bll.HandleVdsVersionCommand] (QuartzScheduler_Worker-69) [55ae9fe7] Running command: HandleVdsVersionCommand internal: true. Entities affected : ID: 777fc4cc-297e-11e2-8f27-001a4a1697ca Type: VDS 2012-11-08 10:39:03,530 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand] (ajp-/127.0.0.1:8702-7) [39b35286] START, ValidateStorageServerConnectionVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: null, connection: wolf.qa.lab.redhat.com:/volumes/wolf/monique_0_nfs_2012090911402635371, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 5c17ab19 2012-11-08 10:39:03,560 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand] (ajp-/127.0.0.1:8702-7) [39b35286] FINISH, ValidateStorageServerConnectionVDSCommand, return: {00000000-0000-0000-0000-000000000000=0}, log id: 5c17ab19 2012-11-08 10:39:03,666 INFO [org.ovirt.engine.core.bll.storage.AddStorageServerConnectionCommand] (ajp-/127.0.0.1:8702-7) [39b35286] Running command: AddStorageServerConnectionCommand internal: false. Entities affected : ID: aaa00000-0000-0000-0000-123456789aaa Type: System 2012-11-08 10:39:03,676 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-7) [39b35286] START, ConnectStorageServerVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: null, connection: wolf.qa.lab.redhat.com:/volumes/wolf/monique_0_nfs_2012090911402635371, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 410e8687 2012-11-08 10:39:03,766 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-7) [39b35286] FINISH, ConnectStorageServerVDSCommand, return: {00000000-0000-0000-0000-000000000000=100}, log id: 410e8687 2012-11-08 10:39:03,769 ERROR [org.ovirt.engine.core.bll.storage.NFSStorageHelper] (ajp-/127.0.0.1:8702-7) [39b35286] The connection with details wolf.qa.lab.redhat.com:/volumes/wolf/monique_0_nfs_2012090911402635371 failed because of error code 100 and error message is: general exception 2012-11-08 10:39:03,969 WARN [org.ovirt.engine.core.bll.storage.AddNFSStorageDomainCommand] (ajp-/127.0.0.1:8702-5) [7677ccd4] CanDoAction of action AddNFSStorageDomain failed. Reasons:VAR__ACTION__ADD,VAR__TYPE__STORAGE__DOMAIN,ACTION_TYPE_FAILED_STORAGE_CONNECTION_NOT_EXIST 2012-11-08 10:39:04,181 INFO [org.ovirt.engine.core.bll.storage.RemoveStorageServerConnectionCommand] (ajp-/127.0.0.1:8702-3) [7f267e09] Running command: RemoveStorageServerConnectionCommand internal: false. Entities affected : ID: aaa00000-0000-0000-0000-123456789aaa Type: System 2012-11-08 10:39:04,184 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DisconnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-3) [7f267e09] START, DisconnectStorageServerVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: null, connection: wolf.qa.lab.redhat.com:/volumes/wolf/monique_0_nfs_2012090911402635371, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 69d13dae 2012-11-08 10:39:06,443 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DisconnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-3) [7f267e09] FINISH, DisconnectStorageServerVDSCommand, return: {00000000-0000-0000-0000-000000000000=477}, log id: 69d13dae 2012-11-08 10:39:19,977 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand] (ajp-/127.0.0.1:8702-9) [6e01b535] START, ValidateStorageServerConnectionVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: null, connection: wolf.qa.lab.tlv.redhat.com:/volumes/wolf/monique_0_nfs_2012090911402635371, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 521e9a00 2012-11-08 10:39:20,009 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand] (ajp-/127.0.0.1:8702-9) [6e01b535] FINISH, ValidateStorageServerConnectionVDSCommand, return: {00000000-0000-0000-0000-000000000000=0}, log id: 521e9a00 2012-11-08 10:39:20,037 INFO [org.ovirt.engine.core.bll.storage.AddStorageServerConnectionCommand] (ajp-/127.0.0.1:8702-9) [6e01b535] Running command: AddStorageServerConnectionCommand internal: false. Entities affected : ID: aaa00000-0000-0000-0000-123456789aaa Type: System 2012-11-08 10:39:20,041 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-9) [6e01b535] START, ConnectStorageServerVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: null, connection: wolf.qa.lab.tlv.redhat.com:/volumes/wolf/monique_0_nfs_2012090911402635371, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 62013383 2012-11-08 10:39:20,345 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-9) [6e01b535] FINISH, ConnectStorageServerVDSCommand, return: {00000000-0000-0000-0000-000000000000=0}, log id: 62013383 2012-11-08 10:39:21,052 INFO [org.ovirt.engine.core.bll.storage.AddNFSStorageDomainCommand] (ajp-/127.0.0.1:8702-4) [2cd6318a] Running command: AddNFSStorageDomainCommand internal: false. Entities affected : ID: aaa00000-0000-0000-0000-123456789aaa Type: System 2012-11-08 10:39:21,086 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand] (ajp-/127.0.0.1:8702-4) [2cd6318a] START, CreateStorageDomainVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storageDomain=org.ovirt.engine.core.common.businessentities.storage_domain_static@faf8ab8, args=wolf.qa.lab.tlv.redhat.com:/volumes/wolf/monique_0_nfs_2012090911402635371), log id: 3b647be5 2012-11-08 10:39:23,485 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase] (ajp-/127.0.0.1:8702-4) [2cd6318a] Command org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand return value Class Name: org.ovirt.engine.core.vdsbroker.vdsbroker.StatusOnlyReturnForXmlRpc mStatus Class Name: org.ovirt.engine.core.vdsbroker.vdsbroker.StatusForXmlRpc mCode 361 mMessage Storage domain is not empty - requires cleaning: ('wolf.qa.lab.tlv.redhat.com:/volumes/wolf/monique_0_nfs_2012090911402635371',) 2012-11-08 10:39:23,485 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase] (ajp-/127.0.0.1:8702-4) [2cd6318a] HostName = dhcp-1-217 2012-11-08 10:39:23,489 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBase] (ajp-/127.0.0.1:8702-4) [2cd6318a] Command CreateStorageDomainVDS execution failed. Exception: VDSErrorException: VDSGenericException: VDSErrorException: Failed in vdscommand to CreateStorageDomainVDS, error = Storage domain is not empty - requires cleaning: ('wolf.qa.lab.tlv.redhat.com:/volumes/wolf/monique_0_nfs_2012090911402635371',) 2012-11-08 10:39:23,489 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand] (ajp-/127.0.0.1:8702-4) [2cd6318a] FINISH, CreateStorageDomainVDSCommand, log id: 3b647be5 2012-11-08 10:39:23,490 ERROR [org.ovirt.engine.core.bll.storage.AddNFSStorageDomainCommand] (ajp-/127.0.0.1:8702-4) [2cd6318a] Command org.ovirt.engine.core.bll.storage.AddNFSStorageDomainCommand throw Vdc Bll exception. With error message VdcBLLException: org.ovirt.engine.core.vdsbroker.vdsbroker.VDSErrorException: VDSGenericException: VDSErrorException: Failed in vdscommand to CreateStorageDomainVDS, error = Storage domain is not empty - requires cleaning: ('wolf.qa.lab.tlv.redhat.com:/volumes/wolf/monique_0_nfs_2012090911402635371',) 2012-11-08 10:39:23,510 INFO [org.ovirt.engine.core.bll.storage.AddNFSStorageDomainCommand] (ajp-/127.0.0.1:8702-4) [2cd6318a] Command [id=00a7c7b7-8e50-43c3-a1db-011a83f0ded9]: Compensating NEW_ENTITY_ID of org.ovirt.engine.core.common.businessentities.storage_domain_dynamic; snapshot: 8797e997-c070-401e-98a8-74f8d01b0de3. 2012-11-08 10:39:23,514 INFO [org.ovirt.engine.core.bll.storage.AddNFSStorageDomainCommand] (ajp-/127.0.0.1:8702-4) [2cd6318a] Command [id=00a7c7b7-8e50-43c3-a1db-011a83f0ded9]: Compensating NEW_ENTITY_ID of org.ovirt.engine.core.common.businessentities.storage_domain_static; snapshot: 8797e997-c070-401e-98a8-74f8d01b0de3. 2012-11-08 10:39:23,529 ERROR [org.ovirt.engine.core.bll.storage.AddNFSStorageDomainCommand] (ajp-/127.0.0.1:8702-4) [2cd6318a] Transaction rolled-back for command: org.ovirt.engine.core.bll.storage.AddNFSStorageDomainCommand. 2012-11-08 10:39:23,873 INFO [org.ovirt.engine.core.bll.storage.RemoveStorageServerConnectionCommand] (ajp-/127.0.0.1:8702-2) [599ca1d7] Running command: RemoveStorageServerConnectionCommand internal: false. Entities affected : ID: aaa00000-0000-0000-0000-123456789aaa Type: System 2012-11-08 10:39:23,876 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DisconnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-2) [599ca1d7] START, DisconnectStorageServerVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: null, connection: wolf.qa.lab.tlv.redhat.com:/volumes/wolf/monique_0_nfs_2012090911402635371, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 66a0f7db 2012-11-08 10:39:26,029 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DisconnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-2) [599ca1d7] FINISH, DisconnectStorageServerVDSCommand, return: {00000000-0000-0000-0000-000000000000=0}, log id: 66a0f7db 2012-11-08 10:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts 2012-11-08 10:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering 0 hosts 2012-11-08 10:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts done 2012-11-08 10:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering storage domains is disabled, skipping 2012-11-08 10:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts 2012-11-08 10:45:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering 0 hosts 2012-11-08 10:45:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts done 2012-11-08 10:45:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering storage domains is disabled, skipping 2012-11-08 10:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts 2012-11-08 10:50:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering 0 hosts 2012-11-08 10:50:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts done 2012-11-08 10:50:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering storage domains is disabled, skipping 2012-11-08 10:53:56,603 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1af8c967] Running command: LogoutUserCommand internal: false. 2012-11-08 10:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts 2012-11-08 10:55:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering 0 hosts 2012-11-08 10:55:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts done 2012-11-08 10:55:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering storage domains is disabled, skipping 2012-11-08 11:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts 2012-11-08 11:00:00,044 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering 0 hosts 2012-11-08 11:00:00,044 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts done 2012-11-08 11:00:00,044 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering storage domains is disabled, skipping 2012-11-08 11:05:36,733 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) Start time: 11/8/12 11:05 AM 2012-11-08 11:05:36,792 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-1) Could not find enum value for option: CbcCheckOnVdsChange 2012-11-08 11:05:36,806 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-1) Could not find enum value for option: CAEngineKey 2012-11-08 11:05:36,808 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-1) Could not find enum value for option: ENGINEEARLib 2012-11-08 11:05:36,824 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-1) Could not find enum value for option: MinimalETLVersion 2012-11-08 11:05:36,904 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-1) Could not find enum value for option: ScriptsPath 2012-11-08 11:05:36,908 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-1) Could not find enum value for option: SQLServerI18NPrefix 2012-11-08 11:05:37,108 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-1) Failed to decrypt Data must start with zero 2012-11-08 11:05:37,108 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-1) Failed to decrypt value for property TruststorePass will be used encrypted value 2012-11-08 11:05:37,173 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) VDSBrokerFrontend: 11/8/12 11:05 AM 2012-11-08 11:05:37,176 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) CpuFlagsManager: 11/8/12 11:05 AM 2012-11-08 11:05:37,176 INFO [org.ovirt.engine.core.bll.AuditLogCleanupManager] (MSC service thread 1-1) Setting audit clean up manager to run at: 35 35 3 * * ? 2012-11-08 11:05:37,197 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) AuditLogCleanupManager: 11/8/12 11:05 AM 2012-11-08 11:05:37,200 INFO [org.ovirt.engine.core.bll.TagsDirector] (MSC service thread 1-1) TagsDirector initialization 2012-11-08 11:05:37,222 INFO [org.ovirt.engine.core.bll.TagsDirector] (MSC service thread 1-1) Tag root added to tree 2012-11-08 11:05:37,236 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) TagsDirector: 11/8/12 11:05 AM 2012-11-08 11:05:37,241 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) IsoDomainListSyncronizer: 11/8/12 11:05 AM 2012-11-08 11:05:37,261 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) InitHandlers: 11/8/12 11:05 AM 2012-11-08 11:05:37,274 WARN [org.ovirt.engine.core.utils.ErrorTranslatorImpl] (MSC service thread 1-1) Code VDS_FENCING_OPERATION_FAILED appears more then once in string table. 2012-11-08 11:05:37,276 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) ErrorTranslator: 11/8/12 11:05 AM 2012-11-08 11:05:37,278 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) VdsErrorTranslator: 11/8/12 11:05 AM 2012-11-08 11:05:37,279 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) Mark uncompleted jobs as UNKNOWN: 11/8/12 11:05 AM 2012-11-08 11:05:37,322 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) JobRepositoryCleanupManager: 11/8/12 11:05 AM 2012-11-08 11:05:37,323 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) AutoRecoveryManager: 11/8/12 11:05 AM 2012-11-08 11:05:37,331 INFO [org.ovirt.engine.core.bll.Backend] (MSC service thread 1-1) ExecutionMessageDirector: 11/8/12 11:05 AM 2012-11-08 11:05:37,353 INFO [org.ovirt.engine.core.bll.adbroker.UsersDomainsCacheManagerService] (MSC service thread 1-4) UsersDomainsCacheManager: 11/8/12 11:05 AM 2012-11-08 11:05:37,354 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (MSC service thread 1-3) InitResourceManager: 11/8/12 11:05 AM 2012-11-08 11:05:37,361 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (MSC service thread 1-3) ResourceManager::ResourceManager::Entered 2012-11-08 11:05:37,532 INFO [org.ovirt.engine.core.bll.adbroker.UsersDomainsCacheManagerService] (MSC service thread 1-4) DbUserCacheManager: 11/8/12 11:05 AM 2012-11-08 11:05:37,563 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-1) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 11:05:47,605 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (MSC service thread 1-3) Eneterd VdsManager:constructor 2012-11-08 11:05:47,606 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (MSC service thread 1-3) vdsBroker(10.35.3.174,54,321) 2012-11-08 11:05:47,711 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (MSC service thread 1-3) ResourceManager::AddVds - VDS 777fc4cc-297e-11e2-8f27-001a4a1697ca was added to the Resource Manager 2012-11-08 11:05:47,774 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (MSC service thread 1-3) AsyncTaskManager: Initialization of AsyncTaskManager completed successfully. 2012-11-08 11:05:47,774 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (MSC service thread 1-3) AsyncTaskManager: 11/8/12 11:05 AM 2012-11-08 11:05:47,775 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (MSC service thread 1-3) VdsLoadBalancer: 11/8/12 11:05 AM 2012-11-08 11:05:47,786 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (pool-4-thread-1) MacPoolManager started: 11/8/12 11:05 AM 2012-11-08 11:05:47,835 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (pool-4-thread-1) MacPoolManager finished: 11/8/12 11:05 AM 2012-11-08 11:05:52,176 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-2) AuditLogType: UNASSIGNED not exist in string table 2012-11-08 11:05:52,176 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-2) AuditLogType: USER_RUN_UNLOCK_ENTITY_SCRIPT not exist in string table 2012-11-08 11:05:52,177 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-2) AuditLogType: VDS_NETWORK_MTU_DIFFER_FROM_LOGICAL_NETWORK not exist in string table 2012-11-08 11:05:52,177 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-2) AuditLogType: STORAGE_ACTIVATE_ASYNC not exist in string table 2012-11-08 11:05:52,177 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-2) AuditLogType: DWH_STOPPED not exist in string table 2012-11-08 11:05:52,177 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-2) AuditLogType: DWH_STARTED not exist in string table 2012-11-08 11:05:52,177 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-2) AuditLogType: DWH_ERROR not exist in string table 2012-11-08 11:05:52,181 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-2) AuditLogType: USER_ATTACH_DISK_TO_VM not have severity. Assumed Normal 2012-11-08 11:05:52,181 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-2) AuditLogType: USER_FAILED_ATTACH_DISK_TO_VM not have severity. Assumed Normal 2012-11-08 11:05:52,181 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-2) AuditLogType: USER_DETACH_DISK_FROM_VM not have severity. Assumed Normal 2012-11-08 11:05:52,181 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-2) AuditLogType: USER_FAILED_DETACH_DISK_FROM_VM not have severity. Assumed Normal 2012-11-08 11:05:52,181 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-2) AuditLogType: USER_RUN_UNLOCK_ENTITY_SCRIPT not have severity. Assumed Normal 2012-11-08 11:05:52,181 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-2) AuditLogType: GLUSTER_HOST_ADD_FAILED not have severity. Assumed Normal 2012-11-08 11:05:52,182 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-2) AuditLogType: VM_MIGRATION_START_SYSTEM_INITIATED not have severity. Assumed Normal 2012-11-08 11:05:52,182 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-2) AuditLogType: VDS_NETWORK_MTU_DIFFER_FROM_LOGICAL_NETWORK not have severity. Assumed Normal 2012-11-08 11:05:52,349 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-2) Initializing Host: dhcp-1-217 2012-11-08 11:05:52,897 INFO [org.ovirt.engine.core.bll.HandleVdsVersionCommand] (QuartzScheduler_Worker-2) [75935a49] Running command: HandleVdsVersionCommand internal: true. Entities affected : ID: 777fc4cc-297e-11e2-8f27-001a4a1697ca Type: VDS 2012-11-08 11:06:07,639 ERROR [org.ovirt.engine.core.bll.adbroker.GetRootDSE] (QuartzScheduler_Worker-1) Failed to query rootDSE for LDAP server LDAP://qa2-tlv.qa.lab.tlv.redhat.com:389 due to qa2-tlv.qa.lab.tlv.redhat.com:389 2012-11-08 11:06:08,025 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-1) Failed ldap search server LDAP://qa2-tlv.qa.lab.tlv.redhat.com:389 due to javax.naming.CommunicationException: qa2-tlv.qa.lab.tlv.redhat.com:389 [Root exception is java.net.SocketTimeoutException: connect timed out]. We should try the next server 2012-11-08 11:06:38,050 ERROR [org.ovirt.engine.core.bll.adbroker.GetRootDSE] (ajp-/127.0.0.1:8702-5) Failed to query rootDSE for LDAP server LDAP://qa2-tlv.qa.lab.tlv.redhat.com:389 due to qa2-tlv.qa.lab.tlv.redhat.com:389 2012-11-08 11:06:38,051 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Failed ldap search server LDAP://qa2-tlv.qa.lab.tlv.redhat.com:389 due to javax.naming.CommunicationException: qa2-tlv.qa.lab.tlv.redhat.com:389 [Root exception is java.net.SocketTimeoutException: connect timed out]. We should try the next server 2012-11-08 11:07:08,261 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:07:08,279 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:07:08,479 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 11:07:08,481 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginAdminUserCommand internal: false. 2012-11-08 11:07:09,072 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-3) Adding new value to configuration cache. 2012-11-08 11:07:09,074 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-3) Didnt find the value of DBPagingType in DB for version general - using default: Offset 2012-11-08 11:07:09,078 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-3) Adding new value to configuration cache. 2012-11-08 11:07:09,078 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-3) Didnt find the value of DBPagingSyntax in DB for version general - using default: OFFSET (%1$s -1) LIMIT %2$s 2012-11-08 11:07:09,078 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-3) Adding new value to configuration cache. 2012-11-08 11:07:09,078 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-3) Didnt find the value of DBSearchTemplate in DB for version general - using default: SELECT * FROM (%2$s) %1$s) as T1 %3$s 2012-11-08 11:07:39,087 INFO [org.ovirt.engine.core.bll.storage.AddEmptyStoragePoolCommand] (pool-4-thread-50) [dc7f948] Running command: AddEmptyStoragePoolCommand internal: false. Entities affected : ID: aaa00000-0000-0000-0000-123456789aaa Type: System 2012-11-08 11:08:54,431 INFO [org.ovirt.engine.core.bll.AddVdsGroupCommand] (ajp-/127.0.0.1:8702-10) [5b80848c] Running command: AddVdsGroupCommand internal: false. Entities affected : ID: 348f61b0-119a-4a45-8c79-42c5bd7c0f56 Type: StoragePool 2012-11-08 11:08:54,667 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-2) Adding new value to configuration cache. 2012-11-08 11:08:54,667 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-2) Didnt find the value of DBI18NPrefix in DB for version general - using default: 2012-11-08 11:09:22,706 INFO [org.ovirt.engine.core.bll.UpdateVdsGroupCommand] (ajp-/127.0.0.1:8702-9) [6e659e2f] Running command: UpdateVdsGroupCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups 2012-11-08 11:09:36,533 INFO [org.ovirt.engine.core.bll.MaintananceNumberOfVdssCommand] (pool-4-thread-50) [39fcacb2] Running command: MaintananceNumberOfVdssCommand internal: false. Entities affected : ID: 777fc4cc-297e-11e2-8f27-001a4a1697ca Type: VDS 2012-11-08 11:09:36,539 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (pool-4-thread-50) [39fcacb2] START, SetVdsStatusVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, status=PreparingForMaintenance, nonOperationalReason=NONE), log id: 16b0c089 2012-11-08 11:09:36,631 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (pool-4-thread-50) [39fcacb2] FINISH, SetVdsStatusVDSCommand, log id: 16b0c089 2012-11-08 11:09:36,954 INFO [org.ovirt.engine.core.bll.MaintananceVdsCommand] (pool-4-thread-50) [39fcacb2] Running command: MaintananceVdsCommand internal: true. Entities affected : ID: 777fc4cc-297e-11e2-8f27-001a4a1697ca Type: VDS 2012-11-08 11:09:38,535 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-67) vds::Updated vds status from Preparing for Maintenance to Maintenance in database, vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 2012-11-08 11:09:38,622 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] (QuartzScheduler_Worker-67) Clearing cache of pool: cb4d4c16-297c-11e2-a308-001a4a1697ca for problematic entities of VDS: dhcp-1-217. 2012-11-08 11:09:48,881 INFO [org.ovirt.engine.core.bll.ChangeVDSClusterCommand] (ajp-/127.0.0.1:8702-7) [41f48e4c] Running command: ChangeVDSClusterCommand internal: false. Entities affected : ID: 777fc4cc-297e-11e2-8f27-001a4a1697ca Type: VDS, ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups 2012-11-08 11:09:49,025 INFO [org.ovirt.engine.core.bll.AddVdsSpmIdCommand] (ajp-/127.0.0.1:8702-7) [41f48e4c] Running command: AddVdsSpmIdCommand internal: true. Entities affected : ID: 777fc4cc-297e-11e2-8f27-001a4a1697ca Type: VDS 2012-11-08 11:09:49,053 INFO [org.ovirt.engine.core.bll.AddVdsSpmIdCommand] (ajp-/127.0.0.1:8702-7) [41f48e4c] Lock freed to object EngineLock [exclusiveLocks= key: 348f61b0-119a-4a45-8c79-42c5bd7c0f56 value: REGISTER_VDS , sharedLocks= ] 2012-11-08 11:09:49,147 INFO [org.ovirt.engine.core.bll.UpdateVdsCommand] (ajp-/127.0.0.1:8702-3) [477aa482] Running command: UpdateVdsCommand internal: false. Entities affected : ID: 777fc4cc-297e-11e2-8f27-001a4a1697ca Type: VDS 2012-11-08 11:09:54,937 INFO [org.ovirt.engine.core.bll.ActivateVdsCommand] (ajp-/127.0.0.1:8702-6) Lock Acquired to object EngineLock [exclusiveLocks= key: 777fc4cc-297e-11e2-8f27-001a4a1697ca value: VDS , sharedLocks= ] 2012-11-08 11:09:55,026 INFO [org.ovirt.engine.core.bll.ActivateVdsCommand] (pool-4-thread-50) [3344d26] Running command: ActivateVdsCommand internal: false. Entities affected : ID: 777fc4cc-297e-11e2-8f27-001a4a1697ca Type: VDS 2012-11-08 11:09:55,046 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (pool-4-thread-50) [3344d26] START, SetVdsStatusVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, status=Unassigned, nonOperationalReason=NONE), log id: 32df8a8 2012-11-08 11:09:55,050 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (pool-4-thread-50) [3344d26] FINISH, SetVdsStatusVDSCommand, log id: 32df8a8 2012-11-08 11:09:55,063 INFO [org.ovirt.engine.core.vdsbroker.ActivateVdsVDSCommand] (pool-4-thread-50) [3344d26] START, ActivateVdsVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca), log id: 619e8e83 2012-11-08 11:09:55,429 INFO [org.ovirt.engine.core.bll.HandleVdsCpuFlagsOrClusterChangedCommand] (pool-4-thread-50) [38230075] Running command: HandleVdsCpuFlagsOrClusterChangedCommand internal: true. Entities affected : ID: 777fc4cc-297e-11e2-8f27-001a4a1697ca Type: VDS 2012-11-08 11:09:55,432 INFO [org.ovirt.engine.core.bll.HandleVdsVersionCommand] (pool-4-thread-50) [1c21cc8d] Running command: HandleVdsVersionCommand internal: true. Entities affected : ID: 777fc4cc-297e-11e2-8f27-001a4a1697ca Type: VDS 2012-11-08 11:09:55,435 INFO [org.ovirt.engine.core.vdsbroker.ActivateVdsVDSCommand] (pool-4-thread-50) [1c21cc8d] FINISH, ActivateVdsVDSCommand, log id: 619e8e83 2012-11-08 11:09:55,501 INFO [org.ovirt.engine.core.bll.ActivateVdsCommand] (pool-4-thread-50) [1c21cc8d] Lock freed to object EngineLock [exclusiveLocks= key: 777fc4cc-297e-11e2-8f27-001a4a1697ca value: VDS , sharedLocks= ] 2012-11-08 11:09:57,187 INFO [org.ovirt.engine.core.bll.InitVdsOnUpCommand] (QuartzScheduler_Worker-80) [70e4dbfb] Running command: InitVdsOnUpCommand internal: true. 2012-11-08 11:09:57,221 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-80) [70e4dbfb] No string for UNASSIGNED type. Use default Log 2012-11-08 11:09:57,231 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-50) [70e4dbfb] MultipleActionsRunner of type MigrateVmToServer invoked with no actions 2012-11-08 11:09:57,264 INFO [org.ovirt.engine.core.bll.HandleVdsCpuFlagsOrClusterChangedCommand] (QuartzScheduler_Worker-80) [369de8e3] Running command: HandleVdsCpuFlagsOrClusterChangedCommand internal: true. Entities affected : ID: 777fc4cc-297e-11e2-8f27-001a4a1697ca Type: VDS 2012-11-08 11:09:57,290 INFO [org.ovirt.engine.core.bll.HandleVdsVersionCommand] (QuartzScheduler_Worker-80) [787dbcb8] Running command: HandleVdsVersionCommand internal: true. Entities affected : ID: 777fc4cc-297e-11e2-8f27-001a4a1697ca Type: VDS 2012-11-08 11:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts 2012-11-08 11:10:00,009 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering 0 hosts 2012-11-08 11:10:00,009 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts done 2012-11-08 11:10:00,009 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering storage domains is disabled, skipping 2012-11-08 11:10:44,031 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand] (ajp-/127.0.0.1:8702-2) [766d257] START, ValidateStorageServerConnectionVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: null, connection: wolf.qa.lab.tlv.rehat.com:/volumes/wolf/monique_0_nfs_2012110811554916837 , iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 1b97ff63 2012-11-08 11:10:44,060 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand] (ajp-/127.0.0.1:8702-2) [766d257] FINISH, ValidateStorageServerConnectionVDSCommand, return: {00000000-0000-0000-0000-000000000000=0}, log id: 1b97ff63 2012-11-08 11:10:44,088 INFO [org.ovirt.engine.core.bll.storage.AddStorageServerConnectionCommand] (ajp-/127.0.0.1:8702-2) [766d257] Running command: AddStorageServerConnectionCommand internal: false. Entities affected : ID: aaa00000-0000-0000-0000-123456789aaa Type: System 2012-11-08 11:10:44,119 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-2) [766d257] START, ConnectStorageServerVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: null, connection: wolf.qa.lab.tlv.rehat.com:/volumes/wolf/monique_0_nfs_2012110811554916837 , iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 612f53d4 2012-11-08 11:12:54,478 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-2) [766d257] FINISH, ConnectStorageServerVDSCommand, return: {00000000-0000-0000-0000-000000000000=100}, log id: 612f53d4 2012-11-08 11:12:54,482 ERROR [org.ovirt.engine.core.bll.storage.NFSStorageHelper] (ajp-/127.0.0.1:8702-2) [766d257] The connection with details wolf.qa.lab.tlv.rehat.com:/volumes/wolf/monique_0_nfs_2012110811554916837 failed because of error code 100 and error message is: general exception 2012-11-08 11:12:54,730 WARN [org.ovirt.engine.core.bll.storage.AddNFSStorageDomainCommand] (ajp-/127.0.0.1:8702-5) [5da6b416] CanDoAction of action AddNFSStorageDomain failed. Reasons:VAR__ACTION__ADD,VAR__TYPE__STORAGE__DOMAIN,ACTION_TYPE_FAILED_STORAGE_CONNECTION_NOT_EXIST 2012-11-08 11:12:55,149 INFO [org.ovirt.engine.core.bll.storage.RemoveStorageServerConnectionCommand] (ajp-/127.0.0.1:8702-4) [16b72660] Running command: RemoveStorageServerConnectionCommand internal: false. Entities affected : ID: aaa00000-0000-0000-0000-123456789aaa Type: System 2012-11-08 11:12:55,155 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DisconnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-4) [16b72660] START, DisconnectStorageServerVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: null, connection: wolf.qa.lab.tlv.rehat.com:/volumes/wolf/monique_0_nfs_2012110811554916837 , iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 335aac18 2012-11-08 11:12:58,384 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DisconnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-4) [16b72660] FINISH, DisconnectStorageServerVDSCommand, return: {00000000-0000-0000-0000-000000000000=477}, log id: 335aac18 2012-11-08 11:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-08 11:15:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-08 11:15:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-08 11:15:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-08 11:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts 2012-11-08 11:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering 0 hosts 2012-11-08 11:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts done 2012-11-08 11:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering storage domains is disabled, skipping 2012-11-08 11:24:12,629 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand] (ajp-/127.0.0.1:8702-6) [715328ac] START, ValidateStorageServerConnectionVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: null, connection: wolf.qa.lab.tlv.rehat.com:/volumes/wolf/monique_0_nfs_2012110811554916837, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 35adf2bf 2012-11-08 11:24:12,659 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand] (ajp-/127.0.0.1:8702-6) [715328ac] FINISH, ValidateStorageServerConnectionVDSCommand, return: {00000000-0000-0000-0000-000000000000=0}, log id: 35adf2bf 2012-11-08 11:24:12,683 INFO [org.ovirt.engine.core.bll.storage.AddStorageServerConnectionCommand] (ajp-/127.0.0.1:8702-6) [715328ac] Running command: AddStorageServerConnectionCommand internal: false. Entities affected : ID: aaa00000-0000-0000-0000-123456789aaa Type: System 2012-11-08 11:24:12,686 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-6) [715328ac] START, ConnectStorageServerVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: null, connection: wolf.qa.lab.tlv.rehat.com:/volumes/wolf/monique_0_nfs_2012110811554916837, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 1df17baf 2012-11-08 11:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-08 11:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-08 11:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-08 11:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-08 11:26:22,447 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-6) [715328ac] FINISH, ConnectStorageServerVDSCommand, return: {00000000-0000-0000-0000-000000000000=100}, log id: 1df17baf 2012-11-08 11:26:22,451 ERROR [org.ovirt.engine.core.bll.storage.NFSStorageHelper] (ajp-/127.0.0.1:8702-6) [715328ac] The connection with details wolf.qa.lab.tlv.rehat.com:/volumes/wolf/monique_0_nfs_2012110811554916837 failed because of error code 100 and error message is: general exception 2012-11-08 11:26:22,649 WARN [org.ovirt.engine.core.bll.storage.AddNFSStorageDomainCommand] (ajp-/127.0.0.1:8702-4) [609cbb90] CanDoAction of action AddNFSStorageDomain failed. Reasons:VAR__ACTION__ADD,VAR__TYPE__STORAGE__DOMAIN,ACTION_TYPE_FAILED_STORAGE_CONNECTION_NOT_EXIST 2012-11-08 11:26:22,880 INFO [org.ovirt.engine.core.bll.storage.RemoveStorageServerConnectionCommand] (ajp-/127.0.0.1:8702-8) [154726f3] Running command: RemoveStorageServerConnectionCommand internal: false. Entities affected : ID: aaa00000-0000-0000-0000-123456789aaa Type: System 2012-11-08 11:26:22,883 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DisconnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-8) [154726f3] START, DisconnectStorageServerVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: null, connection: wolf.qa.lab.tlv.rehat.com:/volumes/wolf/monique_0_nfs_2012110811554916837, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 58ee89b0 2012-11-08 11:26:26,151 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DisconnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-8) [154726f3] FINISH, DisconnectStorageServerVDSCommand, return: {00000000-0000-0000-0000-000000000000=477}, log id: 58ee89b0 2012-11-08 11:26:36,917 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand] (ajp-/127.0.0.1:8702-7) [71dd4f27] START, ValidateStorageServerConnectionVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: null, connection: wolf.qa.lab.tlv.redhat.com:/volumes/wolf/monique_0_nfs_2012110811554916837, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 12af4dc1 2012-11-08 11:26:36,939 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand] (ajp-/127.0.0.1:8702-7) [71dd4f27] FINISH, ValidateStorageServerConnectionVDSCommand, return: {00000000-0000-0000-0000-000000000000=0}, log id: 12af4dc1 2012-11-08 11:26:37,038 INFO [org.ovirt.engine.core.bll.storage.AddStorageServerConnectionCommand] (ajp-/127.0.0.1:8702-7) [71dd4f27] Running command: AddStorageServerConnectionCommand internal: false. Entities affected : ID: aaa00000-0000-0000-0000-123456789aaa Type: System 2012-11-08 11:26:37,040 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-7) [71dd4f27] START, ConnectStorageServerVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: null, connection: wolf.qa.lab.tlv.redhat.com:/volumes/wolf/monique_0_nfs_2012110811554916837, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 47b0a60b 2012-11-08 11:26:37,168 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-7) [71dd4f27] FINISH, ConnectStorageServerVDSCommand, return: {00000000-0000-0000-0000-000000000000=0}, log id: 47b0a60b 2012-11-08 11:26:37,319 INFO [org.ovirt.engine.core.bll.storage.AddNFSStorageDomainCommand] (ajp-/127.0.0.1:8702-8) [1e99808e] Running command: AddNFSStorageDomainCommand internal: false. Entities affected : ID: aaa00000-0000-0000-0000-123456789aaa Type: System 2012-11-08 11:26:37,376 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand] (ajp-/127.0.0.1:8702-8) [1e99808e] START, CreateStorageDomainVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storageDomain=org.ovirt.engine.core.common.businessentities.storage_domain_static@ba586df1, args=wolf.qa.lab.tlv.redhat.com:/volumes/wolf/monique_0_nfs_2012110811554916837), log id: 2de4a722 2012-11-08 11:26:41,105 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand] (ajp-/127.0.0.1:8702-8) [1e99808e] FINISH, CreateStorageDomainVDSCommand, log id: 2de4a722 2012-11-08 11:26:41,108 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.GetStorageDomainStatsVDSCommand] (ajp-/127.0.0.1:8702-8) [1e99808e] START, GetStorageDomainStatsVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storageDomainId=ae378bc4-b66a-4d28-a640-586afcd6e5b4), log id: 4b3a2b0c 2012-11-08 11:26:41,133 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.GetStorageDomainStatsVDSCommand] (ajp-/127.0.0.1:8702-8) [1e99808e] FINISH, GetStorageDomainStatsVDSCommand, return: org.ovirt.engine.core.common.businessentities.storage_domains@d3dfdb51, log id: 4b3a2b0c 2012-11-08 11:26:41,348 INFO [org.ovirt.engine.core.bll.storage.RemoveStorageServerConnectionCommand] (ajp-/127.0.0.1:8702-1) [6d9e5e63] Running command: RemoveStorageServerConnectionCommand internal: false. Entities affected : ID: aaa00000-0000-0000-0000-123456789aaa Type: System 2012-11-08 11:26:41,353 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DisconnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-1) [6d9e5e63] START, DisconnectStorageServerVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: null, connection: wolf.qa.lab.tlv.redhat.com:/volumes/wolf/monique_0_nfs_2012110811554916837, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 7528d256 2012-11-08 11:26:43,547 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DisconnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-1) [6d9e5e63] FINISH, DisconnectStorageServerVDSCommand, return: {00000000-0000-0000-0000-000000000000=0}, log id: 7528d256 2012-11-08 11:26:44,174 INFO [org.ovirt.engine.core.bll.storage.AttachStorageDomainToPoolCommand] (ajp-/127.0.0.1:8702-6) [76b911c3] Running command: AttachStorageDomainToPoolCommand internal: false. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 11:26:44,180 INFO [org.ovirt.engine.core.bll.storage.AddStoragePoolWithStoragesCommand] (ajp-/127.0.0.1:8702-6) [39284d38] Lock Acquired to object EngineLock [exclusiveLocks= key: 348f61b0-119a-4a45-8c79-42c5bd7c0f56 value: POOL , sharedLocks= ] 2012-11-08 11:26:44,193 INFO [org.ovirt.engine.core.bll.storage.AddStoragePoolWithStoragesCommand] (ajp-/127.0.0.1:8702-6) [39284d38] Running command: AddStoragePoolWithStoragesCommand internal: true. Entities affected : ID: 348f61b0-119a-4a45-8c79-42c5bd7c0f56 Type: StoragePool 2012-11-08 11:26:44,357 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand] (ajp-/127.0.0.1:8702-6) [193cb3bd] START, ValidateStorageServerConnectionVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: 5db44869-aa56-4290-a509-342217e0a9cc, connection: wolf.qa.lab.tlv.redhat.com:/volumes/wolf/monique_0_nfs_2012110811554916837, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 18827486 2012-11-08 11:26:44,379 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand] (ajp-/127.0.0.1:8702-6) [193cb3bd] FINISH, ValidateStorageServerConnectionVDSCommand, return: {5db44869-aa56-4290-a509-342217e0a9cc=0}, log id: 18827486 2012-11-08 11:26:44,379 INFO [org.ovirt.engine.core.bll.storage.ConnectStorageToVdsCommand] (ajp-/127.0.0.1:8702-6) [193cb3bd] Running command: ConnectStorageToVdsCommand internal: true. Entities affected : ID: aaa00000-0000-0000-0000-123456789aaa Type: System 2012-11-08 11:26:44,381 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-6) [193cb3bd] START, ConnectStorageServerVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: 5db44869-aa56-4290-a509-342217e0a9cc, connection: wolf.qa.lab.tlv.redhat.com:/volumes/wolf/monique_0_nfs_2012110811554916837, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: d615012 2012-11-08 11:26:44,464 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (ajp-/127.0.0.1:8702-6) [193cb3bd] FINISH, ConnectStorageServerVDSCommand, return: {5db44869-aa56-4290-a509-342217e0a9cc=0}, log id: d615012 2012-11-08 11:26:44,467 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStoragePoolVDSCommand] (ajp-/127.0.0.1:8702-6) [193cb3bd] START, CreateStoragePoolVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId=348f61b0-119a-4a45-8c79-42c5bd7c0f56, storageType=NFS, storagePoolName=DC-00, masterDomainId=ae378bc4-b66a-4d28-a640-586afcd6e5b4, domainsIdList=[ae378bc4-b66a-4d28-a640-586afcd6e5b4], masterVersion=1), log id: 1ea45c88 2012-11-08 11:27:09,675 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStoragePoolVDSCommand] (ajp-/127.0.0.1:8702-6) [193cb3bd] FINISH, CreateStoragePoolVDSCommand, log id: 1ea45c88 2012-11-08 11:27:09,693 INFO [org.ovirt.engine.core.bll.storage.AddStoragePoolWithStoragesCommand] (ajp-/127.0.0.1:8702-6) [193cb3bd] Lock freed to object EngineLock [exclusiveLocks= key: 348f61b0-119a-4a45-8c79-42c5bd7c0f56 value: POOL , sharedLocks= ] 2012-11-08 11:27:09,696 INFO [org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand] (ajp-/127.0.0.1:8702-6) [66d253fc] Lock Acquired to object EngineLock [exclusiveLocks= key: ae378bc4-b66a-4d28-a640-586afcd6e5b4 value: STORAGE , sharedLocks= ] 2012-11-08 11:27:09,710 INFO [org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand] (ajp-/127.0.0.1:8702-6) [66d253fc] Running command: ActivateStorageDomainCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 11:27:09,798 INFO [org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand] (ajp-/127.0.0.1:8702-6) [66d253fc] Lock freed to object EngineLock [exclusiveLocks= key: ae378bc4-b66a-4d28-a640-586afcd6e5b4 value: STORAGE , sharedLocks= ] 2012-11-08 11:27:09,798 INFO [org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand] (ajp-/127.0.0.1:8702-6) [66d253fc] ActivateStorage Domain. Before Connect all hosts to pool. Time:11/8/12 11:27 AM 2012-11-08 11:27:09,823 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand] (pool-4-thread-49) [1f92776d] START, ValidateStorageServerConnectionVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: 5db44869-aa56-4290-a509-342217e0a9cc, connection: wolf.qa.lab.tlv.redhat.com:/volumes/wolf/monique_0_nfs_2012110811554916837, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 52d15d8a 2012-11-08 11:27:09,844 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand] (pool-4-thread-49) [1f92776d] FINISH, ValidateStorageServerConnectionVDSCommand, return: {5db44869-aa56-4290-a509-342217e0a9cc=0}, log id: 52d15d8a 2012-11-08 11:27:09,844 INFO [org.ovirt.engine.core.bll.storage.ConnectStorageToVdsCommand] (pool-4-thread-49) [1f92776d] Running command: ConnectStorageToVdsCommand internal: true. Entities affected : ID: aaa00000-0000-0000-0000-123456789aaa Type: System 2012-11-08 11:27:09,846 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (pool-4-thread-49) [1f92776d] START, ConnectStorageServerVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 00000000-0000-0000-0000-000000000000, storageType = NFS, connectionList = [{ id: 5db44869-aa56-4290-a509-342217e0a9cc, connection: wolf.qa.lab.tlv.redhat.com:/volumes/wolf/monique_0_nfs_2012110811554916837, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 48af84cd 2012-11-08 11:27:09,873 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (pool-4-thread-49) [1f92776d] FINISH, ConnectStorageServerVDSCommand, return: {5db44869-aa56-4290-a509-342217e0a9cc=0}, log id: 48af84cd 2012-11-08 11:27:09,877 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.ActivateStorageDomainVDSCommand] (ajp-/127.0.0.1:8702-6) [66d253fc] START, ActivateStorageDomainVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4), log id: 7d07cceb 2012-11-08 11:27:09,889 INFO [org.ovirt.engine.core.bll.storage.SetStoragePoolStatusCommand] (ajp-/127.0.0.1:8702-6) [43314ca] Running command: SetStoragePoolStatusCommand internal: true. Entities affected : ID: 348f61b0-119a-4a45-8c79-42c5bd7c0f56 Type: StoragePool 2012-11-08 11:27:10,262 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] (ajp-/127.0.0.1:8702-6) [43314ca] hostFromVds::selectedVds - dhcp-1-217, spmStatus Unknown_Pool, storage pool DC-00 2012-11-08 11:27:10,316 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStoragePoolVDSCommand] (ajp-/127.0.0.1:8702-6) [43314ca] START, ConnectStoragePoolVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, vds_spm_id = 1, masterDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, masterVersion = 1), log id: 69a5eb52 2012-11-08 11:27:13,807 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStoragePoolVDSCommand] (ajp-/127.0.0.1:8702-6) [43314ca] FINISH, ConnectStoragePoolVDSCommand, log id: 69a5eb52 2012-11-08 11:27:13,830 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] (ajp-/127.0.0.1:8702-6) [43314ca] hostFromVds::Connected host to pool - selectedVds - dhcp-1-217, spmStatus Free, storage pool DC-00 2012-11-08 11:27:14,106 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] (ajp-/127.0.0.1:8702-6) [43314ca] starting spm on vds dhcp-1-217, storage pool DC-00, prevId -1, LVER -1 2012-11-08 11:27:14,109 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (ajp-/127.0.0.1:8702-6) [43314ca] START, SpmStartVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, prevId=-1, prevLVER=-1, storagePoolFormatType=V3, recoveryMode=Manual, SCSIFencing=false), log id: 2ffad72f 2012-11-08 11:27:14,135 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (ajp-/127.0.0.1:8702-6) [43314ca] spmStart polling started: taskId = ab685e98-804c-4480-aa24-68f444c05f25 2012-11-08 11:27:37,217 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (ajp-/127.0.0.1:8702-6) [43314ca] spmStart polling ended: taskId = ab685e98-804c-4480-aa24-68f444c05f25 task status = finished 2012-11-08 11:27:37,236 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (ajp-/127.0.0.1:8702-6) [43314ca] spmStart polling ended, spm status: SPM 2012-11-08 11:27:37,238 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (ajp-/127.0.0.1:8702-6) [43314ca] START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=ab685e98-804c-4480-aa24-68f444c05f25), log id: 63b7ff0f 2012-11-08 11:27:37,258 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (ajp-/127.0.0.1:8702-6) [43314ca] FINISH, HSMClearTaskVDSCommand, log id: 63b7ff0f 2012-11-08 11:27:37,258 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (ajp-/127.0.0.1:8702-6) [43314ca] FINISH, SpmStartVDSCommand, return: org.ovirt.engine.core.common.businessentities.SpmStatusResult@65675eb9, log id: 2ffad72f 2012-11-08 11:27:37,291 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] (ajp-/127.0.0.1:8702-6) [43314ca] Initialize Irs proxy from vds: 10.35.3.174 2012-11-08 11:27:37,353 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.ActivateStorageDomainVDSCommand] (ajp-/127.0.0.1:8702-6) [43314ca] FINISH, ActivateStorageDomainVDSCommand, log id: 7d07cceb 2012-11-08 11:27:37,353 INFO [org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand] (ajp-/127.0.0.1:8702-6) [43314ca] ActivateStorage Domain. After Connect all hosts to pool. Time:11/8/12 11:27 AM 2012-11-08 11:27:37,414 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStoragePoolVDSCommand] (pool-4-thread-48) [43314ca] START, ConnectStoragePoolVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, vds_spm_id = 1, masterDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, masterVersion = 1), log id: 6c69ef0b 2012-11-08 11:27:37,439 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStoragePoolVDSCommand] (pool-4-thread-48) [43314ca] FINISH, ConnectStoragePoolVDSCommand, log id: 6c69ef0b 2012-11-08 11:27:37,470 INFO [org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand] (ajp-/127.0.0.1:8702-6) [43314ca] ActivateStorage Domain. After change storage pool status in vds. Time:11/8/12 11:27 AM 2012-11-08 11:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts 2012-11-08 11:30:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering 0 hosts 2012-11-08 11:30:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts done 2012-11-08 11:30:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering storage domains is disabled, skipping 2012-11-08 11:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts 2012-11-08 11:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering 0 hosts 2012-11-08 11:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts done 2012-11-08 11:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering storage domains is disabled, skipping 2012-11-08 11:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts 2012-11-08 11:40:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering 0 hosts 2012-11-08 11:40:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts done 2012-11-08 11:40:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering storage domains is disabled, skipping 2012-11-08 11:41:47,576 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:47,791 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:47,791 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:47,866 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:48,854 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [73af9027] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:48,960 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:49,142 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:49,143 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:49,186 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:49,209 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [33a78f74] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:49,306 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:49,384 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:49,385 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:49,433 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:49,439 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [fd73112] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:49,528 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:49,640 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:49,640 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:49,698 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:49,707 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [376a3692] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:49,779 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:49,848 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:49,848 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:49,925 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:49,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [7d6a89f0] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:50,028 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:50,096 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:50,096 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:50,158 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:50,163 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [17e405d6] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:50,235 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:50,303 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:50,304 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:50,363 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:50,371 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [70dfdfed] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:50,447 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:50,527 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:50,528 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:50,568 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:50,583 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [a5a46a4] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:50,647 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:51,240 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:51,245 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:51,422 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:51,428 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [3acbf94a] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:51,497 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:51,598 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:51,599 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:51,708 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:51,714 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [1d2860c2] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:51,768 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:51,895 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:51,895 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:51,936 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:51,941 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [12250e44] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:51,999 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:52,085 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:52,086 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:52,166 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:52,174 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [10b83395] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:52,236 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:52,298 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:52,299 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:52,349 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:52,358 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [3abd18dc] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:52,804 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:52,881 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:52,881 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:53,085 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:53,129 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [35d33921] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:54,077 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:54,170 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:54,170 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:54,253 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:54,269 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [3cac43c0] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:54,616 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:54,675 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:54,676 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:54,725 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:55,099 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-1) [629ff221] Lock Acquired to object EngineLock [exclusiveLocks= key: payload-vm-for-test value: VM_NAME , sharedLocks= ] 2012-11-08 11:41:55,144 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [629ff221] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: f9d2de 2012-11-08 11:41:55,145 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [629ff221] FINISH, IsValidVDSCommand, return: true, log id: f9d2de 2012-11-08 11:41:55,219 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-1) [629ff221] Running command: AddVmFromScratchCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups 2012-11-08 11:41:55,221 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [629ff221] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 25813fb2 2012-11-08 11:41:55,222 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [629ff221] FINISH, IsValidVDSCommand, return: true, log id: 25813fb2 2012-11-08 11:41:55,306 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-1) [629ff221] Lock freed to object EngineLock [exclusiveLocks= key: payload-vm-for-test value: VM_NAME , sharedLocks= ] 2012-11-08 11:41:55,530 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [1543e2cc] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:55,594 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:55,672 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:55,672 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:55,733 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:55,758 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [618f6ffd] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:56,015 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:56,177 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:56,177 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:56,227 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:56,266 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2cdfc98f] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:56,385 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:56,441 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:56,442 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:56,505 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:56,522 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [7eebef91] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:56,583 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:56,661 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:56,662 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:56,788 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:56,815 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [16f510d3] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:57,132 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:57,227 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:57,227 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:57,340 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:57,357 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [720cf5f6] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:57,433 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:57,499 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:57,499 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:57,560 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:57,578 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [5ae5039f] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:57,639 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:57,703 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:57,703 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:57,747 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:57,756 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [6721bb46] Running command: LogoutUserCommand internal: false. 2012-11-08 11:41:58,030 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:41:58,730 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 11:41:58,730 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 11:41:59,351 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:41:59,734 INFO [org.ovirt.engine.core.bll.AddVmInterfaceCommand] (ajp-/127.0.0.1:8702-4) [1c00c659] Running command: AddVmInterfaceCommand internal: false. Entities affected : ID: 065825b2-3c93-4aca-ba67-917d2e213afd Type: VM 2012-11-08 11:41:59,735 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-4) [1c00c659] MacPoolManager::allocateNewMac entered 2012-11-08 11:41:59,735 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-4) [1c00c659] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:69 2012-11-08 11:41:59,841 INFO [org.ovirt.engine.core.bll.ActivateDeactivateVmNicCommand] (ajp-/127.0.0.1:8702-4) [6e0b2dae] Running command: ActivateDeactivateVmNicCommand internal: true. Entities affected : ID: 065825b2-3c93-4aca-ba67-917d2e213afd Type: VM 2012-11-08 11:42:00,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [531f148c] Running command: LogoutUserCommand internal: false. 2012-11-08 11:42:00,151 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:42:00,231 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 11:42:00,231 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 11:42:00,366 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:42:00,376 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [227a0997] Running command: LogoutUserCommand internal: false. 2012-11-08 11:42:00,443 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:42:00,527 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 11:42:00,527 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 11:42:00,575 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:42:00,682 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [6775a6] Running command: LogoutUserCommand internal: false. 2012-11-08 11:42:00,758 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:42:00,820 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 11:42:00,820 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 11:42:00,858 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:42:00,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [2655a6fe] Running command: LogoutUserCommand internal: false. 2012-11-08 11:42:00,963 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:42:01,064 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 11:42:01,065 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 11:42:01,120 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:42:01,129 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6d052338] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:00,673 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:00,721 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:00,721 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:00,773 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:00,779 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [3ec4464] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:00,861 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:00,974 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:00,975 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:01,086 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:01,091 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [48acd2f] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:01,146 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:01,204 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:01,204 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:01,280 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:01,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [36c8249f] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:01,354 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:01,423 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:01,423 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:01,527 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:01,536 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [31ae5467] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:01,633 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:01,737 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:01,738 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:01,792 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:01,799 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [213b8681] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:01,857 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:01,913 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:01,914 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:01,949 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:01,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [17355610] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:02,067 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:02,144 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:02,144 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:02,185 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:02,190 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [13b70bfa] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:02,258 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:02,312 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:02,312 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:02,440 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:02,447 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [1cf9fa32] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:02,564 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:02,675 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:02,675 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:02,725 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:02,729 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [4b1caae] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:02,785 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:02,860 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:02,860 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:03,090 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:03,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [79855b1b] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:03,488 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:03,588 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:03,588 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:03,717 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:03,731 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [1a61a29f] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:03,791 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:03,850 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:03,850 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:03,896 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:03,900 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [c7ab0d8] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:03,968 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:04,025 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:04,025 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:04,144 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:04,149 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [47b299f6] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:04,208 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:04,305 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:04,305 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:04,371 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:04,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [7a142b92] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:04,469 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:04,555 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:04,555 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:04,680 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:04,699 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [2487b4af] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:04,759 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:04,884 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:04,885 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:04,970 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:05,067 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-7) [440172d9] Lock Acquired to object EngineLock [exclusiveLocks= key: payload-vm-for-test value: VM_NAME , sharedLocks= ] 2012-11-08 11:43:05,086 WARN [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-7) [440172d9] CanDoAction of action AddVmFromScratch failed. Reasons:VAR__ACTION__ADD,VAR__TYPE__VM,ACTION_TYPE_FAILED_VM_ALREADY_EXIST 2012-11-08 11:43:05,086 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-7) [440172d9] Lock freed to object EngineLock [exclusiveLocks= key: payload-vm-for-test value: VM_NAME , sharedLocks= ] 2012-11-08 11:43:05,117 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-7) Operation Failed: [Cannot add VM. VM with the same name already exists.] 2012-11-08 11:43:05,128 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [3015dc71] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:05,427 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:05,522 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:05,523 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:05,679 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:05,702 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [41cfb2b7] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:05,950 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:06,041 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:06,042 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:06,073 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:06,098 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [5d2b77c0] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:06,173 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:06,275 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:06,275 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:06,318 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:06,351 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [477bd6e9] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:06,418 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:06,525 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:06,525 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:06,579 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:06,588 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [189a6c7a] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:06,853 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:06,917 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:06,917 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:06,953 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:07,414 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-1) [79f9b37a] Lock Acquired to object EngineLock [exclusiveLocks= key: 065825b2-3c93-4aca-ba67-917d2e213afd value: VM_DISK_BOOT , sharedLocks= key: 065825b2-3c93-4aca-ba67-917d2e213afd value: VM ] 2012-11-08 11:43:07,420 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [79f9b37a] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 64427a6d 2012-11-08 11:43:07,420 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [79f9b37a] FINISH, IsValidVDSCommand, return: true, log id: 64427a6d 2012-11-08 11:43:07,448 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-1) [79f9b37a] Running command: AddDiskCommand internal: false. Entities affected : ID: 065825b2-3c93-4aca-ba67-917d2e213afd Type: VM, ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 11:43:07,448 INFO [org.ovirt.engine.core.bll.ImagesHandler] (ajp-/127.0.0.1:8702-1) [79f9b37a] Disk alias retrieved from the client is null or empty, the suggested default disk alias to be used is payload-vm-for-test_Disk1 2012-11-08 11:43:07,589 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-1) [59b218c8] Running command: AddImageFromScratchCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 11:43:07,697 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-1) [59b218c8] Lock freed to object EngineLock [exclusiveLocks= key: 065825b2-3c93-4aca-ba67-917d2e213afd value: VM_DISK_BOOT , sharedLocks= key: 065825b2-3c93-4aca-ba67-917d2e213afd value: VM ] 2012-11-08 11:43:07,700 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-1) [59b218c8] START, CreateImageVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 0b587c03-a598-4ec0-a2f0-fd35a3f835b8, imageSizeInBytes = 3221225472, volumeFormat = RAW, newImageId = 96565b52-cc91-46fd-b941-0900202e416a, newImageDescription = ), log id: 7a71797c 2012-11-08 11:43:07,701 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-1) [59b218c8] -- CreateImageVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-08 11:43:07,701 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-1) [59b218c8] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=0b587c03-a598-4ec0-a2f0-fd35a3f835b8 size=3,221,225,472 bytes volFormat=RAW volType=Sparse volUUID=96565b52-cc91-46fd-b941-0900202e416a descr= srcImgGUID=00000000-0000-0000-0000-000000000000 srcVolUUID=00000000-0000-0000-0000-000000000000 2012-11-08 11:43:08,853 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-1) [59b218c8] FINISH, CreateImageVDSCommand, return: 96565b52-cc91-46fd-b941-0900202e416a, log id: 7a71797c 2012-11-08 11:43:08,891 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-1) [59b218c8] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 0b587c03-a598-4ec0-a2f0-fd35a3f835b8 2012-11-08 11:43:08,892 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-1) [59b218c8] EntityMultiAsyncTasks::AttachTask: Attaching task 8ae5e56a-42d9-4630-8f77-f238ac4a0d5b to entity 0b587c03-a598-4ec0-a2f0-fd35a3f835b8. 2012-11-08 11:43:08,898 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-1) [59b218c8] Adding task 8ae5e56a-42d9-4630-8f77-f238ac4a0d5b to DataBase 2012-11-08 11:43:08,961 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-1) [59b218c8] Adding task 8ae5e56a-42d9-4630-8f77-f238ac4a0d5b (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-08 11:43:09,062 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-1) [59b218c8] BaseAsyncTask::StartPollingTask: Starting to poll task 8ae5e56a-42d9-4630-8f77-f238ac4a0d5b. 2012-11-08 11:43:09,062 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-1) [59b218c8] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 0b587c03-a598-4ec0-a2f0-fd35a3f835b8 is AddDisk (determined by task 8ae5e56a-42d9-4630-8f77-f238ac4a0d5b) 2012-11-08 11:43:09,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [7e3bc67c] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:09,135 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:09,204 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:09,205 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:09,263 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:09,271 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [5f974f7f] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:09,373 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:09,491 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:09,492 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:09,584 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:09,595 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [6b253b32] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:17,859 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-58) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-08 11:43:17,884 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-58) SPMAsyncTask::PollTask: Polling task 8ae5e56a-42d9-4630-8f77-f238ac4a0d5b (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-08 11:43:17,978 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-58) BaseAsyncTask::OnTaskEndSuccess: Task 8ae5e56a-42d9-4630-8f77-f238ac4a0d5b (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-08 11:43:17,978 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-58) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 0b587c03-a598-4ec0-a2f0-fd35a3f835b8 has ended -> executing EndAction 2012-11-08 11:43:17,978 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-58) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 0b587c03-a598-4ec0-a2f0-fd35a3f835b8): calling EndAction for action type AddDisk. 2012-11-08 11:43:17,980 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddDisk, executionIndex: 0 2012-11-08 11:43:18,103 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (pool-4-thread-49) [79f9b37a] Ending command successfully: org.ovirt.engine.core.bll.AddDiskCommand 2012-11-08 11:43:18,104 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (pool-4-thread-49) [59b218c8] Ending command successfully: org.ovirt.engine.core.bll.AddImageFromScratchCommand 2012-11-08 11:43:18,113 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [59b218c8] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 0b587c03-a598-4ec0-a2f0-fd35a3f835b8, imageId = 96565b52-cc91-46fd-b941-0900202e416a), log id: 42808ab5 2012-11-08 11:43:18,183 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [59b218c8] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@22ac07af, log id: 42808ab5 2012-11-08 11:43:18,329 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: e6db703 2012-11-08 11:43:18,840 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) FINISH, UpdateVMVDSCommand, log id: e6db703 2012-11-08 11:43:18,899 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk completed, handling the result. 2012-11-08 11:43:18,899 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk succeeded, clearing tasks. 2012-11-08 11:43:18,926 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 8ae5e56a-42d9-4630-8f77-f238ac4a0d5b 2012-11-08 11:43:18,927 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 8ae5e56a-42d9-4630-8f77-f238ac4a0d5b), log id: 3eabba9d 2012-11-08 11:43:18,929 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=8ae5e56a-42d9-4630-8f77-f238ac4a0d5b), log id: 74ab6f1b 2012-11-08 11:43:19,110 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) FINISH, HSMClearTaskVDSCommand, log id: 74ab6f1b 2012-11-08 11:43:19,110 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) FINISH, SPMClearTaskVDSCommand, log id: 3eabba9d 2012-11-08 11:43:19,125 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) BaseAsyncTask::RemoveTaskFromDB: Removed task 8ae5e56a-42d9-4630-8f77-f238ac4a0d5b from DataBase 2012-11-08 11:43:19,125 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 0b587c03-a598-4ec0-a2f0-fd35a3f835b8 2012-11-08 11:43:19,693 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:19,763 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:19,763 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:19,795 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:19,803 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [77c0d7d3] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:19,868 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:19,931 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:19,931 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:19,966 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:19,986 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [efc652e] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:20,047 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:20,140 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:20,140 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:20,177 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:20,197 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [909a40d] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:20,271 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:20,322 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:20,322 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:20,443 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:20,452 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [4c59458e] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:20,509 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:20,562 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:20,562 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:20,622 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:20,647 WARN [org.ovirt.engine.core.bll.AddVmInterfaceCommand] (ajp-/127.0.0.1:8702-9) [785bae7a] CanDoAction of action AddVmInterface failed. Reasons:VAR__ACTION__ADD,VAR__TYPE__INTERFACE,NETWORK_INTERFACE_NAME_ALREADY_IN_USE 2012-11-08 11:43:20,648 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-9) Operation Failed: [Network interface is already in use.] 2012-11-08 11:43:20,650 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [72e70a93] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:20,698 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:20,783 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:20,784 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:21,253 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:21,262 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2bfff8ac] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:21,322 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:21,377 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:21,382 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:21,425 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:21,443 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [79c4cdcb] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:21,522 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:21,580 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:21,580 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:21,684 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:21,693 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [6311d854] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:21,789 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:21,890 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:21,890 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:21,945 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:21,962 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [42644894] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:22,069 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:22,130 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:22,130 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:22,200 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:22,487 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [584cc82b] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 768d930c 2012-11-08 11:43:22,489 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [584cc82b] FINISH, IsValidVDSCommand, return: true, log id: 768d930c 2012-11-08 11:43:22,543 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-2) [584cc82b] START, IsVmDuringInitiatingVDSCommand( vmId = 065825b2-3c93-4aca-ba67-917d2e213afd), log id: 1e69f397 2012-11-08 11:43:22,544 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-2) [584cc82b] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 1e69f397 2012-11-08 11:43:22,617 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-2) [584cc82b] Running command: RunVmOnceCommand internal: false. Entities affected : ID: 065825b2-3c93-4aca-ba67-917d2e213afd Type: VM 2012-11-08 11:43:22,638 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-2) [584cc82b] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=065825b2-3c93-4aca-ba67-917d2e213afd, vm=org.ovirt.engine.core.common.businessentities.VM@16434a82), log id: 1bf000e8 2012-11-08 11:43:22,648 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-2) [584cc82b] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=065825b2-3c93-4aca-ba67-917d2e213afd, vm=org.ovirt.engine.core.common.businessentities.VM@16434a82), log id: 47072c3e 2012-11-08 11:43:22,761 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-2) [584cc82b] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=065825b2-3c93-4aca-ba67-917d2e213afd,devices=[Ljava.util.Map;@1b6eb4fe,acpiEnable=true,vmName=payload-vm-for-test,cpuType=Penryn,custom={} 2012-11-08 11:43:22,762 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-2) [584cc82b] FINISH, CreateVDSCommand, log id: 47072c3e 2012-11-08 11:43:22,763 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-2) [584cc82b] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: payload-vm-for-test 2012-11-08 11:43:22,767 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-2) [584cc82b] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 1bf000e8 2012-11-08 11:43:22,833 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [743e879f] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:22,878 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 11:43:23,016 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 11:43:23,016 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 11:43:24,095 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 11:43:24,159 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [4f8a253a] Running command: LogoutUserCommand internal: false. 2012-11-08 11:43:28,225 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-68) VM payload-vm-for-test 065825b2-3c93-4aca-ba67-917d2e213afd moved from WaitForLaunch --> PoweringUp 2012-11-08 11:43:28,232 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-68) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[065825b2-3c93-4aca-ba67-917d2e213afd]), log id: 4f9b2a6d 2012-11-08 11:43:28,356 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-68) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@2b05fa16, log id: 4f9b2a6d 2012-11-08 11:44:23,181 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-15) VM payload-vm-for-test 065825b2-3c93-4aca-ba67-917d2e213afd moved from PoweringUp --> Up 2012-11-08 11:44:23,387 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-15) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@daff4764), log id: 3650fc93 2012-11-08 11:44:23,519 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-15) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 3650fc93 2012-11-08 11:44:47,810 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-32) Setting new tasks map. The map contains now 0 tasks 2012-11-08 11:44:47,810 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-32) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-08 11:44:47,814 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-32) Could not find vds that is spm and non-operational. 2012-11-08 11:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts 2012-11-08 11:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering 0 hosts 2012-11-08 11:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts done 2012-11-08 11:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering storage domains is disabled, skipping 2012-11-08 11:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts 2012-11-08 11:50:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering 0 hosts 2012-11-08 11:50:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts done 2012-11-08 11:50:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering storage domains is disabled, skipping 2012-11-08 11:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts 2012-11-08 11:55:00,105 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering 0 hosts 2012-11-08 11:55:00,105 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts done 2012-11-08 11:55:00,106 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering storage domains is disabled, skipping 2012-11-08 11:58:47,941 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-33) VM payload-vm-for-test 065825b2-3c93-4aca-ba67-917d2e213afd moved from Up --> RebootInProgress 2012-11-08 11:59:48,109 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-84) VM payload-vm-for-test 065825b2-3c93-4aca-ba67-917d2e213afd moved from RebootInProgress --> Up 2012-11-08 12:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts 2012-11-08 12:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering 0 hosts 2012-11-08 12:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts done 2012-11-08 12:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering storage domains is disabled, skipping 2012-11-08 12:00:02,468 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-96) VM payload-vm-for-test 065825b2-3c93-4aca-ba67-917d2e213afd moved from Up --> RebootInProgress 2012-11-08 12:00:04,629 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-97) VM payload-vm-for-test 065825b2-3c93-4aca-ba67-917d2e213afd moved from RebootInProgress --> Up 2012-11-08 12:00:25,389 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [2ff13672] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 065825b2-3c93-4aca-ba67-917d2e213afd Type: VM 2012-11-08 12:00:25,390 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [2ff13672] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop payload-vm-for-test). 2012-11-08 12:00:25,390 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [2ff13672] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop payload-vm-for-test. 2012-11-08 12:00:25,392 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [2ff13672] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=065825b2-3c93-4aca-ba67-917d2e213afd, force=false, secondsToWait=30, gracefully=true), log id: 3920b167 2012-11-08 12:00:25,396 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [2ff13672] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=065825b2-3c93-4aca-ba67-917d2e213afd, force=false, secondsToWait=30, gracefully=true), log id: 3a0b843e 2012-11-08 12:00:25,415 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [2ff13672] FINISH, DestroyVDSCommand, log id: 3a0b843e 2012-11-08 12:00:25,469 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [2ff13672] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 3920b167 2012-11-08 12:00:36,734 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [288cd8e0] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 065825b2-3c93-4aca-ba67-917d2e213afd Type: VM 2012-11-08 12:00:36,736 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [288cd8e0] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop payload-vm-for-test). 2012-11-08 12:00:36,736 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [288cd8e0] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop payload-vm-for-test, status is not up. Stopping instead. 2012-11-08 12:00:36,741 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-49) [cfba8ee] Running command: StopVmCommand internal: true. Entities affected : ID: 065825b2-3c93-4aca-ba67-917d2e213afd Type: VM 2012-11-08 12:00:36,743 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-49) [cfba8ee] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=065825b2-3c93-4aca-ba67-917d2e213afd, force=false, secondsToWait=0, gracefully=false), log id: 105b2a40 2012-11-08 12:00:36,746 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-49) [cfba8ee] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=065825b2-3c93-4aca-ba67-917d2e213afd, force=false, secondsToWait=0, gracefully=false), log id: 6b5b6509 2012-11-08 12:00:37,328 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-49) [cfba8ee] FINISH, DestroyVDSCommand, log id: 6b5b6509 2012-11-08 12:00:37,376 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-49) [cfba8ee] FINISH, DestroyVmVDSCommand, return: Down, log id: 105b2a40 2012-11-08 12:00:45,601 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-9) Lock Acquired to object EngineLock [exclusiveLocks= key: 065825b2-3c93-4aca-ba67-917d2e213afd value: VM , sharedLocks= ] 2012-11-08 12:00:45,606 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3710810 2012-11-08 12:00:45,606 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) FINISH, IsValidVDSCommand, return: true, log id: 3710810 2012-11-08 12:00:45,704 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) [3fccc74a] Running command: RemoveVmCommand internal: false. Entities affected : ID: 065825b2-3c93-4aca-ba67-917d2e213afd Type: VM 2012-11-08 12:00:45,708 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [3fccc74a] START, SetVmStatusVDSCommand( vmId = 065825b2-3c93-4aca-ba67-917d2e213afd, status = ImageLocked), log id: 46294013 2012-11-08 12:00:45,713 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [3fccc74a] FINISH, SetVmStatusVDSCommand, log id: 46294013 2012-11-08 12:00:45,734 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) [3fccc74a] Lock freed to object EngineLock [exclusiveLocks= key: 065825b2-3c93-4aca-ba67-917d2e213afd value: VM , sharedLocks= ] 2012-11-08 12:00:45,735 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-49) [3fccc74a] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 065825b2-3c93-4aca-ba67-917d2e213afd), log id: 37aaee74 2012-11-08 12:00:45,784 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-49) [3fccc74a] FINISH, RemoveVMVDSCommand, log id: 37aaee74 2012-11-08 12:00:45,789 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-49) [370d1e39] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 065825b2-3c93-4aca-ba67-917d2e213afd Type: VM 2012-11-08 12:00:45,801 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-49) [42793f43] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-08 12:00:45,822 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-49) [42793f43] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 0b587c03-a598-4ec0-a2f0-fd35a3f835b8, postZeros = false, forceDelete = false), log id: 60f2ee0f 2012-11-08 12:00:48,433 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-49) [42793f43] FINISH, DeleteImageGroupVDSCommand, log id: 60f2ee0f 2012-11-08 12:00:49,068 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) [42793f43] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 065825b2-3c93-4aca-ba67-917d2e213afd 2012-11-08 12:00:49,068 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [42793f43] EntityMultiAsyncTasks::AttachTask: Attaching task a9ad6839-7f71-42c9-b52e-a2630b5dfe63 to entity 065825b2-3c93-4aca-ba67-917d2e213afd. 2012-11-08 12:00:49,069 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-49) [42793f43] Adding task a9ad6839-7f71-42c9-b52e-a2630b5dfe63 to DataBase 2012-11-08 12:00:49,157 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-49) [42793f43] Adding task a9ad6839-7f71-42c9-b52e-a2630b5dfe63 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-08 12:00:49,443 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) [42793f43] BaseAsyncTask::StartPollingTask: Starting to poll task a9ad6839-7f71-42c9-b52e-a2630b5dfe63. 2012-11-08 12:00:49,443 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [42793f43] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 065825b2-3c93-4aca-ba67-917d2e213afd is RemoveVm (determined by task a9ad6839-7f71-42c9-b52e-a2630b5dfe63) 2012-11-08 12:00:58,017 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-44) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-08 12:00:58,040 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-44) SPMAsyncTask::PollTask: Polling task a9ad6839-7f71-42c9-b52e-a2630b5dfe63 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-08 12:00:58,058 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-44) BaseAsyncTask::OnTaskEndSuccess: Task a9ad6839-7f71-42c9-b52e-a2630b5dfe63 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-08 12:00:58,059 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-44) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 065825b2-3c93-4aca-ba67-917d2e213afd has ended -> executing EndAction 2012-11-08 12:00:58,059 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-44) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 065825b2-3c93-4aca-ba67-917d2e213afd): calling EndAction for action type RemoveVm. 2012-11-08 12:00:58,060 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-08 12:00:58,102 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-08 12:00:58,102 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock Acquired to object EngineLock [exclusiveLocks= key: 065825b2-3c93-4aca-ba67-917d2e213afd value: VM , sharedLocks= ] 2012-11-08 12:00:58,111 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-49) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:69) - entered 2012-11-08 12:00:58,119 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock freed to object EngineLock [exclusiveLocks= key: 065825b2-3c93-4aca-ba67-917d2e213afd value: VM , sharedLocks= ] 2012-11-08 12:00:58,208 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-08 12:00:58,208 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-08 12:00:58,393 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) SPMAsyncTask::ClearAsyncTask: Attempting to clear task a9ad6839-7f71-42c9-b52e-a2630b5dfe63 2012-11-08 12:00:58,393 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = a9ad6839-7f71-42c9-b52e-a2630b5dfe63), log id: 39236410 2012-11-08 12:00:58,395 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=a9ad6839-7f71-42c9-b52e-a2630b5dfe63), log id: 2040571 2012-11-08 12:00:59,003 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) FINISH, HSMClearTaskVDSCommand, log id: 2040571 2012-11-08 12:00:59,003 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) FINISH, SPMClearTaskVDSCommand, log id: 39236410 2012-11-08 12:00:59,178 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) BaseAsyncTask::RemoveTaskFromDB: Removed task a9ad6839-7f71-42c9-b52e-a2630b5dfe63 from DataBase 2012-11-08 12:00:59,178 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 065825b2-3c93-4aca-ba67-917d2e213afd 2012-11-08 12:01:32,683 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:32,786 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:32,786 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:33,218 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:33,223 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [18a29c08] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:34,325 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:34,485 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:34,485 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:34,577 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:34,582 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [24cb823f] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:34,655 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:34,711 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:34,712 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:34,808 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:34,812 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [1f86c915] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:34,883 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:34,940 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:34,940 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:34,995 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:35,007 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [61fec9b6] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:35,070 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:35,174 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:35,174 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:35,367 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:35,371 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [21d329a0] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:35,456 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:35,540 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:35,541 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:35,634 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:35,638 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1a425274] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:35,716 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:35,780 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:35,780 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:35,906 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:35,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [657c755f] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:35,965 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:36,050 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:36,050 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:36,085 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:36,094 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [7f363299] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:36,166 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:36,212 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:36,212 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:36,274 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:36,279 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6c365214] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:36,336 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:36,407 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:36,408 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:36,459 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:36,463 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [778503aa] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:36,514 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:36,558 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:36,559 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:36,624 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:36,628 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [629ca8a1] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:36,704 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:36,790 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:36,790 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:36,863 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:36,872 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [45e3e4c0] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:36,962 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:37,008 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:37,008 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:37,059 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:37,063 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6126261f] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:37,121 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:37,202 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:37,202 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:37,237 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:37,247 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [55553c0b] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:37,331 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:37,374 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:37,374 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:37,418 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:37,433 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [4b9fed15] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:37,488 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:37,609 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:37,609 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:37,680 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:37,799 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-11) [37ea8dc0] Lock Acquired to object EngineLock [exclusiveLocks= key: payload-vm-for-test value: VM_NAME , sharedLocks= ] 2012-11-08 12:01:37,857 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [37ea8dc0] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6550774d 2012-11-08 12:01:37,858 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [37ea8dc0] FINISH, IsValidVDSCommand, return: true, log id: 6550774d 2012-11-08 12:01:37,902 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-11) [37ea8dc0] Running command: AddVmFromScratchCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups 2012-11-08 12:01:37,903 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [37ea8dc0] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4be7c107 2012-11-08 12:01:37,904 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [37ea8dc0] FINISH, IsValidVDSCommand, return: true, log id: 4be7c107 2012-11-08 12:01:37,944 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-11) [37ea8dc0] Lock freed to object EngineLock [exclusiveLocks= key: payload-vm-for-test value: VM_NAME , sharedLocks= ] 2012-11-08 12:01:38,087 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [5967509e] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:38,146 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:38,917 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:38,917 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:39,049 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:39,068 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [7aecd5e1] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:39,136 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:39,193 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:39,193 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:39,327 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:39,356 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [254b2fd5] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:39,430 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:39,497 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:39,497 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:39,549 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:39,567 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7a99c221] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:39,619 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:39,669 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:39,670 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:39,738 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:39,762 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [3276acf3] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:39,820 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:39,865 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:39,865 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:39,905 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:39,909 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [16f3d98] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:39,984 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:40,062 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:40,063 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:40,096 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:40,159 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-9) [2629bd1d] Lock Acquired to object EngineLock [exclusiveLocks= key: 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 value: VM_DISK_BOOT , sharedLocks= key: 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 value: VM ] 2012-11-08 12:01:40,162 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [2629bd1d] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 609b2a7c 2012-11-08 12:01:40,163 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [2629bd1d] FINISH, IsValidVDSCommand, return: true, log id: 609b2a7c 2012-11-08 12:01:40,204 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-9) [2629bd1d] Running command: AddDiskCommand internal: false. Entities affected : ID: 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 Type: VM, ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 12:01:40,204 INFO [org.ovirt.engine.core.bll.ImagesHandler] (ajp-/127.0.0.1:8702-9) [2629bd1d] Disk alias retrieved from the client is null or empty, the suggested default disk alias to be used is payload-vm-for-test_Disk1 2012-11-08 12:01:40,357 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-9) [55b96889] Running command: AddImageFromScratchCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 12:01:40,378 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-9) [55b96889] Lock freed to object EngineLock [exclusiveLocks= key: 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 value: VM_DISK_BOOT , sharedLocks= key: 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 value: VM ] 2012-11-08 12:01:40,379 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-9) [55b96889] START, CreateImageVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = ae6cb130-715e-4e9a-8f8e-51ed0bd574a4, imageSizeInBytes = 3221225472, volumeFormat = RAW, newImageId = ff30b555-b147-4154-88ad-5cc440c451c1, newImageDescription = ), log id: 32b20088 2012-11-08 12:01:40,379 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-9) [55b96889] -- CreateImageVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-08 12:01:40,379 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-9) [55b96889] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=ae6cb130-715e-4e9a-8f8e-51ed0bd574a4 size=3,221,225,472 bytes volFormat=RAW volType=Sparse volUUID=ff30b555-b147-4154-88ad-5cc440c451c1 descr= srcImgGUID=00000000-0000-0000-0000-000000000000 srcVolUUID=00000000-0000-0000-0000-000000000000 2012-11-08 12:01:40,757 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-9) [55b96889] FINISH, CreateImageVDSCommand, return: ff30b555-b147-4154-88ad-5cc440c451c1, log id: 32b20088 2012-11-08 12:01:40,799 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-9) [55b96889] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity ae6cb130-715e-4e9a-8f8e-51ed0bd574a4 2012-11-08 12:01:40,799 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-9) [55b96889] EntityMultiAsyncTasks::AttachTask: Attaching task 97f66965-6044-4182-b406-cadf26e22d98 to entity ae6cb130-715e-4e9a-8f8e-51ed0bd574a4. 2012-11-08 12:01:40,801 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-9) [55b96889] Adding task 97f66965-6044-4182-b406-cadf26e22d98 to DataBase 2012-11-08 12:01:40,857 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-9) [55b96889] Adding task 97f66965-6044-4182-b406-cadf26e22d98 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-08 12:01:41,036 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-9) [55b96889] BaseAsyncTask::StartPollingTask: Starting to poll task 97f66965-6044-4182-b406-cadf26e22d98. 2012-11-08 12:01:41,036 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-9) [55b96889] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity ae6cb130-715e-4e9a-8f8e-51ed0bd574a4 is AddDisk (determined by task 97f66965-6044-4182-b406-cadf26e22d98) 2012-11-08 12:01:41,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [2302b9d4] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:41,125 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:41,170 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:41,170 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:41,234 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:41,241 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [62ca510e] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:41,314 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:41,374 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:41,374 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:41,438 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:41,446 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [4839bf55] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:48,062 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-83) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-08 12:01:48,097 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-83) SPMAsyncTask::PollTask: Polling task 97f66965-6044-4182-b406-cadf26e22d98 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-08 12:01:48,113 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-83) BaseAsyncTask::OnTaskEndSuccess: Task 97f66965-6044-4182-b406-cadf26e22d98 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-08 12:01:48,113 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-83) EntityAsyncTask::EndActionIfNecessary: All tasks of entity ae6cb130-715e-4e9a-8f8e-51ed0bd574a4 has ended -> executing EndAction 2012-11-08 12:01:48,113 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-83) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: ae6cb130-715e-4e9a-8f8e-51ed0bd574a4): calling EndAction for action type AddDisk. 2012-11-08 12:01:48,114 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddDisk, executionIndex: 0 2012-11-08 12:01:48,145 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (pool-4-thread-49) [2629bd1d] Ending command successfully: org.ovirt.engine.core.bll.AddDiskCommand 2012-11-08 12:01:48,146 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (pool-4-thread-49) [55b96889] Ending command successfully: org.ovirt.engine.core.bll.AddImageFromScratchCommand 2012-11-08 12:01:48,151 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [55b96889] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = ae6cb130-715e-4e9a-8f8e-51ed0bd574a4, imageId = ff30b555-b147-4154-88ad-5cc440c451c1), log id: 45921f1b 2012-11-08 12:01:48,210 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [55b96889] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@8b354703, log id: 45921f1b 2012-11-08 12:01:48,233 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 6c1ab2e5 2012-11-08 12:01:48,425 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) FINISH, UpdateVMVDSCommand, log id: 6c1ab2e5 2012-11-08 12:01:50,232 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk completed, handling the result. 2012-11-08 12:01:50,232 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk succeeded, clearing tasks. 2012-11-08 12:01:50,282 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 97f66965-6044-4182-b406-cadf26e22d98 2012-11-08 12:01:50,283 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 97f66965-6044-4182-b406-cadf26e22d98), log id: 2e76b12b 2012-11-08 12:01:50,284 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=97f66965-6044-4182-b406-cadf26e22d98), log id: 467d9596 2012-11-08 12:01:50,388 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) FINISH, HSMClearTaskVDSCommand, log id: 467d9596 2012-11-08 12:01:50,388 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) FINISH, SPMClearTaskVDSCommand, log id: 2e76b12b 2012-11-08 12:01:50,432 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) BaseAsyncTask::RemoveTaskFromDB: Removed task 97f66965-6044-4182-b406-cadf26e22d98 from DataBase 2012-11-08 12:01:50,433 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity ae6cb130-715e-4e9a-8f8e-51ed0bd574a4 2012-11-08 12:01:51,507 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:51,570 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:51,570 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:51,613 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:51,632 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [1fc1673] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:51,686 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:51,772 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:51,772 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:51,824 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:51,840 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [47122cd3] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:51,898 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:51,972 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:51,973 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:52,154 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:52,173 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [6edf8ac5] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:52,252 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:52,324 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:52,325 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:52,395 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:52,405 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [2cd6aeb6] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:52,465 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:52,521 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:52,521 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:52,560 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:52,583 INFO [org.ovirt.engine.core.bll.AddVmInterfaceCommand] (ajp-/127.0.0.1:8702-5) [1b0d16a5] Running command: AddVmInterfaceCommand internal: false. Entities affected : ID: 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 Type: VM 2012-11-08 12:01:52,584 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-5) [1b0d16a5] MacPoolManager::allocateNewMac entered 2012-11-08 12:01:52,585 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-5) [1b0d16a5] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:69 2012-11-08 12:01:52,644 INFO [org.ovirt.engine.core.bll.ActivateDeactivateVmNicCommand] (ajp-/127.0.0.1:8702-5) [338ac77f] Running command: ActivateDeactivateVmNicCommand internal: true. Entities affected : ID: 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 Type: VM 2012-11-08 12:01:52,844 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [e50dbba] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:52,888 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:52,985 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:52,985 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:54,547 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:54,556 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [43341cdb] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:55,020 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:55,202 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:55,202 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:55,285 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:55,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [4a206b86] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:55,362 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:55,424 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:55,424 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:55,474 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:55,490 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [75456f73] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:55,539 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:55,630 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:55,630 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:55,753 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:55,764 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [4a7ebbbc] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:55,862 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:55,906 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:55,906 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:55,977 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:55,994 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [3e8f2dc7] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:56,061 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:56,108 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:56,109 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:56,159 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:56,225 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [742626e9] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2eb8d55f 2012-11-08 12:01:56,227 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [742626e9] FINISH, IsValidVDSCommand, return: true, log id: 2eb8d55f 2012-11-08 12:01:56,404 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-1) [742626e9] START, IsVmDuringInitiatingVDSCommand( vmId = 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9), log id: 76755e54 2012-11-08 12:01:56,404 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-1) [742626e9] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 76755e54 2012-11-08 12:01:56,477 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-1) [742626e9] Running command: RunVmOnceCommand internal: false. Entities affected : ID: 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 Type: VM 2012-11-08 12:01:56,491 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-1) [742626e9] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9, vm=org.ovirt.engine.core.common.businessentities.VM@3c7b865b), log id: b0835b3 2012-11-08 12:01:56,493 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-1) [742626e9] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9, vm=org.ovirt.engine.core.common.businessentities.VM@3c7b865b), log id: 37152c94 2012-11-08 12:01:56,547 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-1) [742626e9] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9,devices=[Ljava.util.Map;@72135f8c,acpiEnable=true,vmName=payload-vm-for-test,cpuType=Penryn,custom={} 2012-11-08 12:01:56,548 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-1) [742626e9] FINISH, CreateVDSCommand, log id: 37152c94 2012-11-08 12:01:56,548 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-1) [742626e9] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: payload-vm-for-test 2012-11-08 12:01:56,550 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-1) [742626e9] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: b0835b3 2012-11-08 12:01:56,622 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [3b475ebf] Running command: LogoutUserCommand internal: false. 2012-11-08 12:01:56,713 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:01:56,876 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:01:56,877 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:01:57,039 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-94) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9]), log id: 12680bb9 2012-11-08 12:01:57,057 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-94) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@6cd9a81f, log id: 12680bb9 2012-11-08 12:01:57,069 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-94) Recieved a ich6 Device without an address when processing VM 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 devices, skipping device: {specParams={}, device=ich6, type=sound, deviceId=de6610c0-99eb-4701-90cd-2631f246648b} 2012-11-08 12:01:57,069 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-94) Recieved a qxl Device without an address when processing VM 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 devices, skipping device: {specParams={vram=65536}, device=qxl, type=video, deviceId=74e81c3f-2b35-4d35-bef9-2aea09318542} 2012-11-08 12:01:57,069 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-94) Recieved a bridge Device without an address when processing VM 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 devices, skipping device: {bootOrder=2, nicModel=pv, specParams={}, device=bridge, macAddr=00:1a:4a:23:61:69, type=interface, deviceId=20cf1305-0707-4e08-97a3-36424b2cab1f, filter=vdsm-no-mac-spoofing, network=rhevm} 2012-11-08 12:01:57,069 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-94) Recieved a memballoon Device without an address when processing VM 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 devices, skipping device: {specParams={model=virtio}, device=memballoon, type=balloon, deviceId=62f6d0eb-61c7-4920-b600-6970935ddb41} 2012-11-08 12:01:57,069 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-94) Recieved a cdrom Device without an address when processing VM 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 devices, skipping device: {shared=false, iface=ide, index=2, specParams={path=}, device=cdrom, path=, type=disk, readonly=true, deviceId=d28b092e-a907-4b65-aeb7-803ef6bd03c7} 2012-11-08 12:01:57,069 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-94) Recieved a disk Device without an address when processing VM 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 devices, skipping device: {shared=false, index=0, volumeID=ff30b555-b147-4154-88ad-5cc440c451c1, propagateErrors=off, format=raw, type=disk, truesize=512, reqsize=0, iface=ide, bootOrder=1, volumeChain=[Ljava.lang.Object;@1a2716f, imageID=ae6cb130-715e-4e9a-8f8e-51ed0bd574a4, domainID=ae378bc4-b66a-4d28-a640-586afcd6e5b4, specParams={}, optional=false, path=/rhev/data-center/348f61b0-119a-4a45-8c79-42c5bd7c0f56/ae378bc4-b66a-4d28-a640-586afcd6e5b4/images/ae6cb130-715e-4e9a-8f8e-51ed0bd574a4/ff30b555-b147-4154-88ad-5cc440c451c1, device=disk, poolID=348f61b0-119a-4a45-8c79-42c5bd7c0f56, readonly=false, deviceId=ae6cb130-715e-4e9a-8f8e-51ed0bd574a4, apparentsize=3221225472} 2012-11-08 12:01:57,082 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:01:57,670 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [4ddb5de8] Running command: LogoutUserCommand internal: false. 2012-11-08 12:02:01,876 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-97) VM payload-vm-for-test 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 moved from WaitForLaunch --> PoweringUp 2012-11-08 12:02:01,876 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-97) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9]), log id: 5bdd1354 2012-11-08 12:02:01,896 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-97) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@5cd9c68, log id: 5bdd1354 2012-11-08 12:02:07,793 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:02:07,873 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:02:07,873 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:02:09,227 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:02:09,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [1f21d0c7] Running command: LogoutUserCommand internal: false. 2012-11-08 12:02:17,829 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-13) Setting new tasks map. The map contains now 1 tasks 2012-11-08 12:02:19,488 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:02:19,545 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:02:19,548 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:02:19,630 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:02:19,647 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [10daa46d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:02:29,718 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:02:30,316 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:02:30,316 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:02:30,540 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:02:30,557 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [b08b1ff] Running command: LogoutUserCommand internal: false. 2012-11-08 12:02:40,712 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:02:40,794 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:02:40,794 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:02:41,089 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:02:41,106 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [20b30f41] Running command: LogoutUserCommand internal: false. 2012-11-08 12:02:51,201 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:02:51,239 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:02:51,240 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:02:51,287 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:02:51,304 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [6bb621b9] Running command: LogoutUserCommand internal: false. 2012-11-08 12:02:57,374 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-40) VM payload-vm-for-test 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 moved from PoweringUp --> Up 2012-11-08 12:02:57,390 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-40) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@df5c83ce), log id: 4783a86e 2012-11-08 12:02:57,398 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-40) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 4783a86e 2012-11-08 12:03:01,434 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:03:01,499 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:03:01,499 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:03:01,551 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:03:01,579 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [25444b91] Running command: LogoutUserCommand internal: false. 2012-11-08 12:03:11,650 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:03:11,693 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:03:11,700 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:03:11,791 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:03:11,807 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [45de5fd2] Running command: LogoutUserCommand internal: false. 2012-11-08 12:03:17,831 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-1) Setting new tasks map. The map contains now 0 tasks 2012-11-08 12:03:17,831 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-1) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-08 12:03:17,834 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-1) Could not find vds that is spm and non-operational. 2012-11-08 12:03:21,899 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:03:21,940 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:03:21,940 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:03:22,019 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:03:22,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [20d597db] Running command: LogoutUserCommand internal: false. 2012-11-08 12:03:32,104 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:03:32,167 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:03:32,168 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:03:32,227 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:03:32,243 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [41ad2c91] Running command: LogoutUserCommand internal: false. 2012-11-08 12:03:42,300 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:03:42,391 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:03:42,392 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:03:42,546 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:03:42,563 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [d7c47fd] Running command: LogoutUserCommand internal: false. 2012-11-08 12:03:52,675 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:03:53,075 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:03:53,075 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:03:53,374 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:03:53,391 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [40e9fdcd] Running command: LogoutUserCommand internal: false. 2012-11-08 12:04:03,890 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:04:03,944 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:04:03,944 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:04:04,103 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:04:04,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [4604fd1a] Running command: LogoutUserCommand internal: false. 2012-11-08 12:04:14,189 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:04:14,319 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:04:14,319 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:04:14,387 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:04:14,406 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [5b258034] Running command: LogoutUserCommand internal: false. 2012-11-08 12:04:24,487 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:04:25,117 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:04:25,118 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:04:25,352 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:04:25,370 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [7fd1b990] Running command: LogoutUserCommand internal: false. 2012-11-08 12:04:35,449 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:04:35,518 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:04:35,518 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:04:35,573 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:04:35,590 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [15e6de98] Running command: LogoutUserCommand internal: false. 2012-11-08 12:04:45,669 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:04:47,040 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:04:47,040 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:04:47,260 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:04:47,279 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [1b1035b] Running command: LogoutUserCommand internal: false. 2012-11-08 12:04:57,347 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:04:57,415 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:04:57,415 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:04:57,546 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:04:57,564 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [65367018] Running command: LogoutUserCommand internal: false. 2012-11-08 12:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Checking autorecoverable hosts 2012-11-08 12:05:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Autorecovering 0 hosts 2012-11-08 12:05:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Checking autorecoverable hosts done 2012-11-08 12:05:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Autorecovering storage domains is disabled, skipping 2012-11-08 12:05:07,648 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:05:07,706 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:05:07,707 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:05:07,820 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:05:07,837 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [28a26ec3] Running command: LogoutUserCommand internal: false. 2012-11-08 12:05:17,905 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:05:17,967 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:05:17,967 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:05:18,140 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:05:18,157 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [1e02a79b] Running command: LogoutUserCommand internal: false. 2012-11-08 12:05:28,244 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:05:28,847 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:05:28,848 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:05:28,967 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:05:28,985 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [477b2008] Running command: LogoutUserCommand internal: false. 2012-11-08 12:05:39,050 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:05:39,161 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:05:39,161 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:05:39,390 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:05:39,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [528aee8a] Running command: LogoutUserCommand internal: false. 2012-11-08 12:05:49,556 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:05:49,628 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:05:49,628 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:05:49,740 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:05:49,756 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [2f16fc93] Running command: LogoutUserCommand internal: false. 2012-11-08 12:05:59,833 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:06:00,156 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:06:00,156 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:06:00,360 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:06:00,377 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [1cd213bf] Running command: LogoutUserCommand internal: false. 2012-11-08 12:06:10,445 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:06:10,496 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:06:10,496 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:06:10,545 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:06:10,562 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [205c28e7] Running command: LogoutUserCommand internal: false. 2012-11-08 12:06:20,626 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:06:20,718 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:06:20,718 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:06:20,780 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:06:20,797 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [145d3923] Running command: LogoutUserCommand internal: false. 2012-11-08 12:06:30,867 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:06:30,932 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:06:30,932 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:06:30,995 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:06:31,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [11e77303] Running command: LogoutUserCommand internal: false. 2012-11-08 12:06:41,122 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:06:41,178 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:06:41,178 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:06:41,238 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:06:41,262 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [3ef24311] Running command: LogoutUserCommand internal: false. 2012-11-08 12:06:51,354 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:06:51,549 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:06:51,549 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:06:51,920 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:06:51,937 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2742d1f5] Running command: LogoutUserCommand internal: false. 2012-11-08 12:07:02,053 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:07:02,151 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:07:02,152 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:07:02,212 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:07:02,229 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [582ec245] Running command: LogoutUserCommand internal: false. 2012-11-08 12:07:08,439 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-52) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 12:07:08,451 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-52) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:07:12,306 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:07:12,390 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:07:12,390 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:07:12,475 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:07:12,494 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [3e23c74c] Running command: LogoutUserCommand internal: false. 2012-11-08 12:07:22,557 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:07:22,638 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:07:22,638 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:07:22,716 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:07:22,733 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [3dac9d2e] Running command: LogoutUserCommand internal: false. 2012-11-08 12:07:32,821 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:07:32,876 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:07:32,877 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:07:32,918 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:07:32,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [67b5c7c] Running command: LogoutUserCommand internal: false. 2012-11-08 12:07:43,013 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:07:43,076 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:07:43,077 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:07:43,144 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:07:43,162 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [4252b868] Running command: LogoutUserCommand internal: false. 2012-11-08 12:07:53,225 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:07:53,433 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:07:53,433 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:07:54,322 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:07:54,340 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [3c1c0749] Running command: LogoutUserCommand internal: false. 2012-11-08 12:08:04,450 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:08:04,511 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:08:04,512 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:08:04,603 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:08:04,620 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [b132183] Running command: LogoutUserCommand internal: false. 2012-11-08 12:08:14,691 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:08:14,740 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:08:14,740 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:08:14,791 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:08:14,809 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [2cb96bd4] Running command: LogoutUserCommand internal: false. 2012-11-08 12:08:24,876 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:08:24,983 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:08:24,983 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:08:25,019 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:08:25,043 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [8c2ef7a] Running command: LogoutUserCommand internal: false. 2012-11-08 12:08:35,121 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:08:35,164 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:08:35,164 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:08:35,220 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:08:35,246 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1fb056f3] Running command: LogoutUserCommand internal: false. 2012-11-08 12:08:45,310 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:08:45,896 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:08:45,896 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:08:46,272 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:08:46,289 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2d5795d7] Running command: LogoutUserCommand internal: false. 2012-11-08 12:08:56,671 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:08:56,728 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:08:56,729 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:08:56,831 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:08:56,941 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [2cf6d120] Running command: LogoutUserCommand internal: false. 2012-11-08 12:09:07,003 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:09:07,128 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:09:07,128 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:09:07,296 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:09:07,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [a76cd02] Running command: LogoutUserCommand internal: false. 2012-11-08 12:09:17,404 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:09:17,501 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:09:17,501 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:09:17,614 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:09:17,630 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [726d8cfd] Running command: LogoutUserCommand internal: false. 2012-11-08 12:09:27,747 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:09:27,818 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:09:27,819 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:09:28,122 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:09:28,138 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3bb0a46b] Running command: LogoutUserCommand internal: false. 2012-11-08 12:09:38,248 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:09:38,345 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:09:38,345 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:09:39,540 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:09:39,557 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [11783fb5] Running command: LogoutUserCommand internal: false. 2012-11-08 12:09:49,641 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:09:49,766 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:09:49,766 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:09:49,887 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:09:49,904 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [7f09d5c9] Running command: LogoutUserCommand internal: false. 2012-11-08 12:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts 2012-11-08 12:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering 0 hosts 2012-11-08 12:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts done 2012-11-08 12:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering storage domains is disabled, skipping 2012-11-08 12:10:00,056 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:10:00,232 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:10:00,232 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:10:00,318 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:10:00,335 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [65bc7cf6] Running command: LogoutUserCommand internal: false. 2012-11-08 12:10:10,476 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:10:10,571 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:10:10,572 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:10:10,706 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:10:10,727 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [518cf2bd] Running command: LogoutUserCommand internal: false. 2012-11-08 12:10:20,826 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:10:20,922 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:10:20,922 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:10:21,123 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:10:21,140 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [17cfa56] Running command: LogoutUserCommand internal: false. 2012-11-08 12:10:31,199 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:10:31,242 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:10:31,242 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:10:31,290 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:10:31,306 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [3efa05d2] Running command: LogoutUserCommand internal: false. 2012-11-08 12:10:41,408 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:10:41,466 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:10:41,466 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:10:41,518 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:10:41,535 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [503a0ca8] Running command: LogoutUserCommand internal: false. 2012-11-08 12:10:51,603 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:10:51,875 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:10:51,875 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:10:51,972 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:10:51,989 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [6d8119eb] Running command: LogoutUserCommand internal: false. 2012-11-08 12:11:02,091 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:11:02,136 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:11:02,137 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:11:02,211 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:11:02,227 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [60d6c9f2] Running command: LogoutUserCommand internal: false. 2012-11-08 12:11:12,315 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:11:12,376 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:11:12,376 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:11:12,402 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:11:12,419 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [6df18534] Running command: LogoutUserCommand internal: false. 2012-11-08 12:11:22,496 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:11:22,545 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:11:22,545 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:11:22,618 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:11:22,634 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [67bbbf1d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:11:32,703 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:11:32,772 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:11:32,773 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:11:32,863 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:11:32,880 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [5d333cff] Running command: LogoutUserCommand internal: false. 2012-11-08 12:11:42,938 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:11:42,978 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:11:42,978 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:11:43,062 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:11:43,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [603d9e61] Running command: LogoutUserCommand internal: false. 2012-11-08 12:11:53,151 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:11:53,220 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:11:53,220 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:11:53,312 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:11:53,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6b5386b] Running command: LogoutUserCommand internal: false. 2012-11-08 12:12:03,391 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:12:04,008 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:12:04,009 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:12:04,499 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:12:04,515 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [2a328963] Running command: LogoutUserCommand internal: false. 2012-11-08 12:12:14,605 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:12:14,652 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:12:14,652 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:12:14,736 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:12:14,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [712b8995] Running command: LogoutUserCommand internal: false. 2012-11-08 12:12:24,823 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:12:24,894 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:12:24,895 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:12:25,040 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:12:25,057 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1246b57e] Running command: LogoutUserCommand internal: false. 2012-11-08 12:12:35,124 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:12:35,206 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:12:35,206 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:12:35,406 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:12:35,423 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2c345292] Running command: LogoutUserCommand internal: false. 2012-11-08 12:12:45,484 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:12:45,530 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:12:45,530 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:12:45,583 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:12:45,601 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [2cbef5a8] Running command: LogoutUserCommand internal: false. 2012-11-08 12:12:55,665 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:12:55,777 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:12:55,778 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:12:55,905 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:12:55,923 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [70efc222] Running command: LogoutUserCommand internal: false. 2012-11-08 12:13:05,980 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:13:06,043 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:13:06,043 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:13:06,180 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:13:06,206 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [7d05a078] Running command: LogoutUserCommand internal: false. 2012-11-08 12:13:16,272 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:13:16,320 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:13:16,320 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:13:16,410 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:13:16,426 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [491d83a5] Running command: LogoutUserCommand internal: false. 2012-11-08 12:13:26,493 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:13:26,556 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:13:26,556 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:13:26,621 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:13:26,638 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [6e068342] Running command: LogoutUserCommand internal: false. 2012-11-08 12:13:36,708 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:13:36,751 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:13:36,751 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:13:36,883 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:13:36,905 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [3ef9d475] Running command: LogoutUserCommand internal: false. 2012-11-08 12:13:46,970 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:13:47,016 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:13:47,016 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:13:47,065 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:13:47,083 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [747b3486] Running command: LogoutUserCommand internal: false. 2012-11-08 12:13:57,148 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:13:57,188 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:13:57,189 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:13:57,238 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:13:57,254 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [6b4e3a7c] Running command: LogoutUserCommand internal: false. 2012-11-08 12:14:07,359 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:14:07,409 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:14:07,409 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:14:07,469 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:14:07,485 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [201e2124] Running command: LogoutUserCommand internal: false. 2012-11-08 12:14:17,568 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:14:17,661 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:14:17,663 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:14:17,753 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:14:17,769 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [1fa46db5] Running command: LogoutUserCommand internal: false. 2012-11-08 12:14:27,844 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:14:27,890 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:14:27,890 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:14:27,944 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:14:27,962 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [4f595b95] Running command: LogoutUserCommand internal: false. 2012-11-08 12:14:38,046 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:14:38,544 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:14:38,544 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:14:41,125 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:14:41,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [249b8dc0] Running command: LogoutUserCommand internal: false. 2012-11-08 12:14:51,268 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:14:51,389 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:14:51,389 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:14:51,541 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:14:51,558 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [1215294e] Running command: LogoutUserCommand internal: false. 2012-11-08 12:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts 2012-11-08 12:15:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering 0 hosts 2012-11-08 12:15:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts done 2012-11-08 12:15:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering storage domains is disabled, skipping 2012-11-08 12:15:01,703 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:15:01,753 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:15:01,753 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:15:01,989 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:15:02,009 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [2e6ef1c8] Running command: LogoutUserCommand internal: false. 2012-11-08 12:15:12,115 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:15:12,158 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:15:12,159 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:15:12,304 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:15:12,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [3069a2ba] Running command: LogoutUserCommand internal: false. 2012-11-08 12:15:22,389 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:15:22,434 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:15:22,434 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:15:22,488 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:15:22,506 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [2ab8c73e] Running command: LogoutUserCommand internal: false. 2012-11-08 12:15:32,571 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:15:32,635 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:15:32,636 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:15:32,728 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:15:32,745 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [5ce2a7c4] Running command: LogoutUserCommand internal: false. 2012-11-08 12:15:42,810 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:15:43,027 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:15:43,028 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:15:43,332 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:15:43,350 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [68cfc0df] Running command: LogoutUserCommand internal: false. 2012-11-08 12:15:53,445 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:15:53,913 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:15:53,913 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:15:54,392 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:15:54,409 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [6f0daece] Running command: LogoutUserCommand internal: false. 2012-11-08 12:16:04,607 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:16:04,647 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:16:04,648 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:16:04,697 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:16:04,713 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [3333fee2] Running command: LogoutUserCommand internal: false. 2012-11-08 12:16:14,769 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:16:14,876 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:16:14,876 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:16:15,071 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:16:15,087 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [47d45278] Running command: LogoutUserCommand internal: false. 2012-11-08 12:16:25,175 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:16:25,260 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:16:25,260 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:16:25,360 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:16:25,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [158d78c4] Running command: LogoutUserCommand internal: false. 2012-11-08 12:16:35,482 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:16:35,548 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:16:35,548 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:16:35,637 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:16:35,653 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [4fdf71f9] Running command: LogoutUserCommand internal: false. 2012-11-08 12:16:45,722 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:16:45,785 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:16:45,785 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:16:45,836 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:16:45,855 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [9a0765c] Running command: LogoutUserCommand internal: false. 2012-11-08 12:16:55,915 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:16:56,482 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:16:56,482 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:16:56,699 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:16:56,723 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [2a914f93] Running command: LogoutUserCommand internal: false. 2012-11-08 12:17:06,793 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:17:07,623 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:17:07,624 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:17:09,870 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:17:09,886 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [82ee0ff] Running command: LogoutUserCommand internal: false. 2012-11-08 12:17:19,990 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:17:20,090 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:17:20,091 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:17:20,159 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:17:20,176 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [4568b080] Running command: LogoutUserCommand internal: false. 2012-11-08 12:17:30,242 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:17:30,422 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:17:30,422 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:17:30,787 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:17:30,809 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [3e230204] Running command: LogoutUserCommand internal: false. 2012-11-08 12:17:40,967 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:17:41,224 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:17:41,224 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:17:41,324 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:17:41,341 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [3d42ce5] Running command: LogoutUserCommand internal: false. 2012-11-08 12:17:51,563 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:17:52,153 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:17:52,153 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:17:52,278 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:17:52,294 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [474352e5] Running command: LogoutUserCommand internal: false. 2012-11-08 12:18:02,360 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:18:02,427 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:18:02,427 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:18:02,488 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:18:02,504 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [5b361d4] Running command: LogoutUserCommand internal: false. 2012-11-08 12:18:12,571 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:18:12,630 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:18:12,630 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:18:12,675 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:18:12,693 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [43cc3d0b] Running command: LogoutUserCommand internal: false. 2012-11-08 12:18:22,755 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:18:22,802 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:18:22,803 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:18:22,858 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:18:22,875 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [7e23d84a] Running command: LogoutUserCommand internal: false. 2012-11-08 12:18:32,936 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:18:33,001 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:18:33,002 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:18:33,187 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:18:33,205 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [7dca6f5f] Running command: LogoutUserCommand internal: false. 2012-11-08 12:18:43,278 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:18:43,330 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:18:43,330 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:18:43,426 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:18:43,443 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [546ecefa] Running command: LogoutUserCommand internal: false. 2012-11-08 12:18:53,510 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:18:53,657 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:18:53,657 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:18:54,524 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:18:54,543 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [14615d2f] Running command: LogoutUserCommand internal: false. 2012-11-08 12:19:04,616 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:19:04,698 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:19:04,698 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:19:04,843 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:19:04,860 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [58d0dc42] Running command: LogoutUserCommand internal: false. 2012-11-08 12:19:14,934 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:19:15,078 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:19:15,078 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:19:15,190 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:19:15,206 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [4a9f4407] Running command: LogoutUserCommand internal: false. 2012-11-08 12:19:25,296 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:19:25,440 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:19:25,440 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:19:25,494 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:19:25,515 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [596aa7be] Running command: LogoutUserCommand internal: false. 2012-11-08 12:19:30,706 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-65) VM payload-vm-for-test 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 moved from Up --> RebootInProgress 2012-11-08 12:19:35,602 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:19:35,683 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:19:35,683 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:19:35,790 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:19:35,808 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [5ee34743] Running command: LogoutUserCommand internal: false. 2012-11-08 12:19:45,921 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:19:46,001 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:19:46,001 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:19:46,169 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:19:46,188 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [53b04367] Running command: LogoutUserCommand internal: false. 2012-11-08 12:19:50,277 INFO [org.ovirt.engine.core.bll.SetVmTicketCommand] (ajp-/127.0.0.1:8702-11) [fa3be3c] Running command: SetVmTicketCommand internal: false. Entities affected : ID: 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 Type: VM 2012-11-08 12:19:50,305 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (ajp-/127.0.0.1:8702-11) [fa3be3c] START, SetVmTicketVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9, ticket=1el+dIZoFBoZ, validTime=120,m userName=vdcadmin, userId=9b9002d1-ec33-4083-8a7b-31f6b8931648), log id: 60b86eee 2012-11-08 12:19:50,499 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (ajp-/127.0.0.1:8702-11) [fa3be3c] FINISH, SetVmTicketVDSCommand, log id: 60b86eee 2012-11-08 12:19:56,250 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:19:56,308 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:19:56,308 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:19:56,474 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:19:56,490 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2c28e08d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts 2012-11-08 12:20:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering 0 hosts 2012-11-08 12:20:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts done 2012-11-08 12:20:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering storage domains is disabled, skipping 2012-11-08 12:20:03,632 INFO [org.ovirt.engine.core.bll.SetVmTicketCommand] (ajp-/127.0.0.1:8702-11) [3c306e6] Running command: SetVmTicketCommand internal: false. Entities affected : ID: 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 Type: VM 2012-11-08 12:20:03,635 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (ajp-/127.0.0.1:8702-11) [3c306e6] START, SetVmTicketVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9, ticket=ieI9xbVcsZWf, validTime=120,m userName=vdcadmin, userId=9b9002d1-ec33-4083-8a7b-31f6b8931648), log id: 603da516 2012-11-08 12:20:03,848 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (ajp-/127.0.0.1:8702-11) [3c306e6] FINISH, SetVmTicketVDSCommand, log id: 603da516 2012-11-08 12:20:06,566 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:20:06,628 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:20:06,628 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:20:06,730 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:20:06,746 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [55cbfb8f] Running command: LogoutUserCommand internal: false. 2012-11-08 12:20:16,821 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:20:16,865 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:20:16,865 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:20:16,922 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:20:16,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [20e41f7] Running command: LogoutUserCommand internal: false. 2012-11-08 12:20:24,197 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-7) VM payload-vm-for-test 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 moved from RebootInProgress --> Up 2012-11-08 12:20:27,020 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:20:27,082 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:20:27,083 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:20:27,128 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:20:27,145 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [a613b3d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:20:37,208 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:20:37,346 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:20:37,347 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:20:38,010 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:20:38,038 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [5ceaab0a] Running command: LogoutUserCommand internal: false. 2012-11-08 12:20:48,123 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:20:48,269 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:20:48,269 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:20:48,363 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:20:48,380 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [64a79f0e] Running command: LogoutUserCommand internal: false. 2012-11-08 12:20:58,460 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:20:59,085 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:20:59,085 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:01,033 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:01,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [74609ef9] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:11,137 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:11,258 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:11,260 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:11,322 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:11,338 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7d05d67c] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:21,449 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:21,534 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:21,534 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:21,679 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:21,697 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [71d17804] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:31,788 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:32,175 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:32,176 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:32,218 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:32,236 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [2fa8c118] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:42,303 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:42,356 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:42,356 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:42,411 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:42,428 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [77b3ca8d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:42,506 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:42,631 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:42,632 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:42,668 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:42,685 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [3fa29ad3] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:42,764 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:42,805 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:42,805 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:42,851 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:42,955 INFO [org.ovirt.engine.core.bll.StopVmCommand] (ajp-/127.0.0.1:8702-3) [7fae0d8e] Running command: StopVmCommand internal: false. Entities affected : ID: 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 Type: VM 2012-11-08 12:21:42,958 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (ajp-/127.0.0.1:8702-3) [7fae0d8e] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9, force=false, secondsToWait=0, gracefully=false), log id: 62ad775 2012-11-08 12:21:42,961 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (ajp-/127.0.0.1:8702-3) [7fae0d8e] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9, force=false, secondsToWait=0, gracefully=false), log id: 1f35046e 2012-11-08 12:21:43,535 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (ajp-/127.0.0.1:8702-3) [7fae0d8e] FINISH, DestroyVDSCommand, log id: 1f35046e 2012-11-08 12:21:44,153 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (ajp-/127.0.0.1:8702-3) [7fae0d8e] FINISH, DestroyVmVDSCommand, return: Down, log id: 62ad775 2012-11-08 12:21:44,624 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [e79c4aa] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:44,940 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:44,998 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:44,998 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:45,323 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:45,371 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3c5799a2] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:45,494 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:45,538 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:45,538 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:45,587 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:45,592 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [7fe38fed] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:45,647 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:45,742 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:45,742 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:45,794 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:45,807 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [722fe72d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:45,869 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:45,943 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:45,943 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:46,053 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:46,057 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [371c3f03] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:46,115 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:46,172 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:46,172 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:46,252 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:46,255 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1ab95037] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:46,324 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:46,366 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:46,366 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:46,398 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:46,401 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [70e909a9] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:46,458 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:46,506 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:46,506 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:46,543 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:46,546 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [45535a30] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:46,604 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:46,654 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:46,656 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:46,694 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:46,697 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [6caf1f82] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:46,816 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:46,883 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:46,883 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:46,972 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:46,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [58c2288d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:47,067 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:47,151 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:47,151 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:47,183 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:47,186 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [5375a9cd] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:47,259 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:47,335 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:47,335 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:47,508 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:47,652 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6e63034d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:47,787 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:47,839 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:47,839 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:47,899 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:47,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [43db1682] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:47,980 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:48,027 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:48,028 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:48,067 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:48,385 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [27289555] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6eb70b25 2012-11-08 12:21:48,394 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [27289555] FINISH, IsValidVDSCommand, return: true, log id: 6eb70b25 2012-11-08 12:21:48,418 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-11) [27289555] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = ae6cb130-715e-4e9a-8f8e-51ed0bd574a4, imageId = ff30b555-b147-4154-88ad-5cc440c451c1), log id: 676af8bc 2012-11-08 12:21:48,511 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-11) [27289555] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@12d9303, log id: 676af8bc 2012-11-08 12:21:49,320 INFO [org.ovirt.engine.core.bll.AddVmTemplateCommand] (ajp-/127.0.0.1:8702-11) [27289555] Running command: AddVmTemplateCommand internal: false. Entities affected : ID: 348f61b0-119a-4a45-8c79-42c5bd7c0f56 Type: StoragePool 2012-11-08 12:21:49,324 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-11) [27289555] START, SetVmStatusVDSCommand( vmId = 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9, status = ImageLocked), log id: 2d73c4b1 2012-11-08 12:21:49,328 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-11) [27289555] FINISH, SetVmStatusVDSCommand, log id: 2d73c4b1 2012-11-08 12:21:49,622 INFO [org.ovirt.engine.core.bll.CreateImageTemplateCommand] (ajp-/127.0.0.1:8702-11) [68a9ba98] Running command: CreateImageTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 12:21:49,628 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-11) [68a9ba98] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = ae6cb130-715e-4e9a-8f8e-51ed0bd574a4, imageId = ff30b555-b147-4154-88ad-5cc440c451c1), log id: 743ad3fc 2012-11-08 12:21:49,702 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-11) [68a9ba98] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@12d9303, log id: 743ad3fc 2012-11-08 12:21:49,714 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (ajp-/127.0.0.1:8702-11) [68a9ba98] START, CopyImageVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = ae6cb130-715e-4e9a-8f8e-51ed0bd574a4, imageId = ff30b555-b147-4154-88ad-5cc440c451c1, dstImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, vmId = 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9, dstImageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, imageDescription = Active VM, dstStorageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, copyVolumeType = SharedVol, volumeFormat = RAW, preallocate = Sparse, postZero = false, force = false), log id: 6e03439a 2012-11-08 12:21:49,714 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (ajp-/127.0.0.1:8702-11) [68a9ba98] -- CopyImageVDSCommand::ExecuteIrsBrokerCommand: calling 'copyImage' with two new parameters: description and UUID 2012-11-08 12:21:49,714 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (ajp-/127.0.0.1:8702-11) [68a9ba98] -- copyImage parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 vmGUID=980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 srcImageGUID=ae6cb130-715e-4e9a-8f8e-51ed0bd574a4 srcVolUUID=ff30b555-b147-4154-88ad-5cc440c451c1 dstImageGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 dstVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 descr=Active VM 2012-11-08 12:21:51,097 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (ajp-/127.0.0.1:8702-11) [68a9ba98] FINISH, CopyImageVDSCommand, return: 00000000-0000-0000-0000-000000000000, log id: 6e03439a 2012-11-08 12:21:51,110 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-11) [68a9ba98] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 097a21fe-c02f-492d-af5a-6447b820f978 2012-11-08 12:21:51,110 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-11) [68a9ba98] EntityMultiAsyncTasks::AttachTask: Attaching task 5a0c229c-bf07-4bb6-99ef-2c07b87d345c to entity 097a21fe-c02f-492d-af5a-6447b820f978. 2012-11-08 12:21:51,110 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-11) [68a9ba98] Adding task 5a0c229c-bf07-4bb6-99ef-2c07b87d345c to DataBase 2012-11-08 12:21:51,180 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-11) [68a9ba98] Adding task 5a0c229c-bf07-4bb6-99ef-2c07b87d345c (Parent Command AddVmTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-08 12:21:51,351 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-11) [68a9ba98] BaseAsyncTask::StartPollingTask: Starting to poll task 5a0c229c-bf07-4bb6-99ef-2c07b87d345c. 2012-11-08 12:21:51,351 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-11) [68a9ba98] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 097a21fe-c02f-492d-af5a-6447b820f978 is AddVmTemplate (determined by task 5a0c229c-bf07-4bb6-99ef-2c07b87d345c) 2012-11-08 12:21:51,357 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [7db5019a] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:51,406 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:51,449 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:51,449 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:51,548 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:51,561 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6425c8f6] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:51,630 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:21:51,687 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:21:51,688 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:21:51,777 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:21:51,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [1f46b910] Running command: LogoutUserCommand internal: false. 2012-11-08 12:21:58,177 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-86) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-08 12:21:58,200 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-86) SPMAsyncTask::PollTask: Polling task 5a0c229c-bf07-4bb6-99ef-2c07b87d345c (Parent Command AddVmTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-08 12:21:58,200 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-86) Finished polling Tasks, will poll again in 10 seconds. 2012-11-08 12:22:01,851 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:22:01,941 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:22:01,941 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:22:02,195 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:22:02,200 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [270cfadb] Running command: LogoutUserCommand internal: false. 2012-11-08 12:22:12,294 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:22:12,385 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:22:12,385 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:22:12,445 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:22:12,451 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [7572a8e5] Running command: LogoutUserCommand internal: false. 2012-11-08 12:22:22,525 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:22:22,567 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:22:22,567 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:22:22,697 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:22:22,702 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [5c8d216e] Running command: LogoutUserCommand internal: false. 2012-11-08 12:22:32,793 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:22:32,871 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:22:32,871 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:22:32,912 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:22:32,917 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [78620e5e] Running command: LogoutUserCommand internal: false. 2012-11-08 12:22:42,969 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:22:43,011 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:22:43,011 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:22:43,156 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:22:43,180 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [6eabd053] Running command: LogoutUserCommand internal: false. 2012-11-08 12:22:53,233 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:22:53,319 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:22:53,319 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:22:53,352 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:22:53,357 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2453dbb6] Running command: LogoutUserCommand internal: false. 2012-11-08 12:23:03,419 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:23:03,577 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:23:03,577 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:23:04,129 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:23:04,135 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [4954ee24] Running command: LogoutUserCommand internal: false. 2012-11-08 12:23:14,403 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:23:14,442 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:23:14,442 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:23:14,676 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:23:14,682 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [469df6ec] Running command: LogoutUserCommand internal: false. 2012-11-08 12:23:24,796 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:23:25,031 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:23:25,031 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:23:25,462 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:23:25,473 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [3d48fd7e] Running command: LogoutUserCommand internal: false. 2012-11-08 12:23:35,543 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:23:35,702 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:23:35,702 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:23:35,823 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:23:35,828 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [66213a91] Running command: LogoutUserCommand internal: false. 2012-11-08 12:23:45,957 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:23:46,006 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:23:46,006 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:23:46,257 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:23:46,264 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [7286ea33] Running command: LogoutUserCommand internal: false. 2012-11-08 12:23:56,351 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:23:56,401 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:23:56,401 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:23:56,453 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:23:56,459 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [1e642936] Running command: LogoutUserCommand internal: false. 2012-11-08 12:24:06,563 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:24:06,633 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:24:06,633 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:24:06,675 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:24:06,680 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [143ca26b] Running command: LogoutUserCommand internal: false. 2012-11-08 12:24:16,743 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:24:16,799 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:24:16,799 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:24:16,930 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:24:16,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [5a545093] Running command: LogoutUserCommand internal: false. 2012-11-08 12:24:27,007 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:24:27,152 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:24:27,152 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:24:27,307 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:24:27,314 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [3dbfdde4] Running command: LogoutUserCommand internal: false. 2012-11-08 12:24:37,400 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:24:37,461 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:24:37,461 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:24:37,559 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:24:37,565 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [4c0dd288] Running command: LogoutUserCommand internal: false. 2012-11-08 12:24:42,568 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-21) SPMAsyncTask::PollTask: Polling task 5a0c229c-bf07-4bb6-99ef-2c07b87d345c (Parent Command AddVmTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-08 12:24:42,641 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-21) BaseAsyncTask::OnTaskEndSuccess: Task 5a0c229c-bf07-4bb6-99ef-2c07b87d345c (Parent Command AddVmTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-08 12:24:42,641 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-21) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 097a21fe-c02f-492d-af5a-6447b820f978 has ended -> executing EndAction 2012-11-08 12:24:42,641 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-21) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 097a21fe-c02f-492d-af5a-6447b820f978): calling EndAction for action type AddVmTemplate. 2012-11-08 12:24:42,642 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVmTemplate, executionIndex: 0 2012-11-08 12:24:42,660 INFO [org.ovirt.engine.core.bll.AddVmTemplateCommand] (pool-4-thread-48) [27289555] Ending command successfully: org.ovirt.engine.core.bll.AddVmTemplateCommand 2012-11-08 12:24:42,661 INFO [org.ovirt.engine.core.bll.CreateImageTemplateCommand] (pool-4-thread-48) [68a9ba98] Ending command successfully: org.ovirt.engine.core.bll.CreateImageTemplateCommand 2012-11-08 12:24:42,667 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [68a9ba98] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 6044b5c1 2012-11-08 12:24:42,706 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [68a9ba98] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 6044b5c1 2012-11-08 12:24:42,736 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 342a2e89 2012-11-08 12:24:42,952 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) FINISH, UpdateVMVDSCommand, log id: 342a2e89 2012-11-08 12:24:42,952 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) START, SetVmStatusVDSCommand( vmId = 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9, status = Down), log id: 27a36d55 2012-11-08 12:24:42,955 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) FINISH, SetVmStatusVDSCommand, log id: 27a36d55 2012-11-08 12:24:43,027 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVmTemplate completed, handling the result. 2012-11-08 12:24:43,027 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVmTemplate succeeded, clearing tasks. 2012-11-08 12:24:43,051 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 5a0c229c-bf07-4bb6-99ef-2c07b87d345c 2012-11-08 12:24:43,051 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 5a0c229c-bf07-4bb6-99ef-2c07b87d345c), log id: 446a2719 2012-11-08 12:24:43,053 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=5a0c229c-bf07-4bb6-99ef-2c07b87d345c), log id: 6416b12f 2012-11-08 12:24:43,264 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 6416b12f 2012-11-08 12:24:43,264 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 446a2719 2012-11-08 12:24:43,277 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task 5a0c229c-bf07-4bb6-99ef-2c07b87d345c from DataBase 2012-11-08 12:24:43,277 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 097a21fe-c02f-492d-af5a-6447b820f978 2012-11-08 12:24:47,675 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:24:47,950 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:24:47,950 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:24:48,058 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:24:48,064 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [9abd075] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts 2012-11-08 12:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering 0 hosts 2012-11-08 12:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts done 2012-11-08 12:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering storage domains is disabled, skipping 2012-11-08 12:25:22,567 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:22,695 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:22,695 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:22,796 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:22,799 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [6cdeca03] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:22,862 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:22,906 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:22,906 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:23,017 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:23,021 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [5c48e1af] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:23,384 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:23,492 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:23,492 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:24,891 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:24,895 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [19883e93] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:25,067 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:25,130 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:25,130 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:25,275 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:25,278 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [3191da02] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:25,344 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:25,415 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:25,416 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:25,494 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:25,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [16c5573d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:25,554 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:25,602 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:25,603 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:25,703 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:25,706 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [3ce53112] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:25,754 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:25,796 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:25,796 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:25,847 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:25,850 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [153fed6d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:25,905 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:25,981 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:25,981 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:26,061 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:26,065 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [10397e2b] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:26,136 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:26,188 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:26,188 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:26,302 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:26,305 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [ae2e8e5] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:26,398 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:26,456 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:26,456 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:26,515 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:26,518 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [1f7575e] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:26,577 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:26,621 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:26,621 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:26,672 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:26,675 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [32271411] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:26,734 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:26,813 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:26,814 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:27,040 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:27,043 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [762d0d0b] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:27,116 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:27,162 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:27,162 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:27,225 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:27,228 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [3e2c5ff7] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:27,615 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:27,664 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:27,664 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:28,074 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:28,105 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [be3b838] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:28,161 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:28,326 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:28,327 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:29,055 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:29,072 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [6e91cf1c] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:29,399 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:29,793 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:29,793 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:30,160 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:30,269 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-1) [765c8067] Lock Acquired to object EngineLock [exclusiveLocks= key: Migrations_VM-0 value: VM_NAME , sharedLocks= ] 2012-11-08 12:25:30,292 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [765c8067] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3c4b2307 2012-11-08 12:25:30,293 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [765c8067] FINISH, IsValidVDSCommand, return: true, log id: 3c4b2307 2012-11-08 12:25:30,338 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-1) [765c8067] Running command: AddVmFromScratchCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups 2012-11-08 12:25:30,339 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [765c8067] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7152a449 2012-11-08 12:25:30,340 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [765c8067] FINISH, IsValidVDSCommand, return: true, log id: 7152a449 2012-11-08 12:25:30,391 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-1) [765c8067] Lock freed to object EngineLock [exclusiveLocks= key: Migrations_VM-0 value: VM_NAME , sharedLocks= ] 2012-11-08 12:25:30,571 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [532f14c5] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:30,670 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:30,720 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:30,720 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:30,852 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:30,869 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [4962b98c] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:30,927 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:30,989 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:30,989 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:31,063 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:31,101 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [33bc4d29] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:31,157 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:31,212 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:31,213 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:31,403 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:31,420 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [519e71b3] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:31,468 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:31,507 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:31,507 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:31,558 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:31,576 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [467c01e7] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:31,621 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:31,664 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:31,664 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:31,718 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:31,724 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [4992d84] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:31,781 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:31,861 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:31,861 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:31,953 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:31,986 INFO [org.ovirt.engine.core.bll.AddVmInterfaceCommand] (ajp-/127.0.0.1:8702-2) [4fda8c3] Running command: AddVmInterfaceCommand internal: false. Entities affected : ID: cd23da26-806b-4b48-9a14-1af3318d1be9 Type: VM 2012-11-08 12:25:31,987 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-2) [4fda8c3] MacPoolManager::allocateNewMac entered 2012-11-08 12:25:31,987 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-2) [4fda8c3] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:68 2012-11-08 12:25:32,034 INFO [org.ovirt.engine.core.bll.ActivateDeactivateVmNicCommand] (ajp-/127.0.0.1:8702-2) [53e36995] Running command: ActivateDeactivateVmNicCommand internal: true. Entities affected : ID: cd23da26-806b-4b48-9a14-1af3318d1be9 Type: VM 2012-11-08 12:25:32,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [51b6d582] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:32,189 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:33,082 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:33,082 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:33,375 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:33,383 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [7bc8a35d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:33,442 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:33,489 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:33,489 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:34,169 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:34,393 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [801db74] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:34,533 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:34,583 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:34,583 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:34,618 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:34,636 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [593704c9] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:34,697 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:34,751 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:34,751 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:34,808 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:34,829 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [568ea351] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:34,881 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:34,927 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:34,927 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:35,067 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:35,070 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [2f116f6a] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:35,137 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:35,184 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:35,184 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:35,244 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:35,255 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [2fe17d77] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:35,313 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:35,360 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:35,360 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:35,584 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:35,603 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [61413285] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:35,730 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:35,786 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:35,787 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:35,985 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:36,086 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-4) [207d4ca4] Lock Acquired to object EngineLock [exclusiveLocks= key: Migrations_VM-1 value: VM_NAME , sharedLocks= ] 2012-11-08 12:25:36,103 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [207d4ca4] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 17bd1327 2012-11-08 12:25:36,104 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [207d4ca4] FINISH, IsValidVDSCommand, return: true, log id: 17bd1327 2012-11-08 12:25:36,135 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-4) [207d4ca4] Running command: AddVmFromScratchCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups 2012-11-08 12:25:36,136 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [207d4ca4] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 53209e18 2012-11-08 12:25:36,137 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [207d4ca4] FINISH, IsValidVDSCommand, return: true, log id: 53209e18 2012-11-08 12:25:36,176 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-4) [207d4ca4] Lock freed to object EngineLock [exclusiveLocks= key: Migrations_VM-1 value: VM_NAME , sharedLocks= ] 2012-11-08 12:25:36,296 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [45650b94] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:36,378 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:36,435 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:36,436 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:36,496 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:36,514 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [6c3058ee] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:36,573 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:36,623 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:36,623 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:36,653 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:36,704 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [5e99175f] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:36,758 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:36,800 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:36,800 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:36,852 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:36,871 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2f4e20a2] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:36,923 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:37,047 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:37,047 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:37,143 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:37,161 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [75c62855] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:37,259 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:37,294 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:37,294 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:37,368 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:37,374 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [719d3b01] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:37,425 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:37,472 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:37,472 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:37,564 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:37,582 INFO [org.ovirt.engine.core.bll.AddVmInterfaceCommand] (ajp-/127.0.0.1:8702-11) [4ad19f55] Running command: AddVmInterfaceCommand internal: false. Entities affected : ID: a4e23de4-2ac8-4009-b48e-82f7cd319c91 Type: VM 2012-11-08 12:25:37,582 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-11) [4ad19f55] MacPoolManager::allocateNewMac entered 2012-11-08 12:25:37,582 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-11) [4ad19f55] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:67 2012-11-08 12:25:37,660 INFO [org.ovirt.engine.core.bll.ActivateDeactivateVmNicCommand] (ajp-/127.0.0.1:8702-11) [6493227] Running command: ActivateDeactivateVmNicCommand internal: true. Entities affected : ID: a4e23de4-2ac8-4009-b48e-82f7cd319c91 Type: VM 2012-11-08 12:25:37,754 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [7ad91cd6] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:37,808 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:37,862 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:37,862 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:37,902 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:37,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [206749bd] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:38,084 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:38,182 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:38,182 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:38,238 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:38,273 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [3715aefc] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:38,325 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:38,545 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:38,546 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:39,391 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:39,412 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [1b065182] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:39,662 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:39,812 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:39,812 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:40,055 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:40,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [fdaa741] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:40,218 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:40,403 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:40,403 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:40,655 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:40,657 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [4867433d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:40,756 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:40,956 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:40,957 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:41,046 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:41,057 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [71f6ba38] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:41,140 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:41,260 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:41,260 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:41,381 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:41,408 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [1c6237a8] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:41,498 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:25:41,558 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:25:41,558 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:25:41,808 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:25:41,962 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-9) [722aff52] Lock Acquired to object EngineLock [exclusiveLocks= key: Migrations_VM-2 value: VM_NAME , sharedLocks= ] 2012-11-08 12:25:41,994 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [722aff52] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6667dc3e 2012-11-08 12:25:41,994 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [722aff52] FINISH, IsValidVDSCommand, return: true, log id: 6667dc3e 2012-11-08 12:25:42,062 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-9) [722aff52] Running command: AddVmFromScratchCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups 2012-11-08 12:25:42,063 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [722aff52] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6d98926c 2012-11-08 12:25:42,064 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [722aff52] FINISH, IsValidVDSCommand, return: true, log id: 6d98926c 2012-11-08 12:25:42,108 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-9) [722aff52] Lock freed to object EngineLock [exclusiveLocks= key: Migrations_VM-2 value: VM_NAME , sharedLocks= ] 2012-11-08 12:25:43,289 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [792fde93] Running command: LogoutUserCommand internal: false. 2012-11-08 12:25:47,850 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-78) Setting new tasks map. The map contains now 0 tasks 2012-11-08 12:25:47,850 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-78) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-08 12:25:47,853 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-78) Could not find vds that is spm and non-operational. 2012-11-08 12:26:51,625 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:51,690 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:51,690 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:51,839 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:51,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [77314f8d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:26:51,980 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:52,043 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:52,043 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:52,209 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:52,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [b142611] Running command: LogoutUserCommand internal: false. 2012-11-08 12:26:52,313 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:52,359 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:52,359 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:52,424 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:52,427 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [7cfc0342] Running command: LogoutUserCommand internal: false. 2012-11-08 12:26:52,478 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:52,521 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:52,521 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:52,572 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:52,575 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [62b4e909] Running command: LogoutUserCommand internal: false. 2012-11-08 12:26:52,631 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:52,711 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:52,711 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:52,796 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:52,799 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [256ed865] Running command: LogoutUserCommand internal: false. 2012-11-08 12:26:52,942 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:53,013 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:53,013 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:53,253 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:53,264 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [574aa16c] Running command: LogoutUserCommand internal: false. 2012-11-08 12:26:53,343 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:53,423 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:53,424 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:53,521 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:53,524 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [755aa83a] Running command: LogoutUserCommand internal: false. 2012-11-08 12:26:53,586 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:53,727 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:53,727 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:54,354 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-49) Start time: 11/8/12 12:26 PM. Start running CanDoAction for command number 1/3 (Command type: RemoveVm) 2012-11-08 12:26:54,354 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-48) Start time: 11/8/12 12:26 PM. Start running CanDoAction for command number 2/3 (Command type: RemoveVm) 2012-11-08 12:26:54,354 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-50) Start time: 11/8/12 12:26 PM. Start running CanDoAction for command number 3/3 (Command type: RemoveVm) 2012-11-08 12:26:54,358 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock Acquired to object EngineLock [exclusiveLocks= key: a4e23de4-2ac8-4009-b48e-82f7cd319c91 value: VM , sharedLocks= ] 2012-11-08 12:26:54,362 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Lock Acquired to object EngineLock [exclusiveLocks= key: ac820c8f-b2b7-414d-9929-a8d9c2dab1a6 value: VM , sharedLocks= ] 2012-11-08 12:26:54,362 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 521d33df 2012-11-08 12:26:54,363 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) Lock Acquired to object EngineLock [exclusiveLocks= key: cd23da26-806b-4b48-9a14-1af3318d1be9 value: VM , sharedLocks= ] 2012-11-08 12:26:54,364 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 521d33df 2012-11-08 12:26:54,367 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-49) End time: 11/8/12 12:26 PM. Finish handling CanDoAction for command number 1/3 (Command type: RemoveVm) 2012-11-08 12:26:54,368 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1447b2f4 2012-11-08 12:26:54,369 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 1447b2f4 2012-11-08 12:26:54,370 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 197a93b2 2012-11-08 12:26:54,370 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) FINISH, IsValidVDSCommand, return: true, log id: 197a93b2 2012-11-08 12:26:54,372 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-50) End time: 11/8/12 12:26 PM. Finish handling CanDoAction for command number 3/3 (Command type: RemoveVm) 2012-11-08 12:26:54,373 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-48) End time: 11/8/12 12:26 PM. Finish handling CanDoAction for command number 2/3 (Command type: RemoveVm) 2012-11-08 12:26:54,488 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:54,492 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [5bd1f2b6] Running command: LogoutUserCommand internal: false. 2012-11-08 12:26:54,648 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:54,666 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [40681172] Running command: RemoveVmCommand internal: false. Entities affected : ID: a4e23de4-2ac8-4009-b48e-82f7cd319c91 Type: VM 2012-11-08 12:26:54,668 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [40681172] START, SetVmStatusVDSCommand( vmId = a4e23de4-2ac8-4009-b48e-82f7cd319c91, status = ImageLocked), log id: 1881c596 2012-11-08 12:26:54,671 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [40681172] FINISH, SetVmStatusVDSCommand, log id: 1881c596 2012-11-08 12:26:54,741 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [40681172] Lock freed to object EngineLock [exclusiveLocks= key: a4e23de4-2ac8-4009-b48e-82f7cd319c91 value: VM , sharedLocks= ] 2012-11-08 12:26:54,741 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [40681172] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = a4e23de4-2ac8-4009-b48e-82f7cd319c91), log id: 74a1b144 2012-11-08 12:26:54,765 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [40681172] FINISH, RemoveVMVDSCommand, log id: 74a1b144 2012-11-08 12:26:54,768 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-48) [40681172] MacPoolManager::freeMac(mac = 00:1a:4a:23:61:67) - entered 2012-11-08 12:26:54,823 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:54,824 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:55,168 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:55,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [5942206] Running command: LogoutUserCommand internal: false. 2012-11-08 12:26:55,231 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:55,284 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:55,284 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:55,311 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [17bda0f2] Running command: RemoveVmCommand internal: false. Entities affected : ID: ac820c8f-b2b7-414d-9929-a8d9c2dab1a6 Type: VM 2012-11-08 12:26:55,312 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [17bda0f2] START, SetVmStatusVDSCommand( vmId = ac820c8f-b2b7-414d-9929-a8d9c2dab1a6, status = ImageLocked), log id: 780b32c6 2012-11-08 12:26:55,315 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [17bda0f2] FINISH, SetVmStatusVDSCommand, log id: 780b32c6 2012-11-08 12:26:55,391 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [17bda0f2] Lock freed to object EngineLock [exclusiveLocks= key: ac820c8f-b2b7-414d-9929-a8d9c2dab1a6 value: VM , sharedLocks= ] 2012-11-08 12:26:55,392 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [17bda0f2] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = ac820c8f-b2b7-414d-9929-a8d9c2dab1a6), log id: 70ac2fba 2012-11-08 12:26:55,400 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:55,413 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [2f16e5c6] Running command: LogoutUserCommand internal: false. 2012-11-08 12:26:55,423 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [17bda0f2] FINISH, RemoveVMVDSCommand, log id: 70ac2fba 2012-11-08 12:26:55,536 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:55,664 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:55,664 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:55,875 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:55,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [210fa47] Running command: LogoutUserCommand internal: false. 2012-11-08 12:26:55,969 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:56,080 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [91df3a2] Running command: RemoveVmCommand internal: false. Entities affected : ID: cd23da26-806b-4b48-9a14-1af3318d1be9 Type: VM 2012-11-08 12:26:56,082 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [91df3a2] START, SetVmStatusVDSCommand( vmId = cd23da26-806b-4b48-9a14-1af3318d1be9, status = ImageLocked), log id: 21ececc 2012-11-08 12:26:56,084 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [91df3a2] FINISH, SetVmStatusVDSCommand, log id: 21ececc 2012-11-08 12:26:56,154 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:56,155 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:56,158 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [91df3a2] Lock freed to object EngineLock [exclusiveLocks= key: cd23da26-806b-4b48-9a14-1af3318d1be9 value: VM , sharedLocks= ] 2012-11-08 12:26:56,158 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [91df3a2] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = cd23da26-806b-4b48-9a14-1af3318d1be9), log id: 7c769386 2012-11-08 12:26:56,189 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:56,192 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [23f28462] Running command: LogoutUserCommand internal: false. 2012-11-08 12:26:56,467 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [91df3a2] FINISH, RemoveVMVDSCommand, log id: 7c769386 2012-11-08 12:26:56,470 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-48) [91df3a2] MacPoolManager::freeMac(mac = 00:1a:4a:23:61:68) - entered 2012-11-08 12:26:56,505 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:56,677 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:56,678 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:56,785 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:56,788 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [54257a79] Running command: LogoutUserCommand internal: false. 2012-11-08 12:26:56,888 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:57,092 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:57,092 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:57,281 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:57,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [144bf1d7] Running command: LogoutUserCommand internal: false. 2012-11-08 12:26:57,379 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:57,430 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:57,430 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:57,464 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:57,495 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [d2b8b1c] Running command: LogoutUserCommand internal: false. 2012-11-08 12:26:57,558 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:57,625 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:57,625 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:57,744 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:57,956 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-10) [560f1ba3] Lock Acquired to object EngineLock [exclusiveLocks= key: Migrations_VM-0 value: VM_NAME , sharedLocks= ] 2012-11-08 12:26:57,972 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [560f1ba3] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 45729c71 2012-11-08 12:26:57,973 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [560f1ba3] FINISH, IsValidVDSCommand, return: true, log id: 45729c71 2012-11-08 12:26:58,009 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-10) [560f1ba3] Running command: AddVmFromScratchCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups 2012-11-08 12:26:58,010 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [560f1ba3] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4b89eac9 2012-11-08 12:26:58,010 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [560f1ba3] FINISH, IsValidVDSCommand, return: true, log id: 4b89eac9 2012-11-08 12:26:58,033 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-10) [560f1ba3] Lock freed to object EngineLock [exclusiveLocks= key: Migrations_VM-0 value: VM_NAME , sharedLocks= ] 2012-11-08 12:26:58,546 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [4539f127] Running command: LogoutUserCommand internal: false. 2012-11-08 12:26:58,612 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:58,654 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:58,654 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:59,181 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:59,199 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [5b6bbcf3] Running command: LogoutUserCommand internal: false. 2012-11-08 12:26:59,265 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:59,429 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:59,429 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:59,467 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:59,506 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6752a534] Running command: LogoutUserCommand internal: false. 2012-11-08 12:26:59,554 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:59,637 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:59,637 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:59,688 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:59,705 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [9117c17] Running command: LogoutUserCommand internal: false. 2012-11-08 12:26:59,768 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:26:59,821 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:26:59,822 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:26:59,916 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:26:59,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [5ad8a8f1] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:00,011 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:00,074 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:00,074 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:00,234 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:00,241 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [49c403d2] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:00,317 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:00,389 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:00,389 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:00,477 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:00,503 INFO [org.ovirt.engine.core.bll.AddVmInterfaceCommand] (ajp-/127.0.0.1:8702-5) [2dd7316c] Running command: AddVmInterfaceCommand internal: false. Entities affected : ID: 7b9eaa96-4f75-4ff9-976d-3d78444e88e6 Type: VM 2012-11-08 12:27:00,503 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-5) [2dd7316c] MacPoolManager::allocateNewMac entered 2012-11-08 12:27:00,504 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-5) [2dd7316c] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:68 2012-11-08 12:27:00,547 INFO [org.ovirt.engine.core.bll.ActivateDeactivateVmNicCommand] (ajp-/127.0.0.1:8702-5) [48e136dd] Running command: ActivateDeactivateVmNicCommand internal: true. Entities affected : ID: 7b9eaa96-4f75-4ff9-976d-3d78444e88e6 Type: VM 2012-11-08 12:27:00,637 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [61a7466b] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:00,699 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:00,771 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:00,771 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:00,832 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:00,843 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [562496c1] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:00,892 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:01,002 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:01,002 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:01,065 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:01,105 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [798c8c44] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:01,165 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:01,267 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:01,267 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:01,810 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:01,828 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [46a01842] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:01,897 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:01,963 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:01,963 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:02,048 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:02,065 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [319b206d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:02,109 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:02,373 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:02,373 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:02,470 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:02,474 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6e3a938e] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:02,535 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:02,585 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:02,585 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:02,629 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:02,708 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-2) [285e12ac] Lock Acquired to object EngineLock [exclusiveLocks= key: 7b9eaa96-4f75-4ff9-976d-3d78444e88e6 value: VM_DISK_BOOT , sharedLocks= key: 7b9eaa96-4f75-4ff9-976d-3d78444e88e6 value: VM ] 2012-11-08 12:27:02,712 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [285e12ac] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 605a1afe 2012-11-08 12:27:02,713 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [285e12ac] FINISH, IsValidVDSCommand, return: true, log id: 605a1afe 2012-11-08 12:27:02,774 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-2) [285e12ac] Running command: AddDiskCommand internal: false. Entities affected : ID: 7b9eaa96-4f75-4ff9-976d-3d78444e88e6 Type: VM, ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 12:27:02,774 INFO [org.ovirt.engine.core.bll.ImagesHandler] (ajp-/127.0.0.1:8702-2) [285e12ac] Disk alias retrieved from the client is null or empty, the suggested default disk alias to be used is Migrations_VM-0_Disk1 2012-11-08 12:27:03,373 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-2) [67e5d03b] Running command: AddImageFromScratchCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 12:27:03,407 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-2) [67e5d03b] Lock freed to object EngineLock [exclusiveLocks= key: 7b9eaa96-4f75-4ff9-976d-3d78444e88e6 value: VM_DISK_BOOT , sharedLocks= key: 7b9eaa96-4f75-4ff9-976d-3d78444e88e6 value: VM ] 2012-11-08 12:27:03,408 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-2) [67e5d03b] START, CreateImageVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 19bce879-0fd0-465a-bf5a-dfd460215934, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = b92760fb-dbcc-4a96-b4a4-36045d74aa23, newImageDescription = ), log id: 20b7bbc0 2012-11-08 12:27:03,409 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-2) [67e5d03b] -- CreateImageVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-08 12:27:03,409 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-2) [67e5d03b] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=19bce879-0fd0-465a-bf5a-dfd460215934 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=b92760fb-dbcc-4a96-b4a4-36045d74aa23 descr= srcImgGUID=00000000-0000-0000-0000-000000000000 srcVolUUID=00000000-0000-0000-0000-000000000000 2012-11-08 12:27:05,106 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-2) [67e5d03b] FINISH, CreateImageVDSCommand, return: b92760fb-dbcc-4a96-b4a4-36045d74aa23, log id: 20b7bbc0 2012-11-08 12:27:05,140 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-2) [67e5d03b] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 19bce879-0fd0-465a-bf5a-dfd460215934 2012-11-08 12:27:05,140 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-2) [67e5d03b] EntityMultiAsyncTasks::AttachTask: Attaching task ec90f58d-49d8-42b0-9c3c-4f4010327ece to entity 19bce879-0fd0-465a-bf5a-dfd460215934. 2012-11-08 12:27:05,142 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-2) [67e5d03b] Adding task ec90f58d-49d8-42b0-9c3c-4f4010327ece to DataBase 2012-11-08 12:27:05,171 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-2) [67e5d03b] Adding task ec90f58d-49d8-42b0-9c3c-4f4010327ece (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-08 12:27:05,236 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-2) [67e5d03b] BaseAsyncTask::StartPollingTask: Starting to poll task ec90f58d-49d8-42b0-9c3c-4f4010327ece. 2012-11-08 12:27:05,236 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-2) [67e5d03b] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 19bce879-0fd0-465a-bf5a-dfd460215934 is AddDisk (determined by task ec90f58d-49d8-42b0-9c3c-4f4010327ece) 2012-11-08 12:27:05,250 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [2a5b4d61] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:05,309 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:05,499 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:05,499 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:05,553 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:05,561 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [33dc0c16] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:05,648 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:05,794 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:05,794 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:05,894 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:05,904 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [64a8d549] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:12,646 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-47) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-08 12:27:12,669 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-47) SPMAsyncTask::PollTask: Polling task ec90f58d-49d8-42b0-9c3c-4f4010327ece (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-08 12:27:12,799 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-47) BaseAsyncTask::OnTaskEndSuccess: Task ec90f58d-49d8-42b0-9c3c-4f4010327ece (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-08 12:27:12,799 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-47) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 19bce879-0fd0-465a-bf5a-dfd460215934 has ended -> executing EndAction 2012-11-08 12:27:12,799 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-47) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 19bce879-0fd0-465a-bf5a-dfd460215934): calling EndAction for action type AddDisk. 2012-11-08 12:27:12,799 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddDisk, executionIndex: 0 2012-11-08 12:27:12,869 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (pool-4-thread-48) [285e12ac] Ending command successfully: org.ovirt.engine.core.bll.AddDiskCommand 2012-11-08 12:27:12,869 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (pool-4-thread-48) [67e5d03b] Ending command successfully: org.ovirt.engine.core.bll.AddImageFromScratchCommand 2012-11-08 12:27:12,876 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [67e5d03b] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 19bce879-0fd0-465a-bf5a-dfd460215934, imageId = b92760fb-dbcc-4a96-b4a4-36045d74aa23), log id: 59e60661 2012-11-08 12:27:13,398 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [67e5d03b] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@2af54329, log id: 59e60661 2012-11-08 12:27:13,415 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 1293a48b 2012-11-08 12:27:14,390 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) FINISH, UpdateVMVDSCommand, log id: 1293a48b 2012-11-08 12:27:14,676 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk completed, handling the result. 2012-11-08 12:27:14,676 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk succeeded, clearing tasks. 2012-11-08 12:27:14,695 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task ec90f58d-49d8-42b0-9c3c-4f4010327ece 2012-11-08 12:27:14,696 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = ec90f58d-49d8-42b0-9c3c-4f4010327ece), log id: 25b00542 2012-11-08 12:27:14,697 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=ec90f58d-49d8-42b0-9c3c-4f4010327ece), log id: 2c1305b2 2012-11-08 12:27:15,089 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 2c1305b2 2012-11-08 12:27:15,089 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 25b00542 2012-11-08 12:27:15,132 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task ec90f58d-49d8-42b0-9c3c-4f4010327ece from DataBase 2012-11-08 12:27:15,132 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 19bce879-0fd0-465a-bf5a-dfd460215934 2012-11-08 12:27:16,078 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:16,119 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:16,119 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:16,207 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:16,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [647ca] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:16,273 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:16,313 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:16,313 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:16,378 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:16,381 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [22335b96] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:16,440 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:16,484 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:16,484 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:16,532 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:16,547 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [1a4892c0] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:16,629 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:16,732 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:16,733 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:16,808 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:16,828 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2adedcdf] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:16,892 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:16,934 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:16,935 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:17,125 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:17,235 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-9) [d163083] Lock Acquired to object EngineLock [exclusiveLocks= key: Migrations_VM-1 value: VM_NAME , sharedLocks= ] 2012-11-08 12:27:17,251 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [d163083] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 83afd52 2012-11-08 12:27:17,252 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [d163083] FINISH, IsValidVDSCommand, return: true, log id: 83afd52 2012-11-08 12:27:17,290 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-9) [d163083] Running command: AddVmFromScratchCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups 2012-11-08 12:27:17,291 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [d163083] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 19a056e5 2012-11-08 12:27:17,291 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [d163083] FINISH, IsValidVDSCommand, return: true, log id: 19a056e5 2012-11-08 12:27:17,310 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-9) [d163083] Lock freed to object EngineLock [exclusiveLocks= key: Migrations_VM-1 value: VM_NAME , sharedLocks= ] 2012-11-08 12:27:17,471 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [2ad26ce] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:17,534 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:17,573 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:17,574 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:17,651 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:17,670 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [9af3a08] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:17,726 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:17,767 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:17,767 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:17,857 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:17,883 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [de512d0] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:17,981 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:18,036 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:18,036 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:18,225 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:18,244 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [6f8fa262] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:18,370 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:18,410 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:18,410 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:19,208 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:19,227 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [67156fb4] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:19,370 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:19,469 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:19,469 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:19,537 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:19,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [2ba68443] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:19,608 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:19,645 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:19,645 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:19,690 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:19,706 INFO [org.ovirt.engine.core.bll.AddVmInterfaceCommand] (ajp-/127.0.0.1:8702-4) [6265b685] Running command: AddVmInterfaceCommand internal: false. Entities affected : ID: f547310f-9ad6-4aca-a94f-6e2ce75f76c5 Type: VM 2012-11-08 12:27:19,707 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-4) [6265b685] MacPoolManager::allocateNewMac entered 2012-11-08 12:27:19,707 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-4) [6265b685] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:67 2012-11-08 12:27:19,744 INFO [org.ovirt.engine.core.bll.ActivateDeactivateVmNicCommand] (ajp-/127.0.0.1:8702-4) [44d321eb] Running command: ActivateDeactivateVmNicCommand internal: true. Entities affected : ID: f547310f-9ad6-4aca-a94f-6e2ce75f76c5 Type: VM 2012-11-08 12:27:19,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6efcb292] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:19,965 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:20,087 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:20,087 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:20,147 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:20,155 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [cba8127] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:20,218 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:20,256 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:20,257 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:20,325 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:20,368 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [441100d8] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:20,465 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:20,512 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:20,512 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:20,557 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:20,576 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [730e1ff] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:20,627 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:20,669 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:20,669 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:20,721 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:20,738 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [ff38a7f] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:20,798 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:20,845 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:20,845 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:20,924 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:20,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [76747a98] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:21,010 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:21,088 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:21,088 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:21,154 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:21,261 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-4) [3bc854c3] Lock Acquired to object EngineLock [exclusiveLocks= key: f547310f-9ad6-4aca-a94f-6e2ce75f76c5 value: VM_DISK_BOOT , sharedLocks= key: f547310f-9ad6-4aca-a94f-6e2ce75f76c5 value: VM ] 2012-11-08 12:27:21,265 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [3bc854c3] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7b9a7c6a 2012-11-08 12:27:21,266 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [3bc854c3] FINISH, IsValidVDSCommand, return: true, log id: 7b9a7c6a 2012-11-08 12:27:21,315 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-4) [3bc854c3] Running command: AddDiskCommand internal: false. Entities affected : ID: f547310f-9ad6-4aca-a94f-6e2ce75f76c5 Type: VM, ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 12:27:21,315 INFO [org.ovirt.engine.core.bll.ImagesHandler] (ajp-/127.0.0.1:8702-4) [3bc854c3] Disk alias retrieved from the client is null or empty, the suggested default disk alias to be used is Migrations_VM-1_Disk1 2012-11-08 12:27:21,533 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-4) [29ad45a2] Running command: AddImageFromScratchCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 12:27:21,565 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-4) [29ad45a2] Lock freed to object EngineLock [exclusiveLocks= key: f547310f-9ad6-4aca-a94f-6e2ce75f76c5 value: VM_DISK_BOOT , sharedLocks= key: f547310f-9ad6-4aca-a94f-6e2ce75f76c5 value: VM ] 2012-11-08 12:27:21,566 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-4) [29ad45a2] START, CreateImageVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 30ef9bc6-6eb7-4938-bf04-b65cafe0ee50, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 54211a34-d08b-4422-b5dc-1e42e5e0b0cb, newImageDescription = ), log id: 1b8cb939 2012-11-08 12:27:21,567 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-4) [29ad45a2] -- CreateImageVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-08 12:27:21,567 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-4) [29ad45a2] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=30ef9bc6-6eb7-4938-bf04-b65cafe0ee50 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=54211a34-d08b-4422-b5dc-1e42e5e0b0cb descr= srcImgGUID=00000000-0000-0000-0000-000000000000 srcVolUUID=00000000-0000-0000-0000-000000000000 2012-11-08 12:27:24,347 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-4) [29ad45a2] FINISH, CreateImageVDSCommand, return: 54211a34-d08b-4422-b5dc-1e42e5e0b0cb, log id: 1b8cb939 2012-11-08 12:27:24,382 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-4) [29ad45a2] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 30ef9bc6-6eb7-4938-bf04-b65cafe0ee50 2012-11-08 12:27:24,382 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-4) [29ad45a2] EntityMultiAsyncTasks::AttachTask: Attaching task f0578864-5266-4f1f-855b-ea3502048964 to entity 30ef9bc6-6eb7-4938-bf04-b65cafe0ee50. 2012-11-08 12:27:24,383 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-4) [29ad45a2] Adding task f0578864-5266-4f1f-855b-ea3502048964 to DataBase 2012-11-08 12:27:24,406 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-4) [29ad45a2] Adding task f0578864-5266-4f1f-855b-ea3502048964 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-08 12:27:24,555 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-4) [29ad45a2] BaseAsyncTask::StartPollingTask: Starting to poll task f0578864-5266-4f1f-855b-ea3502048964. 2012-11-08 12:27:24,555 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-4) [29ad45a2] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 30ef9bc6-6eb7-4938-bf04-b65cafe0ee50 is AddDisk (determined by task f0578864-5266-4f1f-855b-ea3502048964) 2012-11-08 12:27:24,561 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [416b445d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:24,628 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:24,667 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:24,668 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:24,716 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:24,724 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [33966600] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:24,780 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:24,856 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:24,856 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:24,914 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:24,920 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [3e3d48e5] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:32,799 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-65) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-08 12:27:32,822 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-65) SPMAsyncTask::PollTask: Polling task f0578864-5266-4f1f-855b-ea3502048964 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-08 12:27:32,888 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-65) BaseAsyncTask::OnTaskEndSuccess: Task f0578864-5266-4f1f-855b-ea3502048964 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-08 12:27:32,890 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-65) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 30ef9bc6-6eb7-4938-bf04-b65cafe0ee50 has ended -> executing EndAction 2012-11-08 12:27:32,890 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-65) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 30ef9bc6-6eb7-4938-bf04-b65cafe0ee50): calling EndAction for action type AddDisk. 2012-11-08 12:27:32,891 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddDisk, executionIndex: 0 2012-11-08 12:27:33,317 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (pool-4-thread-48) [3bc854c3] Ending command successfully: org.ovirt.engine.core.bll.AddDiskCommand 2012-11-08 12:27:33,317 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (pool-4-thread-48) [29ad45a2] Ending command successfully: org.ovirt.engine.core.bll.AddImageFromScratchCommand 2012-11-08 12:27:33,323 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [29ad45a2] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 30ef9bc6-6eb7-4938-bf04-b65cafe0ee50, imageId = 54211a34-d08b-4422-b5dc-1e42e5e0b0cb), log id: 64232faa 2012-11-08 12:27:33,660 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [29ad45a2] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@f836862d, log id: 64232faa 2012-11-08 12:27:33,679 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 69b912f9 2012-11-08 12:27:34,169 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) FINISH, UpdateVMVDSCommand, log id: 69b912f9 2012-11-08 12:27:34,274 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk completed, handling the result. 2012-11-08 12:27:34,274 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk succeeded, clearing tasks. 2012-11-08 12:27:34,285 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task f0578864-5266-4f1f-855b-ea3502048964 2012-11-08 12:27:34,286 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = f0578864-5266-4f1f-855b-ea3502048964), log id: 49f6f65c 2012-11-08 12:27:34,287 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=f0578864-5266-4f1f-855b-ea3502048964), log id: 5f0940f9 2012-11-08 12:27:34,801 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 5f0940f9 2012-11-08 12:27:34,801 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 49f6f65c 2012-11-08 12:27:34,840 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task f0578864-5266-4f1f-855b-ea3502048964 from DataBase 2012-11-08 12:27:34,841 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 30ef9bc6-6eb7-4938-bf04-b65cafe0ee50 2012-11-08 12:27:34,985 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:35,028 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:35,028 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:35,070 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:35,148 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [7e669fc2] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:35,197 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:35,321 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:35,321 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:35,378 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:35,381 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [619e39e7] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:35,426 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:35,513 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:35,513 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:35,564 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:35,576 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1580f319] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:35,627 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:35,735 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:35,735 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:35,811 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:35,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [2ae85fc2] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:35,908 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:35,994 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:35,994 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:36,240 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:36,292 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-10) [4fda2c5f] Lock Acquired to object EngineLock [exclusiveLocks= key: Migrations_VM-2 value: VM_NAME , sharedLocks= ] 2012-11-08 12:27:36,367 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [4fda2c5f] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 15946ac3 2012-11-08 12:27:36,368 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [4fda2c5f] FINISH, IsValidVDSCommand, return: true, log id: 15946ac3 2012-11-08 12:27:36,498 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-10) [4fda2c5f] Running command: AddVmFromScratchCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups 2012-11-08 12:27:36,499 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [4fda2c5f] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 59715638 2012-11-08 12:27:36,500 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [4fda2c5f] FINISH, IsValidVDSCommand, return: true, log id: 59715638 2012-11-08 12:27:36,618 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-10) [4fda2c5f] Lock freed to object EngineLock [exclusiveLocks= key: Migrations_VM-2 value: VM_NAME , sharedLocks= ] 2012-11-08 12:27:36,730 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [35f7ffeb] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:36,777 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:36,824 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:36,824 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:36,873 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:36,903 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [73517b4b] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:36,972 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:37,103 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:37,104 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:37,210 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:37,279 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [25255893] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:37,333 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:37,373 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:37,373 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:37,571 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:37,597 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [24bb0ad9] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:37,647 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:38,105 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:38,105 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:38,183 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:38,203 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [2cb46e24] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:38,304 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:39,050 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:39,050 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:39,527 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:39,538 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [77dd76ca] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:39,687 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:39,728 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:39,728 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:39,826 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:39,845 INFO [org.ovirt.engine.core.bll.AddVmInterfaceCommand] (ajp-/127.0.0.1:8702-1) [42847178] Running command: AddVmInterfaceCommand internal: false. Entities affected : ID: ea85ec12-560c-40fe-937f-1d8329bccbdb Type: VM 2012-11-08 12:27:39,846 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-1) [42847178] MacPoolManager::allocateNewMac entered 2012-11-08 12:27:39,846 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-1) [42847178] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:66 2012-11-08 12:27:39,920 INFO [org.ovirt.engine.core.bll.ActivateDeactivateVmNicCommand] (ajp-/127.0.0.1:8702-1) [333919c0] Running command: ActivateDeactivateVmNicCommand internal: true. Entities affected : ID: ea85ec12-560c-40fe-937f-1d8329bccbdb Type: VM 2012-11-08 12:27:40,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [1e00f40f] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:40,111 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:40,235 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:40,235 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:40,275 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:40,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [13320b07] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:40,380 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:40,418 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:40,418 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:40,493 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:40,541 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [15eb3b5a] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:40,596 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:40,681 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:40,681 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:40,869 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:40,890 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [53c0cfab] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:40,960 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:41,003 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:41,003 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:41,077 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:41,097 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [47cdef18] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:41,144 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:41,185 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:41,185 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:41,322 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:41,326 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [37bf22a8] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:41,376 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:41,445 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:41,445 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:41,505 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:41,648 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-11) [3e8a40c3] Lock Acquired to object EngineLock [exclusiveLocks= key: ea85ec12-560c-40fe-937f-1d8329bccbdb value: VM_DISK_BOOT , sharedLocks= key: ea85ec12-560c-40fe-937f-1d8329bccbdb value: VM ] 2012-11-08 12:27:41,652 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [3e8a40c3] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4d7c0f23 2012-11-08 12:27:41,653 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [3e8a40c3] FINISH, IsValidVDSCommand, return: true, log id: 4d7c0f23 2012-11-08 12:27:41,738 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-11) [3e8a40c3] Running command: AddDiskCommand internal: false. Entities affected : ID: ea85ec12-560c-40fe-937f-1d8329bccbdb Type: VM, ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 12:27:41,739 INFO [org.ovirt.engine.core.bll.ImagesHandler] (ajp-/127.0.0.1:8702-11) [3e8a40c3] Disk alias retrieved from the client is null or empty, the suggested default disk alias to be used is Migrations_VM-2_Disk1 2012-11-08 12:27:42,010 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-11) [60bd8af9] Running command: AddImageFromScratchCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 12:27:42,028 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-11) [60bd8af9] Lock freed to object EngineLock [exclusiveLocks= key: ea85ec12-560c-40fe-937f-1d8329bccbdb value: VM_DISK_BOOT , sharedLocks= key: ea85ec12-560c-40fe-937f-1d8329bccbdb value: VM ] 2012-11-08 12:27:42,029 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-11) [60bd8af9] START, CreateImageVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 6d3fd201-ffda-4f7d-aa67-3d1de22b4e6c, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = ce8b2842-636f-431a-b6f7-41dd6390f0de, newImageDescription = ), log id: 3f242350 2012-11-08 12:27:42,029 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-11) [60bd8af9] -- CreateImageVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-08 12:27:42,029 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-11) [60bd8af9] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=6d3fd201-ffda-4f7d-aa67-3d1de22b4e6c size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=ce8b2842-636f-431a-b6f7-41dd6390f0de descr= srcImgGUID=00000000-0000-0000-0000-000000000000 srcVolUUID=00000000-0000-0000-0000-000000000000 2012-11-08 12:27:42,754 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-11) [60bd8af9] FINISH, CreateImageVDSCommand, return: ce8b2842-636f-431a-b6f7-41dd6390f0de, log id: 3f242350 2012-11-08 12:27:42,763 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-11) [60bd8af9] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 6d3fd201-ffda-4f7d-aa67-3d1de22b4e6c 2012-11-08 12:27:42,763 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-11) [60bd8af9] EntityMultiAsyncTasks::AttachTask: Attaching task f3e32eb5-d1a3-4eb2-a9a4-2a7e014f8bb3 to entity 6d3fd201-ffda-4f7d-aa67-3d1de22b4e6c. 2012-11-08 12:27:42,765 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-11) [60bd8af9] Adding task f3e32eb5-d1a3-4eb2-a9a4-2a7e014f8bb3 to DataBase 2012-11-08 12:27:42,792 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-11) [60bd8af9] Adding task f3e32eb5-d1a3-4eb2-a9a4-2a7e014f8bb3 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-08 12:27:42,893 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-11) [60bd8af9] BaseAsyncTask::StartPollingTask: Starting to poll task f3e32eb5-d1a3-4eb2-a9a4-2a7e014f8bb3. 2012-11-08 12:27:42,893 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-11) [60bd8af9] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 6d3fd201-ffda-4f7d-aa67-3d1de22b4e6c is AddDisk (determined by task f3e32eb5-d1a3-4eb2-a9a4-2a7e014f8bb3) 2012-11-08 12:27:42,933 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [4dd99701] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:42,997 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:43,142 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:43,143 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:43,268 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:43,275 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [1741c0bb] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:43,370 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:43,430 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:43,430 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:43,551 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:43,558 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [6038d1d8] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:52,890 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-83) Polling and updating Async Tasks: 3 tasks, 1 tasks to poll now 2012-11-08 12:27:52,913 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-83) SPMAsyncTask::PollTask: Polling task f3e32eb5-d1a3-4eb2-a9a4-2a7e014f8bb3 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-08 12:27:52,929 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-83) BaseAsyncTask::OnTaskEndSuccess: Task f3e32eb5-d1a3-4eb2-a9a4-2a7e014f8bb3 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-08 12:27:52,930 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-83) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 6d3fd201-ffda-4f7d-aa67-3d1de22b4e6c has ended -> executing EndAction 2012-11-08 12:27:52,930 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-83) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 6d3fd201-ffda-4f7d-aa67-3d1de22b4e6c): calling EndAction for action type AddDisk. 2012-11-08 12:27:52,930 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddDisk, executionIndex: 0 2012-11-08 12:27:52,947 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (pool-4-thread-48) [3e8a40c3] Ending command successfully: org.ovirt.engine.core.bll.AddDiskCommand 2012-11-08 12:27:52,947 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (pool-4-thread-48) [60bd8af9] Ending command successfully: org.ovirt.engine.core.bll.AddImageFromScratchCommand 2012-11-08 12:27:52,953 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [60bd8af9] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 6d3fd201-ffda-4f7d-aa67-3d1de22b4e6c, imageId = ce8b2842-636f-431a-b6f7-41dd6390f0de), log id: 36548afc 2012-11-08 12:27:53,029 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [60bd8af9] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@59b5bc04, log id: 36548afc 2012-11-08 12:27:53,049 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 1c4a2c52 2012-11-08 12:27:53,203 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) FINISH, UpdateVMVDSCommand, log id: 1c4a2c52 2012-11-08 12:27:53,268 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk completed, handling the result. 2012-11-08 12:27:53,268 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk succeeded, clearing tasks. 2012-11-08 12:27:53,282 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task f3e32eb5-d1a3-4eb2-a9a4-2a7e014f8bb3 2012-11-08 12:27:53,282 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = f3e32eb5-d1a3-4eb2-a9a4-2a7e014f8bb3), log id: 1365567d 2012-11-08 12:27:53,283 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=f3e32eb5-d1a3-4eb2-a9a4-2a7e014f8bb3), log id: 6ff466d6 2012-11-08 12:27:53,519 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 6ff466d6 2012-11-08 12:27:53,519 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 1365567d 2012-11-08 12:27:53,543 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task f3e32eb5-d1a3-4eb2-a9a4-2a7e014f8bb3 from DataBase 2012-11-08 12:27:53,543 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 6d3fd201-ffda-4f7d-aa67-3d1de22b4e6c 2012-11-08 12:27:53,950 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:54,321 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:54,321 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:54,570 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:54,577 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [436e7f2d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:54,638 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:54,744 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:54,745 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:54,827 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:54,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [3dd981e1] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:54,908 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:54,968 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:54,969 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:55,097 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:55,109 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [42d92af0] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:55,219 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:55,299 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:55,299 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:55,333 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:55,356 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [1c414a] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:55,434 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:55,474 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:55,474 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:55,618 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:55,674 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-11) [9463f67] Lock Acquired to object EngineLock [exclusiveLocks= key: Migrations_VM-3 value: VM_NAME , sharedLocks= ] 2012-11-08 12:27:55,705 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [9463f67] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 789378f0 2012-11-08 12:27:55,706 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [9463f67] FINISH, IsValidVDSCommand, return: true, log id: 789378f0 2012-11-08 12:27:55,783 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-11) [9463f67] Running command: AddVmFromScratchCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups 2012-11-08 12:27:55,784 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [9463f67] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3b0f5efc 2012-11-08 12:27:55,785 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [9463f67] FINISH, IsValidVDSCommand, return: true, log id: 3b0f5efc 2012-11-08 12:27:55,881 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-11) [9463f67] Lock freed to object EngineLock [exclusiveLocks= key: Migrations_VM-3 value: VM_NAME , sharedLocks= ] 2012-11-08 12:27:56,104 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [52ceb7a8] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:56,620 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:56,946 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:56,947 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:57,024 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:57,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [aef5821] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:57,110 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:57,157 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:57,158 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:57,257 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:57,333 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [356e8641] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:57,405 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:57,503 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:57,503 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:57,603 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:57,626 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [1da5bb41] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:57,682 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:57,769 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:57,769 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:57,815 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:57,838 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [13bacde4] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:57,927 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:58,019 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:58,019 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:58,093 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:58,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [779223d4] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:58,171 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:58,209 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:58,209 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:58,269 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:58,298 INFO [org.ovirt.engine.core.bll.AddVmInterfaceCommand] (ajp-/127.0.0.1:8702-9) [33cd8736] Running command: AddVmInterfaceCommand internal: false. Entities affected : ID: 0feecf06-441f-4377-a4c9-d094734476c0 Type: VM 2012-11-08 12:27:58,299 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-9) [33cd8736] MacPoolManager::allocateNewMac entered 2012-11-08 12:27:58,299 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-9) [33cd8736] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:65 2012-11-08 12:27:58,427 INFO [org.ovirt.engine.core.bll.ActivateDeactivateVmNicCommand] (ajp-/127.0.0.1:8702-9) [1b4a72d3] Running command: ActivateDeactivateVmNicCommand internal: true. Entities affected : ID: 0feecf06-441f-4377-a4c9-d094734476c0 Type: VM 2012-11-08 12:27:59,160 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [341914e2] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:59,320 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:59,390 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:59,390 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:59,445 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:59,453 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [7ab8225e] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:59,518 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:27:59,604 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:27:59,604 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:27:59,760 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:27:59,892 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [13649c8b] Running command: LogoutUserCommand internal: false. 2012-11-08 12:27:59,950 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:00,048 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:00,048 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:00,207 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:00,228 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [5ba65a63] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:00,370 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:00,414 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:00,414 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:00,476 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:00,506 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [37270a73] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:00,591 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:00,719 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:00,719 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:00,856 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:00,863 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [1e57a113] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:01,515 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:02,138 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:02,138 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:02,229 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:02,296 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-2) [221de408] Lock Acquired to object EngineLock [exclusiveLocks= key: 0feecf06-441f-4377-a4c9-d094734476c0 value: VM_DISK_BOOT , sharedLocks= key: 0feecf06-441f-4377-a4c9-d094734476c0 value: VM ] 2012-11-08 12:28:02,302 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [221de408] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2e256685 2012-11-08 12:28:02,303 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [221de408] FINISH, IsValidVDSCommand, return: true, log id: 2e256685 2012-11-08 12:28:02,367 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-2) [221de408] Running command: AddDiskCommand internal: false. Entities affected : ID: 0feecf06-441f-4377-a4c9-d094734476c0 Type: VM, ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 12:28:02,367 INFO [org.ovirt.engine.core.bll.ImagesHandler] (ajp-/127.0.0.1:8702-2) [221de408] Disk alias retrieved from the client is null or empty, the suggested default disk alias to be used is Migrations_VM-3_Disk1 2012-11-08 12:28:02,597 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-2) [50b46bc3] Running command: AddImageFromScratchCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 12:28:02,656 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-2) [50b46bc3] Lock freed to object EngineLock [exclusiveLocks= key: 0feecf06-441f-4377-a4c9-d094734476c0 value: VM_DISK_BOOT , sharedLocks= key: 0feecf06-441f-4377-a4c9-d094734476c0 value: VM ] 2012-11-08 12:28:02,658 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-2) [50b46bc3] START, CreateImageVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = fd2a3823-2f72-4ba2-9483-345d23b4f6f4, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = c70ac470-f1ec-495a-95d3-79e589293ae7, newImageDescription = ), log id: 1d8d4d9d 2012-11-08 12:28:02,658 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-2) [50b46bc3] -- CreateImageVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-08 12:28:02,658 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-2) [50b46bc3] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=fd2a3823-2f72-4ba2-9483-345d23b4f6f4 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=c70ac470-f1ec-495a-95d3-79e589293ae7 descr= srcImgGUID=00000000-0000-0000-0000-000000000000 srcVolUUID=00000000-0000-0000-0000-000000000000 2012-11-08 12:28:03,839 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-2) [50b46bc3] FINISH, CreateImageVDSCommand, return: c70ac470-f1ec-495a-95d3-79e589293ae7, log id: 1d8d4d9d 2012-11-08 12:28:03,853 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-2) [50b46bc3] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity fd2a3823-2f72-4ba2-9483-345d23b4f6f4 2012-11-08 12:28:03,853 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-2) [50b46bc3] EntityMultiAsyncTasks::AttachTask: Attaching task 935bac29-53c8-46ad-9be3-1a551c313bef to entity fd2a3823-2f72-4ba2-9483-345d23b4f6f4. 2012-11-08 12:28:03,854 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-2) [50b46bc3] Adding task 935bac29-53c8-46ad-9be3-1a551c313bef to DataBase 2012-11-08 12:28:03,876 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-2) [50b46bc3] Adding task 935bac29-53c8-46ad-9be3-1a551c313bef (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-08 12:28:04,188 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-2) [50b46bc3] BaseAsyncTask::StartPollingTask: Starting to poll task 935bac29-53c8-46ad-9be3-1a551c313bef. 2012-11-08 12:28:04,189 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-2) [50b46bc3] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity fd2a3823-2f72-4ba2-9483-345d23b4f6f4 is AddDisk (determined by task 935bac29-53c8-46ad-9be3-1a551c313bef) 2012-11-08 12:28:04,200 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [5de6b8ef] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:04,254 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:04,335 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:04,335 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:04,372 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:04,379 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [4407a323] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:04,454 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:04,498 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:04,502 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:04,575 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:04,588 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2c7a6da1] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:12,931 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-97) Polling and updating Async Tasks: 4 tasks, 1 tasks to poll now 2012-11-08 12:28:12,955 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-97) SPMAsyncTask::PollTask: Polling task 935bac29-53c8-46ad-9be3-1a551c313bef (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-08 12:28:12,955 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-97) Finished polling Tasks, will poll again in 10 seconds. 2012-11-08 12:28:14,701 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:14,760 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:14,761 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:14,869 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:14,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [5a0c431a] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:17,852 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-4) Setting new tasks map. The map contains now 3 tasks 2012-11-08 12:28:22,956 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-8) Polling and updating Async Tasks: 3 tasks, 1 tasks to poll now 2012-11-08 12:28:22,978 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-8) SPMAsyncTask::PollTask: Polling task 935bac29-53c8-46ad-9be3-1a551c313bef (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-08 12:28:22,993 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-8) BaseAsyncTask::OnTaskEndSuccess: Task 935bac29-53c8-46ad-9be3-1a551c313bef (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-08 12:28:22,994 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-8) EntityAsyncTask::EndActionIfNecessary: All tasks of entity fd2a3823-2f72-4ba2-9483-345d23b4f6f4 has ended -> executing EndAction 2012-11-08 12:28:22,994 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-8) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: fd2a3823-2f72-4ba2-9483-345d23b4f6f4): calling EndAction for action type AddDisk. 2012-11-08 12:28:22,994 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddDisk, executionIndex: 0 2012-11-08 12:28:23,012 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (pool-4-thread-48) [221de408] Ending command successfully: org.ovirt.engine.core.bll.AddDiskCommand 2012-11-08 12:28:23,013 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (pool-4-thread-48) [50b46bc3] Ending command successfully: org.ovirt.engine.core.bll.AddImageFromScratchCommand 2012-11-08 12:28:23,018 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [50b46bc3] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = fd2a3823-2f72-4ba2-9483-345d23b4f6f4, imageId = c70ac470-f1ec-495a-95d3-79e589293ae7), log id: 995d076 2012-11-08 12:28:23,069 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [50b46bc3] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@1e58a96c, log id: 995d076 2012-11-08 12:28:23,081 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 32bd0aaf 2012-11-08 12:28:23,187 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) FINISH, UpdateVMVDSCommand, log id: 32bd0aaf 2012-11-08 12:28:23,262 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk completed, handling the result. 2012-11-08 12:28:23,262 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk succeeded, clearing tasks. 2012-11-08 12:28:23,272 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 935bac29-53c8-46ad-9be3-1a551c313bef 2012-11-08 12:28:23,273 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 935bac29-53c8-46ad-9be3-1a551c313bef), log id: 2801bfcd 2012-11-08 12:28:23,274 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=935bac29-53c8-46ad-9be3-1a551c313bef), log id: 459174d1 2012-11-08 12:28:23,571 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 459174d1 2012-11-08 12:28:23,571 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 2801bfcd 2012-11-08 12:28:24,047 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task 935bac29-53c8-46ad-9be3-1a551c313bef from DataBase 2012-11-08 12:28:24,047 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity fd2a3823-2f72-4ba2-9483-345d23b4f6f4 2012-11-08 12:28:24,942 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:25,039 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:25,039 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:25,109 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:25,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [3e8dec09] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:25,176 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:25,327 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:25,328 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:25,377 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:25,380 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [4a7a48a7] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:25,426 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:25,486 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:25,486 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:25,774 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:25,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [5f4f8225] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:25,832 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:25,880 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:25,880 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:25,939 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:25,961 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [157c3daf] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:26,062 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:26,268 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:26,268 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:26,381 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:26,512 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-8) [2d7be654] Lock Acquired to object EngineLock [exclusiveLocks= key: Migrations_VM-4 value: VM_NAME , sharedLocks= ] 2012-11-08 12:28:26,572 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [2d7be654] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: fcd45b7 2012-11-08 12:28:26,573 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [2d7be654] FINISH, IsValidVDSCommand, return: true, log id: fcd45b7 2012-11-08 12:28:26,637 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-8) [2d7be654] Running command: AddVmFromScratchCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups 2012-11-08 12:28:26,638 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [2d7be654] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1ccc742e 2012-11-08 12:28:26,639 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [2d7be654] FINISH, IsValidVDSCommand, return: true, log id: 1ccc742e 2012-11-08 12:28:26,682 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-8) [2d7be654] Lock freed to object EngineLock [exclusiveLocks= key: Migrations_VM-4 value: VM_NAME , sharedLocks= ] 2012-11-08 12:28:26,826 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [7b3603e5] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:26,896 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:26,947 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:26,947 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:27,027 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:27,051 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [50c72ef2] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:27,116 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:27,213 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:27,213 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:27,264 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:27,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7772072c] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:27,338 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:27,379 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:27,380 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:27,512 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:27,536 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [5e5cbcdc] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:27,613 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:27,666 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:27,666 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:27,735 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:27,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [2ce4f3d2] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:27,814 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:27,897 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:27,897 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:27,928 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:27,935 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [73bf8ab5] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:28,032 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:28,088 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:28,088 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:28,147 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:28,168 INFO [org.ovirt.engine.core.bll.AddVmInterfaceCommand] (ajp-/127.0.0.1:8702-1) [1b16164] Running command: AddVmInterfaceCommand internal: false. Entities affected : ID: e4e98f29-73ea-487e-b6d9-a23a76416ed6 Type: VM 2012-11-08 12:28:28,169 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-1) [1b16164] MacPoolManager::allocateNewMac entered 2012-11-08 12:28:28,169 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-1) [1b16164] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:64 2012-11-08 12:28:28,213 INFO [org.ovirt.engine.core.bll.ActivateDeactivateVmNicCommand] (ajp-/127.0.0.1:8702-1) [90b704c] Running command: ActivateDeactivateVmNicCommand internal: true. Entities affected : ID: e4e98f29-73ea-487e-b6d9-a23a76416ed6 Type: VM 2012-11-08 12:28:28,325 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [449492b] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:28,399 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:28,440 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:28,440 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:28,508 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:28,518 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [7266e184] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:28,582 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:28,657 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:28,657 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:29,414 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:29,451 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [7ac9d4cb] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:29,668 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:29,739 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:29,740 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:29,764 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:29,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [51c660b6] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:29,871 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:29,995 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:29,995 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:30,046 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:30,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6ba90a7d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:30,118 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:30,160 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:30,160 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:30,209 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:30,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [1c3ef093] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:30,317 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:30,438 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:30,439 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:31,226 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:31,395 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-4) [283f3a4e] Lock Acquired to object EngineLock [exclusiveLocks= key: e4e98f29-73ea-487e-b6d9-a23a76416ed6 value: VM_DISK_BOOT , sharedLocks= key: e4e98f29-73ea-487e-b6d9-a23a76416ed6 value: VM ] 2012-11-08 12:28:31,442 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [283f3a4e] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4846caa0 2012-11-08 12:28:31,446 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [283f3a4e] FINISH, IsValidVDSCommand, return: true, log id: 4846caa0 2012-11-08 12:28:31,498 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-4) [283f3a4e] Running command: AddDiskCommand internal: false. Entities affected : ID: e4e98f29-73ea-487e-b6d9-a23a76416ed6 Type: VM, ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 12:28:31,498 INFO [org.ovirt.engine.core.bll.ImagesHandler] (ajp-/127.0.0.1:8702-4) [283f3a4e] Disk alias retrieved from the client is null or empty, the suggested default disk alias to be used is Migrations_VM-4_Disk1 2012-11-08 12:28:31,738 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-4) [4911dfb6] Running command: AddImageFromScratchCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 12:28:31,778 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-4) [4911dfb6] Lock freed to object EngineLock [exclusiveLocks= key: e4e98f29-73ea-487e-b6d9-a23a76416ed6 value: VM_DISK_BOOT , sharedLocks= key: e4e98f29-73ea-487e-b6d9-a23a76416ed6 value: VM ] 2012-11-08 12:28:31,780 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-4) [4911dfb6] START, CreateImageVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 20612957-625b-41c4-9d1d-23512a3bd19f, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 226b0473-3811-4c2d-a4e1-1295afc0deea, newImageDescription = ), log id: 30b5e5b9 2012-11-08 12:28:31,780 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-4) [4911dfb6] -- CreateImageVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-08 12:28:31,780 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-4) [4911dfb6] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=20612957-625b-41c4-9d1d-23512a3bd19f size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=226b0473-3811-4c2d-a4e1-1295afc0deea descr= srcImgGUID=00000000-0000-0000-0000-000000000000 srcVolUUID=00000000-0000-0000-0000-000000000000 2012-11-08 12:28:32,754 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-4) [4911dfb6] FINISH, CreateImageVDSCommand, return: 226b0473-3811-4c2d-a4e1-1295afc0deea, log id: 30b5e5b9 2012-11-08 12:28:32,794 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-4) [4911dfb6] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 20612957-625b-41c4-9d1d-23512a3bd19f 2012-11-08 12:28:32,794 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-4) [4911dfb6] EntityMultiAsyncTasks::AttachTask: Attaching task 512e8978-101f-4879-9605-a1fe9724015a to entity 20612957-625b-41c4-9d1d-23512a3bd19f. 2012-11-08 12:28:32,796 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-4) [4911dfb6] Adding task 512e8978-101f-4879-9605-a1fe9724015a to DataBase 2012-11-08 12:28:32,831 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-4) [4911dfb6] Adding task 512e8978-101f-4879-9605-a1fe9724015a (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-08 12:28:32,899 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-4) [4911dfb6] BaseAsyncTask::StartPollingTask: Starting to poll task 512e8978-101f-4879-9605-a1fe9724015a. 2012-11-08 12:28:32,899 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-4) [4911dfb6] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 20612957-625b-41c4-9d1d-23512a3bd19f is AddDisk (determined by task 512e8978-101f-4879-9605-a1fe9724015a) 2012-11-08 12:28:32,908 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6ce6184e] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:32,957 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:32,995 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-12) Polling and updating Async Tasks: 4 tasks, 1 tasks to poll now 2012-11-08 12:28:33,000 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:33,001 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:33,020 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-12) SPMAsyncTask::PollTask: Polling task 512e8978-101f-4879-9605-a1fe9724015a (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-08 12:28:33,020 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-12) Finished polling Tasks, will poll again in 10 seconds. 2012-11-08 12:28:33,039 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:33,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [7a8ee051] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:33,102 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:33,151 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:33,151 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:33,207 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:33,215 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [7e4600d8] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:43,045 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-24) SPMAsyncTask::PollTask: Polling task 512e8978-101f-4879-9605-a1fe9724015a (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-08 12:28:43,121 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-24) BaseAsyncTask::OnTaskEndSuccess: Task 512e8978-101f-4879-9605-a1fe9724015a (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-08 12:28:43,121 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-24) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 20612957-625b-41c4-9d1d-23512a3bd19f has ended -> executing EndAction 2012-11-08 12:28:43,121 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-24) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 20612957-625b-41c4-9d1d-23512a3bd19f): calling EndAction for action type AddDisk. 2012-11-08 12:28:43,122 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddDisk, executionIndex: 0 2012-11-08 12:28:43,158 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (pool-4-thread-48) [283f3a4e] Ending command successfully: org.ovirt.engine.core.bll.AddDiskCommand 2012-11-08 12:28:43,158 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (pool-4-thread-48) [4911dfb6] Ending command successfully: org.ovirt.engine.core.bll.AddImageFromScratchCommand 2012-11-08 12:28:43,164 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [4911dfb6] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 20612957-625b-41c4-9d1d-23512a3bd19f, imageId = 226b0473-3811-4c2d-a4e1-1295afc0deea), log id: 3e59f283 2012-11-08 12:28:43,226 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [4911dfb6] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@b3831a, log id: 3e59f283 2012-11-08 12:28:43,261 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 56b0e381 2012-11-08 12:28:43,289 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:43,337 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:43,337 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:43,415 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:43,439 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) FINISH, UpdateVMVDSCommand, log id: 56b0e381 2012-11-08 12:28:43,445 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [7ef9fa10] Running command: LogoutUserCommand internal: false. 2012-11-08 12:28:43,501 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk completed, handling the result. 2012-11-08 12:28:43,501 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk succeeded, clearing tasks. 2012-11-08 12:28:43,528 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 512e8978-101f-4879-9605-a1fe9724015a 2012-11-08 12:28:43,528 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 512e8978-101f-4879-9605-a1fe9724015a), log id: 2e418973 2012-11-08 12:28:43,530 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=512e8978-101f-4879-9605-a1fe9724015a), log id: 7ab81037 2012-11-08 12:28:43,742 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 7ab81037 2012-11-08 12:28:43,742 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 2e418973 2012-11-08 12:28:44,089 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task 512e8978-101f-4879-9605-a1fe9724015a from DataBase 2012-11-08 12:28:44,089 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 20612957-625b-41c4-9d1d-23512a3bd19f 2012-11-08 12:28:47,852 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-23) Setting new tasks map. The map contains now 3 tasks 2012-11-08 12:28:53,528 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:28:53,612 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:28:53,612 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:28:53,995 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:28:54,025 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [2b0d5f39] Running command: LogoutUserCommand internal: false. 2012-11-08 12:29:17,852 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-50) Setting new tasks map. The map contains now 2 tasks 2012-11-08 12:29:47,852 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-79) Setting new tasks map. The map contains now 0 tasks 2012-11-08 12:29:47,853 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-79) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-08 12:29:47,856 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-79) Could not find vds that is spm and non-operational. 2012-11-08 12:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts 2012-11-08 12:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering 0 hosts 2012-11-08 12:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts done 2012-11-08 12:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering storage domains is disabled, skipping 2012-11-08 12:32:20,865 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:20,960 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:20,960 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:21,046 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:21,049 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [62e7a764] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:21,105 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:21,201 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:21,201 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:21,311 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:21,314 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6fa68ba1] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:21,407 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:21,476 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:21,477 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:21,525 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:21,528 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [5297edd3] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:21,584 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:21,657 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:21,658 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:21,693 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:21,695 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [443f38f0] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:21,764 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:21,810 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:21,810 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:21,959 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:21,962 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [cb4f858] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:22,034 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:22,073 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:22,073 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:22,124 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:22,127 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [3b643892] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:22,183 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:22,222 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:22,222 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:22,259 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:22,262 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [76eae3b8] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:22,314 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:22,373 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:22,373 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:23,096 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:23,099 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [779d0b3f] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:23,198 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:23,256 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:23,256 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:23,359 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:23,362 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [4669b38a] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:23,414 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:23,461 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:23,461 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:23,499 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:23,501 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [48e679b0] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:23,564 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:23,608 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:23,608 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:23,790 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:23,792 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [14a90bea] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:24,567 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:24,605 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:24,605 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:24,658 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:24,661 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [1e062e74] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:24,714 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:24,762 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:24,762 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:24,800 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:24,803 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [7248bb75] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:24,847 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:24,890 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:24,890 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:24,932 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:24,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [16965da2] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:25,008 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:25,046 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:25,046 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:25,119 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:25,140 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [918155] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:25,213 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:25,301 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:25,302 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:25,357 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:25,445 WARN [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-3) [638787e8] CanDoAction of action AddVmFromScratch failed. Reasons:VAR__ACTION__ADD,VAR__TYPE__VM,ACTION_TYPE_FAILED_NAME_MAY_NOT_CONTAIN_SPECIAL_CHARS 2012-11-08 12:32:25,470 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-3) Operation Failed: [Can not add VM. The given name contains special characters. Only lower-case and upper-case letters, numbers, '_', '-', '.' are allowed.] 2012-11-08 12:32:25,473 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [3932d2a2] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:25,525 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:25,569 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:25,569 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:25,614 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:25,636 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [7881a1ae] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:25,756 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:25,801 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:25,801 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:25,860 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:25,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [10b75be7] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:25,916 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:25,990 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:25,990 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:26,034 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:26,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [60e7f3c4] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:26,098 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:26,138 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:26,138 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:26,210 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:26,232 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [bd5b3c2] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:26,340 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:26,402 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:26,402 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:26,450 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:26,508 WARN [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-6) [724435c7] CanDoAction of action AddVmFromScratch failed. Reasons:VAR__ACTION__ADD,VAR__TYPE__VM,ACTION_TYPE_FAILED_NAME_MAY_NOT_CONTAIN_SPECIAL_CHARS 2012-11-08 12:32:26,537 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-6) Operation Failed: [Can not add VM. The given name contains special characters. Only lower-case and upper-case letters, numbers, '_', '-', '.' are allowed.] 2012-11-08 12:32:26,539 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [61cb97ee] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:26,597 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:26,647 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:26,647 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:26,750 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:26,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [19fa1d61] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:26,874 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:26,919 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:26,920 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:27,031 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:27,034 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [3f25c981] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:27,115 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:27,203 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:27,203 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:27,272 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:27,287 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [4e5b1cff] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:27,361 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:27,461 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:27,461 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:27,636 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:27,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [387feadf] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:27,743 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:27,802 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:27,802 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:28,159 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:28,224 WARN [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-8) [57ec0e66] CanDoAction of action AddVmFromScratch failed. Reasons:VAR__ACTION__ADD,VAR__TYPE__VM,ACTION_TYPE_FAILED_NAME_MAY_NOT_CONTAIN_SPECIAL_CHARS 2012-11-08 12:32:28,237 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-8) Operation Failed: [Can not add VM. The given name contains special characters. Only lower-case and upper-case letters, numbers, '_', '-', '.' are allowed.] 2012-11-08 12:32:28,239 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [5b91d2f] Running command: LogoutUserCommand internal: false. 2012-11-08 12:32:28,307 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:32:28,367 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:32:28,367 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:32:29,313 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:32:29,336 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [17b8cf6b] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:27,832 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:27,881 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:27,881 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:27,970 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:27,973 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [33a531eb] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:28,050 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:28,112 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:28,113 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:28,169 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:28,176 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [5cc65d0] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:28,274 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:28,315 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:28,315 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:28,374 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:28,377 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [449bd183] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:28,433 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:28,474 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:28,474 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:28,545 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:28,547 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [11862a25] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:28,633 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:28,751 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:28,752 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:29,509 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:29,511 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2692b589] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:29,616 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:29,739 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:29,739 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:29,798 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:29,800 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [58954515] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:29,886 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:29,924 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:29,924 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:29,979 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:29,986 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [5e1941fe] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:30,035 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:30,082 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:30,082 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:30,132 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:30,146 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [488eacfd] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:30,210 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:30,256 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:30,257 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:30,293 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:30,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [495483a9] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:30,424 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:30,473 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:30,473 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:30,503 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:30,505 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [7f57cd0d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:30,615 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:30,650 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:30,650 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:30,714 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:30,717 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [6f09e0c7] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:30,765 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:30,808 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:30,808 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:30,919 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:30,922 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [437fe4dc] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:31,065 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:31,109 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:31,109 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:31,217 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:31,220 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [5a2e365a] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:31,284 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:31,344 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:31,344 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:31,382 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:31,413 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6f96aa8b] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:31,517 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:31,580 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:31,580 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:31,616 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:31,639 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [1291b8e9] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:31,712 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:31,776 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:31,776 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:31,811 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:31,873 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-8) [75abc019] Lock Acquired to object EngineLock [exclusiveLocks= key: vmtest-0 value: VM_NAME , sharedLocks= ] 2012-11-08 12:33:31,972 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [75abc019] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 75da8d37 2012-11-08 12:33:31,974 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [75abc019] FINISH, IsValidVDSCommand, return: true, log id: 75da8d37 2012-11-08 12:33:32,025 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-8) [75abc019] Running command: AddVmFromScratchCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups 2012-11-08 12:33:32,026 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [75abc019] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 125dafd8 2012-11-08 12:33:32,027 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [75abc019] FINISH, IsValidVDSCommand, return: true, log id: 125dafd8 2012-11-08 12:33:32,067 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-8) [75abc019] Lock freed to object EngineLock [exclusiveLocks= key: vmtest-0 value: VM_NAME , sharedLocks= ] 2012-11-08 12:33:32,233 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [7c688c07] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:32,297 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:32,398 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:32,398 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:32,467 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:32,493 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [194898d0] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:32,554 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:32,670 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:32,671 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:32,803 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:32,929 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [d1c442b] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:32,982 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:33,045 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:33,045 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:33,109 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:33,133 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [7ca78850] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:33,232 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:33,342 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:33,342 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:33,403 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:33,426 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [3875d84d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:33,492 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:33,550 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:33,551 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:33,572 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:33,582 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [411a80f3] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:33,661 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:34,332 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:34,332 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:34,454 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:34,470 INFO [org.ovirt.engine.core.bll.AddVmInterfaceCommand] (ajp-/127.0.0.1:8702-10) [2c2a383b] Running command: AddVmInterfaceCommand internal: false. Entities affected : ID: 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe Type: VM 2012-11-08 12:33:34,471 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-10) [2c2a383b] MacPoolManager::allocateNewMac entered 2012-11-08 12:33:34,471 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-10) [2c2a383b] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:63 2012-11-08 12:33:34,570 INFO [org.ovirt.engine.core.bll.ActivateDeactivateVmNicCommand] (ajp-/127.0.0.1:8702-10) [461ae6e0] Running command: ActivateDeactivateVmNicCommand internal: true. Entities affected : ID: 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe Type: VM 2012-11-08 12:33:34,681 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [14b240d] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:34,743 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:34,799 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:34,799 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:34,880 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:34,888 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [564221bd] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:34,958 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:35,010 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:35,011 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:35,072 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:35,100 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [64e6a66a] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:35,160 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:35,206 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:35,206 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:35,257 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:35,280 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [89374a7] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:35,346 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:35,413 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:35,413 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:35,450 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:35,476 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [250b6bb5] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:35,564 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:35,608 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:35,608 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:35,684 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:35,688 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [10dbab8f] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:35,756 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:35,838 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:35,838 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:35,907 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:35,991 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-11) [5d2f1c3] Lock Acquired to object EngineLock [exclusiveLocks= key: 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe value: VM_DISK_BOOT , sharedLocks= key: 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe value: VM ] 2012-11-08 12:33:35,995 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [5d2f1c3] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2bb8d215 2012-11-08 12:33:35,996 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [5d2f1c3] FINISH, IsValidVDSCommand, return: true, log id: 2bb8d215 2012-11-08 12:33:36,049 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-11) [5d2f1c3] Running command: AddDiskCommand internal: false. Entities affected : ID: 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe Type: VM, ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 12:33:36,049 INFO [org.ovirt.engine.core.bll.ImagesHandler] (ajp-/127.0.0.1:8702-11) [5d2f1c3] Disk alias retrieved from the client is null or empty, the suggested default disk alias to be used is vmtest-0_Disk1 2012-11-08 12:33:36,394 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-11) [3b859233] Running command: AddImageFromScratchCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 12:33:36,453 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-11) [3b859233] Lock freed to object EngineLock [exclusiveLocks= key: 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe value: VM_DISK_BOOT , sharedLocks= key: 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe value: VM ] 2012-11-08 12:33:36,455 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-11) [3b859233] START, CreateImageVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 32a21892-1c19-41f9-925e-90ea5ae5880f, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 317167a1-8403-4405-9b6c-11af2e2594ef, newImageDescription = ), log id: 45d27b22 2012-11-08 12:33:36,455 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-11) [3b859233] -- CreateImageVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-08 12:33:36,455 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-11) [3b859233] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=32a21892-1c19-41f9-925e-90ea5ae5880f size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=317167a1-8403-4405-9b6c-11af2e2594ef descr= srcImgGUID=00000000-0000-0000-0000-000000000000 srcVolUUID=00000000-0000-0000-0000-000000000000 2012-11-08 12:33:37,217 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-11) [3b859233] FINISH, CreateImageVDSCommand, return: 317167a1-8403-4405-9b6c-11af2e2594ef, log id: 45d27b22 2012-11-08 12:33:37,231 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-11) [3b859233] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 32a21892-1c19-41f9-925e-90ea5ae5880f 2012-11-08 12:33:37,231 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-11) [3b859233] EntityMultiAsyncTasks::AttachTask: Attaching task 9fb3d445-5316-4c0e-9deb-44c3d233f664 to entity 32a21892-1c19-41f9-925e-90ea5ae5880f. 2012-11-08 12:33:37,232 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-11) [3b859233] Adding task 9fb3d445-5316-4c0e-9deb-44c3d233f664 to DataBase 2012-11-08 12:33:37,289 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-11) [3b859233] Adding task 9fb3d445-5316-4c0e-9deb-44c3d233f664 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-08 12:33:37,498 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-11) [3b859233] BaseAsyncTask::StartPollingTask: Starting to poll task 9fb3d445-5316-4c0e-9deb-44c3d233f664. 2012-11-08 12:33:37,498 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-11) [3b859233] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 32a21892-1c19-41f9-925e-90ea5ae5880f is AddDisk (determined by task 9fb3d445-5316-4c0e-9deb-44c3d233f664) 2012-11-08 12:33:37,513 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [73b7b42] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:37,578 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:37,675 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:37,676 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:37,818 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:37,828 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [3004c140] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:37,900 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:37,972 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:37,972 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:38,057 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:38,064 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [498f7acb] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:43,136 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-68) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-08 12:33:43,159 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-68) SPMAsyncTask::PollTask: Polling task 9fb3d445-5316-4c0e-9deb-44c3d233f664 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-08 12:33:43,175 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-68) BaseAsyncTask::OnTaskEndSuccess: Task 9fb3d445-5316-4c0e-9deb-44c3d233f664 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-08 12:33:43,175 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-68) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 32a21892-1c19-41f9-925e-90ea5ae5880f has ended -> executing EndAction 2012-11-08 12:33:43,175 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-68) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 32a21892-1c19-41f9-925e-90ea5ae5880f): calling EndAction for action type AddDisk. 2012-11-08 12:33:43,176 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddDisk, executionIndex: 0 2012-11-08 12:33:43,189 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (pool-4-thread-49) [5d2f1c3] Ending command successfully: org.ovirt.engine.core.bll.AddDiskCommand 2012-11-08 12:33:43,189 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (pool-4-thread-49) [3b859233] Ending command successfully: org.ovirt.engine.core.bll.AddImageFromScratchCommand 2012-11-08 12:33:43,195 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [3b859233] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 32a21892-1c19-41f9-925e-90ea5ae5880f, imageId = 317167a1-8403-4405-9b6c-11af2e2594ef), log id: 40dafb89 2012-11-08 12:33:43,233 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [3b859233] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@b00f0a8e, log id: 40dafb89 2012-11-08 12:33:43,251 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 328f1dfd 2012-11-08 12:33:43,345 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) FINISH, UpdateVMVDSCommand, log id: 328f1dfd 2012-11-08 12:33:43,410 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk completed, handling the result. 2012-11-08 12:33:43,410 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk succeeded, clearing tasks. 2012-11-08 12:33:43,422 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 9fb3d445-5316-4c0e-9deb-44c3d233f664 2012-11-08 12:33:43,422 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 9fb3d445-5316-4c0e-9deb-44c3d233f664), log id: 374555b5 2012-11-08 12:33:43,423 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=9fb3d445-5316-4c0e-9deb-44c3d233f664), log id: 5b723d4 2012-11-08 12:33:43,561 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) FINISH, HSMClearTaskVDSCommand, log id: 5b723d4 2012-11-08 12:33:43,561 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) FINISH, SPMClearTaskVDSCommand, log id: 374555b5 2012-11-08 12:33:43,598 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) BaseAsyncTask::RemoveTaskFromDB: Removed task 9fb3d445-5316-4c0e-9deb-44c3d233f664 from DataBase 2012-11-08 12:33:43,598 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 32a21892-1c19-41f9-925e-90ea5ae5880f 2012-11-08 12:33:48,153 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:48,255 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:48,255 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:48,420 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:48,427 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [364d7b26] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:48,495 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:48,561 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:48,562 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:48,595 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:48,599 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6dbb9ea] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:48,660 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:48,774 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:48,774 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:49,707 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:49,720 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [66124a41] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:49,804 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:49,861 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:49,861 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:49,932 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:49,955 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [25d731b9] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:50,035 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:50,079 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:50,079 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:50,168 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:50,247 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-9) [7071dc24] Lock Acquired to object EngineLock [exclusiveLocks= key: vmtest-1 value: VM_NAME , sharedLocks= ] 2012-11-08 12:33:50,264 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [7071dc24] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 353b1993 2012-11-08 12:33:50,264 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [7071dc24] FINISH, IsValidVDSCommand, return: true, log id: 353b1993 2012-11-08 12:33:50,286 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-9) [7071dc24] Running command: AddVmFromScratchCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups 2012-11-08 12:33:50,286 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [7071dc24] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1cc82ce4 2012-11-08 12:33:50,287 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [7071dc24] FINISH, IsValidVDSCommand, return: true, log id: 1cc82ce4 2012-11-08 12:33:50,325 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-9) [7071dc24] Lock freed to object EngineLock [exclusiveLocks= key: vmtest-1 value: VM_NAME , sharedLocks= ] 2012-11-08 12:33:50,445 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [49aabb93] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:50,498 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:50,536 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:50,536 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:50,620 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:50,645 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [24b822f] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:50,727 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:50,784 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:50,784 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:50,936 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:50,957 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [1b1c43ed] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:51,010 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:51,054 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:51,054 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:51,188 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:51,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [3060d424] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:51,274 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:51,320 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:51,320 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:51,372 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:51,404 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [2d289199] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:51,474 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:51,530 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:51,530 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:51,568 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:51,577 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [20db7f9] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:51,654 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:51,698 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:51,698 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:51,771 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:51,790 INFO [org.ovirt.engine.core.bll.AddVmInterfaceCommand] (ajp-/127.0.0.1:8702-3) [2c7ff736] Running command: AddVmInterfaceCommand internal: false. Entities affected : ID: ad063596-4734-421a-8be9-f228b047c7ca Type: VM 2012-11-08 12:33:51,795 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-3) [2c7ff736] MacPoolManager::allocateNewMac entered 2012-11-08 12:33:51,795 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-3) [2c7ff736] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:5a 2012-11-08 12:33:51,851 INFO [org.ovirt.engine.core.bll.ActivateDeactivateVmNicCommand] (ajp-/127.0.0.1:8702-3) [65f68a8e] Running command: ActivateDeactivateVmNicCommand internal: true. Entities affected : ID: ad063596-4734-421a-8be9-f228b047c7ca Type: VM 2012-11-08 12:33:51,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [3d4cef72] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:52,037 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:52,097 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:52,097 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:52,155 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:52,163 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [703a69bc] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:52,235 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:52,271 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:52,271 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:52,308 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:52,327 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [236df1a] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:52,393 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:52,434 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:52,434 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:52,475 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:52,500 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [4188cd21] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:52,556 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:52,597 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:52,597 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:52,659 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:52,683 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [2137300e] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:52,746 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:52,784 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:52,785 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:52,843 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:52,848 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [7cc0be67] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:52,922 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:53,004 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:53,004 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:53,038 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:53,146 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-5) [3148e701] Lock Acquired to object EngineLock [exclusiveLocks= key: ad063596-4734-421a-8be9-f228b047c7ca value: VM_DISK_BOOT , sharedLocks= key: ad063596-4734-421a-8be9-f228b047c7ca value: VM ] 2012-11-08 12:33:53,152 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [3148e701] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7685a6be 2012-11-08 12:33:53,153 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [3148e701] FINISH, IsValidVDSCommand, return: true, log id: 7685a6be 2012-11-08 12:33:53,171 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-5) [3148e701] Running command: AddDiskCommand internal: false. Entities affected : ID: ad063596-4734-421a-8be9-f228b047c7ca Type: VM, ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 12:33:53,171 INFO [org.ovirt.engine.core.bll.ImagesHandler] (ajp-/127.0.0.1:8702-5) [3148e701] Disk alias retrieved from the client is null or empty, the suggested default disk alias to be used is vmtest-1_Disk1 2012-11-08 12:33:53,332 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-5) [3c531a8d] Running command: AddImageFromScratchCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 12:33:53,365 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-5) [3c531a8d] Lock freed to object EngineLock [exclusiveLocks= key: ad063596-4734-421a-8be9-f228b047c7ca value: VM_DISK_BOOT , sharedLocks= key: ad063596-4734-421a-8be9-f228b047c7ca value: VM ] 2012-11-08 12:33:53,366 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-5) [3c531a8d] START, CreateImageVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = c4ed0b30-069f-4fdf-a20f-357fd7656311, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 88b0f840-c2d6-4905-8f23-c9ea7918ea26, newImageDescription = ), log id: 758362b7 2012-11-08 12:33:53,366 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-5) [3c531a8d] -- CreateImageVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-08 12:33:53,367 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-5) [3c531a8d] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=c4ed0b30-069f-4fdf-a20f-357fd7656311 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=88b0f840-c2d6-4905-8f23-c9ea7918ea26 descr= srcImgGUID=00000000-0000-0000-0000-000000000000 srcVolUUID=00000000-0000-0000-0000-000000000000 2012-11-08 12:33:54,119 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-5) [3c531a8d] FINISH, CreateImageVDSCommand, return: 88b0f840-c2d6-4905-8f23-c9ea7918ea26, log id: 758362b7 2012-11-08 12:33:54,530 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-5) [3c531a8d] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity c4ed0b30-069f-4fdf-a20f-357fd7656311 2012-11-08 12:33:54,530 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-5) [3c531a8d] EntityMultiAsyncTasks::AttachTask: Attaching task 3b646894-74c4-4cf4-bf65-0746cc5a7f44 to entity c4ed0b30-069f-4fdf-a20f-357fd7656311. 2012-11-08 12:33:54,531 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-5) [3c531a8d] Adding task 3b646894-74c4-4cf4-bf65-0746cc5a7f44 to DataBase 2012-11-08 12:33:54,584 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-5) [3c531a8d] Adding task 3b646894-74c4-4cf4-bf65-0746cc5a7f44 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-08 12:33:54,684 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-5) [3c531a8d] BaseAsyncTask::StartPollingTask: Starting to poll task 3b646894-74c4-4cf4-bf65-0746cc5a7f44. 2012-11-08 12:33:54,684 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-5) [3c531a8d] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity c4ed0b30-069f-4fdf-a20f-357fd7656311 is AddDisk (determined by task 3b646894-74c4-4cf4-bf65-0746cc5a7f44) 2012-11-08 12:33:54,693 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [4f005a53] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:54,776 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:54,819 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:54,820 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:54,881 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:54,888 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [45addf61] Running command: LogoutUserCommand internal: false. 2012-11-08 12:33:54,945 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:33:55,032 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:33:55,032 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:33:55,083 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:33:55,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [87c7c33] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:03,175 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-90) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-08 12:34:03,198 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-90) SPMAsyncTask::PollTask: Polling task 3b646894-74c4-4cf4-bf65-0746cc5a7f44 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-08 12:34:03,236 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-90) BaseAsyncTask::OnTaskEndSuccess: Task 3b646894-74c4-4cf4-bf65-0746cc5a7f44 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-08 12:34:03,237 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-90) EntityAsyncTask::EndActionIfNecessary: All tasks of entity c4ed0b30-069f-4fdf-a20f-357fd7656311 has ended -> executing EndAction 2012-11-08 12:34:03,237 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-90) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: c4ed0b30-069f-4fdf-a20f-357fd7656311): calling EndAction for action type AddDisk. 2012-11-08 12:34:03,237 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddDisk, executionIndex: 0 2012-11-08 12:34:03,315 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (pool-4-thread-50) [3148e701] Ending command successfully: org.ovirt.engine.core.bll.AddDiskCommand 2012-11-08 12:34:03,315 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (pool-4-thread-50) [3c531a8d] Ending command successfully: org.ovirt.engine.core.bll.AddImageFromScratchCommand 2012-11-08 12:34:03,317 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-50) [3c531a8d] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = c4ed0b30-069f-4fdf-a20f-357fd7656311, imageId = 88b0f840-c2d6-4905-8f23-c9ea7918ea26), log id: 497ee832 2012-11-08 12:34:03,356 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-50) [3c531a8d] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@e2499a6, log id: 497ee832 2012-11-08 12:34:03,377 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-50) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: a982256 2012-11-08 12:34:03,484 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-50) FINISH, UpdateVMVDSCommand, log id: a982256 2012-11-08 12:34:03,559 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk completed, handling the result. 2012-11-08 12:34:03,559 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk succeeded, clearing tasks. 2012-11-08 12:34:03,572 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-50) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 3b646894-74c4-4cf4-bf65-0746cc5a7f44 2012-11-08 12:34:03,573 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-50) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 3b646894-74c4-4cf4-bf65-0746cc5a7f44), log id: 44818498 2012-11-08 12:34:03,574 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-50) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=3b646894-74c4-4cf4-bf65-0746cc5a7f44), log id: 1e5a76ad 2012-11-08 12:34:03,734 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-50) FINISH, HSMClearTaskVDSCommand, log id: 1e5a76ad 2012-11-08 12:34:03,734 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-50) FINISH, SPMClearTaskVDSCommand, log id: 44818498 2012-11-08 12:34:04,442 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-50) BaseAsyncTask::RemoveTaskFromDB: Removed task 3b646894-74c4-4cf4-bf65-0746cc5a7f44 from DataBase 2012-11-08 12:34:04,442 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity c4ed0b30-069f-4fdf-a20f-357fd7656311 2012-11-08 12:34:05,164 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:05,222 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:05,222 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:05,370 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:05,377 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [1e18446e] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:05,474 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:05,518 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:05,518 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:05,565 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:05,568 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [6c633f3] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:05,626 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:05,674 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:05,675 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:05,769 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:05,781 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [2bb76bb3] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:05,838 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:05,878 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:05,878 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:05,923 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:05,948 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [556b2d17] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:05,996 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:06,051 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:06,052 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:06,117 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:06,175 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-7) [2ae069dc] Lock Acquired to object EngineLock [exclusiveLocks= key: vmtest-2 value: VM_NAME , sharedLocks= ] 2012-11-08 12:34:06,200 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [2ae069dc] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 79c67052 2012-11-08 12:34:06,201 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [2ae069dc] FINISH, IsValidVDSCommand, return: true, log id: 79c67052 2012-11-08 12:34:06,218 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-7) [2ae069dc] Running command: AddVmFromScratchCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups 2012-11-08 12:34:06,219 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [2ae069dc] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 70c401d4 2012-11-08 12:34:06,220 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [2ae069dc] FINISH, IsValidVDSCommand, return: true, log id: 70c401d4 2012-11-08 12:34:06,259 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-7) [2ae069dc] Lock freed to object EngineLock [exclusiveLocks= key: vmtest-2 value: VM_NAME , sharedLocks= ] 2012-11-08 12:34:06,370 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [456b5710] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:06,423 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:06,483 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:06,483 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:06,525 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:06,552 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [2250ece4] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:06,629 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:06,675 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:06,675 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:06,839 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:06,873 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [226151f8] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:06,933 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:06,976 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:06,976 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:07,031 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:07,058 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2fdf80a1] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:07,113 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:07,210 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:07,210 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:07,338 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:07,366 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [66e8ce81] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:07,437 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:07,480 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:07,480 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:07,585 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:07,592 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [52e54a4f] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:07,662 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:07,718 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:07,718 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:07,755 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:07,771 INFO [org.ovirt.engine.core.bll.AddVmInterfaceCommand] (ajp-/127.0.0.1:8702-6) [1ba8060] Running command: AddVmInterfaceCommand internal: false. Entities affected : ID: 8a6b2b36-6207-41a6-85da-82f2f9f2c391 Type: VM 2012-11-08 12:34:07,772 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-6) [1ba8060] MacPoolManager::allocateNewMac entered 2012-11-08 12:34:07,772 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-6) [1ba8060] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:5f 2012-11-08 12:34:07,819 INFO [org.ovirt.engine.core.bll.ActivateDeactivateVmNicCommand] (ajp-/127.0.0.1:8702-6) [607a1f5b] Running command: ActivateDeactivateVmNicCommand internal: true. Entities affected : ID: 8a6b2b36-6207-41a6-85da-82f2f9f2c391 Type: VM 2012-11-08 12:34:07,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [35d4669e] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:07,953 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:08,001 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:08,002 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:08,035 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:08,042 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [23e81e8] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:08,100 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:08,142 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:08,142 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:08,184 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:08,209 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [61f0d129] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:08,260 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:08,300 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:08,301 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:08,341 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:08,370 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [604e27de] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:08,430 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:08,504 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:08,531 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:08,643 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:08,739 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [2b6dae10] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:09,184 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:09,577 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:09,577 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:09,988 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:09,992 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [131046ce] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:10,100 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:10,162 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:10,163 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:10,254 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:10,370 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-1) [6c5c459b] Lock Acquired to object EngineLock [exclusiveLocks= key: 8a6b2b36-6207-41a6-85da-82f2f9f2c391 value: VM_DISK_BOOT , sharedLocks= key: 8a6b2b36-6207-41a6-85da-82f2f9f2c391 value: VM ] 2012-11-08 12:34:10,374 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [6c5c459b] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 143b6bf9 2012-11-08 12:34:10,375 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [6c5c459b] FINISH, IsValidVDSCommand, return: true, log id: 143b6bf9 2012-11-08 12:34:10,418 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-1) [6c5c459b] Running command: AddDiskCommand internal: false. Entities affected : ID: 8a6b2b36-6207-41a6-85da-82f2f9f2c391 Type: VM, ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 12:34:10,418 INFO [org.ovirt.engine.core.bll.ImagesHandler] (ajp-/127.0.0.1:8702-1) [6c5c459b] Disk alias retrieved from the client is null or empty, the suggested default disk alias to be used is vmtest-2_Disk1 2012-11-08 12:34:10,765 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-1) [4af8b7c2] Running command: AddImageFromScratchCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 12:34:10,828 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-1) [4af8b7c2] Lock freed to object EngineLock [exclusiveLocks= key: 8a6b2b36-6207-41a6-85da-82f2f9f2c391 value: VM_DISK_BOOT , sharedLocks= key: 8a6b2b36-6207-41a6-85da-82f2f9f2c391 value: VM ] 2012-11-08 12:34:10,830 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-1) [4af8b7c2] START, CreateImageVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 39b64c3a-67e8-407f-9dfb-443f6f09faef, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = b3d7afe4-3004-4366-9561-c964114e4226, newImageDescription = ), log id: 5bea1db5 2012-11-08 12:34:10,830 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-1) [4af8b7c2] -- CreateImageVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-08 12:34:10,830 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-1) [4af8b7c2] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=39b64c3a-67e8-407f-9dfb-443f6f09faef size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=b3d7afe4-3004-4366-9561-c964114e4226 descr= srcImgGUID=00000000-0000-0000-0000-000000000000 srcVolUUID=00000000-0000-0000-0000-000000000000 2012-11-08 12:34:11,354 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-1) [4af8b7c2] FINISH, CreateImageVDSCommand, return: b3d7afe4-3004-4366-9561-c964114e4226, log id: 5bea1db5 2012-11-08 12:34:11,382 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-1) [4af8b7c2] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 39b64c3a-67e8-407f-9dfb-443f6f09faef 2012-11-08 12:34:11,382 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-1) [4af8b7c2] EntityMultiAsyncTasks::AttachTask: Attaching task c4fc8e8f-53db-418a-8faa-00fbb5d1b062 to entity 39b64c3a-67e8-407f-9dfb-443f6f09faef. 2012-11-08 12:34:11,383 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-1) [4af8b7c2] Adding task c4fc8e8f-53db-418a-8faa-00fbb5d1b062 to DataBase 2012-11-08 12:34:11,414 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-1) [4af8b7c2] Adding task c4fc8e8f-53db-418a-8faa-00fbb5d1b062 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-08 12:34:11,485 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-1) [4af8b7c2] BaseAsyncTask::StartPollingTask: Starting to poll task c4fc8e8f-53db-418a-8faa-00fbb5d1b062. 2012-11-08 12:34:11,485 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-1) [4af8b7c2] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 39b64c3a-67e8-407f-9dfb-443f6f09faef is AddDisk (determined by task c4fc8e8f-53db-418a-8faa-00fbb5d1b062) 2012-11-08 12:34:11,499 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [7bf5a4a5] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:11,541 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:11,595 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:11,595 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:11,684 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:11,692 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [27a95d66] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:11,843 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:11,901 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:11,901 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:11,961 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:11,968 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [7f07a71e] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:13,237 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-95) Polling and updating Async Tasks: 3 tasks, 1 tasks to poll now 2012-11-08 12:34:13,261 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-95) SPMAsyncTask::PollTask: Polling task c4fc8e8f-53db-418a-8faa-00fbb5d1b062 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-08 12:34:13,261 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-95) Finished polling Tasks, will poll again in 10 seconds. 2012-11-08 12:34:22,030 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:22,093 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:22,093 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:22,147 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:22,154 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [3b8b673] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:23,286 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-8) SPMAsyncTask::PollTask: Polling task c4fc8e8f-53db-418a-8faa-00fbb5d1b062 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-08 12:34:23,298 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-8) BaseAsyncTask::OnTaskEndSuccess: Task c4fc8e8f-53db-418a-8faa-00fbb5d1b062 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-08 12:34:23,299 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-8) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 39b64c3a-67e8-407f-9dfb-443f6f09faef has ended -> executing EndAction 2012-11-08 12:34:23,299 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-8) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 39b64c3a-67e8-407f-9dfb-443f6f09faef): calling EndAction for action type AddDisk. 2012-11-08 12:34:23,299 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddDisk, executionIndex: 0 2012-11-08 12:34:23,342 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (pool-4-thread-50) [6c5c459b] Ending command successfully: org.ovirt.engine.core.bll.AddDiskCommand 2012-11-08 12:34:23,342 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (pool-4-thread-50) [4af8b7c2] Ending command successfully: org.ovirt.engine.core.bll.AddImageFromScratchCommand 2012-11-08 12:34:23,348 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-50) [4af8b7c2] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 39b64c3a-67e8-407f-9dfb-443f6f09faef, imageId = b3d7afe4-3004-4366-9561-c964114e4226), log id: 7e35983c 2012-11-08 12:34:23,396 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-50) [4af8b7c2] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@555e5171, log id: 7e35983c 2012-11-08 12:34:23,411 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-50) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: f775bcb 2012-11-08 12:34:23,465 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-50) FINISH, UpdateVMVDSCommand, log id: f775bcb 2012-11-08 12:34:23,504 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk completed, handling the result. 2012-11-08 12:34:23,504 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk succeeded, clearing tasks. 2012-11-08 12:34:23,545 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-50) SPMAsyncTask::ClearAsyncTask: Attempting to clear task c4fc8e8f-53db-418a-8faa-00fbb5d1b062 2012-11-08 12:34:23,546 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-50) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = c4fc8e8f-53db-418a-8faa-00fbb5d1b062), log id: 25b07afb 2012-11-08 12:34:23,547 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-50) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=c4fc8e8f-53db-418a-8faa-00fbb5d1b062), log id: 5778380a 2012-11-08 12:34:23,772 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-50) FINISH, HSMClearTaskVDSCommand, log id: 5778380a 2012-11-08 12:34:23,773 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-50) FINISH, SPMClearTaskVDSCommand, log id: 25b07afb 2012-11-08 12:34:24,295 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-50) BaseAsyncTask::RemoveTaskFromDB: Removed task c4fc8e8f-53db-418a-8faa-00fbb5d1b062 from DataBase 2012-11-08 12:34:24,295 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 39b64c3a-67e8-407f-9dfb-443f6f09faef 2012-11-08 12:34:32,223 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 12:34:32,274 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 12:34:32,274 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 12:34:32,335 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 12:34:32,342 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6f8b2139] Running command: LogoutUserCommand internal: false. 2012-11-08 12:34:47,862 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-23) Setting new tasks map. The map contains now 2 tasks 2012-11-08 12:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts 2012-11-08 12:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering 0 hosts 2012-11-08 12:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts done 2012-11-08 12:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering storage domains is disabled, skipping 2012-11-08 12:35:17,863 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-54) Setting new tasks map. The map contains now 1 tasks 2012-11-08 12:35:47,864 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-80) [787dbcb8] Setting new tasks map. The map contains now 0 tasks 2012-11-08 12:35:47,864 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-80) [787dbcb8] Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-08 12:35:47,866 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-80) [787dbcb8] Could not find vds that is spm and non-operational. 2012-11-08 12:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts 2012-11-08 12:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering 0 hosts 2012-11-08 12:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts done 2012-11-08 12:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering storage domains is disabled, skipping 2012-11-08 12:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts 2012-11-08 12:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering 0 hosts 2012-11-08 12:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts done 2012-11-08 12:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering storage domains is disabled, skipping 2012-11-08 12:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-08 12:50:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-08 12:50:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-08 12:50:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-08 12:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts 2012-11-08 12:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering 0 hosts 2012-11-08 12:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts done 2012-11-08 12:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering storage domains is disabled, skipping 2012-11-08 13:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts 2012-11-08 13:00:00,033 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering 0 hosts 2012-11-08 13:00:00,033 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts done 2012-11-08 13:00:00,033 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering storage domains is disabled, skipping 2012-11-08 13:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-08 13:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-08 13:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-08 13:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-08 13:07:08,887 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-54) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 13:07:08,901 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-54) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 13:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts 2012-11-08 13:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering 0 hosts 2012-11-08 13:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts done 2012-11-08 13:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering storage domains is disabled, skipping 2012-11-08 13:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts 2012-11-08 13:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering 0 hosts 2012-11-08 13:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts done 2012-11-08 13:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering storage domains is disabled, skipping 2012-11-08 13:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts 2012-11-08 13:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering 0 hosts 2012-11-08 13:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts done 2012-11-08 13:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering storage domains is disabled, skipping 2012-11-08 13:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts 2012-11-08 13:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering 0 hosts 2012-11-08 13:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts done 2012-11-08 13:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering storage domains is disabled, skipping 2012-11-08 13:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts 2012-11-08 13:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering 0 hosts 2012-11-08 13:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts done 2012-11-08 13:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering storage domains is disabled, skipping 2012-11-08 13:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-08 13:35:00,013 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-08 13:35:00,013 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-08 13:35:00,013 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-08 13:35:37,921 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [5412bd68] Running command: LogoutUserCommand internal: false. 2012-11-08 13:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts 2012-11-08 13:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering 0 hosts 2012-11-08 13:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts done 2012-11-08 13:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering storage domains is disabled, skipping 2012-11-08 13:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts 2012-11-08 13:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering 0 hosts 2012-11-08 13:45:00,016 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts done 2012-11-08 13:45:00,016 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering storage domains is disabled, skipping 2012-11-08 13:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts 2012-11-08 13:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering 0 hosts 2012-11-08 13:50:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts done 2012-11-08 13:50:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering storage domains is disabled, skipping 2012-11-08 13:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts 2012-11-08 13:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering 0 hosts 2012-11-08 13:55:00,016 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts done 2012-11-08 13:55:00,016 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering storage domains is disabled, skipping 2012-11-08 14:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts 2012-11-08 14:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering 0 hosts 2012-11-08 14:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts done 2012-11-08 14:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering storage domains is disabled, skipping 2012-11-08 14:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts 2012-11-08 14:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering 0 hosts 2012-11-08 14:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts done 2012-11-08 14:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering storage domains is disabled, skipping 2012-11-08 14:07:08,942 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-80) [787dbcb8] DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 14:07:08,954 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-80) [787dbcb8] Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 14:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts 2012-11-08 14:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering 0 hosts 2012-11-08 14:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts done 2012-11-08 14:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering storage domains is disabled, skipping 2012-11-08 14:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts 2012-11-08 14:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering 0 hosts 2012-11-08 14:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts done 2012-11-08 14:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering storage domains is disabled, skipping 2012-11-08 14:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts 2012-11-08 14:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering 0 hosts 2012-11-08 14:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts done 2012-11-08 14:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering storage domains is disabled, skipping 2012-11-08 14:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts 2012-11-08 14:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering 0 hosts 2012-11-08 14:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts done 2012-11-08 14:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering storage domains is disabled, skipping 2012-11-08 14:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts 2012-11-08 14:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering 0 hosts 2012-11-08 14:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts done 2012-11-08 14:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering storage domains is disabled, skipping 2012-11-08 14:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Checking autorecoverable hosts 2012-11-08 14:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Autorecovering 0 hosts 2012-11-08 14:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Checking autorecoverable hosts done 2012-11-08 14:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Autorecovering storage domains is disabled, skipping 2012-11-08 14:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts 2012-11-08 14:40:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering 0 hosts 2012-11-08 14:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts done 2012-11-08 14:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering storage domains is disabled, skipping 2012-11-08 14:40:52,445 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 14:40:52,490 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 14:40:52,490 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginAdminUserCommand internal: false. 2012-11-08 14:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts 2012-11-08 14:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering 0 hosts 2012-11-08 14:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts done 2012-11-08 14:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering storage domains is disabled, skipping 2012-11-08 14:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts 2012-11-08 14:50:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering 0 hosts 2012-11-08 14:50:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts done 2012-11-08 14:50:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering storage domains is disabled, skipping 2012-11-08 14:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-08 14:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-08 14:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-08 14:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-08 15:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-08 15:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-08 15:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-08 15:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-08 15:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts 2012-11-08 15:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering 0 hosts 2012-11-08 15:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts done 2012-11-08 15:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering storage domains is disabled, skipping 2012-11-08 15:07:08,968 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-3) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 15:07:08,983 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts 2012-11-08 15:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering 0 hosts 2012-11-08 15:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts done 2012-11-08 15:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering storage domains is disabled, skipping 2012-11-08 15:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts 2012-11-08 15:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering 0 hosts 2012-11-08 15:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts done 2012-11-08 15:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering storage domains is disabled, skipping 2012-11-08 15:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts 2012-11-08 15:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering 0 hosts 2012-11-08 15:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts done 2012-11-08 15:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering storage domains is disabled, skipping 2012-11-08 15:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts 2012-11-08 15:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering 0 hosts 2012-11-08 15:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts done 2012-11-08 15:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering storage domains is disabled, skipping 2012-11-08 15:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts 2012-11-08 15:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering 0 hosts 2012-11-08 15:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts done 2012-11-08 15:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering storage domains is disabled, skipping 2012-11-08 15:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-08 15:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-08 15:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-08 15:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-08 15:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts 2012-11-08 15:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering 0 hosts 2012-11-08 15:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts done 2012-11-08 15:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering storage domains is disabled, skipping 2012-11-08 15:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts 2012-11-08 15:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering 0 hosts 2012-11-08 15:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts done 2012-11-08 15:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering storage domains is disabled, skipping 2012-11-08 15:47:18,699 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:47:18,750 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 15:47:18,751 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginAdminUserCommand internal: false. 2012-11-08 15:47:27,160 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:47:27,210 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 15:47:27,210 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 15:47:27,279 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:47:27,282 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [3106c0bf] Running command: LogoutUserCommand internal: false. 2012-11-08 15:47:27,345 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:47:27,421 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 15:47:27,422 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 15:47:27,507 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:47:27,510 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [1fdd964f] Running command: LogoutUserCommand internal: false. 2012-11-08 15:47:27,690 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:47:27,741 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 15:47:27,741 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 15:47:27,844 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:47:27,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [1994c1ee] Running command: LogoutUserCommand internal: false. 2012-11-08 15:47:27,899 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:47:27,957 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 15:47:27,958 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 15:47:28,019 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:47:28,022 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [79190b67] Running command: LogoutUserCommand internal: false. 2012-11-08 15:47:28,092 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:47:28,148 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 15:47:28,148 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 15:47:28,181 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:47:28,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [61a85454] Running command: LogoutUserCommand internal: false. 2012-11-08 15:47:28,250 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:47:28,292 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 15:47:28,292 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 15:47:28,340 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:47:28,343 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [4a91653] Running command: LogoutUserCommand internal: false. 2012-11-08 15:47:28,390 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:47:28,467 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 15:47:28,467 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 15:47:28,529 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:47:28,532 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [73b43032] Running command: LogoutUserCommand internal: false. 2012-11-08 15:47:28,630 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:47:28,673 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 15:47:28,673 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 15:47:28,717 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:47:28,720 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [7dafd8a3] Running command: LogoutUserCommand internal: false. 2012-11-08 15:47:28,780 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:47:28,823 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 15:47:28,824 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 15:47:28,930 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:47:28,933 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [6c82f52d] Running command: LogoutUserCommand internal: false. 2012-11-08 15:47:28,992 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:47:29,044 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 15:47:29,044 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 15:47:29,138 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:47:29,141 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [45251c1d] Running command: LogoutUserCommand internal: false. 2012-11-08 15:47:29,202 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:47:29,249 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 15:47:29,249 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 15:47:29,365 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:47:29,367 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [4edd7cfb] Running command: LogoutUserCommand internal: false. 2012-11-08 15:47:29,424 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:47:29,466 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 15:47:29,467 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 15:47:29,532 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:47:29,535 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [45abed53] Running command: LogoutUserCommand internal: false. 2012-11-08 15:47:29,609 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:47:29,692 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 15:47:29,692 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 15:47:29,783 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:47:29,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [78be5cfc] Running command: LogoutUserCommand internal: false. 2012-11-08 15:47:29,855 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:47:29,897 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 15:47:29,897 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 15:47:29,960 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:47:30,000 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [4c06e5db] Running command: LogoutUserCommand internal: false. 2012-11-08 15:47:30,128 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:47:30,170 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 15:47:30,170 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 15:47:30,216 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:47:30,244 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [1e7f79ee] Running command: LogoutUserCommand internal: false. 2012-11-08 15:47:40,316 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:47:40,357 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 15:47:40,357 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 15:47:40,403 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:47:40,430 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [55c60f0b] Running command: LogoutUserCommand internal: false. 2012-11-08 15:48:58,908 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:48:58,956 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 15:48:58,957 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 15:48:59,030 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:48:59,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [ce44f73] Running command: LogoutUserCommand internal: false. 2012-11-08 15:48:59,097 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:48:59,142 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 15:48:59,142 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 15:48:59,219 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:48:59,221 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [3cdfde13] Running command: LogoutUserCommand internal: false. 2012-11-08 15:48:59,312 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:48:59,377 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 15:48:59,377 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 15:48:59,428 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:48:59,430 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [51a0e249] Running command: LogoutUserCommand internal: false. 2012-11-08 15:48:59,510 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:48:59,554 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 15:48:59,554 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 15:48:59,747 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:48:59,750 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [620976a6] Running command: LogoutUserCommand internal: false. 2012-11-08 15:48:59,822 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:48:59,866 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 15:48:59,866 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 15:48:59,952 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:48:59,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [7812bc99] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:00,051 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:00,126 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:00,126 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:00,240 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:00,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [e2b6d3d] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:00,339 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:00,402 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:00,402 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:00,506 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:00,508 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [3f2cff73] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:00,593 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:00,659 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:00,659 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:00,742 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:00,745 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [903f658] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:00,828 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:00,975 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:00,975 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:01,949 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:01,952 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [5e259f78] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:02,208 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:02,375 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:02,376 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:02,615 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:02,621 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1e13069f] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:02,779 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:02,836 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:02,837 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:02,957 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:02,960 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [6027b78e] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:03,031 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:03,074 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:03,075 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:03,156 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:03,158 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [5e345c07] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:03,212 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:03,274 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:03,274 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:03,312 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:03,318 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [7e0f5878] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:03,387 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:03,425 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:03,425 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:03,488 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:03,501 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [28fde5e3] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:03,567 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:03,611 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:03,611 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:03,756 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:03,783 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [29e3a6f5] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:03,879 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:03,973 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:03,973 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:04,019 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:04,123 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-2) [696598cc] Lock Acquired to object EngineLock [exclusiveLocks= key: cd-payload value: VM_NAME , sharedLocks= ] 2012-11-08 15:49:04,149 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [696598cc] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 42a78d79 2012-11-08 15:49:04,150 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [696598cc] FINISH, IsValidVDSCommand, return: true, log id: 42a78d79 2012-11-08 15:49:04,207 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-2) [696598cc] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-08 15:49:04,208 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [696598cc] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5ab9e1b1 2012-11-08 15:49:04,209 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [696598cc] FINISH, IsValidVDSCommand, return: true, log id: 5ab9e1b1 2012-11-08 15:49:04,215 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-2) [696598cc] MacPoolManager::allocateNewMac entered 2012-11-08 15:49:04,215 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-2) [696598cc] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:5d 2012-11-08 15:49:04,287 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-2) [696598cc] Lock freed to object EngineLock [exclusiveLocks= key: cd-payload value: VM_NAME , sharedLocks= ] 2012-11-08 15:49:04,287 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-2) [696598cc] START, SetVmStatusVDSCommand( vmId = 96bf99ef-da84-4e8b-bc27-57caf19529ae, status = ImageLocked), log id: 214c5d7a 2012-11-08 15:49:04,292 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-2) [696598cc] FINISH, SetVmStatusVDSCommand, log id: 214c5d7a 2012-11-08 15:49:04,295 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-2) [475dce70] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-08 15:49:04,300 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-2) [475dce70] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 37534480 2012-11-08 15:49:04,406 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-2) [475dce70] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 37534480 2012-11-08 15:49:04,410 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-2) [475dce70] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = c21fcaf0-5572-4c72-8c05-49b4c9ac3f13, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = a9620347-3308-4911-a2b4-3d12d38559bf, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 339dc89b 2012-11-08 15:49:04,411 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-2) [475dce70] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-08 15:49:04,411 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-2) [475dce70] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=c21fcaf0-5572-4c72-8c05-49b4c9ac3f13 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=a9620347-3308-4911-a2b4-3d12d38559bf descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-08 15:49:05,214 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-2) [475dce70] FINISH, CreateSnapshotVDSCommand, return: a9620347-3308-4911-a2b4-3d12d38559bf, log id: 339dc89b 2012-11-08 15:49:05,294 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-2) [475dce70] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 96bf99ef-da84-4e8b-bc27-57caf19529ae 2012-11-08 15:49:05,294 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-2) [475dce70] EntityMultiAsyncTasks::AttachTask: Attaching task 907ba3e6-860e-4c99-a933-f854661b54a1 to entity 96bf99ef-da84-4e8b-bc27-57caf19529ae. 2012-11-08 15:49:05,296 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-2) [475dce70] Adding task 907ba3e6-860e-4c99-a933-f854661b54a1 to DataBase 2012-11-08 15:49:05,619 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-2) [475dce70] Adding task 907ba3e6-860e-4c99-a933-f854661b54a1 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-08 15:49:05,885 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-2) [475dce70] BaseAsyncTask::StartPollingTask: Starting to poll task 907ba3e6-860e-4c99-a933-f854661b54a1. 2012-11-08 15:49:05,885 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-2) [475dce70] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 96bf99ef-da84-4e8b-bc27-57caf19529ae is AddVm (determined by task 907ba3e6-860e-4c99-a933-f854661b54a1) 2012-11-08 15:49:06,478 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [db55674] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:06,588 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:06,745 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:06,745 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:07,464 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:07,495 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [21021666] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:07,676 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:07,763 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:07,764 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:07,839 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:07,875 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [99fc557] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:13,707 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-31) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-08 15:49:13,730 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-31) SPMAsyncTask::PollTask: Polling task 907ba3e6-860e-4c99-a933-f854661b54a1 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-08 15:49:13,746 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-31) BaseAsyncTask::OnTaskEndSuccess: Task 907ba3e6-860e-4c99-a933-f854661b54a1 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-08 15:49:13,747 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-31) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 96bf99ef-da84-4e8b-bc27-57caf19529ae has ended -> executing EndAction 2012-11-08 15:49:13,747 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-31) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 96bf99ef-da84-4e8b-bc27-57caf19529ae): calling EndAction for action type AddVm. 2012-11-08 15:49:13,747 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-08 15:49:13,770 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-49) [696598cc] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-08 15:49:13,772 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-49) [475dce70] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-08 15:49:13,774 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [475dce70] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = c21fcaf0-5572-4c72-8c05-49b4c9ac3f13, imageId = a9620347-3308-4911-a2b4-3d12d38559bf), log id: 19bfd502 2012-11-08 15:49:13,834 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [475dce70] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@b6da0bef, log id: 19bfd502 2012-11-08 15:49:13,841 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) START, SetVmStatusVDSCommand( vmId = 96bf99ef-da84-4e8b-bc27-57caf19529ae, status = Down), log id: 3a2149b9 2012-11-08 15:49:13,845 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) FINISH, SetVmStatusVDSCommand, log id: 3a2149b9 2012-11-08 15:49:13,884 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 2f683daf 2012-11-08 15:49:13,940 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) FINISH, UpdateVMVDSCommand, log id: 2f683daf 2012-11-08 15:49:13,993 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-08 15:49:13,993 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-08 15:49:14,008 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 907ba3e6-860e-4c99-a933-f854661b54a1 2012-11-08 15:49:14,008 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 907ba3e6-860e-4c99-a933-f854661b54a1), log id: 34be935f 2012-11-08 15:49:14,010 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=907ba3e6-860e-4c99-a933-f854661b54a1), log id: 668896dc 2012-11-08 15:49:14,297 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) FINISH, HSMClearTaskVDSCommand, log id: 668896dc 2012-11-08 15:49:14,297 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) FINISH, SPMClearTaskVDSCommand, log id: 34be935f 2012-11-08 15:49:14,312 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) BaseAsyncTask::RemoveTaskFromDB: Removed task 907ba3e6-860e-4c99-a933-f854661b54a1 from DataBase 2012-11-08 15:49:14,312 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 96bf99ef-da84-4e8b-bc27-57caf19529ae 2012-11-08 15:49:17,938 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:17,979 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:17,979 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:18,063 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:18,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [2da7c9ac] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:18,244 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:18,291 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:18,291 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:18,351 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:18,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [191996e7] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:18,438 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:18,507 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:18,507 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:18,623 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:18,740 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [43d1bd42] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 37aa31d2 2012-11-08 15:49:18,742 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [43d1bd42] FINISH, IsValidVDSCommand, return: true, log id: 37aa31d2 2012-11-08 15:49:18,837 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-8) [43d1bd42] START, IsVmDuringInitiatingVDSCommand( vmId = 96bf99ef-da84-4e8b-bc27-57caf19529ae), log id: 2387d26a 2012-11-08 15:49:18,837 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-8) [43d1bd42] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 2387d26a 2012-11-08 15:49:18,906 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-8) [43d1bd42] Running command: RunVmOnceCommand internal: false. Entities affected : ID: 96bf99ef-da84-4e8b-bc27-57caf19529ae Type: VM 2012-11-08 15:49:18,924 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-8) [43d1bd42] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=96bf99ef-da84-4e8b-bc27-57caf19529ae, vm=org.ovirt.engine.core.common.businessentities.VM@640b65c8), log id: 706ee596 2012-11-08 15:49:18,929 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-8) [43d1bd42] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=96bf99ef-da84-4e8b-bc27-57caf19529ae, vm=org.ovirt.engine.core.common.businessentities.VM@640b65c8), log id: 4ea787bf 2012-11-08 15:49:18,986 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-8) [43d1bd42] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=96bf99ef-da84-4e8b-bc27-57caf19529ae,devices=[Ljava.util.Map;@15a1f9ec,acpiEnable=true,vmName=cd-payload,cpuType=Penryn,custom={device_04ba0be5-d2c3-4250-be39-56343773e0d1device_82dbe169-c27f-48bf-afe0-f498eae69125=VmDevice {vmId=96bf99ef-da84-4e8b-bc27-57caf19529ae, deviceId=82dbe169-c27f-48bf-afe0-f498eae69125, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_04ba0be5-d2c3-4250-be39-56343773e0d1device_82dbe169-c27f-48bf-afe0-f498eae69125device_a724a109-8d76-40fe-a3f7-94a6341bcfb7device_b26c4584-bb85-4b13-b1c6-bc663e47da53=VmDevice {vmId=96bf99ef-da84-4e8b-bc27-57caf19529ae, deviceId=b26c4584-bb85-4b13-b1c6-bc663e47da53, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_04ba0be5-d2c3-4250-be39-56343773e0d1=VmDevice {vmId=96bf99ef-da84-4e8b-bc27-57caf19529ae, deviceId=04ba0be5-d2c3-4250-be39-56343773e0d1, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_04ba0be5-d2c3-4250-be39-56343773e0d1device_82dbe169-c27f-48bf-afe0-f498eae69125device_a724a109-8d76-40fe-a3f7-94a6341bcfb7device_b26c4584-bb85-4b13-b1c6-bc663e47da53device_fc31a8b6-d9e5-469c-92fe-78d38cd5edc2=VmDevice {vmId=96bf99ef-da84-4e8b-bc27-57caf19529ae, deviceId=fc31a8b6-d9e5-469c-92fe-78d38cd5edc2, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_04ba0be5-d2c3-4250-be39-56343773e0d1device_82dbe169-c27f-48bf-afe0-f498eae69125device_a724a109-8d76-40fe-a3f7-94a6341bcfb7device_b26c4584-bb85-4b13-b1c6-bc663e47da53device_fc31a8b6-d9e5-469c-92fe-78d38cd5edc2device_fe814fc4-e809-47df-821e-d2ad41a644bc=VmDevice {vmId=96bf99ef-da84-4e8b-bc27-57caf19529ae, deviceId=fe814fc4-e809-47df-821e-d2ad41a644bc, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}, device_04ba0be5-d2c3-4250-be39-56343773e0d1device_82dbe169-c27f-48bf-afe0-f498eae69125device_a724a109-8d76-40fe-a3f7-94a6341bcfb7=VmDevice {vmId=96bf99ef-da84-4e8b-bc27-57caf19529ae, deviceId=a724a109-8d76-40fe-a3f7-94a6341bcfb7, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}} 2012-11-08 15:49:18,986 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-8) [43d1bd42] FINISH, CreateVDSCommand, log id: 4ea787bf 2012-11-08 15:49:18,987 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-8) [43d1bd42] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: cd-payload 2012-11-08 15:49:18,992 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-8) [43d1bd42] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 706ee596 2012-11-08 15:49:19,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [3dd60a87] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:19,107 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:19,172 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:19,172 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:19,206 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:19,227 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [7bd77d1b] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:20,578 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-33) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[96bf99ef-da84-4e8b-bc27-57caf19529ae]), log id: 45f5cd03 2012-11-08 15:49:20,596 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-33) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@c66a3d7, log id: 45f5cd03 2012-11-08 15:49:20,610 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-33) Recieved a qxl Device without an address when processing VM 96bf99ef-da84-4e8b-bc27-57caf19529ae devices, skipping device: {specParams={vram=65536}, device=qxl, type=video, deviceId=fea83b88-4647-41f7-a265-68b81b81bb25} 2012-11-08 15:49:20,611 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-33) Recieved a memballoon Device without an address when processing VM 96bf99ef-da84-4e8b-bc27-57caf19529ae devices, skipping device: {specParams={model=virtio}, device=memballoon, type=balloon, deviceId=5148831b-3194-4a68-a458-38ea0052db50} 2012-11-08 15:49:20,611 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-33) Recieved a cdrom Device without an address when processing VM 96bf99ef-da84-4e8b-bc27-57caf19529ae devices, skipping device: {shared=false, iface=ide, index=2, specParams={vmPayload={file={file.cd=cGF5bG9hZCBjZHJvbSE= }}}, device=cdrom, path=/var/run/vdsm/payload/96bf99ef-da84-4e8b-bc27-57caf19529ae.94aba3985e96a5ac33579c81fda0c216.img, type=disk, readonly=true, deviceId=b569c6a0-5a9b-4c90-8412-25556ecba05a} 2012-11-08 15:49:27,525 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-42) VM cd-payload 96bf99ef-da84-4e8b-bc27-57caf19529ae moved from WaitForLaunch --> PoweringUp 2012-11-08 15:49:27,526 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-42) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[96bf99ef-da84-4e8b-bc27-57caf19529ae]), log id: 1972975f 2012-11-08 15:49:27,545 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-42) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@322feb06, log id: 1972975f 2012-11-08 15:49:29,317 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:29,355 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:29,356 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:29,403 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:29,435 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [385322e3] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:39,492 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:39,551 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:39,551 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:39,625 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:39,655 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [65f6bab1] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:49,748 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:49,790 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:49,790 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 15:49:49,835 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:49:49,870 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [74394378] Running command: LogoutUserCommand internal: false. 2012-11-08 15:49:59,946 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:49:59,985 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-08 15:49:59,985 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-08 15:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts 2012-11-08 15:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering 0 hosts 2012-11-08 15:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts done 2012-11-08 15:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering storage domains is disabled, skipping 2012-11-08 15:50:00,094 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:50:00,123 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [35ee4f5f] Running command: LogoutUserCommand internal: false. 2012-11-08 15:50:10,203 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:50:10,256 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 15:50:10,256 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 15:50:10,345 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:50:10,385 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [26892781] Running command: LogoutUserCommand internal: false. 2012-11-08 15:50:17,990 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-82) Setting new tasks map. The map contains now 0 tasks 2012-11-08 15:50:17,990 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-82) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-08 15:50:17,993 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-82) Could not find vds that is spm and non-operational. 2012-11-08 15:50:20,009 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-84) VM cd-payload 96bf99ef-da84-4e8b-bc27-57caf19529ae moved from PoweringUp --> Up 2012-11-08 15:50:20,025 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-84) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@973cbb78), log id: 4b285a79 2012-11-08 15:50:20,038 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-84) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 4b285a79 2012-11-08 15:50:20,513 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:50:20,556 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 15:50:20,556 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 15:50:20,623 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:50:20,657 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6ded8ccb] Running command: LogoutUserCommand internal: false. 2012-11-08 15:50:30,728 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:50:30,797 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-08 15:50:30,797 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-08 15:50:31,521 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:50:31,551 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [591b629b] Running command: LogoutUserCommand internal: false. 2012-11-08 15:50:41,643 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:50:41,705 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-08 15:50:41,705 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-08 15:50:41,782 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:50:41,820 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [140962be] Running command: LogoutUserCommand internal: false. 2012-11-08 15:50:51,942 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:50:51,990 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-08 15:50:51,990 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-08 15:50:52,047 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:50:52,077 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [302807c7] Running command: LogoutUserCommand internal: false. 2012-11-08 15:51:02,153 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:51:02,215 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-08 15:51:02,215 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-08 15:51:02,246 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:51:02,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [7b675495] Running command: LogoutUserCommand internal: false. 2012-11-08 15:51:12,364 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 15:51:12,739 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-08 15:51:12,739 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-08 15:51:12,768 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-08 15:51:12,798 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [a7753c9] Running command: LogoutUserCommand internal: false. 2012-11-08 15:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts 2012-11-08 15:55:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering 0 hosts 2012-11-08 15:55:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts done 2012-11-08 15:55:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering storage domains is disabled, skipping 2012-11-08 16:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts 2012-11-08 16:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering 0 hosts 2012-11-08 16:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts done 2012-11-08 16:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering storage domains is disabled, skipping 2012-11-08 16:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-08 16:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-08 16:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-08 16:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-08 16:07:09,021 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-22) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 16:07:09,035 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-22) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 16:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-08 16:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-08 16:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-08 16:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-08 16:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts 2012-11-08 16:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering 0 hosts 2012-11-08 16:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts done 2012-11-08 16:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering storage domains is disabled, skipping 2012-11-08 16:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts 2012-11-08 16:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering 0 hosts 2012-11-08 16:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts done 2012-11-08 16:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering storage domains is disabled, skipping 2012-11-08 16:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts 2012-11-08 16:25:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering 0 hosts 2012-11-08 16:25:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts done 2012-11-08 16:25:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering storage domains is disabled, skipping 2012-11-08 16:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts 2012-11-08 16:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering 0 hosts 2012-11-08 16:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts done 2012-11-08 16:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering storage domains is disabled, skipping 2012-11-08 16:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts 2012-11-08 16:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering 0 hosts 2012-11-08 16:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts done 2012-11-08 16:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering storage domains is disabled, skipping 2012-11-08 16:35:41,305 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [a432b20] Running command: LogoutUserCommand internal: false. 2012-11-08 16:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts 2012-11-08 16:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering 0 hosts 2012-11-08 16:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts done 2012-11-08 16:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering storage domains is disabled, skipping 2012-11-08 16:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-08 16:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-08 16:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-08 16:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-08 16:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts 2012-11-08 16:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering 0 hosts 2012-11-08 16:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts done 2012-11-08 16:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering storage domains is disabled, skipping 2012-11-08 16:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-08 16:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-08 16:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-08 16:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-08 17:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts 2012-11-08 17:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering 0 hosts 2012-11-08 17:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts done 2012-11-08 17:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering storage domains is disabled, skipping 2012-11-08 17:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-08 17:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-08 17:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-08 17:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-08 17:07:09,069 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-6) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 17:07:09,081 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 17:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts 2012-11-08 17:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering 0 hosts 2012-11-08 17:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts done 2012-11-08 17:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering storage domains is disabled, skipping 2012-11-08 17:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-08 17:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-08 17:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-08 17:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-08 17:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts 2012-11-08 17:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering 0 hosts 2012-11-08 17:20:00,024 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts done 2012-11-08 17:20:00,024 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering storage domains is disabled, skipping 2012-11-08 17:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts 2012-11-08 17:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering 0 hosts 2012-11-08 17:25:00,024 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts done 2012-11-08 17:25:00,024 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering storage domains is disabled, skipping 2012-11-08 17:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts 2012-11-08 17:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering 0 hosts 2012-11-08 17:30:00,019 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts done 2012-11-08 17:30:00,019 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering storage domains is disabled, skipping 2012-11-08 17:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-08 17:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-08 17:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-08 17:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-08 17:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts 2012-11-08 17:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering 0 hosts 2012-11-08 17:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts done 2012-11-08 17:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering storage domains is disabled, skipping 2012-11-08 17:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts 2012-11-08 17:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering 0 hosts 2012-11-08 17:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts done 2012-11-08 17:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering storage domains is disabled, skipping 2012-11-08 17:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts 2012-11-08 17:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering 0 hosts 2012-11-08 17:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts done 2012-11-08 17:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering storage domains is disabled, skipping 2012-11-08 17:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts 2012-11-08 17:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering 0 hosts 2012-11-08 17:55:00,023 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts done 2012-11-08 17:55:00,023 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering storage domains is disabled, skipping 2012-11-08 18:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts 2012-11-08 18:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering 0 hosts 2012-11-08 18:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts done 2012-11-08 18:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering storage domains is disabled, skipping 2012-11-08 18:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts 2012-11-08 18:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering 0 hosts 2012-11-08 18:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts done 2012-11-08 18:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering storage domains is disabled, skipping 2012-11-08 18:07:09,094 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-98) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 18:07:09,107 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-98) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 18:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-08 18:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-08 18:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-08 18:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-08 18:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts 2012-11-08 18:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering 0 hosts 2012-11-08 18:15:00,047 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts done 2012-11-08 18:15:00,047 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering storage domains is disabled, skipping 2012-11-08 18:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts 2012-11-08 18:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering 0 hosts 2012-11-08 18:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts done 2012-11-08 18:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering storage domains is disabled, skipping 2012-11-08 18:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts 2012-11-08 18:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering 0 hosts 2012-11-08 18:25:00,018 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts done 2012-11-08 18:25:00,018 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering storage domains is disabled, skipping 2012-11-08 18:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-08 18:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-08 18:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-08 18:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-08 18:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-08 18:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-08 18:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-08 18:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-08 18:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts 2012-11-08 18:40:00,445 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering 0 hosts 2012-11-08 18:40:00,445 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts done 2012-11-08 18:40:00,445 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering storage domains is disabled, skipping 2012-11-08 18:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-08 18:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-08 18:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-08 18:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-08 18:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts 2012-11-08 18:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering 0 hosts 2012-11-08 18:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts done 2012-11-08 18:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering storage domains is disabled, skipping 2012-11-08 18:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts 2012-11-08 18:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering 0 hosts 2012-11-08 18:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts done 2012-11-08 18:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering storage domains is disabled, skipping 2012-11-08 19:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts 2012-11-08 19:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering 0 hosts 2012-11-08 19:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts done 2012-11-08 19:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering storage domains is disabled, skipping 2012-11-08 19:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts 2012-11-08 19:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering 0 hosts 2012-11-08 19:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts done 2012-11-08 19:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering storage domains is disabled, skipping 2012-11-08 19:07:09,122 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-6) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 19:07:09,140 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 19:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts 2012-11-08 19:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering 0 hosts 2012-11-08 19:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts done 2012-11-08 19:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering storage domains is disabled, skipping 2012-11-08 19:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts 2012-11-08 19:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering 0 hosts 2012-11-08 19:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts done 2012-11-08 19:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering storage domains is disabled, skipping 2012-11-08 19:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts 2012-11-08 19:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering 0 hosts 2012-11-08 19:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts done 2012-11-08 19:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering storage domains is disabled, skipping 2012-11-08 19:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts 2012-11-08 19:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering 0 hosts 2012-11-08 19:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts done 2012-11-08 19:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering storage domains is disabled, skipping 2012-11-08 19:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts 2012-11-08 19:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering 0 hosts 2012-11-08 19:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts done 2012-11-08 19:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering storage domains is disabled, skipping 2012-11-08 19:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts 2012-11-08 19:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering 0 hosts 2012-11-08 19:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts done 2012-11-08 19:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering storage domains is disabled, skipping 2012-11-08 19:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts 2012-11-08 19:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering 0 hosts 2012-11-08 19:40:00,021 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts done 2012-11-08 19:40:00,021 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering storage domains is disabled, skipping 2012-11-08 19:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-08 19:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-08 19:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-08 19:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-08 19:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts 2012-11-08 19:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering 0 hosts 2012-11-08 19:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts done 2012-11-08 19:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering storage domains is disabled, skipping 2012-11-08 19:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-08 19:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-08 19:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-08 19:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-08 20:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts 2012-11-08 20:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering 0 hosts 2012-11-08 20:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts done 2012-11-08 20:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering storage domains is disabled, skipping 2012-11-08 20:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts 2012-11-08 20:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering 0 hosts 2012-11-08 20:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts done 2012-11-08 20:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering storage domains is disabled, skipping 2012-11-08 20:07:09,156 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-15) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 20:07:09,168 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-15) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 20:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-08 20:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-08 20:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-08 20:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-08 20:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-08 20:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-08 20:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-08 20:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-08 20:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts 2012-11-08 20:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering 0 hosts 2012-11-08 20:20:00,018 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts done 2012-11-08 20:20:00,018 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering storage domains is disabled, skipping 2012-11-08 20:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts 2012-11-08 20:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering 0 hosts 2012-11-08 20:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts done 2012-11-08 20:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering storage domains is disabled, skipping 2012-11-08 20:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts 2012-11-08 20:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering 0 hosts 2012-11-08 20:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts done 2012-11-08 20:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering storage domains is disabled, skipping 2012-11-08 20:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts 2012-11-08 20:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering 0 hosts 2012-11-08 20:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts done 2012-11-08 20:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering storage domains is disabled, skipping 2012-11-08 20:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-08 20:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-08 20:40:00,015 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-08 20:40:00,015 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-08 20:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-08 20:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-08 20:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-08 20:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-08 20:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts 2012-11-08 20:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering 0 hosts 2012-11-08 20:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts done 2012-11-08 20:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering storage domains is disabled, skipping 2012-11-08 20:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-08 20:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-08 20:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-08 20:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-08 21:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts 2012-11-08 21:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering 0 hosts 2012-11-08 21:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts done 2012-11-08 21:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering storage domains is disabled, skipping 2012-11-08 21:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts 2012-11-08 21:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering 0 hosts 2012-11-08 21:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts done 2012-11-08 21:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering storage domains is disabled, skipping 2012-11-08 21:07:09,184 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-14) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 21:07:09,196 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-14) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 21:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts 2012-11-08 21:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering 0 hosts 2012-11-08 21:10:00,013 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts done 2012-11-08 21:10:00,013 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering storage domains is disabled, skipping 2012-11-08 21:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts 2012-11-08 21:15:00,021 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering 0 hosts 2012-11-08 21:15:00,021 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts done 2012-11-08 21:15:00,021 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering storage domains is disabled, skipping 2012-11-08 21:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts 2012-11-08 21:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering 0 hosts 2012-11-08 21:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts done 2012-11-08 21:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering storage domains is disabled, skipping 2012-11-08 21:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts 2012-11-08 21:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering 0 hosts 2012-11-08 21:25:00,028 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts done 2012-11-08 21:25:00,028 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering storage domains is disabled, skipping 2012-11-08 21:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-08 21:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-08 21:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-08 21:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-08 21:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts 2012-11-08 21:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering 0 hosts 2012-11-08 21:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts done 2012-11-08 21:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering storage domains is disabled, skipping 2012-11-08 21:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts 2012-11-08 21:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering 0 hosts 2012-11-08 21:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts done 2012-11-08 21:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering storage domains is disabled, skipping 2012-11-08 21:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts 2012-11-08 21:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering 0 hosts 2012-11-08 21:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts done 2012-11-08 21:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering storage domains is disabled, skipping 2012-11-08 21:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-08 21:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-08 21:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-08 21:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-08 21:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts 2012-11-08 21:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering 0 hosts 2012-11-08 21:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts done 2012-11-08 21:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering storage domains is disabled, skipping 2012-11-08 22:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-08 22:00:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-08 22:00:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-08 22:00:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-08 22:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts 2012-11-08 22:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering 0 hosts 2012-11-08 22:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts done 2012-11-08 22:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering storage domains is disabled, skipping 2012-11-08 22:07:09,218 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-23) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 22:07:09,232 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-23) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 22:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-08 22:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-08 22:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-08 22:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-08 22:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts 2012-11-08 22:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering 0 hosts 2012-11-08 22:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts done 2012-11-08 22:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering storage domains is disabled, skipping 2012-11-08 22:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts 2012-11-08 22:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering 0 hosts 2012-11-08 22:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts done 2012-11-08 22:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering storage domains is disabled, skipping 2012-11-08 22:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-08 22:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-08 22:25:00,011 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-08 22:25:00,011 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-08 22:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-08 22:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-08 22:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-08 22:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-08 22:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts 2012-11-08 22:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering 0 hosts 2012-11-08 22:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts done 2012-11-08 22:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering storage domains is disabled, skipping 2012-11-08 22:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-08 22:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-08 22:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-08 22:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-08 22:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts 2012-11-08 22:45:00,007 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering 0 hosts 2012-11-08 22:45:00,007 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts done 2012-11-08 22:45:00,007 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering storage domains is disabled, skipping 2012-11-08 22:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-08 22:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-08 22:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-08 22:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-08 22:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts 2012-11-08 22:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering 0 hosts 2012-11-08 22:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts done 2012-11-08 22:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering storage domains is disabled, skipping 2012-11-08 23:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts 2012-11-08 23:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering 0 hosts 2012-11-08 23:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts done 2012-11-08 23:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering storage domains is disabled, skipping 2012-11-08 23:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts 2012-11-08 23:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering 0 hosts 2012-11-08 23:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts done 2012-11-08 23:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering storage domains is disabled, skipping 2012-11-08 23:07:09,245 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-5) DbUserCacheManager::refreshAllUserData() - entered 2012-11-08 23:07:09,258 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-08 23:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Checking autorecoverable hosts 2012-11-08 23:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Autorecovering 0 hosts 2012-11-08 23:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Checking autorecoverable hosts done 2012-11-08 23:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Autorecovering storage domains is disabled, skipping 2012-11-08 23:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-08 23:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-08 23:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-08 23:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-08 23:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts 2012-11-08 23:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering 0 hosts 2012-11-08 23:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts done 2012-11-08 23:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering storage domains is disabled, skipping 2012-11-08 23:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts 2012-11-08 23:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering 0 hosts 2012-11-08 23:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts done 2012-11-08 23:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering storage domains is disabled, skipping 2012-11-08 23:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts 2012-11-08 23:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering 0 hosts 2012-11-08 23:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts done 2012-11-08 23:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering storage domains is disabled, skipping 2012-11-08 23:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts 2012-11-08 23:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering 0 hosts 2012-11-08 23:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts done 2012-11-08 23:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering storage domains is disabled, skipping 2012-11-08 23:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts 2012-11-08 23:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering 0 hosts 2012-11-08 23:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts done 2012-11-08 23:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering storage domains is disabled, skipping 2012-11-08 23:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts 2012-11-08 23:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering 0 hosts 2012-11-08 23:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts done 2012-11-08 23:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering storage domains is disabled, skipping 2012-11-08 23:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts 2012-11-08 23:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering 0 hosts 2012-11-08 23:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts done 2012-11-08 23:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering storage domains is disabled, skipping 2012-11-08 23:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts 2012-11-08 23:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering 0 hosts 2012-11-08 23:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts done 2012-11-08 23:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering storage domains is disabled, skipping 2012-11-09 00:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts 2012-11-09 00:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering 0 hosts 2012-11-09 00:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts done 2012-11-09 00:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering storage domains is disabled, skipping 2012-11-09 00:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts 2012-11-09 00:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering 0 hosts 2012-11-09 00:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts done 2012-11-09 00:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering storage domains is disabled, skipping 2012-11-09 00:07:09,272 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-13) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 00:07:09,285 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-13) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 00:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-09 00:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-09 00:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-09 00:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-09 00:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-09 00:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-09 00:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-09 00:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-09 00:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-09 00:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-09 00:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-09 00:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-09 00:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-09 00:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-09 00:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-09 00:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-09 00:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-09 00:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-09 00:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-09 00:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-09 00:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-09 00:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-09 00:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-09 00:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-09 00:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts 2012-11-09 00:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering 0 hosts 2012-11-09 00:40:00,015 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts done 2012-11-09 00:40:00,015 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering storage domains is disabled, skipping 2012-11-09 00:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts 2012-11-09 00:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering 0 hosts 2012-11-09 00:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts done 2012-11-09 00:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering storage domains is disabled, skipping 2012-11-09 00:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-09 00:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-09 00:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-09 00:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-09 00:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts 2012-11-09 00:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering 0 hosts 2012-11-09 00:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts done 2012-11-09 00:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering storage domains is disabled, skipping 2012-11-09 01:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-09 01:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-09 01:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-09 01:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-09 01:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts 2012-11-09 01:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering 0 hosts 2012-11-09 01:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts done 2012-11-09 01:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering storage domains is disabled, skipping 2012-11-09 01:07:09,300 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-23) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 01:07:09,312 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-23) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 01:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts 2012-11-09 01:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering 0 hosts 2012-11-09 01:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts done 2012-11-09 01:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering storage domains is disabled, skipping 2012-11-09 01:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts 2012-11-09 01:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering 0 hosts 2012-11-09 01:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts done 2012-11-09 01:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering storage domains is disabled, skipping 2012-11-09 01:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts 2012-11-09 01:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering 0 hosts 2012-11-09 01:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts done 2012-11-09 01:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering storage domains is disabled, skipping 2012-11-09 01:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts 2012-11-09 01:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering 0 hosts 2012-11-09 01:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts done 2012-11-09 01:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering storage domains is disabled, skipping 2012-11-09 01:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-09 01:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-09 01:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-09 01:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-09 01:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts 2012-11-09 01:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering 0 hosts 2012-11-09 01:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts done 2012-11-09 01:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering storage domains is disabled, skipping 2012-11-09 01:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts 2012-11-09 01:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering 0 hosts 2012-11-09 01:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts done 2012-11-09 01:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering storage domains is disabled, skipping 2012-11-09 01:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts 2012-11-09 01:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering 0 hosts 2012-11-09 01:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts done 2012-11-09 01:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering storage domains is disabled, skipping 2012-11-09 01:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts 2012-11-09 01:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering 0 hosts 2012-11-09 01:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts done 2012-11-09 01:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering storage domains is disabled, skipping 2012-11-09 01:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts 2012-11-09 01:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering 0 hosts 2012-11-09 01:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts done 2012-11-09 01:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering storage domains is disabled, skipping 2012-11-09 02:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts 2012-11-09 02:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering 0 hosts 2012-11-09 02:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts done 2012-11-09 02:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering storage domains is disabled, skipping 2012-11-09 02:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts 2012-11-09 02:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering 0 hosts 2012-11-09 02:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts done 2012-11-09 02:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering storage domains is disabled, skipping 2012-11-09 02:07:09,328 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-30) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 02:07:09,346 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-30) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 02:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-09 02:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-09 02:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-09 02:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-09 02:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts 2012-11-09 02:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering 0 hosts 2012-11-09 02:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts done 2012-11-09 02:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering storage domains is disabled, skipping 2012-11-09 02:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts 2012-11-09 02:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering 0 hosts 2012-11-09 02:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts done 2012-11-09 02:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering storage domains is disabled, skipping 2012-11-09 02:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts 2012-11-09 02:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering 0 hosts 2012-11-09 02:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts done 2012-11-09 02:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering storage domains is disabled, skipping 2012-11-09 02:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts 2012-11-09 02:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering 0 hosts 2012-11-09 02:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts done 2012-11-09 02:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering storage domains is disabled, skipping 2012-11-09 02:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts 2012-11-09 02:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering 0 hosts 2012-11-09 02:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts done 2012-11-09 02:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering storage domains is disabled, skipping 2012-11-09 02:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts 2012-11-09 02:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering 0 hosts 2012-11-09 02:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts done 2012-11-09 02:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering storage domains is disabled, skipping 2012-11-09 02:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-09 02:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-09 02:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-09 02:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-09 02:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-09 02:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-09 02:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-09 02:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-09 02:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-09 02:55:00,610 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-09 02:55:00,610 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-09 02:55:00,610 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-09 03:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-09 03:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-09 03:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-09 03:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-09 03:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts 2012-11-09 03:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering 0 hosts 2012-11-09 03:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts done 2012-11-09 03:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering storage domains is disabled, skipping 2012-11-09 03:07:09,362 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-27) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 03:07:09,374 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-27) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 03:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-09 03:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-09 03:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-09 03:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-09 03:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts 2012-11-09 03:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering 0 hosts 2012-11-09 03:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts done 2012-11-09 03:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering storage domains is disabled, skipping 2012-11-09 03:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts 2012-11-09 03:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering 0 hosts 2012-11-09 03:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts done 2012-11-09 03:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering storage domains is disabled, skipping 2012-11-09 03:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts 2012-11-09 03:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering 0 hosts 2012-11-09 03:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts done 2012-11-09 03:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering storage domains is disabled, skipping 2012-11-09 03:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-09 03:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-09 03:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-09 03:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-09 03:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-09 03:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-09 03:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-09 03:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-09 03:35:35,000 INFO [org.ovirt.engine.core.bll.AuditLogCleanupManager] (QuartzScheduler_Worker-29) AuditLogCleanupManager::deleteAgedOutAuditLogs - entered 2012-11-09 03:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-09 03:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-09 03:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-09 03:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-09 03:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts 2012-11-09 03:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering 0 hosts 2012-11-09 03:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts done 2012-11-09 03:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering storage domains is disabled, skipping 2012-11-09 03:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts 2012-11-09 03:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering 0 hosts 2012-11-09 03:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts done 2012-11-09 03:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering storage domains is disabled, skipping 2012-11-09 03:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts 2012-11-09 03:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering 0 hosts 2012-11-09 03:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts done 2012-11-09 03:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering storage domains is disabled, skipping 2012-11-09 04:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts 2012-11-09 04:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering 0 hosts 2012-11-09 04:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts done 2012-11-09 04:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering storage domains is disabled, skipping 2012-11-09 04:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-09 04:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-09 04:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-09 04:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-09 04:07:09,387 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-18) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 04:07:09,401 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-18) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 04:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts 2012-11-09 04:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering 0 hosts 2012-11-09 04:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts done 2012-11-09 04:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering storage domains is disabled, skipping 2012-11-09 04:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts 2012-11-09 04:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering 0 hosts 2012-11-09 04:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts done 2012-11-09 04:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering storage domains is disabled, skipping 2012-11-09 04:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-09 04:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-09 04:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-09 04:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-09 04:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-09 04:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-09 04:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-09 04:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-09 04:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-09 04:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-09 04:30:00,014 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-09 04:30:00,014 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-09 04:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts 2012-11-09 04:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering 0 hosts 2012-11-09 04:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts done 2012-11-09 04:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering storage domains is disabled, skipping 2012-11-09 04:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-09 04:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-09 04:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-09 04:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-09 04:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts 2012-11-09 04:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering 0 hosts 2012-11-09 04:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts done 2012-11-09 04:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering storage domains is disabled, skipping 2012-11-09 04:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts 2012-11-09 04:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering 0 hosts 2012-11-09 04:50:00,032 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts done 2012-11-09 04:50:00,033 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering storage domains is disabled, skipping 2012-11-09 04:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts 2012-11-09 04:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering 0 hosts 2012-11-09 04:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts done 2012-11-09 04:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering storage domains is disabled, skipping 2012-11-09 05:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts 2012-11-09 05:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering 0 hosts 2012-11-09 05:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts done 2012-11-09 05:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering storage domains is disabled, skipping 2012-11-09 05:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-09 05:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-09 05:05:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-09 05:05:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-09 05:07:09,415 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-28) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 05:07:09,428 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-28) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 05:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts 2012-11-09 05:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering 0 hosts 2012-11-09 05:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts done 2012-11-09 05:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering storage domains is disabled, skipping 2012-11-09 05:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts 2012-11-09 05:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering 0 hosts 2012-11-09 05:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts done 2012-11-09 05:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering storage domains is disabled, skipping 2012-11-09 05:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts 2012-11-09 05:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering 0 hosts 2012-11-09 05:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts done 2012-11-09 05:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering storage domains is disabled, skipping 2012-11-09 05:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts 2012-11-09 05:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering 0 hosts 2012-11-09 05:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts done 2012-11-09 05:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering storage domains is disabled, skipping 2012-11-09 05:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts 2012-11-09 05:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering 0 hosts 2012-11-09 05:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts done 2012-11-09 05:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering storage domains is disabled, skipping 2012-11-09 05:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts 2012-11-09 05:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering 0 hosts 2012-11-09 05:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts done 2012-11-09 05:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering storage domains is disabled, skipping 2012-11-09 05:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts 2012-11-09 05:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering 0 hosts 2012-11-09 05:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts done 2012-11-09 05:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering storage domains is disabled, skipping 2012-11-09 05:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts 2012-11-09 05:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering 0 hosts 2012-11-09 05:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts done 2012-11-09 05:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering storage domains is disabled, skipping 2012-11-09 05:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts 2012-11-09 05:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering 0 hosts 2012-11-09 05:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts done 2012-11-09 05:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering storage domains is disabled, skipping 2012-11-09 05:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts 2012-11-09 05:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering 0 hosts 2012-11-09 05:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts done 2012-11-09 05:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering storage domains is disabled, skipping 2012-11-09 06:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts 2012-11-09 06:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering 0 hosts 2012-11-09 06:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts done 2012-11-09 06:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering storage domains is disabled, skipping 2012-11-09 06:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-09 06:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-09 06:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-09 06:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-09 06:07:09,442 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-84) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 06:07:09,454 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-84) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 06:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts 2012-11-09 06:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering 0 hosts 2012-11-09 06:10:00,019 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts done 2012-11-09 06:10:00,019 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering storage domains is disabled, skipping 2012-11-09 06:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts 2012-11-09 06:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering 0 hosts 2012-11-09 06:15:00,081 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts done 2012-11-09 06:15:00,081 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering storage domains is disabled, skipping 2012-11-09 06:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts 2012-11-09 06:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering 0 hosts 2012-11-09 06:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts done 2012-11-09 06:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering storage domains is disabled, skipping 2012-11-09 06:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts 2012-11-09 06:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering 0 hosts 2012-11-09 06:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts done 2012-11-09 06:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering storage domains is disabled, skipping 2012-11-09 06:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-09 06:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-09 06:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-09 06:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-09 06:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts 2012-11-09 06:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering 0 hosts 2012-11-09 06:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts done 2012-11-09 06:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering storage domains is disabled, skipping 2012-11-09 06:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts 2012-11-09 06:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering 0 hosts 2012-11-09 06:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts done 2012-11-09 06:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering storage domains is disabled, skipping 2012-11-09 06:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts 2012-11-09 06:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering 0 hosts 2012-11-09 06:45:00,009 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts done 2012-11-09 06:45:00,009 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering storage domains is disabled, skipping 2012-11-09 06:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-09 06:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-09 06:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-09 06:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-09 06:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-09 06:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-09 06:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-09 06:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-09 07:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts 2012-11-09 07:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering 0 hosts 2012-11-09 07:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts done 2012-11-09 07:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering storage domains is disabled, skipping 2012-11-09 07:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-09 07:05:00,019 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-09 07:05:00,019 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-09 07:05:00,019 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-09 07:07:09,472 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-14) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 07:07:09,483 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-14) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 07:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-09 07:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-09 07:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-09 07:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-09 07:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts 2012-11-09 07:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering 0 hosts 2012-11-09 07:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts done 2012-11-09 07:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering storage domains is disabled, skipping 2012-11-09 07:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-09 07:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-09 07:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-09 07:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-09 07:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts 2012-11-09 07:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering 0 hosts 2012-11-09 07:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts done 2012-11-09 07:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering storage domains is disabled, skipping 2012-11-09 07:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts 2012-11-09 07:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering 0 hosts 2012-11-09 07:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts done 2012-11-09 07:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering storage domains is disabled, skipping 2012-11-09 07:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts 2012-11-09 07:35:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering 0 hosts 2012-11-09 07:35:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts done 2012-11-09 07:35:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering storage domains is disabled, skipping 2012-11-09 07:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-09 07:40:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-09 07:40:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-09 07:40:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-09 07:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts 2012-11-09 07:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering 0 hosts 2012-11-09 07:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts done 2012-11-09 07:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering storage domains is disabled, skipping 2012-11-09 07:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts 2012-11-09 07:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering 0 hosts 2012-11-09 07:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts done 2012-11-09 07:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering storage domains is disabled, skipping 2012-11-09 07:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts 2012-11-09 07:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering 0 hosts 2012-11-09 07:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts done 2012-11-09 07:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering storage domains is disabled, skipping 2012-11-09 08:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-09 08:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-09 08:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-09 08:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-09 08:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts 2012-11-09 08:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering 0 hosts 2012-11-09 08:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts done 2012-11-09 08:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering storage domains is disabled, skipping 2012-11-09 08:07:09,498 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-44) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 08:07:09,509 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-44) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 08:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-09 08:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-09 08:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-09 08:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-09 08:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts 2012-11-09 08:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering 0 hosts 2012-11-09 08:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts done 2012-11-09 08:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering storage domains is disabled, skipping 2012-11-09 08:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts 2012-11-09 08:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering 0 hosts 2012-11-09 08:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts done 2012-11-09 08:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering storage domains is disabled, skipping 2012-11-09 08:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts 2012-11-09 08:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering 0 hosts 2012-11-09 08:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts done 2012-11-09 08:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering storage domains is disabled, skipping 2012-11-09 08:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-09 08:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-09 08:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-09 08:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-09 08:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-09 08:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-09 08:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-09 08:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-09 08:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts 2012-11-09 08:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering 0 hosts 2012-11-09 08:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts done 2012-11-09 08:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering storage domains is disabled, skipping 2012-11-09 08:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-09 08:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-09 08:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-09 08:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-09 08:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts 2012-11-09 08:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering 0 hosts 2012-11-09 08:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts done 2012-11-09 08:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering storage domains is disabled, skipping 2012-11-09 08:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts 2012-11-09 08:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering 0 hosts 2012-11-09 08:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts done 2012-11-09 08:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering storage domains is disabled, skipping 2012-11-09 09:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts 2012-11-09 09:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering 0 hosts 2012-11-09 09:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts done 2012-11-09 09:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering storage domains is disabled, skipping 2012-11-09 09:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts 2012-11-09 09:05:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering 0 hosts 2012-11-09 09:05:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts done 2012-11-09 09:05:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering storage domains is disabled, skipping 2012-11-09 09:07:09,553 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-41) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 09:07:09,569 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-41) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 09:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-09 09:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-09 09:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-09 09:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-09 09:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts 2012-11-09 09:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering 0 hosts 2012-11-09 09:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts done 2012-11-09 09:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering storage domains is disabled, skipping 2012-11-09 09:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts 2012-11-09 09:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering 0 hosts 2012-11-09 09:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts done 2012-11-09 09:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering storage domains is disabled, skipping 2012-11-09 09:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-09 09:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-09 09:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-09 09:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-09 09:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts 2012-11-09 09:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering 0 hosts 2012-11-09 09:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts done 2012-11-09 09:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering storage domains is disabled, skipping 2012-11-09 09:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-09 09:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-09 09:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-09 09:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-09 09:40:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts 2012-11-09 09:40:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering 0 hosts 2012-11-09 09:40:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts done 2012-11-09 09:40:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering storage domains is disabled, skipping 2012-11-09 09:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts 2012-11-09 09:45:00,011 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering 0 hosts 2012-11-09 09:45:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts done 2012-11-09 09:45:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering storage domains is disabled, skipping 2012-11-09 09:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts 2012-11-09 09:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering 0 hosts 2012-11-09 09:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts done 2012-11-09 09:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering storage domains is disabled, skipping 2012-11-09 09:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-09 09:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-09 09:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-09 09:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-09 10:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Checking autorecoverable hosts 2012-11-09 10:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Autorecovering 0 hosts 2012-11-09 10:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Checking autorecoverable hosts done 2012-11-09 10:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Autorecovering storage domains is disabled, skipping 2012-11-09 10:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts 2012-11-09 10:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering 0 hosts 2012-11-09 10:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts done 2012-11-09 10:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering storage domains is disabled, skipping 2012-11-09 10:07:09,585 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-85) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 10:07:09,620 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-85) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 10:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-09 10:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-09 10:10:00,029 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-09 10:10:00,029 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-09 10:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Checking autorecoverable hosts 2012-11-09 10:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Autorecovering 0 hosts 2012-11-09 10:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Checking autorecoverable hosts done 2012-11-09 10:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Autorecovering storage domains is disabled, skipping 2012-11-09 10:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts 2012-11-09 10:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering 0 hosts 2012-11-09 10:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts done 2012-11-09 10:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering storage domains is disabled, skipping 2012-11-09 10:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts 2012-11-09 10:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering 0 hosts 2012-11-09 10:25:00,467 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts done 2012-11-09 10:25:00,467 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering storage domains is disabled, skipping 2012-11-09 10:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Checking autorecoverable hosts 2012-11-09 10:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Autorecovering 0 hosts 2012-11-09 10:30:00,034 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Checking autorecoverable hosts done 2012-11-09 10:30:00,034 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Autorecovering storage domains is disabled, skipping 2012-11-09 10:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts 2012-11-09 10:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering 0 hosts 2012-11-09 10:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts done 2012-11-09 10:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering storage domains is disabled, skipping 2012-11-09 10:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-09 10:40:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-09 10:40:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-09 10:40:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-09 10:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts 2012-11-09 10:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering 0 hosts 2012-11-09 10:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts done 2012-11-09 10:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering storage domains is disabled, skipping 2012-11-09 10:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Checking autorecoverable hosts 2012-11-09 10:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Autorecovering 0 hosts 2012-11-09 10:50:00,017 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Checking autorecoverable hosts done 2012-11-09 10:50:00,018 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Autorecovering storage domains is disabled, skipping 2012-11-09 10:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts 2012-11-09 10:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering 0 hosts 2012-11-09 10:55:00,017 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts done 2012-11-09 10:55:00,017 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering storage domains is disabled, skipping 2012-11-09 11:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-09 11:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-09 11:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-09 11:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-09 11:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts 2012-11-09 11:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering 0 hosts 2012-11-09 11:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts done 2012-11-09 11:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering storage domains is disabled, skipping 2012-11-09 11:07:09,638 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-63) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 11:07:09,651 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-63) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 11:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts 2012-11-09 11:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering 0 hosts 2012-11-09 11:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts done 2012-11-09 11:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering storage domains is disabled, skipping 2012-11-09 11:15:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts 2012-11-09 11:15:00,007 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering 0 hosts 2012-11-09 11:15:00,007 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts done 2012-11-09 11:15:00,007 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering storage domains is disabled, skipping 2012-11-09 11:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts 2012-11-09 11:20:00,403 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering 0 hosts 2012-11-09 11:20:00,403 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts done 2012-11-09 11:20:00,403 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering storage domains is disabled, skipping 2012-11-09 11:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-09 11:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-09 11:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-09 11:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-09 11:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts 2012-11-09 11:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering 0 hosts 2012-11-09 11:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts done 2012-11-09 11:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering storage domains is disabled, skipping 2012-11-09 11:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts 2012-11-09 11:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering 0 hosts 2012-11-09 11:35:00,205 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts done 2012-11-09 11:35:00,205 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering storage domains is disabled, skipping 2012-11-09 11:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-09 11:40:00,124 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-09 11:40:00,124 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-09 11:40:00,124 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-09 11:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-09 11:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-09 11:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-09 11:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-09 11:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts 2012-11-09 11:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering 0 hosts 2012-11-09 11:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts done 2012-11-09 11:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering storage domains is disabled, skipping 2012-11-09 11:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-09 11:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-09 11:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-09 11:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-09 12:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts 2012-11-09 12:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering 0 hosts 2012-11-09 12:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts done 2012-11-09 12:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering storage domains is disabled, skipping 2012-11-09 12:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-09 12:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-09 12:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-09 12:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-09 12:07:09,666 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-57) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 12:07:09,694 ERROR [org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper] (QuartzScheduler_Worker-57) Error in running LDAP query. BaseDN is , filter is (|(objectGUID=9b9002d1-ec33-4083-8a7b-31f6b8931648)). Exception message is: Request: 4 cancelled; nested exception is javax.naming.CommunicationException: Request: 4 cancelled; remaining name '' 2012-11-09 12:07:09,695 ERROR [org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler] (QuartzScheduler_Worker-57) Error in communicating with LDAP server Request: 4 cancelled; nested exception is javax.naming.CommunicationException: Request: 4 cancelled; remaining name '' 2012-11-09 12:07:09,695 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-57) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Request: 4 cancelled; nested exception is javax.naming.CommunicationException: Request: 4 cancelled; remaining name ''. We should try the next server 2012-11-09 12:07:39,717 ERROR [org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler] (QuartzScheduler_Worker-57) Error in communicating with LDAP server qa2-tlv.qa.lab.tlv.redhat.com:389; nested exception is javax.naming.CommunicationException: qa2-tlv.qa.lab.tlv.redhat.com:389 [Root exception is java.net.SocketTimeoutException: connect timed out] 2012-11-09 12:07:39,717 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-57) Failed ldap search server LDAP://qa2-tlv.qa.lab.tlv.redhat.com:389 due to qa2-tlv.qa.lab.tlv.redhat.com:389; nested exception is javax.naming.CommunicationException: qa2-tlv.qa.lab.tlv.redhat.com:389 [Root exception is java.net.SocketTimeoutException: connect timed out]. We should try the next server 2012-11-09 12:07:39,718 WARN [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-57) User vdcadmin not found in directory sevrer, its status switched to InActive 2012-11-09 12:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts 2012-11-09 12:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering 0 hosts 2012-11-09 12:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts done 2012-11-09 12:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering storage domains is disabled, skipping 2012-11-09 12:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-09 12:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-09 12:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-09 12:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-09 12:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-09 12:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-09 12:20:00,021 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-09 12:20:00,021 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-09 12:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-09 12:25:00,073 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-09 12:25:00,074 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-09 12:25:00,074 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-09 12:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts 2012-11-09 12:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering 0 hosts 2012-11-09 12:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts done 2012-11-09 12:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering storage domains is disabled, skipping 2012-11-09 12:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-09 12:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-09 12:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-09 12:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-09 12:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts 2012-11-09 12:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering 0 hosts 2012-11-09 12:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts done 2012-11-09 12:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering storage domains is disabled, skipping 2012-11-09 12:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts 2012-11-09 12:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering 0 hosts 2012-11-09 12:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts done 2012-11-09 12:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering storage domains is disabled, skipping 2012-11-09 12:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts 2012-11-09 12:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering 0 hosts 2012-11-09 12:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts done 2012-11-09 12:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering storage domains is disabled, skipping 2012-11-09 12:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-09 12:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-09 12:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-09 12:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-09 13:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts 2012-11-09 13:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering 0 hosts 2012-11-09 13:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts done 2012-11-09 13:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering storage domains is disabled, skipping 2012-11-09 13:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-09 13:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-09 13:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-09 13:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-09 13:07:39,731 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-84) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 13:08:09,756 ERROR [org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler] (QuartzScheduler_Worker-84) Error in communicating with LDAP server qa2-tlv.qa.lab.tlv.redhat.com:389; nested exception is javax.naming.CommunicationException: qa2-tlv.qa.lab.tlv.redhat.com:389 [Root exception is java.net.SocketTimeoutException: connect timed out] 2012-11-09 13:08:09,757 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-84) Failed ldap search server LDAP://qa2-tlv.qa.lab.tlv.redhat.com:389 due to qa2-tlv.qa.lab.tlv.redhat.com:389; nested exception is javax.naming.CommunicationException: qa2-tlv.qa.lab.tlv.redhat.com:389 [Root exception is java.net.SocketTimeoutException: connect timed out]. We should try the next server 2012-11-09 13:08:09,770 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-84) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 13:08:09,783 WARN [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-84) Inactive User vdcadmin found in directory server, its status switched to Active 2012-11-09 13:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts 2012-11-09 13:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering 0 hosts 2012-11-09 13:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts done 2012-11-09 13:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering storage domains is disabled, skipping 2012-11-09 13:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts 2012-11-09 13:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering 0 hosts 2012-11-09 13:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts done 2012-11-09 13:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering storage domains is disabled, skipping 2012-11-09 13:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts 2012-11-09 13:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering 0 hosts 2012-11-09 13:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts done 2012-11-09 13:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering storage domains is disabled, skipping 2012-11-09 13:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-09 13:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-09 13:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-09 13:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-09 13:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-09 13:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-09 13:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-09 13:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-09 13:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts 2012-11-09 13:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering 0 hosts 2012-11-09 13:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts done 2012-11-09 13:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering storage domains is disabled, skipping 2012-11-09 13:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts 2012-11-09 13:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering 0 hosts 2012-11-09 13:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts done 2012-11-09 13:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering storage domains is disabled, skipping 2012-11-09 13:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-09 13:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-09 13:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-09 13:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-09 13:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-09 13:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-09 13:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-09 13:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-09 13:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-09 13:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-09 13:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-09 13:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-09 14:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts 2012-11-09 14:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering 0 hosts 2012-11-09 14:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts done 2012-11-09 14:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering storage domains is disabled, skipping 2012-11-09 14:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts 2012-11-09 14:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering 0 hosts 2012-11-09 14:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts done 2012-11-09 14:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering storage domains is disabled, skipping 2012-11-09 14:08:09,795 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-96) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 14:08:09,815 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-96) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 14:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts 2012-11-09 14:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering 0 hosts 2012-11-09 14:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts done 2012-11-09 14:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering storage domains is disabled, skipping 2012-11-09 14:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-09 14:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-09 14:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-09 14:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-09 14:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-09 14:20:00,008 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-09 14:20:00,008 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-09 14:20:00,008 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-09 14:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts 2012-11-09 14:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering 0 hosts 2012-11-09 14:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts done 2012-11-09 14:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering storage domains is disabled, skipping 2012-11-09 14:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts 2012-11-09 14:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering 0 hosts 2012-11-09 14:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts done 2012-11-09 14:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering storage domains is disabled, skipping 2012-11-09 14:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts 2012-11-09 14:35:00,054 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering 0 hosts 2012-11-09 14:35:00,054 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts done 2012-11-09 14:35:00,054 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering storage domains is disabled, skipping 2012-11-09 14:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts 2012-11-09 14:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering 0 hosts 2012-11-09 14:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts done 2012-11-09 14:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering storage domains is disabled, skipping 2012-11-09 14:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts 2012-11-09 14:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering 0 hosts 2012-11-09 14:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts done 2012-11-09 14:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering storage domains is disabled, skipping 2012-11-09 14:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts 2012-11-09 14:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering 0 hosts 2012-11-09 14:50:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts done 2012-11-09 14:50:00,005 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering storage domains is disabled, skipping 2012-11-09 14:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts 2012-11-09 14:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering 0 hosts 2012-11-09 14:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts done 2012-11-09 14:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering storage domains is disabled, skipping 2012-11-09 15:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts 2012-11-09 15:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering 0 hosts 2012-11-09 15:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts done 2012-11-09 15:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering storage domains is disabled, skipping 2012-11-09 15:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts 2012-11-09 15:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering 0 hosts 2012-11-09 15:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts done 2012-11-09 15:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering storage domains is disabled, skipping 2012-11-09 15:08:09,828 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-3) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 15:08:09,841 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 15:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts 2012-11-09 15:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering 0 hosts 2012-11-09 15:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts done 2012-11-09 15:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering storage domains is disabled, skipping 2012-11-09 15:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts 2012-11-09 15:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering 0 hosts 2012-11-09 15:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts done 2012-11-09 15:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering storage domains is disabled, skipping 2012-11-09 15:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts 2012-11-09 15:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering 0 hosts 2012-11-09 15:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts done 2012-11-09 15:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering storage domains is disabled, skipping 2012-11-09 15:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-09 15:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-09 15:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-09 15:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-09 15:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts 2012-11-09 15:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering 0 hosts 2012-11-09 15:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts done 2012-11-09 15:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering storage domains is disabled, skipping 2012-11-09 15:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-09 15:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-09 15:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-09 15:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-09 15:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts 2012-11-09 15:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering 0 hosts 2012-11-09 15:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts done 2012-11-09 15:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering storage domains is disabled, skipping 2012-11-09 15:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-09 15:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-09 15:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-09 15:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-09 15:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts 2012-11-09 15:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering 0 hosts 2012-11-09 15:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts done 2012-11-09 15:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering storage domains is disabled, skipping 2012-11-09 15:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts 2012-11-09 15:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering 0 hosts 2012-11-09 15:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts done 2012-11-09 15:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering storage domains is disabled, skipping 2012-11-09 16:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts 2012-11-09 16:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering 0 hosts 2012-11-09 16:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts done 2012-11-09 16:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering storage domains is disabled, skipping 2012-11-09 16:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-09 16:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-09 16:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-09 16:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-09 16:08:09,856 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-26) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 16:08:09,872 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-26) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 16:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts 2012-11-09 16:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering 0 hosts 2012-11-09 16:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts done 2012-11-09 16:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering storage domains is disabled, skipping 2012-11-09 16:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-09 16:15:00,011 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-09 16:15:00,011 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-09 16:15:00,011 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-09 16:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts 2012-11-09 16:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering 0 hosts 2012-11-09 16:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts done 2012-11-09 16:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering storage domains is disabled, skipping 2012-11-09 16:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-09 16:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-09 16:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-09 16:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-09 16:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts 2012-11-09 16:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering 0 hosts 2012-11-09 16:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts done 2012-11-09 16:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering storage domains is disabled, skipping 2012-11-09 16:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts 2012-11-09 16:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering 0 hosts 2012-11-09 16:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts done 2012-11-09 16:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering storage domains is disabled, skipping 2012-11-09 16:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts 2012-11-09 16:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering 0 hosts 2012-11-09 16:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts done 2012-11-09 16:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering storage domains is disabled, skipping 2012-11-09 16:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-09 16:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-09 16:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-09 16:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-09 16:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts 2012-11-09 16:50:00,019 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering 0 hosts 2012-11-09 16:50:00,019 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts done 2012-11-09 16:50:00,019 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering storage domains is disabled, skipping 2012-11-09 16:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts 2012-11-09 16:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering 0 hosts 2012-11-09 16:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts done 2012-11-09 16:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering storage domains is disabled, skipping 2012-11-09 17:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts 2012-11-09 17:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering 0 hosts 2012-11-09 17:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts done 2012-11-09 17:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering storage domains is disabled, skipping 2012-11-09 17:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts 2012-11-09 17:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering 0 hosts 2012-11-09 17:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts done 2012-11-09 17:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering storage domains is disabled, skipping 2012-11-09 17:08:09,889 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-33) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 17:08:09,900 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-33) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 17:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts 2012-11-09 17:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering 0 hosts 2012-11-09 17:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts done 2012-11-09 17:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering storage domains is disabled, skipping 2012-11-09 17:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts 2012-11-09 17:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering 0 hosts 2012-11-09 17:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts done 2012-11-09 17:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering storage domains is disabled, skipping 2012-11-09 17:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts 2012-11-09 17:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering 0 hosts 2012-11-09 17:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts done 2012-11-09 17:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering storage domains is disabled, skipping 2012-11-09 17:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Checking autorecoverable hosts 2012-11-09 17:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Autorecovering 0 hosts 2012-11-09 17:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Checking autorecoverable hosts done 2012-11-09 17:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Autorecovering storage domains is disabled, skipping 2012-11-09 17:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts 2012-11-09 17:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering 0 hosts 2012-11-09 17:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts done 2012-11-09 17:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering storage domains is disabled, skipping 2012-11-09 17:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts 2012-11-09 17:35:00,011 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering 0 hosts 2012-11-09 17:35:00,011 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts done 2012-11-09 17:35:00,011 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering storage domains is disabled, skipping 2012-11-09 17:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts 2012-11-09 17:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering 0 hosts 2012-11-09 17:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts done 2012-11-09 17:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering storage domains is disabled, skipping 2012-11-09 17:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts 2012-11-09 17:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering 0 hosts 2012-11-09 17:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts done 2012-11-09 17:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering storage domains is disabled, skipping 2012-11-09 17:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts 2012-11-09 17:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering 0 hosts 2012-11-09 17:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts done 2012-11-09 17:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering storage domains is disabled, skipping 2012-11-09 17:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts 2012-11-09 17:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering 0 hosts 2012-11-09 17:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts done 2012-11-09 17:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering storage domains is disabled, skipping 2012-11-09 18:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts 2012-11-09 18:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering 0 hosts 2012-11-09 18:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts done 2012-11-09 18:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering storage domains is disabled, skipping 2012-11-09 18:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts 2012-11-09 18:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering 0 hosts 2012-11-09 18:05:00,020 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts done 2012-11-09 18:05:00,020 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering storage domains is disabled, skipping 2012-11-09 18:08:09,916 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-33) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 18:08:09,928 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-33) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 18:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts 2012-11-09 18:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering 0 hosts 2012-11-09 18:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts done 2012-11-09 18:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering storage domains is disabled, skipping 2012-11-09 18:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts 2012-11-09 18:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering 0 hosts 2012-11-09 18:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts done 2012-11-09 18:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering storage domains is disabled, skipping 2012-11-09 18:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts 2012-11-09 18:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering 0 hosts 2012-11-09 18:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts done 2012-11-09 18:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering storage domains is disabled, skipping 2012-11-09 18:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts 2012-11-09 18:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering 0 hosts 2012-11-09 18:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts done 2012-11-09 18:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering storage domains is disabled, skipping 2012-11-09 18:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts 2012-11-09 18:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering 0 hosts 2012-11-09 18:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts done 2012-11-09 18:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering storage domains is disabled, skipping 2012-11-09 18:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts 2012-11-09 18:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering 0 hosts 2012-11-09 18:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts done 2012-11-09 18:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering storage domains is disabled, skipping 2012-11-09 18:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts 2012-11-09 18:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering 0 hosts 2012-11-09 18:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts done 2012-11-09 18:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering storage domains is disabled, skipping 2012-11-09 18:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-09 18:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-09 18:45:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-09 18:45:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-09 18:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts 2012-11-09 18:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering 0 hosts 2012-11-09 18:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts done 2012-11-09 18:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering storage domains is disabled, skipping 2012-11-09 18:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts 2012-11-09 18:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering 0 hosts 2012-11-09 18:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts done 2012-11-09 18:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering storage domains is disabled, skipping 2012-11-09 19:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts 2012-11-09 19:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering 0 hosts 2012-11-09 19:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts done 2012-11-09 19:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering storage domains is disabled, skipping 2012-11-09 19:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Checking autorecoverable hosts 2012-11-09 19:05:00,014 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Autorecovering 0 hosts 2012-11-09 19:05:00,014 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Checking autorecoverable hosts done 2012-11-09 19:05:00,014 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Autorecovering storage domains is disabled, skipping 2012-11-09 19:08:09,944 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-35) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 19:08:09,957 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-35) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 19:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts 2012-11-09 19:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering 0 hosts 2012-11-09 19:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts done 2012-11-09 19:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering storage domains is disabled, skipping 2012-11-09 19:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts 2012-11-09 19:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering 0 hosts 2012-11-09 19:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts done 2012-11-09 19:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering storage domains is disabled, skipping 2012-11-09 19:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts 2012-11-09 19:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering 0 hosts 2012-11-09 19:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts done 2012-11-09 19:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering storage domains is disabled, skipping 2012-11-09 19:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts 2012-11-09 19:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering 0 hosts 2012-11-09 19:25:00,811 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts done 2012-11-09 19:25:00,811 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering storage domains is disabled, skipping 2012-11-09 19:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts 2012-11-09 19:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering 0 hosts 2012-11-09 19:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts done 2012-11-09 19:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering storage domains is disabled, skipping 2012-11-09 19:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-09 19:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-09 19:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-09 19:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-09 19:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts 2012-11-09 19:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering 0 hosts 2012-11-09 19:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts done 2012-11-09 19:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering storage domains is disabled, skipping 2012-11-09 19:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts 2012-11-09 19:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering 0 hosts 2012-11-09 19:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts done 2012-11-09 19:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering storage domains is disabled, skipping 2012-11-09 19:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Checking autorecoverable hosts 2012-11-09 19:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Autorecovering 0 hosts 2012-11-09 19:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Checking autorecoverable hosts done 2012-11-09 19:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Autorecovering storage domains is disabled, skipping 2012-11-09 19:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts 2012-11-09 19:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering 0 hosts 2012-11-09 19:55:00,023 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts done 2012-11-09 19:55:00,023 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering storage domains is disabled, skipping 2012-11-09 20:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts 2012-11-09 20:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering 0 hosts 2012-11-09 20:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts done 2012-11-09 20:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering storage domains is disabled, skipping 2012-11-09 20:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts 2012-11-09 20:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering 0 hosts 2012-11-09 20:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts done 2012-11-09 20:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering storage domains is disabled, skipping 2012-11-09 20:08:09,978 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-45) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 20:08:09,989 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-45) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 20:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Checking autorecoverable hosts 2012-11-09 20:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Autorecovering 0 hosts 2012-11-09 20:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Checking autorecoverable hosts done 2012-11-09 20:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Autorecovering storage domains is disabled, skipping 2012-11-09 20:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts 2012-11-09 20:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering 0 hosts 2012-11-09 20:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts done 2012-11-09 20:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering storage domains is disabled, skipping 2012-11-09 20:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-09 20:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-09 20:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-09 20:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-09 20:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts 2012-11-09 20:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering 0 hosts 2012-11-09 20:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts done 2012-11-09 20:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering storage domains is disabled, skipping 2012-11-09 20:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-09 20:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-09 20:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-09 20:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-09 20:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts 2012-11-09 20:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering 0 hosts 2012-11-09 20:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts done 2012-11-09 20:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering storage domains is disabled, skipping 2012-11-09 20:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-09 20:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-09 20:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-09 20:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-09 20:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts 2012-11-09 20:45:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering 0 hosts 2012-11-09 20:45:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts done 2012-11-09 20:45:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering storage domains is disabled, skipping 2012-11-09 20:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-09 20:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-09 20:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-09 20:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-09 20:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts 2012-11-09 20:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering 0 hosts 2012-11-09 20:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts done 2012-11-09 20:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering storage domains is disabled, skipping 2012-11-09 21:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-09 21:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-09 21:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-09 21:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-09 21:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts 2012-11-09 21:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering 0 hosts 2012-11-09 21:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts done 2012-11-09 21:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering storage domains is disabled, skipping 2012-11-09 21:08:10,004 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-56) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 21:08:10,029 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-56) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 21:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts 2012-11-09 21:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering 0 hosts 2012-11-09 21:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts done 2012-11-09 21:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering storage domains is disabled, skipping 2012-11-09 21:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts 2012-11-09 21:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering 0 hosts 2012-11-09 21:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts done 2012-11-09 21:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering storage domains is disabled, skipping 2012-11-09 21:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-09 21:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-09 21:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-09 21:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-09 21:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts 2012-11-09 21:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering 0 hosts 2012-11-09 21:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts done 2012-11-09 21:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering storage domains is disabled, skipping 2012-11-09 21:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts 2012-11-09 21:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering 0 hosts 2012-11-09 21:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts done 2012-11-09 21:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering storage domains is disabled, skipping 2012-11-09 21:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-09 21:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-09 21:35:00,016 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-09 21:35:00,016 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-09 21:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-09 21:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-09 21:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-09 21:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-09 21:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts 2012-11-09 21:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering 0 hosts 2012-11-09 21:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts done 2012-11-09 21:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering storage domains is disabled, skipping 2012-11-09 21:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts 2012-11-09 21:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering 0 hosts 2012-11-09 21:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts done 2012-11-09 21:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering storage domains is disabled, skipping 2012-11-09 21:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts 2012-11-09 21:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering 0 hosts 2012-11-09 21:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts done 2012-11-09 21:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering storage domains is disabled, skipping 2012-11-09 22:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-09 22:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-09 22:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-09 22:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-09 22:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-09 22:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-09 22:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-09 22:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-09 22:08:10,043 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-1) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 22:08:10,063 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-09 22:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts 2012-11-09 22:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering 0 hosts 2012-11-09 22:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts done 2012-11-09 22:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering storage domains is disabled, skipping 2012-11-09 22:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts 2012-11-09 22:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering 0 hosts 2012-11-09 22:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts done 2012-11-09 22:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering storage domains is disabled, skipping 2012-11-09 22:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts 2012-11-09 22:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering 0 hosts 2012-11-09 22:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts done 2012-11-09 22:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering storage domains is disabled, skipping 2012-11-09 22:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-09 22:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-09 22:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-09 22:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-09 22:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-09 22:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-09 22:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-09 22:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-09 22:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts 2012-11-09 22:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering 0 hosts 2012-11-09 22:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts done 2012-11-09 22:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering storage domains is disabled, skipping 2012-11-09 22:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts 2012-11-09 22:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering 0 hosts 2012-11-09 22:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts done 2012-11-09 22:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering storage domains is disabled, skipping 2012-11-09 22:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts 2012-11-09 22:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering 0 hosts 2012-11-09 22:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts done 2012-11-09 22:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering storage domains is disabled, skipping 2012-11-09 22:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-09 22:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-09 22:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-09 22:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-09 22:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts 2012-11-09 22:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering 0 hosts 2012-11-09 22:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts done 2012-11-09 22:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering storage domains is disabled, skipping 2012-11-09 23:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-09 23:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-09 23:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-09 23:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-09 23:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts 2012-11-09 23:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering 0 hosts 2012-11-09 23:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts done 2012-11-09 23:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering storage domains is disabled, skipping 2012-11-09 23:08:10,077 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-42) DbUserCacheManager::refreshAllUserData() - entered 2012-11-09 23:08:10,094 ERROR [org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper] (QuartzScheduler_Worker-42) Error in running LDAP query. BaseDN is , filter is (|(objectGUID=9b9002d1-ec33-4083-8a7b-31f6b8931648)). Exception message is: Request: 4 cancelled; nested exception is javax.naming.CommunicationException: Request: 4 cancelled; remaining name '' 2012-11-09 23:08:10,095 ERROR [org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler] (QuartzScheduler_Worker-42) Error in communicating with LDAP server Request: 4 cancelled; nested exception is javax.naming.CommunicationException: Request: 4 cancelled; remaining name '' 2012-11-09 23:08:10,095 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-42) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Request: 4 cancelled; nested exception is javax.naming.CommunicationException: Request: 4 cancelled; remaining name ''. We should try the next server 2012-11-09 23:08:40,108 ERROR [org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler] (QuartzScheduler_Worker-42) Error in communicating with LDAP server qa2-tlv.qa.lab.tlv.redhat.com:389; nested exception is javax.naming.CommunicationException: qa2-tlv.qa.lab.tlv.redhat.com:389 [Root exception is java.net.SocketTimeoutException: connect timed out] 2012-11-09 23:08:40,108 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-42) Failed ldap search server LDAP://qa2-tlv.qa.lab.tlv.redhat.com:389 due to qa2-tlv.qa.lab.tlv.redhat.com:389; nested exception is javax.naming.CommunicationException: qa2-tlv.qa.lab.tlv.redhat.com:389 [Root exception is java.net.SocketTimeoutException: connect timed out]. We should try the next server 2012-11-09 23:08:40,108 WARN [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-42) User vdcadmin not found in directory sevrer, its status switched to InActive 2012-11-09 23:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts 2012-11-09 23:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering 0 hosts 2012-11-09 23:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts done 2012-11-09 23:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering storage domains is disabled, skipping 2012-11-09 23:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts 2012-11-09 23:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering 0 hosts 2012-11-09 23:15:00,007 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts done 2012-11-09 23:15:00,007 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering storage domains is disabled, skipping 2012-11-09 23:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts 2012-11-09 23:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering 0 hosts 2012-11-09 23:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts done 2012-11-09 23:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering storage domains is disabled, skipping 2012-11-09 23:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-09 23:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-09 23:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-09 23:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-09 23:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-09 23:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-09 23:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-09 23:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-09 23:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts 2012-11-09 23:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering 0 hosts 2012-11-09 23:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts done 2012-11-09 23:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering storage domains is disabled, skipping 2012-11-09 23:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts 2012-11-09 23:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering 0 hosts 2012-11-09 23:40:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts done 2012-11-09 23:40:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering storage domains is disabled, skipping 2012-11-09 23:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts 2012-11-09 23:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering 0 hosts 2012-11-09 23:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts done 2012-11-09 23:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering storage domains is disabled, skipping 2012-11-09 23:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-09 23:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-09 23:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-09 23:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-09 23:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts 2012-11-09 23:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering 0 hosts 2012-11-09 23:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts done 2012-11-09 23:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering storage domains is disabled, skipping 2012-11-10 00:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-10 00:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-10 00:00:00,016 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-10 00:00:00,016 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-10 00:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts 2012-11-10 00:05:00,126 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering 0 hosts 2012-11-10 00:05:00,127 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts done 2012-11-10 00:05:00,127 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering storage domains is disabled, skipping 2012-11-10 00:08:40,147 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-74) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 00:09:10,161 ERROR [org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler] (QuartzScheduler_Worker-74) Error in communicating with LDAP server qa2-tlv.qa.lab.tlv.redhat.com:389; nested exception is javax.naming.CommunicationException: qa2-tlv.qa.lab.tlv.redhat.com:389 [Root exception is java.net.SocketTimeoutException: connect timed out] 2012-11-10 00:09:10,161 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-74) Failed ldap search server LDAP://qa2-tlv.qa.lab.tlv.redhat.com:389 due to qa2-tlv.qa.lab.tlv.redhat.com:389; nested exception is javax.naming.CommunicationException: qa2-tlv.qa.lab.tlv.redhat.com:389 [Root exception is java.net.SocketTimeoutException: connect timed out]. We should try the next server 2012-11-10 00:09:10,176 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-74) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 00:09:10,190 WARN [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-74) Inactive User vdcadmin found in directory server, its status switched to Active 2012-11-10 00:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts 2012-11-10 00:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering 0 hosts 2012-11-10 00:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts done 2012-11-10 00:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering storage domains is disabled, skipping 2012-11-10 00:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts 2012-11-10 00:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering 0 hosts 2012-11-10 00:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts done 2012-11-10 00:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering storage domains is disabled, skipping 2012-11-10 00:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-10 00:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-10 00:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-10 00:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-10 00:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts 2012-11-10 00:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering 0 hosts 2012-11-10 00:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts done 2012-11-10 00:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering storage domains is disabled, skipping 2012-11-10 00:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts 2012-11-10 00:30:00,016 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering 0 hosts 2012-11-10 00:30:00,016 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts done 2012-11-10 00:30:00,016 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering storage domains is disabled, skipping 2012-11-10 00:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-10 00:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-10 00:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-10 00:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-10 00:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts 2012-11-10 00:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering 0 hosts 2012-11-10 00:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts done 2012-11-10 00:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering storage domains is disabled, skipping 2012-11-10 00:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts 2012-11-10 00:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering 0 hosts 2012-11-10 00:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts done 2012-11-10 00:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering storage domains is disabled, skipping 2012-11-10 00:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts 2012-11-10 00:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering 0 hosts 2012-11-10 00:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts done 2012-11-10 00:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering storage domains is disabled, skipping 2012-11-10 00:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts 2012-11-10 00:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering 0 hosts 2012-11-10 00:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts done 2012-11-10 00:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering storage domains is disabled, skipping 2012-11-10 01:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts 2012-11-10 01:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering 0 hosts 2012-11-10 01:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts done 2012-11-10 01:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering storage domains is disabled, skipping 2012-11-10 01:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts 2012-11-10 01:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering 0 hosts 2012-11-10 01:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts done 2012-11-10 01:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering storage domains is disabled, skipping 2012-11-10 01:09:10,205 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-85) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 01:09:10,218 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-85) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 01:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts 2012-11-10 01:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering 0 hosts 2012-11-10 01:10:00,013 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts done 2012-11-10 01:10:00,013 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering storage domains is disabled, skipping 2012-11-10 01:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-10 01:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-10 01:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-10 01:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-10 01:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts 2012-11-10 01:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering 0 hosts 2012-11-10 01:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts done 2012-11-10 01:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering storage domains is disabled, skipping 2012-11-10 01:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-10 01:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-10 01:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-10 01:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-10 01:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts 2012-11-10 01:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering 0 hosts 2012-11-10 01:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts done 2012-11-10 01:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering storage domains is disabled, skipping 2012-11-10 01:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-10 01:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-10 01:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-10 01:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-10 01:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts 2012-11-10 01:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering 0 hosts 2012-11-10 01:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts done 2012-11-10 01:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering storage domains is disabled, skipping 2012-11-10 01:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-10 01:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-10 01:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-10 01:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-10 01:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-10 01:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-10 01:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-10 01:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-10 01:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts 2012-11-10 01:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering 0 hosts 2012-11-10 01:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts done 2012-11-10 01:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering storage domains is disabled, skipping 2012-11-10 02:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-10 02:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-10 02:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-10 02:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-10 02:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-10 02:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-10 02:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-10 02:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-10 02:09:10,234 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-6) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 02:09:10,247 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 02:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-10 02:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-10 02:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-10 02:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-10 02:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts 2012-11-10 02:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering 0 hosts 2012-11-10 02:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts done 2012-11-10 02:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering storage domains is disabled, skipping 2012-11-10 02:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-10 02:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-10 02:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-10 02:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-10 02:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts 2012-11-10 02:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering 0 hosts 2012-11-10 02:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts done 2012-11-10 02:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering storage domains is disabled, skipping 2012-11-10 02:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-10 02:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-10 02:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-10 02:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-10 02:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts 2012-11-10 02:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering 0 hosts 2012-11-10 02:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts done 2012-11-10 02:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering storage domains is disabled, skipping 2012-11-10 02:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts 2012-11-10 02:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering 0 hosts 2012-11-10 02:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts done 2012-11-10 02:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering storage domains is disabled, skipping 2012-11-10 02:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts 2012-11-10 02:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering 0 hosts 2012-11-10 02:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts done 2012-11-10 02:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering storage domains is disabled, skipping 2012-11-10 02:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-10 02:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-10 02:50:00,269 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-10 02:50:00,269 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-10 02:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts 2012-11-10 02:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering 0 hosts 2012-11-10 02:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts done 2012-11-10 02:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering storage domains is disabled, skipping 2012-11-10 03:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts 2012-11-10 03:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering 0 hosts 2012-11-10 03:00:00,018 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts done 2012-11-10 03:00:00,018 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering storage domains is disabled, skipping 2012-11-10 03:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts 2012-11-10 03:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering 0 hosts 2012-11-10 03:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts done 2012-11-10 03:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering storage domains is disabled, skipping 2012-11-10 03:09:10,265 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-21) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 03:09:10,277 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-21) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 03:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-10 03:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-10 03:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-10 03:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-10 03:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-10 03:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-10 03:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-10 03:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-10 03:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts 2012-11-10 03:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering 0 hosts 2012-11-10 03:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts done 2012-11-10 03:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering storage domains is disabled, skipping 2012-11-10 03:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-10 03:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-10 03:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-10 03:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-10 03:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts 2012-11-10 03:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering 0 hosts 2012-11-10 03:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts done 2012-11-10 03:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering storage domains is disabled, skipping 2012-11-10 03:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-10 03:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-10 03:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-10 03:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-10 03:35:35,000 INFO [org.ovirt.engine.core.bll.AuditLogCleanupManager] (QuartzScheduler_Worker-36) AuditLogCleanupManager::deleteAgedOutAuditLogs - entered 2012-11-10 03:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-10 03:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-10 03:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-10 03:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-10 03:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts 2012-11-10 03:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering 0 hosts 2012-11-10 03:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts done 2012-11-10 03:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering storage domains is disabled, skipping 2012-11-10 03:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts 2012-11-10 03:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering 0 hosts 2012-11-10 03:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts done 2012-11-10 03:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering storage domains is disabled, skipping 2012-11-10 03:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-10 03:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-10 03:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-10 03:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-10 04:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-10 04:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-10 04:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-10 04:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-10 04:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-10 04:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-10 04:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-10 04:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-10 04:09:10,290 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-6) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 04:09:10,302 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 04:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-10 04:10:00,030 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-10 04:10:00,030 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-10 04:10:00,030 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-10 04:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts 2012-11-10 04:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering 0 hosts 2012-11-10 04:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts done 2012-11-10 04:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering storage domains is disabled, skipping 2012-11-10 04:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts 2012-11-10 04:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering 0 hosts 2012-11-10 04:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts done 2012-11-10 04:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering storage domains is disabled, skipping 2012-11-10 04:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts 2012-11-10 04:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering 0 hosts 2012-11-10 04:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts done 2012-11-10 04:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering storage domains is disabled, skipping 2012-11-10 04:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts 2012-11-10 04:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering 0 hosts 2012-11-10 04:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts done 2012-11-10 04:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering storage domains is disabled, skipping 2012-11-10 04:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts 2012-11-10 04:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering 0 hosts 2012-11-10 04:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts done 2012-11-10 04:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering storage domains is disabled, skipping 2012-11-10 04:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts 2012-11-10 04:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering 0 hosts 2012-11-10 04:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts done 2012-11-10 04:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering storage domains is disabled, skipping 2012-11-10 04:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts 2012-11-10 04:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering 0 hosts 2012-11-10 04:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts done 2012-11-10 04:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering storage domains is disabled, skipping 2012-11-10 04:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-10 04:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-10 04:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-10 04:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-10 04:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts 2012-11-10 04:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering 0 hosts 2012-11-10 04:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts done 2012-11-10 04:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering storage domains is disabled, skipping 2012-11-10 05:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts 2012-11-10 05:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering 0 hosts 2012-11-10 05:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts done 2012-11-10 05:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering storage domains is disabled, skipping 2012-11-10 05:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts 2012-11-10 05:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering 0 hosts 2012-11-10 05:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts done 2012-11-10 05:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering storage domains is disabled, skipping 2012-11-10 05:09:10,321 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-40) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 05:09:10,338 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-40) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 05:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Checking autorecoverable hosts 2012-11-10 05:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Autorecovering 0 hosts 2012-11-10 05:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Checking autorecoverable hosts done 2012-11-10 05:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Autorecovering storage domains is disabled, skipping 2012-11-10 05:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts 2012-11-10 05:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering 0 hosts 2012-11-10 05:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts done 2012-11-10 05:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering storage domains is disabled, skipping 2012-11-10 05:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts 2012-11-10 05:20:00,084 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering 0 hosts 2012-11-10 05:20:00,084 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts done 2012-11-10 05:20:00,084 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering storage domains is disabled, skipping 2012-11-10 05:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts 2012-11-10 05:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering 0 hosts 2012-11-10 05:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts done 2012-11-10 05:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering storage domains is disabled, skipping 2012-11-10 05:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts 2012-11-10 05:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering 0 hosts 2012-11-10 05:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts done 2012-11-10 05:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering storage domains is disabled, skipping 2012-11-10 05:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts 2012-11-10 05:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering 0 hosts 2012-11-10 05:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts done 2012-11-10 05:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering storage domains is disabled, skipping 2012-11-10 05:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts 2012-11-10 05:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering 0 hosts 2012-11-10 05:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts done 2012-11-10 05:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering storage domains is disabled, skipping 2012-11-10 05:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts 2012-11-10 05:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering 0 hosts 2012-11-10 05:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts done 2012-11-10 05:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering storage domains is disabled, skipping 2012-11-10 05:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-10 05:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-10 05:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-10 05:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-10 05:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts 2012-11-10 05:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering 0 hosts 2012-11-10 05:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts done 2012-11-10 05:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering storage domains is disabled, skipping 2012-11-10 06:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts 2012-11-10 06:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering 0 hosts 2012-11-10 06:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts done 2012-11-10 06:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering storage domains is disabled, skipping 2012-11-10 06:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-10 06:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-10 06:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-10 06:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-10 06:09:10,352 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-91) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 06:09:10,364 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-91) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 06:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts 2012-11-10 06:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering 0 hosts 2012-11-10 06:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts done 2012-11-10 06:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering storage domains is disabled, skipping 2012-11-10 06:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts 2012-11-10 06:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering 0 hosts 2012-11-10 06:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts done 2012-11-10 06:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering storage domains is disabled, skipping 2012-11-10 06:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts 2012-11-10 06:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering 0 hosts 2012-11-10 06:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts done 2012-11-10 06:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering storage domains is disabled, skipping 2012-11-10 06:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts 2012-11-10 06:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering 0 hosts 2012-11-10 06:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts done 2012-11-10 06:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering storage domains is disabled, skipping 2012-11-10 06:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-10 06:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-10 06:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-10 06:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-10 06:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts 2012-11-10 06:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering 0 hosts 2012-11-10 06:35:00,010 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts done 2012-11-10 06:35:00,010 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering storage domains is disabled, skipping 2012-11-10 06:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts 2012-11-10 06:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering 0 hosts 2012-11-10 06:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts done 2012-11-10 06:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering storage domains is disabled, skipping 2012-11-10 06:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts 2012-11-10 06:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering 0 hosts 2012-11-10 06:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts done 2012-11-10 06:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering storage domains is disabled, skipping 2012-11-10 06:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts 2012-11-10 06:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering 0 hosts 2012-11-10 06:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts done 2012-11-10 06:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering storage domains is disabled, skipping 2012-11-10 06:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts 2012-11-10 06:55:00,008 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering 0 hosts 2012-11-10 06:55:00,008 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts done 2012-11-10 06:55:00,008 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering storage domains is disabled, skipping 2012-11-10 07:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts 2012-11-10 07:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering 0 hosts 2012-11-10 07:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts done 2012-11-10 07:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering storage domains is disabled, skipping 2012-11-10 07:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts 2012-11-10 07:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering 0 hosts 2012-11-10 07:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts done 2012-11-10 07:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering storage domains is disabled, skipping 2012-11-10 07:09:10,381 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-31) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 07:09:10,395 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-31) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 07:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts 2012-11-10 07:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering 0 hosts 2012-11-10 07:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts done 2012-11-10 07:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering storage domains is disabled, skipping 2012-11-10 07:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-10 07:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-10 07:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-10 07:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-10 07:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts 2012-11-10 07:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering 0 hosts 2012-11-10 07:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts done 2012-11-10 07:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering storage domains is disabled, skipping 2012-11-10 07:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-10 07:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-10 07:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-10 07:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-10 07:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts 2012-11-10 07:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering 0 hosts 2012-11-10 07:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts done 2012-11-10 07:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering storage domains is disabled, skipping 2012-11-10 07:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts 2012-11-10 07:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering 0 hosts 2012-11-10 07:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts done 2012-11-10 07:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering storage domains is disabled, skipping 2012-11-10 07:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-10 07:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-10 07:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-10 07:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-10 07:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts 2012-11-10 07:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering 0 hosts 2012-11-10 07:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts done 2012-11-10 07:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering storage domains is disabled, skipping 2012-11-10 07:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-10 07:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-10 07:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-10 07:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-10 07:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts 2012-11-10 07:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering 0 hosts 2012-11-10 07:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts done 2012-11-10 07:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering storage domains is disabled, skipping 2012-11-10 08:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts 2012-11-10 08:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering 0 hosts 2012-11-10 08:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts done 2012-11-10 08:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering storage domains is disabled, skipping 2012-11-10 08:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts 2012-11-10 08:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering 0 hosts 2012-11-10 08:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts done 2012-11-10 08:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering storage domains is disabled, skipping 2012-11-10 08:09:10,413 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-32) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 08:09:10,424 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-32) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 08:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-10 08:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-10 08:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-10 08:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-10 08:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts 2012-11-10 08:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering 0 hosts 2012-11-10 08:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts done 2012-11-10 08:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering storage domains is disabled, skipping 2012-11-10 08:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts 2012-11-10 08:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering 0 hosts 2012-11-10 08:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts done 2012-11-10 08:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering storage domains is disabled, skipping 2012-11-10 08:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts 2012-11-10 08:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering 0 hosts 2012-11-10 08:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts done 2012-11-10 08:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering storage domains is disabled, skipping 2012-11-10 08:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-10 08:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-10 08:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-10 08:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-10 08:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts 2012-11-10 08:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering 0 hosts 2012-11-10 08:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts done 2012-11-10 08:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering storage domains is disabled, skipping 2012-11-10 08:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts 2012-11-10 08:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering 0 hosts 2012-11-10 08:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts done 2012-11-10 08:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering storage domains is disabled, skipping 2012-11-10 08:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts 2012-11-10 08:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering 0 hosts 2012-11-10 08:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts done 2012-11-10 08:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering storage domains is disabled, skipping 2012-11-10 08:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts 2012-11-10 08:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering 0 hosts 2012-11-10 08:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Checking autorecoverable hosts done 2012-11-10 08:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-63) Autorecovering storage domains is disabled, skipping 2012-11-10 08:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts 2012-11-10 08:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering 0 hosts 2012-11-10 08:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts done 2012-11-10 08:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering storage domains is disabled, skipping 2012-11-10 09:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Checking autorecoverable hosts 2012-11-10 09:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Autorecovering 0 hosts 2012-11-10 09:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Checking autorecoverable hosts done 2012-11-10 09:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Autorecovering storage domains is disabled, skipping 2012-11-10 09:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts 2012-11-10 09:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering 0 hosts 2012-11-10 09:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts done 2012-11-10 09:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering storage domains is disabled, skipping 2012-11-10 09:09:10,437 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-17) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 09:09:10,451 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 09:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts 2012-11-10 09:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering 0 hosts 2012-11-10 09:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts done 2012-11-10 09:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering storage domains is disabled, skipping 2012-11-10 09:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts 2012-11-10 09:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering 0 hosts 2012-11-10 09:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts done 2012-11-10 09:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering storage domains is disabled, skipping 2012-11-10 09:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts 2012-11-10 09:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering 0 hosts 2012-11-10 09:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts done 2012-11-10 09:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering storage domains is disabled, skipping 2012-11-10 09:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts 2012-11-10 09:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering 0 hosts 2012-11-10 09:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts done 2012-11-10 09:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering storage domains is disabled, skipping 2012-11-10 09:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts 2012-11-10 09:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering 0 hosts 2012-11-10 09:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts done 2012-11-10 09:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering storage domains is disabled, skipping 2012-11-10 09:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts 2012-11-10 09:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering 0 hosts 2012-11-10 09:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts done 2012-11-10 09:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering storage domains is disabled, skipping 2012-11-10 09:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts 2012-11-10 09:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering 0 hosts 2012-11-10 09:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts done 2012-11-10 09:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering storage domains is disabled, skipping 2012-11-10 09:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts 2012-11-10 09:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering 0 hosts 2012-11-10 09:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts done 2012-11-10 09:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering storage domains is disabled, skipping 2012-11-10 09:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts 2012-11-10 09:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering 0 hosts 2012-11-10 09:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts done 2012-11-10 09:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering storage domains is disabled, skipping 2012-11-10 09:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts 2012-11-10 09:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering 0 hosts 2012-11-10 09:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts done 2012-11-10 09:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering storage domains is disabled, skipping 2012-11-10 10:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-10 10:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-10 10:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-10 10:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-10 10:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts 2012-11-10 10:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering 0 hosts 2012-11-10 10:05:00,040 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts done 2012-11-10 10:05:00,040 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering storage domains is disabled, skipping 2012-11-10 10:09:10,468 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-33) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 10:09:10,477 ERROR [org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper] (QuartzScheduler_Worker-33) Error in running LDAP query. BaseDN is , filter is (|(objectGUID=9b9002d1-ec33-4083-8a7b-31f6b8931648)). Exception message is: Request: 4 cancelled; nested exception is javax.naming.CommunicationException: Request: 4 cancelled; remaining name '' 2012-11-10 10:09:10,477 ERROR [org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler] (QuartzScheduler_Worker-33) Error in communicating with LDAP server Request: 4 cancelled; nested exception is javax.naming.CommunicationException: Request: 4 cancelled; remaining name '' 2012-11-10 10:09:10,477 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-33) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Request: 4 cancelled; nested exception is javax.naming.CommunicationException: Request: 4 cancelled; remaining name ''. We should try the next server 2012-11-10 10:09:40,482 ERROR [org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler] (QuartzScheduler_Worker-33) Error in communicating with LDAP server qa2-tlv.qa.lab.tlv.redhat.com:389; nested exception is javax.naming.CommunicationException: qa2-tlv.qa.lab.tlv.redhat.com:389 [Root exception is java.net.SocketTimeoutException: connect timed out] 2012-11-10 10:09:40,482 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-33) Failed ldap search server LDAP://qa2-tlv.qa.lab.tlv.redhat.com:389 due to qa2-tlv.qa.lab.tlv.redhat.com:389; nested exception is javax.naming.CommunicationException: qa2-tlv.qa.lab.tlv.redhat.com:389 [Root exception is java.net.SocketTimeoutException: connect timed out]. We should try the next server 2012-11-10 10:09:40,482 WARN [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-33) User vdcadmin not found in directory sevrer, its status switched to InActive 2012-11-10 10:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Checking autorecoverable hosts 2012-11-10 10:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Autorecovering 0 hosts 2012-11-10 10:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Checking autorecoverable hosts done 2012-11-10 10:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Autorecovering storage domains is disabled, skipping 2012-11-10 10:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts 2012-11-10 10:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering 0 hosts 2012-11-10 10:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts done 2012-11-10 10:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering storage domains is disabled, skipping 2012-11-10 10:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-10 10:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-10 10:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-10 10:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-10 10:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts 2012-11-10 10:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering 0 hosts 2012-11-10 10:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts done 2012-11-10 10:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering storage domains is disabled, skipping 2012-11-10 10:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-10 10:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-10 10:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-10 10:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-10 10:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts 2012-11-10 10:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering 0 hosts 2012-11-10 10:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts done 2012-11-10 10:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering storage domains is disabled, skipping 2012-11-10 10:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts 2012-11-10 10:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering 0 hosts 2012-11-10 10:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts done 2012-11-10 10:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering storage domains is disabled, skipping 2012-11-10 10:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts 2012-11-10 10:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering 0 hosts 2012-11-10 10:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts done 2012-11-10 10:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering storage domains is disabled, skipping 2012-11-10 10:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts 2012-11-10 10:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering 0 hosts 2012-11-10 10:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts done 2012-11-10 10:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering storage domains is disabled, skipping 2012-11-10 10:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-10 10:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-10 10:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-10 10:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-10 11:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-10 11:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-10 11:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-10 11:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-10 11:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts 2012-11-10 11:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering 0 hosts 2012-11-10 11:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts done 2012-11-10 11:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering storage domains is disabled, skipping 2012-11-10 11:09:40,497 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-61) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 11:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts 2012-11-10 11:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering 0 hosts 2012-11-10 11:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts done 2012-11-10 11:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering storage domains is disabled, skipping 2012-11-10 11:10:10,523 ERROR [org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler] (QuartzScheduler_Worker-61) Error in communicating with LDAP server qa2-tlv.qa.lab.tlv.redhat.com:389; nested exception is javax.naming.CommunicationException: qa2-tlv.qa.lab.tlv.redhat.com:389 [Root exception is java.net.SocketTimeoutException: connect timed out] 2012-11-10 11:10:10,524 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-61) Failed ldap search server LDAP://qa2-tlv.qa.lab.tlv.redhat.com:389 due to qa2-tlv.qa.lab.tlv.redhat.com:389; nested exception is javax.naming.CommunicationException: qa2-tlv.qa.lab.tlv.redhat.com:389 [Root exception is java.net.SocketTimeoutException: connect timed out]. We should try the next server 2012-11-10 11:10:10,537 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-61) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 11:10:10,553 WARN [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-61) Inactive User vdcadmin found in directory server, its status switched to Active 2012-11-10 11:14:59,998 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts 2012-11-10 11:14:59,999 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering 0 hosts 2012-11-10 11:14:59,999 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts done 2012-11-10 11:14:59,999 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering storage domains is disabled, skipping 2012-11-10 11:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts 2012-11-10 11:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering 0 hosts 2012-11-10 11:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts done 2012-11-10 11:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering storage domains is disabled, skipping 2012-11-10 11:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts 2012-11-10 11:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering 0 hosts 2012-11-10 11:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts done 2012-11-10 11:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering storage domains is disabled, skipping 2012-11-10 11:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts 2012-11-10 11:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering 0 hosts 2012-11-10 11:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts done 2012-11-10 11:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering storage domains is disabled, skipping 2012-11-10 11:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts 2012-11-10 11:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering 0 hosts 2012-11-10 11:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts done 2012-11-10 11:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering storage domains is disabled, skipping 2012-11-10 11:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts 2012-11-10 11:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering 0 hosts 2012-11-10 11:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts done 2012-11-10 11:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering storage domains is disabled, skipping 2012-11-10 11:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts 2012-11-10 11:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering 0 hosts 2012-11-10 11:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts done 2012-11-10 11:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering storage domains is disabled, skipping 2012-11-10 11:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-10 11:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-10 11:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-10 11:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-10 11:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts 2012-11-10 11:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering 0 hosts 2012-11-10 11:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts done 2012-11-10 11:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering storage domains is disabled, skipping 2012-11-10 12:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-10 12:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-10 12:00:00,015 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-10 12:00:00,015 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-10 12:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts 2012-11-10 12:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering 0 hosts 2012-11-10 12:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Checking autorecoverable hosts done 2012-11-10 12:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-49) Autorecovering storage domains is disabled, skipping 2012-11-10 12:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-10 12:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-10 12:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-10 12:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-10 12:10:10,580 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-95) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 12:10:10,592 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-95) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 12:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-10 12:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-10 12:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-10 12:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-10 12:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts 2012-11-10 12:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering 0 hosts 2012-11-10 12:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts done 2012-11-10 12:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering storage domains is disabled, skipping 2012-11-10 12:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts 2012-11-10 12:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering 0 hosts 2012-11-10 12:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts done 2012-11-10 12:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering storage domains is disabled, skipping 2012-11-10 12:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts 2012-11-10 12:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering 0 hosts 2012-11-10 12:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts done 2012-11-10 12:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering storage domains is disabled, skipping 2012-11-10 12:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts 2012-11-10 12:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering 0 hosts 2012-11-10 12:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts done 2012-11-10 12:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering storage domains is disabled, skipping 2012-11-10 12:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts 2012-11-10 12:40:00,420 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering 0 hosts 2012-11-10 12:40:00,421 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts done 2012-11-10 12:40:00,421 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering storage domains is disabled, skipping 2012-11-10 12:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-10 12:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-10 12:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-10 12:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-10 12:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts 2012-11-10 12:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering 0 hosts 2012-11-10 12:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts done 2012-11-10 12:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering storage domains is disabled, skipping 2012-11-10 12:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-10 12:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-10 12:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-10 12:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-10 13:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts 2012-11-10 13:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering 0 hosts 2012-11-10 13:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts done 2012-11-10 13:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering storage domains is disabled, skipping 2012-11-10 13:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts 2012-11-10 13:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering 0 hosts 2012-11-10 13:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts done 2012-11-10 13:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering storage domains is disabled, skipping 2012-11-10 13:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-10 13:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-10 13:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-10 13:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-10 13:10:10,610 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-13) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 13:10:10,622 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-13) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 13:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts 2012-11-10 13:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering 0 hosts 2012-11-10 13:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Checking autorecoverable hosts done 2012-11-10 13:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-45) Autorecovering storage domains is disabled, skipping 2012-11-10 13:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts 2012-11-10 13:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering 0 hosts 2012-11-10 13:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts done 2012-11-10 13:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering storage domains is disabled, skipping 2012-11-10 13:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts 2012-11-10 13:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering 0 hosts 2012-11-10 13:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts done 2012-11-10 13:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering storage domains is disabled, skipping 2012-11-10 13:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts 2012-11-10 13:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering 0 hosts 2012-11-10 13:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts done 2012-11-10 13:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering storage domains is disabled, skipping 2012-11-10 13:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts 2012-11-10 13:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering 0 hosts 2012-11-10 13:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts done 2012-11-10 13:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering storage domains is disabled, skipping 2012-11-10 13:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-10 13:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-10 13:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-10 13:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-10 13:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts 2012-11-10 13:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering 0 hosts 2012-11-10 13:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts done 2012-11-10 13:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering storage domains is disabled, skipping 2012-11-10 13:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-10 13:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-10 13:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-10 13:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-10 13:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts 2012-11-10 13:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering 0 hosts 2012-11-10 13:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts done 2012-11-10 13:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering storage domains is disabled, skipping 2012-11-10 14:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-10 14:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-10 14:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-10 14:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-10 14:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts 2012-11-10 14:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering 0 hosts 2012-11-10 14:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts done 2012-11-10 14:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering storage domains is disabled, skipping 2012-11-10 14:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts 2012-11-10 14:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering 0 hosts 2012-11-10 14:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts done 2012-11-10 14:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering storage domains is disabled, skipping 2012-11-10 14:10:10,639 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-26) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 14:10:10,651 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-26) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 14:12:04,741 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 14:12:04,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-10 14:12:04,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginAdminUserCommand internal: false. 2012-11-10 14:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-10 14:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-10 14:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-10 14:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-10 14:15:16,835 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [74211876] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 96bf99ef-da84-4e8b-bc27-57caf19529ae Type: VM 2012-11-10 14:15:16,836 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [74211876] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop cd-payload). 2012-11-10 14:15:16,836 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [74211876] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop cd-payload. 2012-11-10 14:15:16,844 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [74211876] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=96bf99ef-da84-4e8b-bc27-57caf19529ae, force=false, secondsToWait=30, gracefully=true), log id: 5f793d75 2012-11-10 14:15:16,847 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [74211876] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=96bf99ef-da84-4e8b-bc27-57caf19529ae, force=false, secondsToWait=30, gracefully=true), log id: 5176a8cd 2012-11-10 14:15:16,920 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [74211876] FINISH, DestroyVDSCommand, log id: 5176a8cd 2012-11-10 14:15:16,936 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [74211876] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 5f793d75 2012-11-10 14:15:41,868 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-48) [46549126] Running command: StopVmCommand internal: false. Entities affected : ID: 96bf99ef-da84-4e8b-bc27-57caf19529ae Type: VM 2012-11-10 14:15:41,871 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [46549126] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=96bf99ef-da84-4e8b-bc27-57caf19529ae, force=false, secondsToWait=0, gracefully=false), log id: 45adcffb 2012-11-10 14:15:41,875 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [46549126] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=96bf99ef-da84-4e8b-bc27-57caf19529ae, force=false, secondsToWait=0, gracefully=false), log id: 9c2fde2 2012-11-10 14:15:42,448 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [46549126] FINISH, DestroyVDSCommand, log id: 9c2fde2 2012-11-10 14:15:42,485 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [46549126] FINISH, DestroyVmVDSCommand, return: Down, log id: 45adcffb 2012-11-10 14:16:07,211 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-50) Start time: 11/10/12 2:16 PM. Start running CanDoAction for command number 2/9 (Command type: RemoveVm) 2012-11-10 14:16:07,211 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-49) Start time: 11/10/12 2:16 PM. Start running CanDoAction for command number 3/9 (Command type: RemoveVm) 2012-11-10 14:16:07,211 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-47) Start time: 11/10/12 2:16 PM. Start running CanDoAction for command number 4/9 (Command type: RemoveVm) 2012-11-10 14:16:07,218 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-46) Start time: 11/10/12 2:16 PM. Start running CanDoAction for command number 5/9 (Command type: RemoveVm) 2012-11-10 14:16:07,223 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-48) Start time: 11/10/12 2:16 PM. Start running CanDoAction for command number 1/9 (Command type: RemoveVm) 2012-11-10 14:16:07,228 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-45) Start time: 11/10/12 2:16 PM. Start running CanDoAction for command number 6/9 (Command type: RemoveVm) 2012-11-10 14:16:07,230 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-44) Start time: 11/10/12 2:16 PM. Start running CanDoAction for command number 7/9 (Command type: RemoveVm) 2012-11-10 14:16:07,230 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-43) Start time: 11/10/12 2:16 PM. Start running CanDoAction for command number 8/9 (Command type: RemoveVm) 2012-11-10 14:16:07,230 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-42) Start time: 11/10/12 2:16 PM. Start running CanDoAction for command number 9/9 (Command type: RemoveVm) 2012-11-10 14:16:07,234 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) Lock Acquired to object EngineLock [exclusiveLocks= key: f547310f-9ad6-4aca-a94f-6e2ce75f76c5 value: VM , sharedLocks= ] 2012-11-10 14:16:07,263 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-47) Lock Acquired to object EngineLock [exclusiveLocks= key: 0feecf06-441f-4377-a4c9-d094734476c0 value: VM , sharedLocks= ] 2012-11-10 14:16:07,271 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 13a5183c 2012-11-10 14:16:07,271 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock Acquired to object EngineLock [exclusiveLocks= key: ea85ec12-560c-40fe-937f-1d8329bccbdb value: VM , sharedLocks= ] 2012-11-10 14:16:07,278 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3d7896c5 2012-11-10 14:16:07,282 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-42) Lock Acquired to object EngineLock [exclusiveLocks= key: ad063596-4734-421a-8be9-f228b047c7ca value: VM , sharedLocks= ] 2012-11-10 14:16:07,298 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 13a5183c 2012-11-10 14:16:07,299 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Lock Acquired to object EngineLock [exclusiveLocks= key: 7b9eaa96-4f75-4ff9-976d-3d78444e88e6 value: VM , sharedLocks= ] 2012-11-10 14:16:07,299 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 3d7896c5 2012-11-10 14:16:07,320 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Lock Acquired to object EngineLock [exclusiveLocks= key: e4e98f29-73ea-487e-b6d9-a23a76416ed6 value: VM , sharedLocks= ] 2012-11-10 14:16:07,320 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock Acquired to object EngineLock [exclusiveLocks= key: 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe value: VM , sharedLocks= ] 2012-11-10 14:16:07,339 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-49) End time: 11/10/12 2:16 PM. Finish handling CanDoAction for command number 3/9 (Command type: RemoveVm) 2012-11-10 14:16:07,341 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock Acquired to object EngineLock [exclusiveLocks= key: 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 value: VM , sharedLocks= ] 2012-11-10 14:16:07,343 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Lock Acquired to object EngineLock [exclusiveLocks= key: 8a6b2b36-6207-41a6-85da-82f2f9f2c391 value: VM , sharedLocks= ] 2012-11-10 14:16:07,359 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-50) End time: 11/10/12 2:16 PM. Finish handling CanDoAction for command number 2/9 (Command type: RemoveVm) 2012-11-10 14:16:07,388 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3519464b 2012-11-10 14:16:07,389 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) FINISH, IsValidVDSCommand, return: true, log id: 3519464b 2012-11-10 14:16:07,432 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-47) End time: 11/10/12 2:16 PM. Finish handling CanDoAction for command number 4/9 (Command type: RemoveVm) 2012-11-10 14:16:07,499 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-42) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 129cab43 2012-11-10 14:16:07,504 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-42) FINISH, IsValidVDSCommand, return: true, log id: 129cab43 2012-11-10 14:16:07,595 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-42) End time: 11/10/12 2:16 PM. Finish handling CanDoAction for command number 9/9 (Command type: RemoveVm) 2012-11-10 14:16:07,598 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6dc86120 2012-11-10 14:16:07,600 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-46) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7ed578d3 2012-11-10 14:16:07,608 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5347bef1 2012-11-10 14:16:07,610 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) FINISH, IsValidVDSCommand, return: true, log id: 6dc86120 2012-11-10 14:16:07,611 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-46) FINISH, IsValidVDSCommand, return: true, log id: 7ed578d3 2012-11-10 14:16:07,623 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) FINISH, IsValidVDSCommand, return: true, log id: 5347bef1 2012-11-10 14:16:07,634 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-43) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2905cea8 2012-11-10 14:16:07,642 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 403c6f50 2012-11-10 14:16:07,644 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-43) FINISH, IsValidVDSCommand, return: true, log id: 2905cea8 2012-11-10 14:16:07,704 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) FINISH, IsValidVDSCommand, return: true, log id: 403c6f50 2012-11-10 14:16:07,709 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-46) End time: 11/10/12 2:16 PM. Finish handling CanDoAction for command number 5/9 (Command type: RemoveVm) 2012-11-10 14:16:07,731 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-45) End time: 11/10/12 2:16 PM. Finish handling CanDoAction for command number 6/9 (Command type: RemoveVm) 2012-11-10 14:16:07,788 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-43) End time: 11/10/12 2:16 PM. Finish handling CanDoAction for command number 8/9 (Command type: RemoveVm) 2012-11-10 14:16:07,810 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-48) End time: 11/10/12 2:16 PM. Finish handling CanDoAction for command number 1/9 (Command type: RemoveVm) 2012-11-10 14:16:07,834 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-44) End time: 11/10/12 2:16 PM. Finish handling CanDoAction for command number 7/9 (Command type: RemoveVm) 2012-11-10 14:16:07,940 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [3693c51d] Running command: RemoveVmCommand internal: false. Entities affected : ID: 7b9eaa96-4f75-4ff9-976d-3d78444e88e6 Type: VM 2012-11-10 14:16:07,950 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [3693c51d] START, SetVmStatusVDSCommand( vmId = 7b9eaa96-4f75-4ff9-976d-3d78444e88e6, status = ImageLocked), log id: 3b6b2c67 2012-11-10 14:16:07,954 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [3693c51d] FINISH, SetVmStatusVDSCommand, log id: 3b6b2c67 2012-11-10 14:16:07,986 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [3693c51d] Lock freed to object EngineLock [exclusiveLocks= key: 7b9eaa96-4f75-4ff9-976d-3d78444e88e6 value: VM , sharedLocks= ] 2012-11-10 14:16:07,986 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [3693c51d] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 7b9eaa96-4f75-4ff9-976d-3d78444e88e6), log id: 2437ce1d 2012-11-10 14:16:08,048 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [3693c51d] FINISH, RemoveVMVDSCommand, log id: 2437ce1d 2012-11-10 14:16:08,072 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [4bbce47e] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 7b9eaa96-4f75-4ff9-976d-3d78444e88e6 Type: VM 2012-11-10 14:16:08,082 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [20135058] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-10 14:16:08,111 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [20135058] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 19bce879-0fd0-465a-bf5a-dfd460215934, postZeros = false, forceDelete = false), log id: 20d57157 2012-11-10 14:16:10,752 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [20135058] FINISH, DeleteImageGroupVDSCommand, log id: 20d57157 2012-11-10 14:16:11,451 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [20135058] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 7b9eaa96-4f75-4ff9-976d-3d78444e88e6 2012-11-10 14:16:11,451 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [20135058] EntityMultiAsyncTasks::AttachTask: Attaching task 738ad084-769f-419a-869a-1d8245d7c794 to entity 7b9eaa96-4f75-4ff9-976d-3d78444e88e6. 2012-11-10 14:16:11,453 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [20135058] Adding task 738ad084-769f-419a-869a-1d8245d7c794 to DataBase 2012-11-10 14:16:11,528 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [20135058] Adding task 738ad084-769f-419a-869a-1d8245d7c794 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-10 14:16:11,725 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [20135058] BaseAsyncTask::StartPollingTask: Starting to poll task 738ad084-769f-419a-869a-1d8245d7c794. 2012-11-10 14:16:11,725 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [20135058] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 7b9eaa96-4f75-4ff9-976d-3d78444e88e6 is RemoveVm (determined by task 738ad084-769f-419a-869a-1d8245d7c794) 2012-11-10 14:16:11,906 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [e26b263] Running command: RemoveVmCommand internal: false. Entities affected : ID: f547310f-9ad6-4aca-a94f-6e2ce75f76c5 Type: VM 2012-11-10 14:16:11,907 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [e26b263] START, SetVmStatusVDSCommand( vmId = f547310f-9ad6-4aca-a94f-6e2ce75f76c5, status = ImageLocked), log id: 3f282b9b 2012-11-10 14:16:11,909 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [e26b263] FINISH, SetVmStatusVDSCommand, log id: 3f282b9b 2012-11-10 14:16:11,940 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [e26b263] Lock freed to object EngineLock [exclusiveLocks= key: f547310f-9ad6-4aca-a94f-6e2ce75f76c5 value: VM , sharedLocks= ] 2012-11-10 14:16:11,940 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [e26b263] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = f547310f-9ad6-4aca-a94f-6e2ce75f76c5), log id: 18c91632 2012-11-10 14:16:12,011 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [e26b263] FINISH, RemoveVMVDSCommand, log id: 18c91632 2012-11-10 14:16:12,029 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [1563d773] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: f547310f-9ad6-4aca-a94f-6e2ce75f76c5 Type: VM 2012-11-10 14:16:12,033 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [2c4d24f3] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-10 14:16:12,047 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [2c4d24f3] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 30ef9bc6-6eb7-4938-bf04-b65cafe0ee50, postZeros = false, forceDelete = false), log id: 7ec295de 2012-11-10 14:16:15,418 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [2c4d24f3] FINISH, DeleteImageGroupVDSCommand, log id: 7ec295de 2012-11-10 14:16:15,790 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [2c4d24f3] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity f547310f-9ad6-4aca-a94f-6e2ce75f76c5 2012-11-10 14:16:15,790 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [2c4d24f3] EntityMultiAsyncTasks::AttachTask: Attaching task a0541c70-24eb-464b-a204-a2365a9893a3 to entity f547310f-9ad6-4aca-a94f-6e2ce75f76c5. 2012-11-10 14:16:15,791 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [2c4d24f3] Adding task a0541c70-24eb-464b-a204-a2365a9893a3 to DataBase 2012-11-10 14:16:16,200 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [2c4d24f3] Adding task a0541c70-24eb-464b-a204-a2365a9893a3 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-10 14:16:16,392 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [2c4d24f3] BaseAsyncTask::StartPollingTask: Starting to poll task a0541c70-24eb-464b-a204-a2365a9893a3. 2012-11-10 14:16:16,392 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [2c4d24f3] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity f547310f-9ad6-4aca-a94f-6e2ce75f76c5 is RemoveVm (determined by task a0541c70-24eb-464b-a204-a2365a9893a3) 2012-11-10 14:16:16,483 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [3632db32] Running command: RemoveVmCommand internal: false. Entities affected : ID: ea85ec12-560c-40fe-937f-1d8329bccbdb Type: VM 2012-11-10 14:16:16,484 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [3632db32] START, SetVmStatusVDSCommand( vmId = ea85ec12-560c-40fe-937f-1d8329bccbdb, status = ImageLocked), log id: 301306b6 2012-11-10 14:16:16,486 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [3632db32] FINISH, SetVmStatusVDSCommand, log id: 301306b6 2012-11-10 14:16:16,497 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [3632db32] Lock freed to object EngineLock [exclusiveLocks= key: ea85ec12-560c-40fe-937f-1d8329bccbdb value: VM , sharedLocks= ] 2012-11-10 14:16:16,497 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [3632db32] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = ea85ec12-560c-40fe-937f-1d8329bccbdb), log id: 6ecff39 2012-11-10 14:16:16,701 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [3632db32] FINISH, RemoveVMVDSCommand, log id: 6ecff39 2012-11-10 14:16:16,714 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [3167fabc] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: ea85ec12-560c-40fe-937f-1d8329bccbdb Type: VM 2012-11-10 14:16:16,719 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [6bd85f28] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-10 14:16:16,733 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [6bd85f28] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 6d3fd201-ffda-4f7d-aa67-3d1de22b4e6c, postZeros = false, forceDelete = false), log id: 2c2a7383 2012-11-10 14:16:18,129 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [6bd85f28] FINISH, DeleteImageGroupVDSCommand, log id: 2c2a7383 2012-11-10 14:16:18,162 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [6bd85f28] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity ea85ec12-560c-40fe-937f-1d8329bccbdb 2012-11-10 14:16:18,162 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [6bd85f28] EntityMultiAsyncTasks::AttachTask: Attaching task 6fcc7126-0be6-4b76-8cae-bc0b3df9df47 to entity ea85ec12-560c-40fe-937f-1d8329bccbdb. 2012-11-10 14:16:18,163 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [6bd85f28] Adding task 6fcc7126-0be6-4b76-8cae-bc0b3df9df47 to DataBase 2012-11-10 14:16:18,187 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [6bd85f28] Adding task 6fcc7126-0be6-4b76-8cae-bc0b3df9df47 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-10 14:16:18,311 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [6bd85f28] BaseAsyncTask::StartPollingTask: Starting to poll task 6fcc7126-0be6-4b76-8cae-bc0b3df9df47. 2012-11-10 14:16:18,311 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [6bd85f28] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity ea85ec12-560c-40fe-937f-1d8329bccbdb is RemoveVm (determined by task 6fcc7126-0be6-4b76-8cae-bc0b3df9df47) 2012-11-10 14:16:18,384 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [67056aee] Running command: RemoveVmCommand internal: false. Entities affected : ID: 0feecf06-441f-4377-a4c9-d094734476c0 Type: VM 2012-11-10 14:16:18,385 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [67056aee] START, SetVmStatusVDSCommand( vmId = 0feecf06-441f-4377-a4c9-d094734476c0, status = ImageLocked), log id: 6aeac6b8 2012-11-10 14:16:18,387 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [67056aee] FINISH, SetVmStatusVDSCommand, log id: 6aeac6b8 2012-11-10 14:16:18,403 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [67056aee] Lock freed to object EngineLock [exclusiveLocks= key: 0feecf06-441f-4377-a4c9-d094734476c0 value: VM , sharedLocks= ] 2012-11-10 14:16:18,403 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [67056aee] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 0feecf06-441f-4377-a4c9-d094734476c0), log id: 19c8f33b 2012-11-10 14:16:18,492 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [67056aee] FINISH, RemoveVMVDSCommand, log id: 19c8f33b 2012-11-10 14:16:18,495 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [57d8b3b6] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 0feecf06-441f-4377-a4c9-d094734476c0 Type: VM 2012-11-10 14:16:18,500 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [1adcd409] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-10 14:16:18,513 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [1adcd409] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = fd2a3823-2f72-4ba2-9483-345d23b4f6f4, postZeros = false, forceDelete = false), log id: f43feda 2012-11-10 14:16:20,500 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [1adcd409] FINISH, DeleteImageGroupVDSCommand, log id: f43feda 2012-11-10 14:16:21,007 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-47) Polling and updating Async Tasks: 3 tasks, 3 tasks to poll now 2012-11-10 14:16:21,032 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-47) SPMAsyncTask::PollTask: Polling task 6fcc7126-0be6-4b76-8cae-bc0b3df9df47 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-10 14:16:21,046 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [1adcd409] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 0feecf06-441f-4377-a4c9-d094734476c0 2012-11-10 14:16:21,046 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [1adcd409] EntityMultiAsyncTasks::AttachTask: Attaching task 5566bd1d-fddf-4d7c-a4fe-1c7629302b23 to entity 0feecf06-441f-4377-a4c9-d094734476c0. 2012-11-10 14:16:21,047 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [1adcd409] Adding task 5566bd1d-fddf-4d7c-a4fe-1c7629302b23 to DataBase 2012-11-10 14:16:21,174 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-47) BaseAsyncTask::OnTaskEndSuccess: Task 6fcc7126-0be6-4b76-8cae-bc0b3df9df47 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-10 14:16:21,174 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-47) EntityAsyncTask::EndActionIfNecessary: All tasks of entity ea85ec12-560c-40fe-937f-1d8329bccbdb has ended -> executing EndAction 2012-11-10 14:16:21,175 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-47) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: ea85ec12-560c-40fe-937f-1d8329bccbdb): calling EndAction for action type RemoveVm. 2012-11-10 14:16:21,175 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-47) SPMAsyncTask::PollTask: Polling task 738ad084-769f-419a-869a-1d8245d7c794 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-10 14:16:21,175 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-10 14:16:21,228 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-47) BaseAsyncTask::OnTaskEndSuccess: Task 738ad084-769f-419a-869a-1d8245d7c794 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-10 14:16:21,228 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-47) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 7b9eaa96-4f75-4ff9-976d-3d78444e88e6 has ended -> executing EndAction 2012-11-10 14:16:21,228 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-47) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 7b9eaa96-4f75-4ff9-976d-3d78444e88e6): calling EndAction for action type RemoveVm. 2012-11-10 14:16:21,229 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-47) SPMAsyncTask::PollTask: Polling task a0541c70-24eb-464b-a204-a2365a9893a3 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-10 14:16:21,229 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-10 14:16:21,274 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-10 14:16:21,274 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock Acquired to object EngineLock [exclusiveLocks= key: ea85ec12-560c-40fe-937f-1d8329bccbdb value: VM , sharedLocks= ] 2012-11-10 14:16:21,283 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-44) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:66) - entered 2012-11-10 14:16:21,291 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock freed to object EngineLock [exclusiveLocks= key: ea85ec12-560c-40fe-937f-1d8329bccbdb value: VM , sharedLocks= ] 2012-11-10 14:16:21,319 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-47) BaseAsyncTask::OnTaskEndSuccess: Task a0541c70-24eb-464b-a204-a2365a9893a3 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-10 14:16:21,320 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-47) EntityAsyncTask::EndActionIfNecessary: All tasks of entity f547310f-9ad6-4aca-a94f-6e2ce75f76c5 has ended -> executing EndAction 2012-11-10 14:16:21,320 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-10 14:16:21,320 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-47) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: f547310f-9ad6-4aca-a94f-6e2ce75f76c5): calling EndAction for action type RemoveVm. 2012-11-10 14:16:21,321 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-10 14:16:21,321 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Lock Acquired to object EngineLock [exclusiveLocks= key: 7b9eaa96-4f75-4ff9-976d-3d78444e88e6 value: VM , sharedLocks= ] 2012-11-10 14:16:21,321 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [1adcd409] Adding task 5566bd1d-fddf-4d7c-a4fe-1c7629302b23 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-10 14:16:21,358 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-43) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:68) - entered 2012-11-10 14:16:21,365 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Lock freed to object EngineLock [exclusiveLocks= key: 7b9eaa96-4f75-4ff9-976d-3d78444e88e6 value: VM , sharedLocks= ] 2012-11-10 14:16:21,385 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-10 14:16:21,385 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock Acquired to object EngineLock [exclusiveLocks= key: f547310f-9ad6-4aca-a94f-6e2ce75f76c5 value: VM , sharedLocks= ] 2012-11-10 14:16:21,394 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-45) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:67) - entered 2012-11-10 14:16:21,400 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-10 14:16:21,400 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-10 14:16:21,403 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock freed to object EngineLock [exclusiveLocks= key: f547310f-9ad6-4aca-a94f-6e2ce75f76c5 value: VM , sharedLocks= ] 2012-11-10 14:16:21,417 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 6fcc7126-0be6-4b76-8cae-bc0b3df9df47 2012-11-10 14:16:21,417 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 6fcc7126-0be6-4b76-8cae-bc0b3df9df47), log id: 6153e7b8 2012-11-10 14:16:21,419 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=6fcc7126-0be6-4b76-8cae-bc0b3df9df47), log id: 185c5315 2012-11-10 14:16:21,447 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-10 14:16:21,447 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-10 14:16:21,485 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 738ad084-769f-419a-869a-1d8245d7c794 2012-11-10 14:16:21,485 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 738ad084-769f-419a-869a-1d8245d7c794), log id: 52b9ca25 2012-11-10 14:16:21,512 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) FINISH, HSMClearTaskVDSCommand, log id: 185c5315 2012-11-10 14:16:21,513 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) FINISH, SPMClearTaskVDSCommand, log id: 6153e7b8 2012-11-10 14:16:21,514 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=738ad084-769f-419a-869a-1d8245d7c794), log id: 1667e45a 2012-11-10 14:16:21,517 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-10 14:16:21,517 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-10 14:16:21,588 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) BaseAsyncTask::RemoveTaskFromDB: Removed task 6fcc7126-0be6-4b76-8cae-bc0b3df9df47 from DataBase 2012-11-10 14:16:21,588 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity ea85ec12-560c-40fe-937f-1d8329bccbdb 2012-11-10 14:16:21,596 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) SPMAsyncTask::ClearAsyncTask: Attempting to clear task a0541c70-24eb-464b-a204-a2365a9893a3 2012-11-10 14:16:21,596 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = a0541c70-24eb-464b-a204-a2365a9893a3), log id: a102e43 2012-11-10 14:16:21,644 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) FINISH, HSMClearTaskVDSCommand, log id: 1667e45a 2012-11-10 14:16:21,644 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) FINISH, SPMClearTaskVDSCommand, log id: 52b9ca25 2012-11-10 14:16:21,646 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=a0541c70-24eb-464b-a204-a2365a9893a3), log id: fcf466c 2012-11-10 14:16:21,647 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [1adcd409] BaseAsyncTask::StartPollingTask: Starting to poll task 5566bd1d-fddf-4d7c-a4fe-1c7629302b23. 2012-11-10 14:16:21,647 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [1adcd409] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 0feecf06-441f-4377-a4c9-d094734476c0 is RemoveVm (determined by task 5566bd1d-fddf-4d7c-a4fe-1c7629302b23) 2012-11-10 14:16:21,663 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) BaseAsyncTask::RemoveTaskFromDB: Removed task 738ad084-769f-419a-869a-1d8245d7c794 from DataBase 2012-11-10 14:16:21,663 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 7b9eaa96-4f75-4ff9-976d-3d78444e88e6 2012-11-10 14:16:21,713 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) FINISH, HSMClearTaskVDSCommand, log id: fcf466c 2012-11-10 14:16:21,713 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) FINISH, SPMClearTaskVDSCommand, log id: a102e43 2012-11-10 14:16:21,733 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) BaseAsyncTask::RemoveTaskFromDB: Removed task a0541c70-24eb-464b-a204-a2365a9893a3 from DataBase 2012-11-10 14:16:21,733 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity f547310f-9ad6-4aca-a94f-6e2ce75f76c5 2012-11-10 14:16:21,857 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [1d60f701] Running command: RemoveVmCommand internal: false. Entities affected : ID: e4e98f29-73ea-487e-b6d9-a23a76416ed6 Type: VM 2012-11-10 14:16:21,858 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [1d60f701] START, SetVmStatusVDSCommand( vmId = e4e98f29-73ea-487e-b6d9-a23a76416ed6, status = ImageLocked), log id: 57b25a8e 2012-11-10 14:16:21,861 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [1d60f701] FINISH, SetVmStatusVDSCommand, log id: 57b25a8e 2012-11-10 14:16:21,935 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [1d60f701] Lock freed to object EngineLock [exclusiveLocks= key: e4e98f29-73ea-487e-b6d9-a23a76416ed6 value: VM , sharedLocks= ] 2012-11-10 14:16:21,935 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [1d60f701] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = e4e98f29-73ea-487e-b6d9-a23a76416ed6), log id: 7509bf75 2012-11-10 14:16:21,979 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [1d60f701] FINISH, RemoveVMVDSCommand, log id: 7509bf75 2012-11-10 14:16:21,983 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [52f8d65a] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: e4e98f29-73ea-487e-b6d9-a23a76416ed6 Type: VM 2012-11-10 14:16:21,992 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [46cbf38c] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-10 14:16:22,038 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [46cbf38c] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 20612957-625b-41c4-9d1d-23512a3bd19f, postZeros = false, forceDelete = false), log id: 6ae85ae7 2012-11-10 14:16:22,907 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [46cbf38c] FINISH, DeleteImageGroupVDSCommand, log id: 6ae85ae7 2012-11-10 14:16:22,946 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [46cbf38c] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity e4e98f29-73ea-487e-b6d9-a23a76416ed6 2012-11-10 14:16:22,946 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [46cbf38c] EntityMultiAsyncTasks::AttachTask: Attaching task 57e59723-06e5-4af6-b06a-800ff27c20d8 to entity e4e98f29-73ea-487e-b6d9-a23a76416ed6. 2012-11-10 14:16:22,947 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [46cbf38c] Adding task 57e59723-06e5-4af6-b06a-800ff27c20d8 to DataBase 2012-11-10 14:16:23,004 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [46cbf38c] Adding task 57e59723-06e5-4af6-b06a-800ff27c20d8 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-10 14:16:23,309 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [46cbf38c] BaseAsyncTask::StartPollingTask: Starting to poll task 57e59723-06e5-4af6-b06a-800ff27c20d8. 2012-11-10 14:16:23,309 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [46cbf38c] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity e4e98f29-73ea-487e-b6d9-a23a76416ed6 is RemoveVm (determined by task 57e59723-06e5-4af6-b06a-800ff27c20d8) 2012-11-10 14:16:23,429 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [6d39c8fe] Running command: RemoveVmCommand internal: false. Entities affected : ID: 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 Type: VM 2012-11-10 14:16:23,429 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [6d39c8fe] START, SetVmStatusVDSCommand( vmId = 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9, status = ImageLocked), log id: 6bde0663 2012-11-10 14:16:23,432 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [6d39c8fe] FINISH, SetVmStatusVDSCommand, log id: 6bde0663 2012-11-10 14:16:23,444 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [6d39c8fe] Lock freed to object EngineLock [exclusiveLocks= key: 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 value: VM , sharedLocks= ] 2012-11-10 14:16:23,445 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [6d39c8fe] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9), log id: 5d5d31f8 2012-11-10 14:16:23,489 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [6d39c8fe] FINISH, RemoveVMVDSCommand, log id: 5d5d31f8 2012-11-10 14:16:23,493 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [117bc0ab] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 Type: VM 2012-11-10 14:16:23,497 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [7a19b84] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-10 14:16:23,569 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [7a19b84] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = ae6cb130-715e-4e9a-8f8e-51ed0bd574a4, postZeros = false, forceDelete = false), log id: 28a8c0db 2012-11-10 14:16:27,308 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [7a19b84] FINISH, DeleteImageGroupVDSCommand, log id: 28a8c0db 2012-11-10 14:16:27,336 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [7a19b84] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 2012-11-10 14:16:27,336 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [7a19b84] EntityMultiAsyncTasks::AttachTask: Attaching task 1d207709-2a57-49d9-8735-209f57642313 to entity 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9. 2012-11-10 14:16:27,337 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [7a19b84] Adding task 1d207709-2a57-49d9-8735-209f57642313 to DataBase 2012-11-10 14:16:27,351 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [7a19b84] Adding task 1d207709-2a57-49d9-8735-209f57642313 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-10 14:16:27,437 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [7a19b84] BaseAsyncTask::StartPollingTask: Starting to poll task 1d207709-2a57-49d9-8735-209f57642313. 2012-11-10 14:16:27,437 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [7a19b84] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 is RemoveVm (determined by task 1d207709-2a57-49d9-8735-209f57642313) 2012-11-10 14:16:27,622 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [1c57ede2] Running command: RemoveVmCommand internal: false. Entities affected : ID: 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe Type: VM 2012-11-10 14:16:27,623 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [1c57ede2] START, SetVmStatusVDSCommand( vmId = 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe, status = ImageLocked), log id: 487fbf34 2012-11-10 14:16:27,631 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [1c57ede2] FINISH, SetVmStatusVDSCommand, log id: 487fbf34 2012-11-10 14:16:27,672 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [1c57ede2] Lock freed to object EngineLock [exclusiveLocks= key: 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe value: VM , sharedLocks= ] 2012-11-10 14:16:27,672 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [1c57ede2] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe), log id: 6c8d4d68 2012-11-10 14:16:27,728 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [1c57ede2] FINISH, RemoveVMVDSCommand, log id: 6c8d4d68 2012-11-10 14:16:27,732 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [30d51e85] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe Type: VM 2012-11-10 14:16:27,736 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [630ce912] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-10 14:16:27,746 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [630ce912] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 32a21892-1c19-41f9-925e-90ea5ae5880f, postZeros = false, forceDelete = false), log id: 54b7097 2012-11-10 14:16:28,856 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [630ce912] FINISH, DeleteImageGroupVDSCommand, log id: 54b7097 2012-11-10 14:16:28,866 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [630ce912] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe 2012-11-10 14:16:28,866 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [630ce912] EntityMultiAsyncTasks::AttachTask: Attaching task 54a770d5-537f-4d80-b138-dca1486764bf to entity 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe. 2012-11-10 14:16:28,867 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [630ce912] Adding task 54a770d5-537f-4d80-b138-dca1486764bf to DataBase 2012-11-10 14:16:28,883 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [630ce912] Adding task 54a770d5-537f-4d80-b138-dca1486764bf (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-10 14:16:29,053 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [630ce912] BaseAsyncTask::StartPollingTask: Starting to poll task 54a770d5-537f-4d80-b138-dca1486764bf. 2012-11-10 14:16:29,053 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [630ce912] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe is RemoveVm (determined by task 54a770d5-537f-4d80-b138-dca1486764bf) 2012-11-10 14:16:29,130 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [22e36ce7] Running command: RemoveVmCommand internal: false. Entities affected : ID: 8a6b2b36-6207-41a6-85da-82f2f9f2c391 Type: VM 2012-11-10 14:16:29,131 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [22e36ce7] START, SetVmStatusVDSCommand( vmId = 8a6b2b36-6207-41a6-85da-82f2f9f2c391, status = ImageLocked), log id: f2e66ef 2012-11-10 14:16:29,133 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [22e36ce7] FINISH, SetVmStatusVDSCommand, log id: f2e66ef 2012-11-10 14:16:29,145 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [22e36ce7] Lock freed to object EngineLock [exclusiveLocks= key: 8a6b2b36-6207-41a6-85da-82f2f9f2c391 value: VM , sharedLocks= ] 2012-11-10 14:16:29,145 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [22e36ce7] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 8a6b2b36-6207-41a6-85da-82f2f9f2c391), log id: 30698609 2012-11-10 14:16:29,198 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [22e36ce7] FINISH, RemoveVMVDSCommand, log id: 30698609 2012-11-10 14:16:29,201 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [5fded1b3] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 8a6b2b36-6207-41a6-85da-82f2f9f2c391 Type: VM 2012-11-10 14:16:29,205 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [344a7f55] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-10 14:16:29,214 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [344a7f55] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 39b64c3a-67e8-407f-9dfb-443f6f09faef, postZeros = false, forceDelete = false), log id: 750653a2 2012-11-10 14:16:31,320 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-49) Polling and updating Async Tasks: 7 tasks, 4 tasks to poll now 2012-11-10 14:16:31,405 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [344a7f55] FINISH, DeleteImageGroupVDSCommand, log id: 750653a2 2012-11-10 14:16:31,428 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [344a7f55] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 8a6b2b36-6207-41a6-85da-82f2f9f2c391 2012-11-10 14:16:31,428 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [344a7f55] EntityMultiAsyncTasks::AttachTask: Attaching task d41cacd0-c661-4e9e-8a9a-7afcf3e75fcf to entity 8a6b2b36-6207-41a6-85da-82f2f9f2c391. 2012-11-10 14:16:31,429 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [344a7f55] Adding task d41cacd0-c661-4e9e-8a9a-7afcf3e75fcf to DataBase 2012-11-10 14:16:31,429 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-49) SPMAsyncTask::PollTask: Polling task 54a770d5-537f-4d80-b138-dca1486764bf (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-10 14:16:31,454 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-49) BaseAsyncTask::OnTaskEndSuccess: Task 54a770d5-537f-4d80-b138-dca1486764bf (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-10 14:16:31,455 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-49) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe has ended -> executing EndAction 2012-11-10 14:16:31,455 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-49) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe): calling EndAction for action type RemoveVm. 2012-11-10 14:16:31,455 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-49) SPMAsyncTask::PollTask: Polling task 5566bd1d-fddf-4d7c-a4fe-1c7629302b23 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-10 14:16:31,455 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-10 14:16:31,469 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-49) BaseAsyncTask::OnTaskEndSuccess: Task 5566bd1d-fddf-4d7c-a4fe-1c7629302b23 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-10 14:16:31,470 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-49) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 0feecf06-441f-4377-a4c9-d094734476c0 has ended -> executing EndAction 2012-11-10 14:16:31,470 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-49) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 0feecf06-441f-4377-a4c9-d094734476c0): calling EndAction for action type RemoveVm. 2012-11-10 14:16:31,470 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-10 14:16:31,474 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-49) SPMAsyncTask::PollTask: Polling task 1d207709-2a57-49d9-8735-209f57642313 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-10 14:16:31,512 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-49) BaseAsyncTask::OnTaskEndSuccess: Task 1d207709-2a57-49d9-8735-209f57642313 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-10 14:16:31,512 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-10 14:16:31,512 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-49) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 has ended -> executing EndAction 2012-11-10 14:16:31,512 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock Acquired to object EngineLock [exclusiveLocks= key: 0feecf06-441f-4377-a4c9-d094734476c0 value: VM , sharedLocks= ] 2012-11-10 14:16:31,512 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-49) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9): calling EndAction for action type RemoveVm. 2012-11-10 14:16:31,513 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-49) SPMAsyncTask::PollTask: Polling task 57e59723-06e5-4af6-b06a-800ff27c20d8 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-10 14:16:31,513 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-10 14:16:31,519 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-45) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:65) - entered 2012-11-10 14:16:31,521 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock freed to object EngineLock [exclusiveLocks= key: 0feecf06-441f-4377-a4c9-d094734476c0 value: VM , sharedLocks= ] 2012-11-10 14:16:31,569 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-10 14:16:31,569 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Lock Acquired to object EngineLock [exclusiveLocks= key: 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe value: VM , sharedLocks= ] 2012-11-10 14:16:31,574 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-46) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:63) - entered 2012-11-10 14:16:31,576 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Lock freed to object EngineLock [exclusiveLocks= key: 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe value: VM , sharedLocks= ] 2012-11-10 14:16:31,596 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-49) BaseAsyncTask::OnTaskEndSuccess: Task 57e59723-06e5-4af6-b06a-800ff27c20d8 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-10 14:16:31,597 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-49) EntityAsyncTask::EndActionIfNecessary: All tasks of entity e4e98f29-73ea-487e-b6d9-a23a76416ed6 has ended -> executing EndAction 2012-11-10 14:16:31,597 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-49) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: e4e98f29-73ea-487e-b6d9-a23a76416ed6): calling EndAction for action type RemoveVm. 2012-11-10 14:16:31,597 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-10 14:16:31,597 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [344a7f55] Adding task d41cacd0-c661-4e9e-8a9a-7afcf3e75fcf (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-10 14:16:31,637 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-10 14:16:31,637 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-10 14:16:31,649 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-10 14:16:31,649 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-10 14:16:31,649 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-10 14:16:31,649 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Lock Acquired to object EngineLock [exclusiveLocks= key: 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 value: VM , sharedLocks= ] 2012-11-10 14:16:31,649 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-10 14:16:31,649 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock Acquired to object EngineLock [exclusiveLocks= key: e4e98f29-73ea-487e-b6d9-a23a76416ed6 value: VM , sharedLocks= ] 2012-11-10 14:16:31,654 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-44) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:64) - entered 2012-11-10 14:16:31,656 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock freed to object EngineLock [exclusiveLocks= key: e4e98f29-73ea-487e-b6d9-a23a76416ed6 value: VM , sharedLocks= ] 2012-11-10 14:16:31,657 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 5566bd1d-fddf-4d7c-a4fe-1c7629302b23 2012-11-10 14:16:31,657 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 5566bd1d-fddf-4d7c-a4fe-1c7629302b23), log id: 72162ceb 2012-11-10 14:16:31,658 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=5566bd1d-fddf-4d7c-a4fe-1c7629302b23), log id: 77953e91 2012-11-10 14:16:31,659 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-43) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:69) - entered 2012-11-10 14:16:31,670 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Lock freed to object EngineLock [exclusiveLocks= key: 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 value: VM , sharedLocks= ] 2012-11-10 14:16:31,670 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 54a770d5-537f-4d80-b138-dca1486764bf 2012-11-10 14:16:31,670 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 54a770d5-537f-4d80-b138-dca1486764bf), log id: 42e231ee 2012-11-10 14:16:31,716 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-10 14:16:31,716 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-10 14:16:31,748 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-10 14:16:31,748 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-10 14:16:31,767 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 57e59723-06e5-4af6-b06a-800ff27c20d8 2012-11-10 14:16:31,767 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 57e59723-06e5-4af6-b06a-800ff27c20d8), log id: a387143 2012-11-10 14:16:31,779 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 1d207709-2a57-49d9-8735-209f57642313 2012-11-10 14:16:31,779 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [344a7f55] BaseAsyncTask::StartPollingTask: Starting to poll task d41cacd0-c661-4e9e-8a9a-7afcf3e75fcf. 2012-11-10 14:16:31,779 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 1d207709-2a57-49d9-8735-209f57642313), log id: 7f93eaf2 2012-11-10 14:16:31,779 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [344a7f55] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 8a6b2b36-6207-41a6-85da-82f2f9f2c391 is RemoveVm (determined by task d41cacd0-c661-4e9e-8a9a-7afcf3e75fcf) 2012-11-10 14:16:31,804 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) FINISH, HSMClearTaskVDSCommand, log id: 77953e91 2012-11-10 14:16:31,804 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) FINISH, SPMClearTaskVDSCommand, log id: 72162ceb 2012-11-10 14:16:31,869 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) BaseAsyncTask::RemoveTaskFromDB: Removed task 5566bd1d-fddf-4d7c-a4fe-1c7629302b23 from DataBase 2012-11-10 14:16:31,869 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 0feecf06-441f-4377-a4c9-d094734476c0 2012-11-10 14:16:31,980 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=1d207709-2a57-49d9-8735-209f57642313), log id: 4129b8f0 2012-11-10 14:16:32,048 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [227331d4] Running command: RemoveVmCommand internal: false. Entities affected : ID: ad063596-4734-421a-8be9-f228b047c7ca Type: VM 2012-11-10 14:16:32,050 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [227331d4] START, SetVmStatusVDSCommand( vmId = ad063596-4734-421a-8be9-f228b047c7ca, status = ImageLocked), log id: 787aa333 2012-11-10 14:16:32,053 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [227331d4] FINISH, SetVmStatusVDSCommand, log id: 787aa333 2012-11-10 14:16:32,063 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [227331d4] Lock freed to object EngineLock [exclusiveLocks= key: ad063596-4734-421a-8be9-f228b047c7ca value: VM , sharedLocks= ] 2012-11-10 14:16:32,063 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [227331d4] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = ad063596-4734-421a-8be9-f228b047c7ca), log id: bbb9203 2012-11-10 14:16:32,125 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) FINISH, HSMClearTaskVDSCommand, log id: 4129b8f0 2012-11-10 14:16:32,125 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) FINISH, SPMClearTaskVDSCommand, log id: 7f93eaf2 2012-11-10 14:16:32,127 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=57e59723-06e5-4af6-b06a-800ff27c20d8), log id: 27844921 2012-11-10 14:16:32,139 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) BaseAsyncTask::RemoveTaskFromDB: Removed task 1d207709-2a57-49d9-8735-209f57642313 from DataBase 2012-11-10 14:16:32,139 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 980e5f73-3628-4ccc-a5d2-5caf3d2a1bc9 2012-11-10 14:16:32,250 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) FINISH, HSMClearTaskVDSCommand, log id: 27844921 2012-11-10 14:16:32,250 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) FINISH, SPMClearTaskVDSCommand, log id: a387143 2012-11-10 14:16:32,251 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=54a770d5-537f-4d80-b138-dca1486764bf), log id: 33241cb7 2012-11-10 14:16:32,290 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) BaseAsyncTask::RemoveTaskFromDB: Removed task 57e59723-06e5-4af6-b06a-800ff27c20d8 from DataBase 2012-11-10 14:16:32,290 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity e4e98f29-73ea-487e-b6d9-a23a76416ed6 2012-11-10 14:16:32,378 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) FINISH, HSMClearTaskVDSCommand, log id: 33241cb7 2012-11-10 14:16:32,378 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) FINISH, SPMClearTaskVDSCommand, log id: 42e231ee 2012-11-10 14:16:32,394 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) BaseAsyncTask::RemoveTaskFromDB: Removed task 54a770d5-537f-4d80-b138-dca1486764bf from DataBase 2012-11-10 14:16:32,394 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 0f5beb9a-9b56-4d1e-9798-6a189e6d4bfe 2012-11-10 14:16:32,462 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [227331d4] FINISH, RemoveVMVDSCommand, log id: bbb9203 2012-11-10 14:16:32,486 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [39057aab] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: ad063596-4734-421a-8be9-f228b047c7ca Type: VM 2012-11-10 14:16:32,495 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [1f201b58] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-10 14:16:32,557 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [1f201b58] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = c4ed0b30-069f-4fdf-a20f-357fd7656311, postZeros = false, forceDelete = false), log id: 5befe519 2012-11-10 14:16:33,572 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [1f201b58] FINISH, DeleteImageGroupVDSCommand, log id: 5befe519 2012-11-10 14:16:33,634 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [1f201b58] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity ad063596-4734-421a-8be9-f228b047c7ca 2012-11-10 14:16:33,634 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [1f201b58] EntityMultiAsyncTasks::AttachTask: Attaching task bea68a79-1f7b-480d-bf2a-2de9283f1fa9 to entity ad063596-4734-421a-8be9-f228b047c7ca. 2012-11-10 14:16:33,636 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [1f201b58] Adding task bea68a79-1f7b-480d-bf2a-2de9283f1fa9 to DataBase 2012-11-10 14:16:33,657 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [1f201b58] Adding task bea68a79-1f7b-480d-bf2a-2de9283f1fa9 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-10 14:16:33,742 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [1f201b58] BaseAsyncTask::StartPollingTask: Starting to poll task bea68a79-1f7b-480d-bf2a-2de9283f1fa9. 2012-11-10 14:16:33,742 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [1f201b58] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity ad063596-4734-421a-8be9-f228b047c7ca is RemoveVm (determined by task bea68a79-1f7b-480d-bf2a-2de9283f1fa9) 2012-11-10 14:16:41,597 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-51) Polling and updating Async Tasks: 9 tasks, 2 tasks to poll now 2012-11-10 14:16:41,620 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-51) SPMAsyncTask::PollTask: Polling task bea68a79-1f7b-480d-bf2a-2de9283f1fa9 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-10 14:16:41,653 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-51) BaseAsyncTask::OnTaskEndSuccess: Task bea68a79-1f7b-480d-bf2a-2de9283f1fa9 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-10 14:16:41,653 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-51) EntityAsyncTask::EndActionIfNecessary: All tasks of entity ad063596-4734-421a-8be9-f228b047c7ca has ended -> executing EndAction 2012-11-10 14:16:41,654 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-51) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: ad063596-4734-421a-8be9-f228b047c7ca): calling EndAction for action type RemoveVm. 2012-11-10 14:16:41,654 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-51) SPMAsyncTask::PollTask: Polling task d41cacd0-c661-4e9e-8a9a-7afcf3e75fcf (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-10 14:16:41,655 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-10 14:16:41,665 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-51) BaseAsyncTask::OnTaskEndSuccess: Task d41cacd0-c661-4e9e-8a9a-7afcf3e75fcf (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-10 14:16:41,666 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-51) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 8a6b2b36-6207-41a6-85da-82f2f9f2c391 has ended -> executing EndAction 2012-11-10 14:16:41,666 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-51) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 8a6b2b36-6207-41a6-85da-82f2f9f2c391): calling EndAction for action type RemoveVm. 2012-11-10 14:16:41,666 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-10 14:16:41,677 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-10 14:16:41,677 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Lock Acquired to object EngineLock [exclusiveLocks= key: ad063596-4734-421a-8be9-f228b047c7ca value: VM , sharedLocks= ] 2012-11-10 14:16:41,682 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-48) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:5a) - entered 2012-11-10 14:16:41,684 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Lock freed to object EngineLock [exclusiveLocks= key: ad063596-4734-421a-8be9-f228b047c7ca value: VM , sharedLocks= ] 2012-11-10 14:16:41,693 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-10 14:16:41,693 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock Acquired to object EngineLock [exclusiveLocks= key: 8a6b2b36-6207-41a6-85da-82f2f9f2c391 value: VM , sharedLocks= ] 2012-11-10 14:16:41,699 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-44) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:5f) - entered 2012-11-10 14:16:41,704 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock freed to object EngineLock [exclusiveLocks= key: 8a6b2b36-6207-41a6-85da-82f2f9f2c391 value: VM , sharedLocks= ] 2012-11-10 14:16:41,717 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-10 14:16:41,717 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-10 14:16:41,728 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task bea68a79-1f7b-480d-bf2a-2de9283f1fa9 2012-11-10 14:16:41,728 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = bea68a79-1f7b-480d-bf2a-2de9283f1fa9), log id: 46418b53 2012-11-10 14:16:41,729 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=bea68a79-1f7b-480d-bf2a-2de9283f1fa9), log id: 930d21c 2012-11-10 14:16:41,751 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-10 14:16:41,751 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-10 14:16:41,764 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) SPMAsyncTask::ClearAsyncTask: Attempting to clear task d41cacd0-c661-4e9e-8a9a-7afcf3e75fcf 2012-11-10 14:16:41,764 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = d41cacd0-c661-4e9e-8a9a-7afcf3e75fcf), log id: 1ca23059 2012-11-10 14:16:41,852 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 930d21c 2012-11-10 14:16:41,852 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 46418b53 2012-11-10 14:16:41,853 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=d41cacd0-c661-4e9e-8a9a-7afcf3e75fcf), log id: 6f367504 2012-11-10 14:16:41,874 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task bea68a79-1f7b-480d-bf2a-2de9283f1fa9 from DataBase 2012-11-10 14:16:41,874 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity ad063596-4734-421a-8be9-f228b047c7ca 2012-11-10 14:16:41,965 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) FINISH, HSMClearTaskVDSCommand, log id: 6f367504 2012-11-10 14:16:41,965 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) FINISH, SPMClearTaskVDSCommand, log id: 1ca23059 2012-11-10 14:16:41,983 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) BaseAsyncTask::RemoveTaskFromDB: Removed task d41cacd0-c661-4e9e-8a9a-7afcf3e75fcf from DataBase 2012-11-10 14:16:41,983 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 8a6b2b36-6207-41a6-85da-82f2f9f2c391 2012-11-10 14:17:21,322 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-11) Setting new tasks map. The map contains now 6 tasks 2012-11-10 14:17:51,323 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-22) Setting new tasks map. The map contains now 0 tasks 2012-11-10 14:17:51,323 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-22) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-10 14:17:51,326 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-22) Could not find vds that is spm and non-operational. 2012-11-10 14:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Checking autorecoverable hosts 2012-11-10 14:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Autorecovering 0 hosts 2012-11-10 14:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Checking autorecoverable hosts done 2012-11-10 14:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Autorecovering storage domains is disabled, skipping 2012-11-10 14:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-10 14:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-10 14:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-10 14:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-10 14:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts 2012-11-10 14:30:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering 0 hosts 2012-11-10 14:30:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts done 2012-11-10 14:30:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering storage domains is disabled, skipping 2012-11-10 14:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts 2012-11-10 14:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering 0 hosts 2012-11-10 14:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts done 2012-11-10 14:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering storage domains is disabled, skipping 2012-11-10 14:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts 2012-11-10 14:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering 0 hosts 2012-11-10 14:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts done 2012-11-10 14:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering storage domains is disabled, skipping 2012-11-10 14:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Checking autorecoverable hosts 2012-11-10 14:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Autorecovering 0 hosts 2012-11-10 14:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Checking autorecoverable hosts done 2012-11-10 14:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Autorecovering storage domains is disabled, skipping 2012-11-10 14:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts 2012-11-10 14:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering 0 hosts 2012-11-10 14:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts done 2012-11-10 14:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering storage domains is disabled, skipping 2012-11-10 14:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts 2012-11-10 14:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering 0 hosts 2012-11-10 14:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts done 2012-11-10 14:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering storage domains is disabled, skipping 2012-11-10 15:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts 2012-11-10 15:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering 0 hosts 2012-11-10 15:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts done 2012-11-10 15:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering storage domains is disabled, skipping 2012-11-10 15:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-10 15:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-10 15:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-10 15:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-10 15:05:43,516 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [7d1e2a02] Running command: LogoutUserCommand internal: false. 2012-11-10 15:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-10 15:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-10 15:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-10 15:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-10 15:10:10,696 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-44) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 15:10:11,075 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-44) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 15:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts 2012-11-10 15:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering 0 hosts 2012-11-10 15:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts done 2012-11-10 15:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering storage domains is disabled, skipping 2012-11-10 15:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts 2012-11-10 15:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering 0 hosts 2012-11-10 15:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts done 2012-11-10 15:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering storage domains is disabled, skipping 2012-11-10 15:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-10 15:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-10 15:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-10 15:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-10 15:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts 2012-11-10 15:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering 0 hosts 2012-11-10 15:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts done 2012-11-10 15:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering storage domains is disabled, skipping 2012-11-10 15:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts 2012-11-10 15:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering 0 hosts 2012-11-10 15:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts done 2012-11-10 15:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering storage domains is disabled, skipping 2012-11-10 15:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts 2012-11-10 15:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering 0 hosts 2012-11-10 15:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts done 2012-11-10 15:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering storage domains is disabled, skipping 2012-11-10 15:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts 2012-11-10 15:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering 0 hosts 2012-11-10 15:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts done 2012-11-10 15:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering storage domains is disabled, skipping 2012-11-10 15:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts 2012-11-10 15:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering 0 hosts 2012-11-10 15:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts done 2012-11-10 15:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering storage domains is disabled, skipping 2012-11-10 15:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts 2012-11-10 15:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering 0 hosts 2012-11-10 15:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts done 2012-11-10 15:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering storage domains is disabled, skipping 2012-11-10 16:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts 2012-11-10 16:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering 0 hosts 2012-11-10 16:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts done 2012-11-10 16:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering storage domains is disabled, skipping 2012-11-10 16:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts 2012-11-10 16:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering 0 hosts 2012-11-10 16:05:00,022 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts done 2012-11-10 16:05:00,022 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering storage domains is disabled, skipping 2012-11-10 16:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts 2012-11-10 16:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering 0 hosts 2012-11-10 16:10:00,010 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts done 2012-11-10 16:10:00,010 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering storage domains is disabled, skipping 2012-11-10 16:10:11,408 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-73) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 16:10:11,601 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-73) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 16:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts 2012-11-10 16:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering 0 hosts 2012-11-10 16:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts done 2012-11-10 16:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering storage domains is disabled, skipping 2012-11-10 16:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts 2012-11-10 16:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering 0 hosts 2012-11-10 16:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts done 2012-11-10 16:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering storage domains is disabled, skipping 2012-11-10 16:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts 2012-11-10 16:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering 0 hosts 2012-11-10 16:25:00,014 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts done 2012-11-10 16:25:00,014 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering storage domains is disabled, skipping 2012-11-10 16:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts 2012-11-10 16:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering 0 hosts 2012-11-10 16:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts done 2012-11-10 16:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering storage domains is disabled, skipping 2012-11-10 16:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts 2012-11-10 16:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering 0 hosts 2012-11-10 16:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts done 2012-11-10 16:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering storage domains is disabled, skipping 2012-11-10 16:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts 2012-11-10 16:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering 0 hosts 2012-11-10 16:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts done 2012-11-10 16:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering storage domains is disabled, skipping 2012-11-10 16:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts 2012-11-10 16:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering 0 hosts 2012-11-10 16:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts done 2012-11-10 16:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering storage domains is disabled, skipping 2012-11-10 16:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts 2012-11-10 16:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering 0 hosts 2012-11-10 16:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts done 2012-11-10 16:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering storage domains is disabled, skipping 2012-11-10 16:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts 2012-11-10 16:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering 0 hosts 2012-11-10 16:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts done 2012-11-10 16:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering storage domains is disabled, skipping 2012-11-10 17:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts 2012-11-10 17:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering 0 hosts 2012-11-10 17:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts done 2012-11-10 17:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering storage domains is disabled, skipping 2012-11-10 17:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts 2012-11-10 17:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering 0 hosts 2012-11-10 17:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts done 2012-11-10 17:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering storage domains is disabled, skipping 2012-11-10 17:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts 2012-11-10 17:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering 0 hosts 2012-11-10 17:10:00,029 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts done 2012-11-10 17:10:00,029 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering storage domains is disabled, skipping 2012-11-10 17:10:11,615 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-19) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 17:10:11,627 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-19) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 17:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts 2012-11-10 17:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering 0 hosts 2012-11-10 17:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts done 2012-11-10 17:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering storage domains is disabled, skipping 2012-11-10 17:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts 2012-11-10 17:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering 0 hosts 2012-11-10 17:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts done 2012-11-10 17:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering storage domains is disabled, skipping 2012-11-10 17:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-10 17:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-10 17:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-10 17:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-10 17:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts 2012-11-10 17:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering 0 hosts 2012-11-10 17:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts done 2012-11-10 17:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering storage domains is disabled, skipping 2012-11-10 17:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts 2012-11-10 17:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering 0 hosts 2012-11-10 17:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts done 2012-11-10 17:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering storage domains is disabled, skipping 2012-11-10 17:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts 2012-11-10 17:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering 0 hosts 2012-11-10 17:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts done 2012-11-10 17:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering storage domains is disabled, skipping 2012-11-10 17:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Checking autorecoverable hosts 2012-11-10 17:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Autorecovering 0 hosts 2012-11-10 17:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Checking autorecoverable hosts done 2012-11-10 17:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Autorecovering storage domains is disabled, skipping 2012-11-10 17:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts 2012-11-10 17:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering 0 hosts 2012-11-10 17:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts done 2012-11-10 17:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering storage domains is disabled, skipping 2012-11-10 17:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts 2012-11-10 17:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering 0 hosts 2012-11-10 17:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts done 2012-11-10 17:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering storage domains is disabled, skipping 2012-11-10 18:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts 2012-11-10 18:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering 0 hosts 2012-11-10 18:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts done 2012-11-10 18:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering storage domains is disabled, skipping 2012-11-10 18:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts 2012-11-10 18:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering 0 hosts 2012-11-10 18:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts done 2012-11-10 18:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering storage domains is disabled, skipping 2012-11-10 18:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-10 18:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-10 18:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-10 18:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-10 18:10:11,640 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-92) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 18:10:11,657 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-92) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 18:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-10 18:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-10 18:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-10 18:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-10 18:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-10 18:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-10 18:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-10 18:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-10 18:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-10 18:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-10 18:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-10 18:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-10 18:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts 2012-11-10 18:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering 0 hosts 2012-11-10 18:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts done 2012-11-10 18:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering storage domains is disabled, skipping 2012-11-10 18:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-10 18:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-10 18:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-10 18:35:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-10 18:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-10 18:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-10 18:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-10 18:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-10 18:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts 2012-11-10 18:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering 0 hosts 2012-11-10 18:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts done 2012-11-10 18:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering storage domains is disabled, skipping 2012-11-10 18:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts 2012-11-10 18:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering 0 hosts 2012-11-10 18:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts done 2012-11-10 18:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering storage domains is disabled, skipping 2012-11-10 18:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts 2012-11-10 18:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering 0 hosts 2012-11-10 18:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts done 2012-11-10 18:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering storage domains is disabled, skipping 2012-11-10 19:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-10 19:00:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-10 19:00:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-10 19:00:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-10 19:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts 2012-11-10 19:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering 0 hosts 2012-11-10 19:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts done 2012-11-10 19:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering storage domains is disabled, skipping 2012-11-10 19:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts 2012-11-10 19:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering 0 hosts 2012-11-10 19:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts done 2012-11-10 19:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering storage domains is disabled, skipping 2012-11-10 19:10:11,673 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-94) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 19:10:11,686 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-94) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 19:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts 2012-11-10 19:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering 0 hosts 2012-11-10 19:15:00,015 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts done 2012-11-10 19:15:00,015 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering storage domains is disabled, skipping 2012-11-10 19:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts 2012-11-10 19:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering 0 hosts 2012-11-10 19:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts done 2012-11-10 19:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering storage domains is disabled, skipping 2012-11-10 19:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts 2012-11-10 19:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering 0 hosts 2012-11-10 19:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts done 2012-11-10 19:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering storage domains is disabled, skipping 2012-11-10 19:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts 2012-11-10 19:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering 0 hosts 2012-11-10 19:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts done 2012-11-10 19:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering storage domains is disabled, skipping 2012-11-10 19:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-10 19:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-10 19:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-10 19:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-10 19:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts 2012-11-10 19:40:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering 0 hosts 2012-11-10 19:40:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts done 2012-11-10 19:40:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering storage domains is disabled, skipping 2012-11-10 19:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts 2012-11-10 19:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering 0 hosts 2012-11-10 19:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts done 2012-11-10 19:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering storage domains is disabled, skipping 2012-11-10 19:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-10 19:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-10 19:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-10 19:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-10 19:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts 2012-11-10 19:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering 0 hosts 2012-11-10 19:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts done 2012-11-10 19:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering storage domains is disabled, skipping 2012-11-10 20:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts 2012-11-10 20:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering 0 hosts 2012-11-10 20:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts done 2012-11-10 20:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering storage domains is disabled, skipping 2012-11-10 20:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-10 20:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-10 20:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-10 20:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-10 20:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts 2012-11-10 20:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering 0 hosts 2012-11-10 20:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts done 2012-11-10 20:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering storage domains is disabled, skipping 2012-11-10 20:10:11,700 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-19) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 20:10:11,715 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-19) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 20:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts 2012-11-10 20:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering 0 hosts 2012-11-10 20:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts done 2012-11-10 20:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering storage domains is disabled, skipping 2012-11-10 20:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts 2012-11-10 20:20:00,033 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering 0 hosts 2012-11-10 20:20:00,033 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts done 2012-11-10 20:20:00,033 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering storage domains is disabled, skipping 2012-11-10 20:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-10 20:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-10 20:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-10 20:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-10 20:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts 2012-11-10 20:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering 0 hosts 2012-11-10 20:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts done 2012-11-10 20:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering storage domains is disabled, skipping 2012-11-10 20:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts 2012-11-10 20:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering 0 hosts 2012-11-10 20:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts done 2012-11-10 20:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering storage domains is disabled, skipping 2012-11-10 20:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts 2012-11-10 20:40:00,013 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering 0 hosts 2012-11-10 20:40:00,013 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts done 2012-11-10 20:40:00,013 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering storage domains is disabled, skipping 2012-11-10 20:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts 2012-11-10 20:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering 0 hosts 2012-11-10 20:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts done 2012-11-10 20:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering storage domains is disabled, skipping 2012-11-10 20:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Checking autorecoverable hosts 2012-11-10 20:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Autorecovering 0 hosts 2012-11-10 20:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Checking autorecoverable hosts done 2012-11-10 20:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Autorecovering storage domains is disabled, skipping 2012-11-10 20:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts 2012-11-10 20:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering 0 hosts 2012-11-10 20:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts done 2012-11-10 20:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering storage domains is disabled, skipping 2012-11-10 21:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-10 21:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-10 21:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-10 21:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-10 21:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts 2012-11-10 21:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering 0 hosts 2012-11-10 21:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts done 2012-11-10 21:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering storage domains is disabled, skipping 2012-11-10 21:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts 2012-11-10 21:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering 0 hosts 2012-11-10 21:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts done 2012-11-10 21:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering storage domains is disabled, skipping 2012-11-10 21:10:11,729 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-51) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 21:10:11,742 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-51) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 21:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts 2012-11-10 21:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering 0 hosts 2012-11-10 21:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts done 2012-11-10 21:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering storage domains is disabled, skipping 2012-11-10 21:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-10 21:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-10 21:20:00,152 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-10 21:20:00,152 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-10 21:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts 2012-11-10 21:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering 0 hosts 2012-11-10 21:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts done 2012-11-10 21:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering storage domains is disabled, skipping 2012-11-10 21:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts 2012-11-10 21:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering 0 hosts 2012-11-10 21:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts done 2012-11-10 21:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering storage domains is disabled, skipping 2012-11-10 21:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts 2012-11-10 21:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering 0 hosts 2012-11-10 21:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts done 2012-11-10 21:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering storage domains is disabled, skipping 2012-11-10 21:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts 2012-11-10 21:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering 0 hosts 2012-11-10 21:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts done 2012-11-10 21:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering storage domains is disabled, skipping 2012-11-10 21:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-10 21:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-10 21:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-10 21:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-10 21:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-10 21:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-10 21:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-10 21:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-10 21:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts 2012-11-10 21:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering 0 hosts 2012-11-10 21:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts done 2012-11-10 21:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering storage domains is disabled, skipping 2012-11-10 22:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts 2012-11-10 22:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering 0 hosts 2012-11-10 22:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts done 2012-11-10 22:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering storage domains is disabled, skipping 2012-11-10 22:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts 2012-11-10 22:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering 0 hosts 2012-11-10 22:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts done 2012-11-10 22:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering storage domains is disabled, skipping 2012-11-10 22:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-10 22:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-10 22:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-10 22:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-10 22:10:11,758 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-69) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 22:10:11,769 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-69) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 22:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts 2012-11-10 22:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering 0 hosts 2012-11-10 22:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts done 2012-11-10 22:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering storage domains is disabled, skipping 2012-11-10 22:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts 2012-11-10 22:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering 0 hosts 2012-11-10 22:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts done 2012-11-10 22:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering storage domains is disabled, skipping 2012-11-10 22:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-10 22:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-10 22:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-10 22:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-10 22:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts 2012-11-10 22:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering 0 hosts 2012-11-10 22:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts done 2012-11-10 22:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering storage domains is disabled, skipping 2012-11-10 22:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts 2012-11-10 22:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering 0 hosts 2012-11-10 22:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts done 2012-11-10 22:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering storage domains is disabled, skipping 2012-11-10 22:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Checking autorecoverable hosts 2012-11-10 22:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Autorecovering 0 hosts 2012-11-10 22:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Checking autorecoverable hosts done 2012-11-10 22:40:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Autorecovering storage domains is disabled, skipping 2012-11-10 22:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts 2012-11-10 22:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering 0 hosts 2012-11-10 22:45:00,009 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts done 2012-11-10 22:45:00,009 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering storage domains is disabled, skipping 2012-11-10 22:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-10 22:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-10 22:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-10 22:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-10 22:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-10 22:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-10 22:55:00,011 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-10 22:55:00,011 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-10 23:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts 2012-11-10 23:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering 0 hosts 2012-11-10 23:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts done 2012-11-10 23:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering storage domains is disabled, skipping 2012-11-10 23:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts 2012-11-10 23:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering 0 hosts 2012-11-10 23:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts done 2012-11-10 23:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering storage domains is disabled, skipping 2012-11-10 23:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts 2012-11-10 23:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering 0 hosts 2012-11-10 23:10:00,044 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts done 2012-11-10 23:10:00,044 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering storage domains is disabled, skipping 2012-11-10 23:10:11,782 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-70) DbUserCacheManager::refreshAllUserData() - entered 2012-11-10 23:10:11,793 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-70) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-10 23:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts 2012-11-10 23:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering 0 hosts 2012-11-10 23:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts done 2012-11-10 23:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering storage domains is disabled, skipping 2012-11-10 23:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts 2012-11-10 23:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering 0 hosts 2012-11-10 23:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts done 2012-11-10 23:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering storage domains is disabled, skipping 2012-11-10 23:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts 2012-11-10 23:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering 0 hosts 2012-11-10 23:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts done 2012-11-10 23:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering storage domains is disabled, skipping 2012-11-10 23:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-10 23:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-10 23:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-10 23:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-10 23:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts 2012-11-10 23:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering 0 hosts 2012-11-10 23:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts done 2012-11-10 23:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering storage domains is disabled, skipping 2012-11-10 23:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-10 23:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-10 23:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-10 23:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-10 23:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts 2012-11-10 23:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering 0 hosts 2012-11-10 23:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts done 2012-11-10 23:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering storage domains is disabled, skipping 2012-11-10 23:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts 2012-11-10 23:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering 0 hosts 2012-11-10 23:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts done 2012-11-10 23:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering storage domains is disabled, skipping 2012-11-10 23:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts 2012-11-10 23:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering 0 hosts 2012-11-10 23:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts done 2012-11-10 23:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering storage domains is disabled, skipping 2012-11-11 00:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts 2012-11-11 00:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering 0 hosts 2012-11-11 00:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts done 2012-11-11 00:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering storage domains is disabled, skipping 2012-11-11 00:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts 2012-11-11 00:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering 0 hosts 2012-11-11 00:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts done 2012-11-11 00:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering storage domains is disabled, skipping 2012-11-11 00:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts 2012-11-11 00:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering 0 hosts 2012-11-11 00:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts done 2012-11-11 00:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering storage domains is disabled, skipping 2012-11-11 00:10:11,806 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-77) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 00:10:11,818 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-77) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 00:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts 2012-11-11 00:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering 0 hosts 2012-11-11 00:15:00,013 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts done 2012-11-11 00:15:00,013 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering storage domains is disabled, skipping 2012-11-11 00:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts 2012-11-11 00:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering 0 hosts 2012-11-11 00:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts done 2012-11-11 00:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering storage domains is disabled, skipping 2012-11-11 00:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts 2012-11-11 00:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering 0 hosts 2012-11-11 00:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts done 2012-11-11 00:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering storage domains is disabled, skipping 2012-11-11 00:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts 2012-11-11 00:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering 0 hosts 2012-11-11 00:30:00,007 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts done 2012-11-11 00:30:00,007 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering storage domains is disabled, skipping 2012-11-11 00:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts 2012-11-11 00:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering 0 hosts 2012-11-11 00:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts done 2012-11-11 00:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering storage domains is disabled, skipping 2012-11-11 00:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts 2012-11-11 00:40:00,024 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering 0 hosts 2012-11-11 00:40:00,024 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts done 2012-11-11 00:40:00,024 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering storage domains is disabled, skipping 2012-11-11 00:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts 2012-11-11 00:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering 0 hosts 2012-11-11 00:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts done 2012-11-11 00:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering storage domains is disabled, skipping 2012-11-11 00:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-11 00:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-11 00:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-11 00:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-11 00:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts 2012-11-11 00:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering 0 hosts 2012-11-11 00:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts done 2012-11-11 00:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering storage domains is disabled, skipping 2012-11-11 01:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-11 01:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-11 01:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-11 01:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-11 01:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts 2012-11-11 01:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering 0 hosts 2012-11-11 01:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts done 2012-11-11 01:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering storage domains is disabled, skipping 2012-11-11 01:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-11 01:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-11 01:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-11 01:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-11 01:10:11,833 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-91) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 01:10:11,852 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-91) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 01:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts 2012-11-11 01:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering 0 hosts 2012-11-11 01:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts done 2012-11-11 01:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering storage domains is disabled, skipping 2012-11-11 01:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts 2012-11-11 01:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering 0 hosts 2012-11-11 01:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts done 2012-11-11 01:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering storage domains is disabled, skipping 2012-11-11 01:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts 2012-11-11 01:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering 0 hosts 2012-11-11 01:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts done 2012-11-11 01:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering storage domains is disabled, skipping 2012-11-11 01:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts 2012-11-11 01:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering 0 hosts 2012-11-11 01:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts done 2012-11-11 01:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering storage domains is disabled, skipping 2012-11-11 01:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts 2012-11-11 01:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering 0 hosts 2012-11-11 01:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts done 2012-11-11 01:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering storage domains is disabled, skipping 2012-11-11 01:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts 2012-11-11 01:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering 0 hosts 2012-11-11 01:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts done 2012-11-11 01:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering storage domains is disabled, skipping 2012-11-11 01:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-11 01:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-11 01:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-11 01:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-11 01:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts 2012-11-11 01:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering 0 hosts 2012-11-11 01:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts done 2012-11-11 01:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering storage domains is disabled, skipping 2012-11-11 01:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Checking autorecoverable hosts 2012-11-11 01:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Autorecovering 0 hosts 2012-11-11 01:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Checking autorecoverable hosts done 2012-11-11 01:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Autorecovering storage domains is disabled, skipping 2012-11-11 02:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts 2012-11-11 02:00:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering 0 hosts 2012-11-11 02:00:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts done 2012-11-11 02:00:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering storage domains is disabled, skipping 2012-11-11 02:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts 2012-11-11 02:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering 0 hosts 2012-11-11 02:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts done 2012-11-11 02:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering storage domains is disabled, skipping 2012-11-11 02:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts 2012-11-11 02:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering 0 hosts 2012-11-11 02:10:00,040 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts done 2012-11-11 02:10:00,040 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering storage domains is disabled, skipping 2012-11-11 02:10:11,866 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-41) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 02:10:11,880 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-41) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 02:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts 2012-11-11 02:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering 0 hosts 2012-11-11 02:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts done 2012-11-11 02:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering storage domains is disabled, skipping 2012-11-11 02:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-11 02:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-11 02:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-11 02:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-11 02:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-11 02:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-11 02:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-11 02:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-11 02:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts 2012-11-11 02:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering 0 hosts 2012-11-11 02:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts done 2012-11-11 02:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering storage domains is disabled, skipping 2012-11-11 02:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts 2012-11-11 02:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering 0 hosts 2012-11-11 02:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts done 2012-11-11 02:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering storage domains is disabled, skipping 2012-11-11 02:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-11 02:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-11 02:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-11 02:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-11 02:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-11 02:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-11 02:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-11 02:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-11 02:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-11 02:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-11 02:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-11 02:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-11 02:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts 2012-11-11 02:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering 0 hosts 2012-11-11 02:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts done 2012-11-11 02:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering storage domains is disabled, skipping 2012-11-11 03:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts 2012-11-11 03:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering 0 hosts 2012-11-11 03:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts done 2012-11-11 03:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering storage domains is disabled, skipping 2012-11-11 03:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-11 03:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-11 03:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-11 03:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-11 03:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts 2012-11-11 03:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering 0 hosts 2012-11-11 03:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts done 2012-11-11 03:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering storage domains is disabled, skipping 2012-11-11 03:10:11,895 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-80) [787dbcb8] DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 03:10:11,917 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-80) [787dbcb8] Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 03:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts 2012-11-11 03:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering 0 hosts 2012-11-11 03:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts done 2012-11-11 03:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering storage domains is disabled, skipping 2012-11-11 03:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-11 03:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-11 03:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-11 03:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-11 03:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts 2012-11-11 03:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering 0 hosts 2012-11-11 03:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts done 2012-11-11 03:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering storage domains is disabled, skipping 2012-11-11 03:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts 2012-11-11 03:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering 0 hosts 2012-11-11 03:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts done 2012-11-11 03:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering storage domains is disabled, skipping 2012-11-11 03:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts 2012-11-11 03:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering 0 hosts 2012-11-11 03:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts done 2012-11-11 03:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering storage domains is disabled, skipping 2012-11-11 03:35:35,000 INFO [org.ovirt.engine.core.bll.AuditLogCleanupManager] (QuartzScheduler_Worker-54) AuditLogCleanupManager::deleteAgedOutAuditLogs - entered 2012-11-11 03:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts 2012-11-11 03:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering 0 hosts 2012-11-11 03:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts done 2012-11-11 03:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering storage domains is disabled, skipping 2012-11-11 03:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts 2012-11-11 03:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering 0 hosts 2012-11-11 03:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts done 2012-11-11 03:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering storage domains is disabled, skipping 2012-11-11 03:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts 2012-11-11 03:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering 0 hosts 2012-11-11 03:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts done 2012-11-11 03:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering storage domains is disabled, skipping 2012-11-11 03:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts 2012-11-11 03:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering 0 hosts 2012-11-11 03:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts done 2012-11-11 03:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering storage domains is disabled, skipping 2012-11-11 04:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts 2012-11-11 04:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering 0 hosts 2012-11-11 04:00:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts done 2012-11-11 04:00:00,012 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering storage domains is disabled, skipping 2012-11-11 04:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-11 04:05:00,079 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-11 04:05:00,079 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-11 04:05:00,079 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-11 04:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-11 04:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-11 04:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-11 04:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-11 04:10:11,931 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-90) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 04:10:11,942 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-90) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 04:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts 2012-11-11 04:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering 0 hosts 2012-11-11 04:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts done 2012-11-11 04:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering storage domains is disabled, skipping 2012-11-11 04:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts 2012-11-11 04:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering 0 hosts 2012-11-11 04:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts done 2012-11-11 04:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering storage domains is disabled, skipping 2012-11-11 04:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts 2012-11-11 04:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering 0 hosts 2012-11-11 04:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts done 2012-11-11 04:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering storage domains is disabled, skipping 2012-11-11 04:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts 2012-11-11 04:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering 0 hosts 2012-11-11 04:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts done 2012-11-11 04:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering storage domains is disabled, skipping 2012-11-11 04:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts 2012-11-11 04:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering 0 hosts 2012-11-11 04:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts done 2012-11-11 04:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering storage domains is disabled, skipping 2012-11-11 04:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts 2012-11-11 04:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering 0 hosts 2012-11-11 04:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts done 2012-11-11 04:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering storage domains is disabled, skipping 2012-11-11 04:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts 2012-11-11 04:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering 0 hosts 2012-11-11 04:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts done 2012-11-11 04:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering storage domains is disabled, skipping 2012-11-11 04:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts 2012-11-11 04:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering 0 hosts 2012-11-11 04:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts done 2012-11-11 04:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering storage domains is disabled, skipping 2012-11-11 04:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-11 04:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-11 04:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-11 04:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-11 05:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-11 05:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-11 05:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-11 05:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-11 05:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Checking autorecoverable hosts 2012-11-11 05:05:00,088 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Autorecovering 0 hosts 2012-11-11 05:05:00,088 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Checking autorecoverable hosts done 2012-11-11 05:05:00,088 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Autorecovering storage domains is disabled, skipping 2012-11-11 05:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts 2012-11-11 05:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering 0 hosts 2012-11-11 05:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts done 2012-11-11 05:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering storage domains is disabled, skipping 2012-11-11 05:10:11,956 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-14) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 05:10:11,972 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-14) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 05:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts 2012-11-11 05:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering 0 hosts 2012-11-11 05:15:00,264 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts done 2012-11-11 05:15:00,264 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering storage domains is disabled, skipping 2012-11-11 05:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-11 05:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-11 05:20:00,264 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-11 05:20:00,264 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-11 05:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts 2012-11-11 05:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering 0 hosts 2012-11-11 05:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts done 2012-11-11 05:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering storage domains is disabled, skipping 2012-11-11 05:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts 2012-11-11 05:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering 0 hosts 2012-11-11 05:30:00,022 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts done 2012-11-11 05:30:00,022 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering storage domains is disabled, skipping 2012-11-11 05:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-11 05:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-11 05:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-11 05:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-11 05:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-11 05:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-11 05:40:00,140 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-11 05:40:00,140 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-11 05:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-11 05:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-11 05:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-11 05:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-11 05:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts 2012-11-11 05:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering 0 hosts 2012-11-11 05:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts done 2012-11-11 05:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering storage domains is disabled, skipping 2012-11-11 05:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts 2012-11-11 05:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering 0 hosts 2012-11-11 05:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts done 2012-11-11 05:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering storage domains is disabled, skipping 2012-11-11 06:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts 2012-11-11 06:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering 0 hosts 2012-11-11 06:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts done 2012-11-11 06:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering storage domains is disabled, skipping 2012-11-11 06:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts 2012-11-11 06:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering 0 hosts 2012-11-11 06:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts done 2012-11-11 06:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering storage domains is disabled, skipping 2012-11-11 06:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts 2012-11-11 06:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering 0 hosts 2012-11-11 06:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts done 2012-11-11 06:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering storage domains is disabled, skipping 2012-11-11 06:10:11,985 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-56) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 06:10:11,997 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-56) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 06:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts 2012-11-11 06:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering 0 hosts 2012-11-11 06:15:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts done 2012-11-11 06:15:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering storage domains is disabled, skipping 2012-11-11 06:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts 2012-11-11 06:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering 0 hosts 2012-11-11 06:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts done 2012-11-11 06:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering storage domains is disabled, skipping 2012-11-11 06:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts 2012-11-11 06:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering 0 hosts 2012-11-11 06:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts done 2012-11-11 06:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering storage domains is disabled, skipping 2012-11-11 06:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts 2012-11-11 06:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering 0 hosts 2012-11-11 06:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts done 2012-11-11 06:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering storage domains is disabled, skipping 2012-11-11 06:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts 2012-11-11 06:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering 0 hosts 2012-11-11 06:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Checking autorecoverable hosts done 2012-11-11 06:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-24) Autorecovering storage domains is disabled, skipping 2012-11-11 06:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts 2012-11-11 06:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering 0 hosts 2012-11-11 06:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts done 2012-11-11 06:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering storage domains is disabled, skipping 2012-11-11 06:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-11 06:45:00,025 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-11 06:45:00,025 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-11 06:45:00,025 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-11 06:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts 2012-11-11 06:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering 0 hosts 2012-11-11 06:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts done 2012-11-11 06:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering storage domains is disabled, skipping 2012-11-11 06:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts 2012-11-11 06:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering 0 hosts 2012-11-11 06:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts done 2012-11-11 06:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering storage domains is disabled, skipping 2012-11-11 07:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-11 07:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-11 07:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-11 07:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-11 07:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts 2012-11-11 07:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering 0 hosts 2012-11-11 07:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts done 2012-11-11 07:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering storage domains is disabled, skipping 2012-11-11 07:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-11 07:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-11 07:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-11 07:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-11 07:10:12,013 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-89) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 07:10:12,026 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-89) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 07:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Checking autorecoverable hosts 2012-11-11 07:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Autorecovering 0 hosts 2012-11-11 07:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Checking autorecoverable hosts done 2012-11-11 07:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Autorecovering storage domains is disabled, skipping 2012-11-11 07:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts 2012-11-11 07:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering 0 hosts 2012-11-11 07:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Checking autorecoverable hosts done 2012-11-11 07:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-94) Autorecovering storage domains is disabled, skipping 2012-11-11 07:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts 2012-11-11 07:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering 0 hosts 2012-11-11 07:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts done 2012-11-11 07:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering storage domains is disabled, skipping 2012-11-11 07:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts 2012-11-11 07:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering 0 hosts 2012-11-11 07:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts done 2012-11-11 07:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering storage domains is disabled, skipping 2012-11-11 07:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts 2012-11-11 07:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering 0 hosts 2012-11-11 07:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts done 2012-11-11 07:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering storage domains is disabled, skipping 2012-11-11 07:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-11 07:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-11 07:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-11 07:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-11 07:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-11 07:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-11 07:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-11 07:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-11 07:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts 2012-11-11 07:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering 0 hosts 2012-11-11 07:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts done 2012-11-11 07:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering storage domains is disabled, skipping 2012-11-11 07:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts 2012-11-11 07:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering 0 hosts 2012-11-11 07:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts done 2012-11-11 07:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering storage domains is disabled, skipping 2012-11-11 08:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts 2012-11-11 08:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering 0 hosts 2012-11-11 08:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts done 2012-11-11 08:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering storage domains is disabled, skipping 2012-11-11 08:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-11 08:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-11 08:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-11 08:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-11 08:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-11 08:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-11 08:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-11 08:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-11 08:10:12,043 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-14) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 08:10:12,055 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-14) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 08:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts 2012-11-11 08:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering 0 hosts 2012-11-11 08:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts done 2012-11-11 08:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering storage domains is disabled, skipping 2012-11-11 08:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts 2012-11-11 08:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering 0 hosts 2012-11-11 08:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts done 2012-11-11 08:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering storage domains is disabled, skipping 2012-11-11 08:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-11 08:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-11 08:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-11 08:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-11 08:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts 2012-11-11 08:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering 0 hosts 2012-11-11 08:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts done 2012-11-11 08:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering storage domains is disabled, skipping 2012-11-11 08:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts 2012-11-11 08:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering 0 hosts 2012-11-11 08:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts done 2012-11-11 08:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering storage domains is disabled, skipping 2012-11-11 08:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts 2012-11-11 08:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering 0 hosts 2012-11-11 08:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts done 2012-11-11 08:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering storage domains is disabled, skipping 2012-11-11 08:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-11 08:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-11 08:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-11 08:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-11 08:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts 2012-11-11 08:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering 0 hosts 2012-11-11 08:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts done 2012-11-11 08:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering storage domains is disabled, skipping 2012-11-11 08:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts 2012-11-11 08:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering 0 hosts 2012-11-11 08:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Checking autorecoverable hosts done 2012-11-11 08:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-81) Autorecovering storage domains is disabled, skipping 2012-11-11 09:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts 2012-11-11 09:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering 0 hosts 2012-11-11 09:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts done 2012-11-11 09:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering storage domains is disabled, skipping 2012-11-11 09:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts 2012-11-11 09:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering 0 hosts 2012-11-11 09:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts done 2012-11-11 09:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering storage domains is disabled, skipping 2012-11-11 09:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts 2012-11-11 09:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering 0 hosts 2012-11-11 09:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts done 2012-11-11 09:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering storage domains is disabled, skipping 2012-11-11 09:10:12,070 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-43) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 09:10:12,081 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-43) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 09:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts 2012-11-11 09:15:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering 0 hosts 2012-11-11 09:15:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts done 2012-11-11 09:15:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering storage domains is disabled, skipping 2012-11-11 09:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts 2012-11-11 09:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering 0 hosts 2012-11-11 09:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts done 2012-11-11 09:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering storage domains is disabled, skipping 2012-11-11 09:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-11 09:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-11 09:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-11 09:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-11 09:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts 2012-11-11 09:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering 0 hosts 2012-11-11 09:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts done 2012-11-11 09:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering storage domains is disabled, skipping 2012-11-11 09:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts 2012-11-11 09:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering 0 hosts 2012-11-11 09:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts done 2012-11-11 09:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering storage domains is disabled, skipping 2012-11-11 09:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts 2012-11-11 09:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering 0 hosts 2012-11-11 09:40:00,020 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts done 2012-11-11 09:40:00,020 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering storage domains is disabled, skipping 2012-11-11 09:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts 2012-11-11 09:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering 0 hosts 2012-11-11 09:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts done 2012-11-11 09:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering storage domains is disabled, skipping 2012-11-11 09:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts 2012-11-11 09:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering 0 hosts 2012-11-11 09:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts done 2012-11-11 09:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering storage domains is disabled, skipping 2012-11-11 09:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts 2012-11-11 09:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering 0 hosts 2012-11-11 09:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts done 2012-11-11 09:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering storage domains is disabled, skipping 2012-11-11 10:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts 2012-11-11 10:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering 0 hosts 2012-11-11 10:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts done 2012-11-11 10:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering storage domains is disabled, skipping 2012-11-11 10:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts 2012-11-11 10:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering 0 hosts 2012-11-11 10:05:00,013 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts done 2012-11-11 10:05:00,013 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering storage domains is disabled, skipping 2012-11-11 10:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-11 10:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-11 10:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-11 10:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-11 10:10:12,096 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-58) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 10:10:12,107 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-58) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts 2012-11-11 10:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering 0 hosts 2012-11-11 10:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts done 2012-11-11 10:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering storage domains is disabled, skipping 2012-11-11 10:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts 2012-11-11 10:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering 0 hosts 2012-11-11 10:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts done 2012-11-11 10:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering storage domains is disabled, skipping 2012-11-11 10:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts 2012-11-11 10:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering 0 hosts 2012-11-11 10:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts done 2012-11-11 10:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering storage domains is disabled, skipping 2012-11-11 10:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts 2012-11-11 10:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering 0 hosts 2012-11-11 10:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts done 2012-11-11 10:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering storage domains is disabled, skipping 2012-11-11 10:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts 2012-11-11 10:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering 0 hosts 2012-11-11 10:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts done 2012-11-11 10:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering storage domains is disabled, skipping 2012-11-11 10:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-11 10:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-11 10:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-11 10:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-11 10:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts 2012-11-11 10:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering 0 hosts 2012-11-11 10:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts done 2012-11-11 10:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering storage domains is disabled, skipping 2012-11-11 10:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-11 10:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-11 10:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-11 10:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-11 10:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts 2012-11-11 10:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering 0 hosts 2012-11-11 10:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts done 2012-11-11 10:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering storage domains is disabled, skipping 2012-11-11 10:57:24,852 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:57:24,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 10:57:24,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginAdminUserCommand internal: false. 2012-11-11 10:57:34,604 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-3) Lock Acquired to object EngineLock [exclusiveLocks= key: 96bf99ef-da84-4e8b-bc27-57caf19529ae value: VM , sharedLocks= ] 2012-11-11 10:57:34,646 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3f02b142 2012-11-11 10:57:34,648 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) FINISH, IsValidVDSCommand, return: true, log id: 3f02b142 2012-11-11 10:57:34,836 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) [1cdb18db] Running command: RemoveVmCommand internal: false. Entities affected : ID: 96bf99ef-da84-4e8b-bc27-57caf19529ae Type: VM 2012-11-11 10:57:34,845 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) [1cdb18db] START, SetVmStatusVDSCommand( vmId = 96bf99ef-da84-4e8b-bc27-57caf19529ae, status = ImageLocked), log id: 6f90c435 2012-11-11 10:57:34,848 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) [1cdb18db] FINISH, SetVmStatusVDSCommand, log id: 6f90c435 2012-11-11 10:57:35,076 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) [1cdb18db] Lock freed to object EngineLock [exclusiveLocks= key: 96bf99ef-da84-4e8b-bc27-57caf19529ae value: VM , sharedLocks= ] 2012-11-11 10:57:35,076 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-44) [1cdb18db] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 96bf99ef-da84-4e8b-bc27-57caf19529ae), log id: 43d7726f 2012-11-11 10:57:35,170 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-44) [1cdb18db] FINISH, RemoveVMVDSCommand, log id: 43d7726f 2012-11-11 10:57:35,183 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-44) [7599f834] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 96bf99ef-da84-4e8b-bc27-57caf19529ae Type: VM 2012-11-11 10:57:35,193 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-44) [13426d98] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 10:57:35,215 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-44) [13426d98] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = c21fcaf0-5572-4c72-8c05-49b4c9ac3f13, postZeros = false, forceDelete = false), log id: 71303cbe 2012-11-11 10:57:36,268 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-44) [13426d98] FINISH, DeleteImageGroupVDSCommand, log id: 71303cbe 2012-11-11 10:57:36,440 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) [13426d98] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 96bf99ef-da84-4e8b-bc27-57caf19529ae 2012-11-11 10:57:36,440 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-44) [13426d98] EntityMultiAsyncTasks::AttachTask: Attaching task 11240616-345d-4646-9d49-c63c84e71601 to entity 96bf99ef-da84-4e8b-bc27-57caf19529ae. 2012-11-11 10:57:36,455 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-44) [13426d98] Adding task 11240616-345d-4646-9d49-c63c84e71601 to DataBase 2012-11-11 10:57:36,507 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-44) [13426d98] Adding task 11240616-345d-4646-9d49-c63c84e71601 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 10:57:36,669 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) [13426d98] BaseAsyncTask::StartPollingTask: Starting to poll task 11240616-345d-4646-9d49-c63c84e71601. 2012-11-11 10:57:36,669 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-44) [13426d98] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 96bf99ef-da84-4e8b-bc27-57caf19529ae is RemoveVm (determined by task 11240616-345d-4646-9d49-c63c84e71601) 2012-11-11 10:57:44,099 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-35) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 10:57:44,132 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-35) SPMAsyncTask::PollTask: Polling task 11240616-345d-4646-9d49-c63c84e71601 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 10:57:44,403 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-35) BaseAsyncTask::OnTaskEndSuccess: Task 11240616-345d-4646-9d49-c63c84e71601 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 10:57:44,404 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-35) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 96bf99ef-da84-4e8b-bc27-57caf19529ae has ended -> executing EndAction 2012-11-11 10:57:44,404 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-35) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 96bf99ef-da84-4e8b-bc27-57caf19529ae): calling EndAction for action type RemoveVm. 2012-11-11 10:57:44,404 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 10:57:44,563 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 10:57:44,564 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Lock Acquired to object EngineLock [exclusiveLocks= key: 96bf99ef-da84-4e8b-bc27-57caf19529ae value: VM , sharedLocks= ] 2012-11-11 10:57:44,634 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-48) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:5d) - entered 2012-11-11 10:57:44,642 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Lock freed to object EngineLock [exclusiveLocks= key: 96bf99ef-da84-4e8b-bc27-57caf19529ae value: VM , sharedLocks= ] 2012-11-11 10:57:45,065 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 10:57:45,065 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 10:57:45,177 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 11240616-345d-4646-9d49-c63c84e71601 2012-11-11 10:57:45,177 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 11240616-345d-4646-9d49-c63c84e71601), log id: 41b482bc 2012-11-11 10:57:45,179 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=11240616-345d-4646-9d49-c63c84e71601), log id: 62ccfd94 2012-11-11 10:57:45,407 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 62ccfd94 2012-11-11 10:57:45,407 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 41b482bc 2012-11-11 10:57:45,433 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task 11240616-345d-4646-9d49-c63c84e71601 from DataBase 2012-11-11 10:57:45,434 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 96bf99ef-da84-4e8b-bc27-57caf19529ae 2012-11-11 10:58:52,159 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-61) Setting new tasks map. The map contains now 0 tasks 2012-11-11 10:58:52,159 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-61) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 10:58:52,161 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-61) Could not find vds that is spm and non-operational. 2012-11-11 10:59:32,153 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:32,514 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:32,514 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:32,746 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:32,749 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [121227a8] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:32,838 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:32,891 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:32,892 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:32,947 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:32,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [30e88dfd] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:33,055 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:33,129 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:33,129 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:33,233 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:33,235 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [56b4d26f] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:33,306 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:33,351 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:33,352 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:33,425 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:33,427 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [70a4623d] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:33,506 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:33,565 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:33,566 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:33,808 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:33,811 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [175044a6] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:33,903 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:34,015 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:34,015 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:34,069 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:34,072 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [3089330a] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:34,137 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:34,202 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:34,202 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:34,365 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:34,368 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [346f1404] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:34,465 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:34,564 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:34,565 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:34,616 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:34,622 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [286bc3ef] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:34,682 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:34,743 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:34,744 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:34,900 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:34,902 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2aafcbd] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:35,085 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:36,961 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:36,961 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:38,314 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:38,317 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [290910ec] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:38,408 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:38,493 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:38,494 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:38,603 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:38,606 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [41a7ce1f] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:38,663 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:38,743 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:38,743 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:38,864 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:38,867 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [2cff49bc] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:39,385 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:39,451 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:39,452 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:39,710 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:39,713 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [479f2db2] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:39,825 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:39,885 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:39,885 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:40,044 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:40,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [209df71e] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:40,360 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:40,428 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:40,428 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:40,571 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:40,588 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [2ddae3c5] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:41,014 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:42,918 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:42,918 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:43,266 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:43,431 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-7) [4df3b495] Lock Acquired to object EngineLock [exclusiveLocks= key: payload-vm-for-test value: VM_NAME , sharedLocks= ] 2012-11-11 10:59:43,595 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [4df3b495] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4725b40d 2012-11-11 10:59:43,596 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [4df3b495] FINISH, IsValidVDSCommand, return: true, log id: 4725b40d 2012-11-11 10:59:43,740 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-7) [4df3b495] Running command: AddVmFromScratchCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups 2012-11-11 10:59:43,741 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [4df3b495] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5719d17e 2012-11-11 10:59:43,742 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [4df3b495] FINISH, IsValidVDSCommand, return: true, log id: 5719d17e 2012-11-11 10:59:43,814 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-7) [4df3b495] Lock freed to object EngineLock [exclusiveLocks= key: payload-vm-for-test value: VM_NAME , sharedLocks= ] 2012-11-11 10:59:44,270 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [35998416] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:44,326 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:44,405 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:44,405 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:44,465 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:44,484 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [32c28916] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:44,678 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:44,743 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:44,743 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:44,837 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:44,887 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [3192189] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:45,069 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:45,110 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:45,110 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:45,230 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:45,247 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [153098fb] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:45,310 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:45,368 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:45,368 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:45,492 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:45,700 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [621678cc] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:45,757 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:45,806 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:45,806 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:47,016 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:47,020 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [7453d9f] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:47,065 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:47,142 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:47,143 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:47,273 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:47,446 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-9) [1326d22e] Lock Acquired to object EngineLock [exclusiveLocks= key: b44047cd-1003-4038-981b-c8f4ad715771 value: VM_DISK_BOOT , sharedLocks= key: b44047cd-1003-4038-981b-c8f4ad715771 value: VM ] 2012-11-11 10:59:47,485 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [1326d22e] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 182b88bc 2012-11-11 10:59:47,486 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [1326d22e] FINISH, IsValidVDSCommand, return: true, log id: 182b88bc 2012-11-11 10:59:47,535 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (ajp-/127.0.0.1:8702-9) [1326d22e] Running command: AddDiskCommand internal: false. Entities affected : ID: b44047cd-1003-4038-981b-c8f4ad715771 Type: VM, ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 10:59:47,535 INFO [org.ovirt.engine.core.bll.ImagesHandler] (ajp-/127.0.0.1:8702-9) [1326d22e] Disk alias retrieved from the client is null or empty, the suggested default disk alias to be used is payload-vm-for-test_Disk1 2012-11-11 10:59:47,736 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-9) [301d504] Running command: AddImageFromScratchCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 10:59:47,770 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (ajp-/127.0.0.1:8702-9) [301d504] Lock freed to object EngineLock [exclusiveLocks= key: b44047cd-1003-4038-981b-c8f4ad715771 value: VM_DISK_BOOT , sharedLocks= key: b44047cd-1003-4038-981b-c8f4ad715771 value: VM ] 2012-11-11 10:59:47,771 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-9) [301d504] START, CreateImageVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 1188de10-8a69-4e45-ba36-dcc8f09679d6, imageSizeInBytes = 3221225472, volumeFormat = RAW, newImageId = c003287c-1fe0-4d26-996d-f98913b828ce, newImageDescription = ), log id: 7aa6156f 2012-11-11 10:59:47,771 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-9) [301d504] -- CreateImageVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 10:59:47,771 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-9) [301d504] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=1188de10-8a69-4e45-ba36-dcc8f09679d6 size=3,221,225,472 bytes volFormat=RAW volType=Sparse volUUID=c003287c-1fe0-4d26-996d-f98913b828ce descr= srcImgGUID=00000000-0000-0000-0000-000000000000 srcVolUUID=00000000-0000-0000-0000-000000000000 2012-11-11 10:59:48,678 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateImageVDSCommand] (ajp-/127.0.0.1:8702-9) [301d504] FINISH, CreateImageVDSCommand, return: c003287c-1fe0-4d26-996d-f98913b828ce, log id: 7aa6156f 2012-11-11 10:59:48,696 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-9) [301d504] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 1188de10-8a69-4e45-ba36-dcc8f09679d6 2012-11-11 10:59:48,696 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-9) [301d504] EntityMultiAsyncTasks::AttachTask: Attaching task e65daee1-d2d0-4fc2-b612-f40a09bb4c56 to entity 1188de10-8a69-4e45-ba36-dcc8f09679d6. 2012-11-11 10:59:48,698 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-9) [301d504] Adding task e65daee1-d2d0-4fc2-b612-f40a09bb4c56 to DataBase 2012-11-11 10:59:48,770 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-9) [301d504] Adding task e65daee1-d2d0-4fc2-b612-f40a09bb4c56 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 10:59:49,080 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-9) [301d504] BaseAsyncTask::StartPollingTask: Starting to poll task e65daee1-d2d0-4fc2-b612-f40a09bb4c56. 2012-11-11 10:59:49,080 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-9) [301d504] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 1188de10-8a69-4e45-ba36-dcc8f09679d6 is AddDisk (determined by task e65daee1-d2d0-4fc2-b612-f40a09bb4c56) 2012-11-11 10:59:49,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [63c2b309] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:49,167 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:49,208 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:49,208 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:49,378 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:49,385 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [ffa0be9] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:49,492 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:49,624 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:49,624 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:49,709 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 10:59:49,715 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2d6c8cae] Running command: LogoutUserCommand internal: false. 2012-11-11 10:59:54,407 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-66) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 10:59:54,676 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-66) SPMAsyncTask::PollTask: Polling task e65daee1-d2d0-4fc2-b612-f40a09bb4c56 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 10:59:54,700 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-66) BaseAsyncTask::OnTaskEndSuccess: Task e65daee1-d2d0-4fc2-b612-f40a09bb4c56 (Parent Command AddDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 10:59:54,700 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-66) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 1188de10-8a69-4e45-ba36-dcc8f09679d6 has ended -> executing EndAction 2012-11-11 10:59:54,701 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-66) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 1188de10-8a69-4e45-ba36-dcc8f09679d6): calling EndAction for action type AddDisk. 2012-11-11 10:59:54,701 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddDisk, executionIndex: 0 2012-11-11 10:59:54,744 INFO [org.ovirt.engine.core.bll.AddDiskCommand] (pool-4-thread-48) [1326d22e] Ending command successfully: org.ovirt.engine.core.bll.AddDiskCommand 2012-11-11 10:59:54,746 INFO [org.ovirt.engine.core.bll.AddImageFromScratchCommand] (pool-4-thread-48) [301d504] Ending command successfully: org.ovirt.engine.core.bll.AddImageFromScratchCommand 2012-11-11 10:59:54,753 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [301d504] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 1188de10-8a69-4e45-ba36-dcc8f09679d6, imageId = c003287c-1fe0-4d26-996d-f98913b828ce), log id: 7a7ed517 2012-11-11 10:59:54,792 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [301d504] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@ae9a1e04, log id: 7a7ed517 2012-11-11 10:59:54,824 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 517fefeb 2012-11-11 10:59:54,911 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) FINISH, UpdateVMVDSCommand, log id: 517fefeb 2012-11-11 10:59:55,066 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk completed, handling the result. 2012-11-11 10:59:55,066 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddDisk succeeded, clearing tasks. 2012-11-11 10:59:55,075 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task e65daee1-d2d0-4fc2-b612-f40a09bb4c56 2012-11-11 10:59:55,075 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = e65daee1-d2d0-4fc2-b612-f40a09bb4c56), log id: 7351be3a 2012-11-11 10:59:55,076 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=e65daee1-d2d0-4fc2-b612-f40a09bb4c56), log id: 183a1443 2012-11-11 10:59:55,239 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 183a1443 2012-11-11 10:59:55,239 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 7351be3a 2012-11-11 10:59:55,266 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task e65daee1-d2d0-4fc2-b612-f40a09bb4c56 from DataBase 2012-11-11 10:59:55,266 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 1188de10-8a69-4e45-ba36-dcc8f09679d6 2012-11-11 10:59:59,809 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 10:59:59,924 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 10:59:59,924 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 10:59:59,993 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:00:00,000 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [1cb9f635] Running command: LogoutUserCommand internal: false. 2012-11-11 11:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-11 11:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-11 11:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-11 11:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-11 11:00:00,080 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:00:00,137 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:00:00,137 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:00:00,193 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:00:00,210 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [1dd31c4b] Running command: LogoutUserCommand internal: false. 2012-11-11 11:00:00,269 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:00:00,329 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:00:00,330 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:00:00,395 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:00:00,411 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [3b878bfe] Running command: LogoutUserCommand internal: false. 2012-11-11 11:00:00,528 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:00:00,598 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:00:00,598 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:00:00,648 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:00:00,656 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [2d7e6d03] Running command: LogoutUserCommand internal: false. 2012-11-11 11:00:00,712 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:00:00,791 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:00:00,791 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:00:00,912 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:00:00,929 INFO [org.ovirt.engine.core.bll.AddVmInterfaceCommand] (ajp-/127.0.0.1:8702-1) [7314725e] Running command: AddVmInterfaceCommand internal: false. Entities affected : ID: b44047cd-1003-4038-981b-c8f4ad715771 Type: VM 2012-11-11 11:00:00,930 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-1) [7314725e] MacPoolManager::allocateNewMac entered 2012-11-11 11:00:00,930 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-1) [7314725e] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:69 2012-11-11 11:00:01,934 INFO [org.ovirt.engine.core.bll.ActivateDeactivateVmNicCommand] (ajp-/127.0.0.1:8702-1) [a2774ee] Running command: ActivateDeactivateVmNicCommand internal: true. Entities affected : ID: b44047cd-1003-4038-981b-c8f4ad715771 Type: VM 2012-11-11 11:00:02,493 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [2060934e] Running command: LogoutUserCommand internal: false. 2012-11-11 11:00:02,580 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:00:02,740 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:00:02,740 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:00:02,848 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:00:02,856 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [13be975c] Running command: LogoutUserCommand internal: false. 2012-11-11 11:00:02,951 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:00:03,074 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:00:03,074 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:00:03,128 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:00:03,170 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [1bf34de4] Running command: LogoutUserCommand internal: false. 2012-11-11 11:00:03,223 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:00:03,290 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:00:03,290 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:00:03,361 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:00:03,393 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [31e05dbd] Running command: LogoutUserCommand internal: false. 2012-11-11 11:00:03,458 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:00:03,709 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:00:03,710 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:00:03,858 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:00:03,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7f4a0e1d] Running command: LogoutUserCommand internal: false. 2012-11-11 11:00:04,112 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:00:04,210 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:00:04,210 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:00:04,364 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:00:04,381 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [29c74cdb] Running command: LogoutUserCommand internal: false. 2012-11-11 11:00:04,478 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:00:04,529 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:00:04,530 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:00:04,697 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:00:04,869 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [38c2c24d] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 58dcb4de 2012-11-11 11:00:04,869 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [38c2c24d] FINISH, IsValidVDSCommand, return: true, log id: 58dcb4de 2012-11-11 11:00:04,962 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) [38c2c24d] START, IsVmDuringInitiatingVDSCommand( vmId = b44047cd-1003-4038-981b-c8f4ad715771), log id: 531fcd29 2012-11-11 11:00:04,962 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) [38c2c24d] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 531fcd29 2012-11-11 11:00:05,035 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-9) [38c2c24d] Running command: RunVmOnceCommand internal: false. Entities affected : ID: b44047cd-1003-4038-981b-c8f4ad715771 Type: VM 2012-11-11 11:00:05,049 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [38c2c24d] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b44047cd-1003-4038-981b-c8f4ad715771, vm=org.ovirt.engine.core.common.businessentities.VM@2d40ca20), log id: 21d547e0 2012-11-11 11:00:05,054 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-9) [38c2c24d] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b44047cd-1003-4038-981b-c8f4ad715771, vm=org.ovirt.engine.core.common.businessentities.VM@2d40ca20), log id: 6695cd75 2012-11-11 11:00:05,133 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-9) [38c2c24d] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=b44047cd-1003-4038-981b-c8f4ad715771,devices=[Ljava.util.Map;@4e902103,acpiEnable=true,vmName=payload-vm-for-test,cpuType=Penryn,custom={} 2012-11-11 11:00:05,134 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-9) [38c2c24d] FINISH, CreateVDSCommand, log id: 6695cd75 2012-11-11 11:00:05,134 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [38c2c24d] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: payload-vm-for-test 2012-11-11 11:00:05,137 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [38c2c24d] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 21d547e0 2012-11-11 11:00:05,319 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [1b559091] Running command: LogoutUserCommand internal: false. 2012-11-11 11:00:05,390 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:00:05,484 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:00:05,484 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:00:06,269 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:00:06,858 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [145c9bce] Running command: LogoutUserCommand internal: false. 2012-11-11 11:00:10,054 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-45) VM payload-vm-for-test b44047cd-1003-4038-981b-c8f4ad715771 moved from WaitForLaunch --> PoweringUp 2012-11-11 11:00:10,062 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-45) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[b44047cd-1003-4038-981b-c8f4ad715771]), log id: 4a25aa42 2012-11-11 11:00:10,092 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-45) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@6eccf915, log id: 4a25aa42 2012-11-11 11:00:17,094 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:00:17,168 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:00:17,168 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:00:17,467 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:00:17,503 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [6f18644c] Running command: LogoutUserCommand internal: false. 2012-11-11 11:00:27,593 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:00:27,637 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:00:27,637 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:00:27,688 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:00:27,706 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [60233480] Running command: LogoutUserCommand internal: false. 2012-11-11 11:00:37,844 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:00:39,231 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:00:39,231 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:00:39,469 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:00:39,508 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7e6725fe] Running command: LogoutUserCommand internal: false. 2012-11-11 11:00:49,624 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:00:49,706 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:00:49,706 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:00:49,783 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:00:49,800 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [7b8385d5] Running command: LogoutUserCommand internal: false. 2012-11-11 11:00:59,884 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:00:59,986 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:00:59,986 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:01:00,143 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:01:00,159 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [518f6891] Running command: LogoutUserCommand internal: false. 2012-11-11 11:01:06,777 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-14) VM payload-vm-for-test b44047cd-1003-4038-981b-c8f4ad715771 moved from PoweringUp --> Up 2012-11-11 11:01:07,375 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-14) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@22eef31e), log id: 609e6bdc 2012-11-11 11:01:07,414 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-14) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 609e6bdc 2012-11-11 11:01:10,324 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:01:10,377 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:01:10,377 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:01:10,667 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:01:10,709 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [4eae057d] Running command: LogoutUserCommand internal: false. 2012-11-11 11:01:20,800 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:01:20,865 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:01:20,865 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:01:22,162 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-17) Setting new tasks map. The map contains now 0 tasks 2012-11-11 11:01:22,162 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-17) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 11:01:22,354 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:01:22,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6be3bebf] Running command: LogoutUserCommand internal: false. 2012-11-11 11:01:22,546 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-17) Could not find vds that is spm and non-operational. 2012-11-11 11:01:32,744 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:01:32,837 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:01:32,837 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:01:32,953 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:01:32,970 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [224b81e7] Running command: LogoutUserCommand internal: false. 2012-11-11 11:01:43,041 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:01:43,549 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:01:43,550 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:01:43,671 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:01:43,688 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [980f7ad] Running command: LogoutUserCommand internal: false. 2012-11-11 11:01:53,774 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:01:54,042 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:01:54,042 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:01:54,196 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:01:54,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [4de89a09] Running command: LogoutUserCommand internal: false. 2012-11-11 11:02:04,284 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:02:04,435 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:02:04,435 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:02:04,616 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:02:04,638 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [272f35e4] Running command: LogoutUserCommand internal: false. 2012-11-11 11:02:14,956 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:02:15,068 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:02:15,068 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:02:15,112 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:02:15,128 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [2cfa7ae6] Running command: LogoutUserCommand internal: false. 2012-11-11 11:02:25,215 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:02:25,315 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:02:25,315 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:02:25,422 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:02:25,438 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [180fb7ee] Running command: LogoutUserCommand internal: false. 2012-11-11 11:02:35,731 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:02:35,792 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:02:35,793 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:02:35,846 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:02:35,864 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [676172b6] Running command: LogoutUserCommand internal: false. 2012-11-11 11:02:45,945 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:02:46,410 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:02:46,411 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:02:47,152 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:02:47,169 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [b44b4d7] Running command: LogoutUserCommand internal: false. 2012-11-11 11:02:57,239 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:02:57,624 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:02:57,625 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:02:57,929 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:02:57,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [61dfeb4b] Running command: LogoutUserCommand internal: false. 2012-11-11 11:03:08,019 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:03:08,257 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:03:08,257 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:03:08,360 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:03:08,397 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [481c1419] Running command: LogoutUserCommand internal: false. 2012-11-11 11:03:18,468 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:03:18,625 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:03:18,626 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:03:19,355 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:03:19,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [150cdf1d] Running command: LogoutUserCommand internal: false. 2012-11-11 11:03:29,561 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:03:29,645 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:03:29,645 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:03:30,282 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:03:30,298 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [776b6f6] Running command: LogoutUserCommand internal: false. 2012-11-11 11:03:40,377 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:03:40,439 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:03:40,439 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:03:40,539 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:03:40,556 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [1ae3cdf7] Running command: LogoutUserCommand internal: false. 2012-11-11 11:03:50,649 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:03:50,694 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:03:50,694 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:03:50,753 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:03:50,770 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [16c4db9b] Running command: LogoutUserCommand internal: false. 2012-11-11 11:04:00,846 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:04:00,886 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:04:00,886 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:04:01,484 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:04:01,501 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [458f3207] Running command: LogoutUserCommand internal: false. 2012-11-11 11:04:11,729 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:04:11,914 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:04:11,914 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:04:12,192 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:04:12,208 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [14f421dc] Running command: LogoutUserCommand internal: false. 2012-11-11 11:04:22,294 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:04:22,339 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:04:22,339 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:04:22,439 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:04:22,456 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [43023b64] Running command: LogoutUserCommand internal: false. 2012-11-11 11:04:32,523 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:04:32,589 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:04:32,589 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:04:32,649 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:04:32,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [9f7223e] Running command: LogoutUserCommand internal: false. 2012-11-11 11:04:42,742 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:04:42,803 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:04:42,803 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:04:42,865 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:04:42,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [2b17d9f2] Running command: LogoutUserCommand internal: false. 2012-11-11 11:04:52,944 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:04:53,188 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:04:53,188 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:04:53,297 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:04:53,314 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [66bb5646] Running command: LogoutUserCommand internal: false. 2012-11-11 11:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts 2012-11-11 11:05:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering 0 hosts 2012-11-11 11:05:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts done 2012-11-11 11:05:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering storage domains is disabled, skipping 2012-11-11 11:05:03,440 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:05:03,535 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:05:03,535 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:05:03,637 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:05:03,652 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6110d9b5] Running command: LogoutUserCommand internal: false. 2012-11-11 11:05:13,723 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:05:13,799 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:05:13,799 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:05:13,907 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:05:13,923 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [328694fc] Running command: LogoutUserCommand internal: false. 2012-11-11 11:05:24,008 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:05:24,064 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:05:24,065 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:05:24,113 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:05:24,129 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [54ef5046] Running command: LogoutUserCommand internal: false. 2012-11-11 11:05:34,263 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:05:34,473 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:05:34,473 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:05:34,679 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:05:34,695 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [7321bc72] Running command: LogoutUserCommand internal: false. 2012-11-11 11:05:44,796 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:05:44,892 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:05:44,892 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:05:45,110 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:05:45,126 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [4f6a2f8d] Running command: LogoutUserCommand internal: false. 2012-11-11 11:05:55,215 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:05:55,408 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:05:55,408 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:05:55,482 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:05:55,498 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [2fe8a90] Running command: LogoutUserCommand internal: false. 2012-11-11 11:06:05,928 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:06:07,003 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:06:07,003 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:06:07,429 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:06:07,445 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [46584e05] Running command: LogoutUserCommand internal: false. 2012-11-11 11:06:17,532 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:06:17,585 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:06:17,585 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:06:17,634 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:06:17,651 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [5b7dab73] Running command: LogoutUserCommand internal: false. 2012-11-11 11:06:27,705 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:06:27,759 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:06:27,759 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:06:27,870 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:06:27,886 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [59c8fa85] Running command: LogoutUserCommand internal: false. 2012-11-11 11:06:37,965 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:06:38,020 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:06:38,020 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:06:38,167 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:06:38,184 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [bee86bd] Running command: LogoutUserCommand internal: false. 2012-11-11 11:06:48,263 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:06:48,391 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:06:48,398 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:06:48,553 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:06:48,570 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [3adae1e0] Running command: LogoutUserCommand internal: false. 2012-11-11 11:06:58,639 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:06:58,770 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:06:58,771 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:06:59,063 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:06:59,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [658c6447] Running command: LogoutUserCommand internal: false. 2012-11-11 11:07:09,160 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:07:09,230 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:07:09,230 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:07:09,349 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:07:09,365 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [594c4b4c] Running command: LogoutUserCommand internal: false. 2012-11-11 11:07:19,480 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:07:19,537 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:07:19,537 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:07:19,712 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:07:19,729 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [55bcb856] Running command: LogoutUserCommand internal: false. 2012-11-11 11:07:29,804 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:07:29,909 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:07:29,909 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:07:30,147 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:07:30,163 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [6f9194e4] Running command: LogoutUserCommand internal: false. 2012-11-11 11:07:40,268 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:07:40,435 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:07:40,435 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:07:40,568 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:07:40,814 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [1a51289a] Running command: LogoutUserCommand internal: false. 2012-11-11 11:07:50,919 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:07:51,674 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:07:51,674 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:07:52,097 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:07:52,114 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [2f52cd8] Running command: LogoutUserCommand internal: false. 2012-11-11 11:08:02,265 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:08:02,309 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:08:02,310 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:08:02,446 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:08:02,463 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [1670d7b9] Running command: LogoutUserCommand internal: false. 2012-11-11 11:08:12,538 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:08:12,625 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:08:12,625 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:08:13,000 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:08:13,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6f69738a] Running command: LogoutUserCommand internal: false. 2012-11-11 11:08:23,083 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:08:23,159 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:08:23,159 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:08:23,234 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:08:23,250 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7b70a421] Running command: LogoutUserCommand internal: false. 2012-11-11 11:08:33,334 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:08:33,412 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:08:33,412 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:08:33,547 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:08:33,566 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [17886c76] Running command: LogoutUserCommand internal: false. 2012-11-11 11:08:43,705 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:08:43,761 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:08:43,761 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:08:43,842 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:08:43,858 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [d310ded] Running command: LogoutUserCommand internal: false. 2012-11-11 11:08:53,980 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:08:54,044 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:08:54,044 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:08:54,106 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:08:54,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [74adf2ba] Running command: LogoutUserCommand internal: false. 2012-11-11 11:09:04,197 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:09:04,262 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:09:04,262 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:09:04,356 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:09:04,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [686d3315] Running command: LogoutUserCommand internal: false. 2012-11-11 11:09:14,466 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:09:14,523 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:09:14,523 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:09:14,699 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:09:14,716 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [79afc3c5] Running command: LogoutUserCommand internal: false. 2012-11-11 11:09:24,794 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:09:24,874 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:09:24,875 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:09:24,927 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:09:24,943 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [d60fd21] Running command: LogoutUserCommand internal: false. 2012-11-11 11:09:35,023 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:09:35,070 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:09:35,070 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:09:35,127 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:09:35,143 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [76904646] Running command: LogoutUserCommand internal: false. 2012-11-11 11:09:45,262 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:09:45,419 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:09:45,419 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:09:47,350 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:09:47,367 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [64909aa5] Running command: LogoutUserCommand internal: false. 2012-11-11 11:09:57,633 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:09:57,714 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:09:57,714 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:09:57,863 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:09:57,879 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [251063b3] Running command: LogoutUserCommand internal: false. 2012-11-11 11:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts 2012-11-11 11:10:00,061 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering 0 hosts 2012-11-11 11:10:00,061 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts done 2012-11-11 11:10:00,061 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering storage domains is disabled, skipping 2012-11-11 11:10:07,986 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:10:08,042 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:10:08,042 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:10:08,177 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:10:08,194 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [1b85ee17] Running command: LogoutUserCommand internal: false. 2012-11-11 11:10:11,721 INFO [org.ovirt.engine.core.bll.SetVmTicketCommand] (ajp-/127.0.0.1:8702-5) [6443f9c] Running command: SetVmTicketCommand internal: false. Entities affected : ID: b44047cd-1003-4038-981b-c8f4ad715771 Type: VM 2012-11-11 11:10:11,723 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (ajp-/127.0.0.1:8702-5) [6443f9c] START, SetVmTicketVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b44047cd-1003-4038-981b-c8f4ad715771, ticket=fX4XBtNfvoOB, validTime=120,m userName=vdcadmin, userId=9b9002d1-ec33-4083-8a7b-31f6b8931648), log id: cd375f5 2012-11-11 11:10:11,972 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (ajp-/127.0.0.1:8702-5) [6443f9c] FINISH, SetVmTicketVDSCommand, log id: cd375f5 2012-11-11 11:10:12,129 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-54) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 11:10:12,140 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-54) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:10:18,362 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:10:18,554 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:10:18,555 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:10:18,694 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:10:18,712 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [3cfda8f5] Running command: LogoutUserCommand internal: false. 2012-11-11 11:10:28,779 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:10:29,007 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:10:29,007 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:10:29,246 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:10:29,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [142c1355] Running command: LogoutUserCommand internal: false. 2012-11-11 11:10:39,488 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:10:39,552 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:10:39,552 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:10:39,723 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:10:39,743 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [4ebb17a] Running command: LogoutUserCommand internal: false. 2012-11-11 11:10:49,866 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:10:49,927 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:10:49,927 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:10:50,069 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:10:50,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [9875bb1] Running command: LogoutUserCommand internal: false. 2012-11-11 11:11:00,313 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:11:00,376 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:11:00,376 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:11:00,432 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:11:00,447 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [6952e3ed] Running command: LogoutUserCommand internal: false. 2012-11-11 11:11:10,539 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:11:10,604 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:11:10,604 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:11:11,000 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:11:11,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [320dfc2a] Running command: LogoutUserCommand internal: false. 2012-11-11 11:11:21,082 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:11:21,523 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:11:21,523 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:11:21,781 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:11:21,798 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [f1e14f1] Running command: LogoutUserCommand internal: false. 2012-11-11 11:11:31,899 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:11:31,966 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:11:31,966 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:11:32,001 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:11:32,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [14223f99] Running command: LogoutUserCommand internal: false. 2012-11-11 11:11:42,095 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:11:42,183 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:11:42,183 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:11:42,230 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:11:42,246 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [613097d3] Running command: LogoutUserCommand internal: false. 2012-11-11 11:11:52,345 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:11:52,422 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:11:52,423 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:11:52,531 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:11:52,547 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [7bfac71c] Running command: LogoutUserCommand internal: false. 2012-11-11 11:12:02,635 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:12:02,685 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:12:02,685 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:12:02,858 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:12:02,874 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [281b6f45] Running command: LogoutUserCommand internal: false. 2012-11-11 11:12:12,943 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:12:12,993 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:12:12,993 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:12:13,050 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:12:13,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [66a380da] Running command: LogoutUserCommand internal: false. 2012-11-11 11:12:23,217 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:12:23,299 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:12:23,299 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:12:23,729 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:12:23,745 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [4b2fb190] Running command: LogoutUserCommand internal: false. 2012-11-11 11:12:33,814 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:12:33,876 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:12:33,876 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:12:33,977 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:12:33,993 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [36477da7] Running command: LogoutUserCommand internal: false. 2012-11-11 11:12:44,061 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:12:44,215 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:12:44,215 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:12:44,736 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:12:44,758 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6d983c90] Running command: LogoutUserCommand internal: false. 2012-11-11 11:12:54,824 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:12:54,871 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:12:54,871 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:12:54,907 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:12:54,923 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [56baf5c8] Running command: LogoutUserCommand internal: false. 2012-11-11 11:13:05,106 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:13:05,146 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:13:05,146 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:13:05,270 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:13:05,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6d2227] Running command: LogoutUserCommand internal: false. 2012-11-11 11:13:15,353 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:13:15,424 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:13:15,424 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:13:15,474 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:13:15,489 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [419f1c64] Running command: LogoutUserCommand internal: false. 2012-11-11 11:13:25,560 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:13:25,631 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:13:25,632 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:13:25,717 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:13:25,735 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [58cab18c] Running command: LogoutUserCommand internal: false. 2012-11-11 11:13:35,808 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:13:35,884 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:13:35,884 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:13:36,004 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:13:36,020 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [60212d4c] Running command: LogoutUserCommand internal: false. 2012-11-11 11:13:46,139 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:13:46,823 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:13:46,823 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:13:47,227 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:13:47,243 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [35fe5909] Running command: LogoutUserCommand internal: false. 2012-11-11 11:13:57,394 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:13:57,603 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:13:57,604 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:13:57,835 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:13:57,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [6f22cc72] Running command: LogoutUserCommand internal: false. 2012-11-11 11:14:08,002 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:14:08,050 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:14:08,050 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:14:08,124 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:14:08,140 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [4c8a5881] Running command: LogoutUserCommand internal: false. 2012-11-11 11:14:18,213 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:14:18,248 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:14:18,248 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:14:18,299 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:14:18,315 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [611eb0fb] Running command: LogoutUserCommand internal: false. 2012-11-11 11:14:28,382 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:14:28,608 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:14:28,608 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:14:28,912 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:14:28,929 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [1d95f023] Running command: LogoutUserCommand internal: false. 2012-11-11 11:14:39,050 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:14:39,100 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:14:39,100 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:14:39,178 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:14:39,194 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [68eb7a1d] Running command: LogoutUserCommand internal: false. 2012-11-11 11:14:49,304 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:14:49,417 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:14:49,418 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:14:49,515 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:14:49,533 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [536330d2] Running command: LogoutUserCommand internal: false. 2012-11-11 11:14:59,595 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:14:59,652 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:14:59,652 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:14:59,701 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:14:59,718 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [5ff6f226] Running command: LogoutUserCommand internal: false. 2012-11-11 11:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-11 11:15:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-11 11:15:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-11 11:15:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-11 11:15:09,830 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:15:09,915 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:15:09,915 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:15:09,952 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:15:09,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [7c51c3e6] Running command: LogoutUserCommand internal: false. 2012-11-11 11:15:20,035 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:15:20,087 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:15:20,087 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:15:20,439 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:15:20,456 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [75b15b34] Running command: LogoutUserCommand internal: false. 2012-11-11 11:15:30,521 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:15:30,598 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:15:30,598 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:15:30,702 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:15:30,719 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [1a6a861d] Running command: LogoutUserCommand internal: false. 2012-11-11 11:15:33,207 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-10) VM payload-vm-for-test b44047cd-1003-4038-981b-c8f4ad715771 moved from Up --> RebootInProgress 2012-11-11 11:15:33,208 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-10) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[b44047cd-1003-4038-981b-c8f4ad715771]), log id: 38b694bf 2012-11-11 11:15:33,226 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-10) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@5adfa4af, log id: 38b694bf 2012-11-11 11:15:40,813 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:15:40,867 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:15:40,867 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:15:40,975 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:15:40,991 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [7263be81] Running command: LogoutUserCommand internal: false. 2012-11-11 11:15:51,055 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:15:51,814 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:15:51,815 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:15:52,166 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:15:52,186 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [554cb75d] Running command: LogoutUserCommand internal: false. 2012-11-11 11:16:02,252 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:16:02,292 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:16:02,292 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:16:02,399 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:16:02,436 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [3c1bc370] Running command: LogoutUserCommand internal: false. 2012-11-11 11:16:12,516 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:16:12,563 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:16:12,564 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:16:13,142 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:16:13,159 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2e87fd61] Running command: LogoutUserCommand internal: false. 2012-11-11 11:16:23,276 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:16:23,539 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:16:23,539 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:16:23,783 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:16:23,799 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [2e099767] Running command: LogoutUserCommand internal: false. 2012-11-11 11:16:27,161 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-52) VM payload-vm-for-test b44047cd-1003-4038-981b-c8f4ad715771 moved from RebootInProgress --> Up 2012-11-11 11:16:33,867 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:16:33,982 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:16:33,983 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:16:34,090 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:16:34,107 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [7d7ab8ca] Running command: LogoutUserCommand internal: false. 2012-11-11 11:16:44,193 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:16:44,296 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:16:44,296 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:16:44,328 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:16:44,344 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [669a498e] Running command: LogoutUserCommand internal: false. 2012-11-11 11:16:54,434 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:16:54,531 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:16:54,531 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:16:54,581 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:16:54,597 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [4996eac6] Running command: LogoutUserCommand internal: false. 2012-11-11 11:17:04,688 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:17:04,733 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:17:04,734 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:17:04,782 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:17:04,798 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [19fe1e8d] Running command: LogoutUserCommand internal: false. 2012-11-11 11:17:14,864 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:17:14,901 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:17:14,901 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:17:14,979 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:17:14,996 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [11e6f832] Running command: LogoutUserCommand internal: false. 2012-11-11 11:17:25,063 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:17:25,135 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:17:25,135 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:17:25,179 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:17:25,196 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [56bab7e8] Running command: LogoutUserCommand internal: false. 2012-11-11 11:17:35,341 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:17:35,402 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:17:35,402 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:17:35,468 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:17:35,484 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [2cadca85] Running command: LogoutUserCommand internal: false. 2012-11-11 11:17:45,561 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:17:45,667 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:17:45,667 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:17:46,985 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:17:47,001 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [2b9b79c1] Running command: LogoutUserCommand internal: false. 2012-11-11 11:17:57,120 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:17:57,260 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:17:57,260 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:17:57,423 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:17:57,438 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [35a4e02] Running command: LogoutUserCommand internal: false. 2012-11-11 11:18:07,512 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:18:07,563 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:18:07,563 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:18:07,614 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:18:07,630 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [73d2b5f] Running command: LogoutUserCommand internal: false. 2012-11-11 11:18:17,699 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:18:17,746 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:18:17,746 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:18:17,802 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:18:17,818 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [1793b65d] Running command: LogoutUserCommand internal: false. 2012-11-11 11:18:27,885 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:18:27,938 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:18:27,938 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:18:27,998 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:18:28,015 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [90ff750] Running command: LogoutUserCommand internal: false. 2012-11-11 11:18:38,072 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:18:38,117 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:18:38,117 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:18:38,195 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:18:38,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [283b6539] Running command: LogoutUserCommand internal: false. 2012-11-11 11:18:48,276 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:18:48,333 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:18:48,333 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:18:48,454 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:18:48,470 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [7a760867] Running command: LogoutUserCommand internal: false. 2012-11-11 11:18:58,542 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:18:58,589 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:18:58,590 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:18:58,635 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:18:58,651 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3cd3772a] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:08,715 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:08,770 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:08,770 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:08,868 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:08,885 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [77fffbbc] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:08,946 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:08,998 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:08,998 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:09,045 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:09,061 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [1c1537ab] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:09,139 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:09,250 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:09,250 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:09,333 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:09,480 INFO [org.ovirt.engine.core.bll.StopVmCommand] (ajp-/127.0.0.1:8702-7) [73419f5b] Running command: StopVmCommand internal: false. Entities affected : ID: b44047cd-1003-4038-981b-c8f4ad715771 Type: VM 2012-11-11 11:19:09,483 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (ajp-/127.0.0.1:8702-7) [73419f5b] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b44047cd-1003-4038-981b-c8f4ad715771, force=false, secondsToWait=0, gracefully=false), log id: 44f1fc8d 2012-11-11 11:19:09,487 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (ajp-/127.0.0.1:8702-7) [73419f5b] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b44047cd-1003-4038-981b-c8f4ad715771, force=false, secondsToWait=0, gracefully=false), log id: 129b8e10 2012-11-11 11:19:10,069 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (ajp-/127.0.0.1:8702-7) [73419f5b] FINISH, DestroyVDSCommand, log id: 129b8e10 2012-11-11 11:19:10,168 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (ajp-/127.0.0.1:8702-7) [73419f5b] FINISH, DestroyVmVDSCommand, return: Down, log id: 44f1fc8d 2012-11-11 11:19:10,228 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [630e4c37] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:10,278 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:10,328 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:10,328 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:10,366 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:10,395 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [2d0d3ce0] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:10,497 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:10,576 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:10,576 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:10,653 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:10,656 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [2fee873] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:10,734 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:10,807 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:10,807 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:10,866 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:10,868 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [78fda34d] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:10,946 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:10,991 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:10,991 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:11,139 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:11,143 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6120d47] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:12,116 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:12,268 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:12,268 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:12,652 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:12,654 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [b1c2879] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:12,714 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:12,760 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:12,760 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:12,815 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:12,818 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [73510547] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:12,873 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:12,923 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:12,923 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:12,974 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:12,977 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [5afcac8f] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:13,028 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:13,073 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:13,073 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:13,153 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:13,156 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [58a673cb] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:13,213 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:13,266 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:13,266 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:13,371 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:13,373 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [3ef6b088] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:13,449 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:13,495 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:13,495 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:13,553 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:13,556 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [7dc80233] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:13,605 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:13,681 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:13,681 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:13,771 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:13,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [ffec6cd] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:13,828 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:13,878 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:13,878 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:13,961 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:13,972 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [11795518] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:14,026 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:14,067 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:14,067 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:14,108 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:14,147 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [73e84847] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5aabcf7b 2012-11-11 11:19:14,148 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [73e84847] FINISH, IsValidVDSCommand, return: true, log id: 5aabcf7b 2012-11-11 11:19:14,169 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-3) [73e84847] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 1188de10-8a69-4e45-ba36-dcc8f09679d6, imageId = c003287c-1fe0-4d26-996d-f98913b828ce), log id: 61773e11 2012-11-11 11:19:14,262 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-3) [73e84847] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@5d2a5a04, log id: 61773e11 2012-11-11 11:19:14,410 INFO [org.ovirt.engine.core.bll.AddVmTemplateCommand] (ajp-/127.0.0.1:8702-3) [73e84847] Running command: AddVmTemplateCommand internal: false. Entities affected : ID: 348f61b0-119a-4a45-8c79-42c5bd7c0f56 Type: StoragePool 2012-11-11 11:19:14,412 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-3) [73e84847] START, SetVmStatusVDSCommand( vmId = b44047cd-1003-4038-981b-c8f4ad715771, status = ImageLocked), log id: 394efd40 2012-11-11 11:19:14,415 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-3) [73e84847] FINISH, SetVmStatusVDSCommand, log id: 394efd40 2012-11-11 11:19:14,438 INFO [org.ovirt.engine.core.bll.CreateImageTemplateCommand] (ajp-/127.0.0.1:8702-3) [77dba8f8] Running command: CreateImageTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 11:19:14,444 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-3) [77dba8f8] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 1188de10-8a69-4e45-ba36-dcc8f09679d6, imageId = c003287c-1fe0-4d26-996d-f98913b828ce), log id: 1b8ba182 2012-11-11 11:19:14,482 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-3) [77dba8f8] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@5d2a5a04, log id: 1b8ba182 2012-11-11 11:19:14,491 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (ajp-/127.0.0.1:8702-3) [77dba8f8] START, CopyImageVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 1188de10-8a69-4e45-ba36-dcc8f09679d6, imageId = c003287c-1fe0-4d26-996d-f98913b828ce, dstImageGroupId = 9df12ba9-e9a2-49df-8a55-ecada8e0cf51, vmId = b44047cd-1003-4038-981b-c8f4ad715771, dstImageId = 2e320324-c4ff-458e-ba50-8bcded0faa80, imageDescription = Active VM, dstStorageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, copyVolumeType = SharedVol, volumeFormat = RAW, preallocate = Sparse, postZero = false, force = false), log id: 78d52048 2012-11-11 11:19:14,491 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (ajp-/127.0.0.1:8702-3) [77dba8f8] -- CopyImageVDSCommand::ExecuteIrsBrokerCommand: calling 'copyImage' with two new parameters: description and UUID 2012-11-11 11:19:14,491 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (ajp-/127.0.0.1:8702-3) [77dba8f8] -- copyImage parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 vmGUID=b44047cd-1003-4038-981b-c8f4ad715771 srcImageGUID=1188de10-8a69-4e45-ba36-dcc8f09679d6 srcVolUUID=c003287c-1fe0-4d26-996d-f98913b828ce dstImageGUID=9df12ba9-e9a2-49df-8a55-ecada8e0cf51 dstVolUUID=2e320324-c4ff-458e-ba50-8bcded0faa80 descr=Active VM 2012-11-11 11:19:15,078 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (ajp-/127.0.0.1:8702-3) [77dba8f8] FINISH, CopyImageVDSCommand, return: 00000000-0000-0000-0000-000000000000, log id: 78d52048 2012-11-11 11:19:15,181 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-3) [77dba8f8] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity d5d4b568-b3ea-4754-b974-5cd0af9adee1 2012-11-11 11:19:15,181 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-3) [77dba8f8] EntityMultiAsyncTasks::AttachTask: Attaching task 5bb6c029-3ca6-4574-b090-c0aa58c3819f to entity d5d4b568-b3ea-4754-b974-5cd0af9adee1. 2012-11-11 11:19:15,182 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-3) [77dba8f8] Adding task 5bb6c029-3ca6-4574-b090-c0aa58c3819f to DataBase 2012-11-11 11:19:15,230 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-3) [77dba8f8] Adding task 5bb6c029-3ca6-4574-b090-c0aa58c3819f (Parent Command AddVmTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 11:19:15,324 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-3) [77dba8f8] BaseAsyncTask::StartPollingTask: Starting to poll task 5bb6c029-3ca6-4574-b090-c0aa58c3819f. 2012-11-11 11:19:15,324 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-3) [77dba8f8] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity d5d4b568-b3ea-4754-b974-5cd0af9adee1 is AddVmTemplate (determined by task 5bb6c029-3ca6-4574-b090-c0aa58c3819f) 2012-11-11 11:19:15,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [4cd06b7b] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:15,388 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:15,432 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:15,432 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:15,501 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:15,519 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [5504d195] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:15,600 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:15,647 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:15,647 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:15,694 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:15,702 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [24134d01] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:24,743 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-96) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 11:19:24,770 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-96) SPMAsyncTask::PollTask: Polling task 5bb6c029-3ca6-4574-b090-c0aa58c3819f (Parent Command AddVmTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-11 11:19:24,770 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-96) Finished polling Tasks, will poll again in 10 seconds. 2012-11-11 11:19:25,770 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:25,859 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:25,859 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:25,939 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:25,944 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [3f5a99b9] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:36,020 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:36,402 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:36,402 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:37,189 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:37,195 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [5c2faa03] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:47,301 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:47,343 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:47,343 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:47,391 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:47,396 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [38c78b6f] Running command: LogoutUserCommand internal: false. 2012-11-11 11:19:57,466 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:19:57,526 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:19:57,526 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:19:57,592 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:19:57,599 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [cf9422d] Running command: LogoutUserCommand internal: false. 2012-11-11 11:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts 2012-11-11 11:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering 0 hosts 2012-11-11 11:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts done 2012-11-11 11:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering storage domains is disabled, skipping 2012-11-11 11:20:07,707 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:20:07,790 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:20:07,790 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:20:07,912 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:20:07,918 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6c81bfb6] Running command: LogoutUserCommand internal: false. 2012-11-11 11:20:17,982 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:20:18,064 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:20:18,064 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:20:18,139 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:20:18,144 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [47a32076] Running command: LogoutUserCommand internal: false. 2012-11-11 11:20:28,225 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:20:28,538 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:20:28,538 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:20:29,093 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:20:29,100 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [15eaf89b] Running command: LogoutUserCommand internal: false. 2012-11-11 11:20:39,195 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:20:39,562 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:20:39,562 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:20:39,974 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:20:39,980 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [14680531] Running command: LogoutUserCommand internal: false. 2012-11-11 11:20:50,108 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:20:50,194 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:20:50,195 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:20:50,304 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:20:50,311 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [202e9543] Running command: LogoutUserCommand internal: false. 2012-11-11 11:21:00,395 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:21:00,483 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:21:00,483 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:21:00,805 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:21:00,811 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [216da7c0] Running command: LogoutUserCommand internal: false. 2012-11-11 11:21:10,940 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:21:11,009 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:21:11,009 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:21:12,237 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:21:12,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [10b9e480] Running command: LogoutUserCommand internal: false. 2012-11-11 11:21:15,066 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-3) SPMAsyncTask::PollTask: Polling task 5bb6c029-3ca6-4574-b090-c0aa58c3819f (Parent Command AddVmTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 11:21:15,122 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-3) BaseAsyncTask::OnTaskEndSuccess: Task 5bb6c029-3ca6-4574-b090-c0aa58c3819f (Parent Command AddVmTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 11:21:15,122 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-3) EntityAsyncTask::EndActionIfNecessary: All tasks of entity d5d4b568-b3ea-4754-b974-5cd0af9adee1 has ended -> executing EndAction 2012-11-11 11:21:15,122 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-3) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: d5d4b568-b3ea-4754-b974-5cd0af9adee1): calling EndAction for action type AddVmTemplate. 2012-11-11 11:21:15,123 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVmTemplate, executionIndex: 0 2012-11-11 11:21:15,150 INFO [org.ovirt.engine.core.bll.AddVmTemplateCommand] (pool-4-thread-44) [73e84847] Ending command successfully: org.ovirt.engine.core.bll.AddVmTemplateCommand 2012-11-11 11:21:15,150 INFO [org.ovirt.engine.core.bll.CreateImageTemplateCommand] (pool-4-thread-44) [77dba8f8] Ending command successfully: org.ovirt.engine.core.bll.CreateImageTemplateCommand 2012-11-11 11:21:15,156 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-44) [77dba8f8] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 9df12ba9-e9a2-49df-8a55-ecada8e0cf51, imageId = 2e320324-c4ff-458e-ba50-8bcded0faa80), log id: 2ceb88a5 2012-11-11 11:21:15,206 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-44) [77dba8f8] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@419f077c, log id: 2ceb88a5 2012-11-11 11:21:15,223 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-44) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 35cfde28 2012-11-11 11:21:15,309 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-44) FINISH, UpdateVMVDSCommand, log id: 35cfde28 2012-11-11 11:21:15,310 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) START, SetVmStatusVDSCommand( vmId = b44047cd-1003-4038-981b-c8f4ad715771, status = Down), log id: 62022fb1 2012-11-11 11:21:15,312 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) FINISH, SetVmStatusVDSCommand, log id: 62022fb1 2012-11-11 11:21:15,407 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVmTemplate completed, handling the result. 2012-11-11 11:21:15,407 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVmTemplate succeeded, clearing tasks. 2012-11-11 11:21:15,431 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 5bb6c029-3ca6-4574-b090-c0aa58c3819f 2012-11-11 11:21:15,432 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 5bb6c029-3ca6-4574-b090-c0aa58c3819f), log id: 4f16d602 2012-11-11 11:21:15,433 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=5bb6c029-3ca6-4574-b090-c0aa58c3819f), log id: 73776b1b 2012-11-11 11:21:15,721 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) FINISH, HSMClearTaskVDSCommand, log id: 73776b1b 2012-11-11 11:21:15,721 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) FINISH, SPMClearTaskVDSCommand, log id: 4f16d602 2012-11-11 11:21:15,735 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) BaseAsyncTask::RemoveTaskFromDB: Removed task 5bb6c029-3ca6-4574-b090-c0aa58c3819f from DataBase 2012-11-11 11:21:15,735 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity d5d4b568-b3ea-4754-b974-5cd0af9adee1 2012-11-11 11:21:22,422 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:21:22,489 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:21:22,489 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:21:22,592 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:21:22,597 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [163b6cbb] Running command: LogoutUserCommand internal: false. 2012-11-11 11:21:22,657 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:21:22,707 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:21:22,708 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:21:22,782 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:21:22,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [35f49e28] Running command: LogoutUserCommand internal: false. 2012-11-11 11:21:22,830 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:21:22,882 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:21:22,882 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:21:23,057 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:21:23,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [7b9daf14] Running command: LogoutUserCommand internal: false. 2012-11-11 11:21:23,205 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:21:23,266 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:21:23,267 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:21:23,334 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:21:23,350 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [b08b430] Running command: LogoutUserCommand internal: false. 2012-11-11 11:21:23,406 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:21:23,451 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:21:23,451 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:21:23,500 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:21:23,571 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-4) [11545168] Lock Acquired to object EngineLock [exclusiveLocks= key: cd-payload value: VM_NAME , sharedLocks= ] 2012-11-11 11:21:23,603 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [11545168] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 194b2fdb 2012-11-11 11:21:23,604 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [11545168] FINISH, IsValidVDSCommand, return: true, log id: 194b2fdb 2012-11-11 11:21:23,665 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-4) [11545168] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 11:21:23,666 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [11545168] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3464d8f0 2012-11-11 11:21:23,667 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [11545168] FINISH, IsValidVDSCommand, return: true, log id: 3464d8f0 2012-11-11 11:21:23,672 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-4) [11545168] MacPoolManager::allocateNewMac entered 2012-11-11 11:21:23,672 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-4) [11545168] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:68 2012-11-11 11:21:23,715 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-4) [11545168] Lock freed to object EngineLock [exclusiveLocks= key: cd-payload value: VM_NAME , sharedLocks= ] 2012-11-11 11:21:23,715 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-4) [11545168] START, SetVmStatusVDSCommand( vmId = d7ca863b-58c2-47ca-9488-f1dbfba2cb03, status = ImageLocked), log id: 59552e13 2012-11-11 11:21:23,718 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-4) [11545168] FINISH, SetVmStatusVDSCommand, log id: 59552e13 2012-11-11 11:21:23,719 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-4) [3cf50761] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 11:21:23,720 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-4) [3cf50761] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 71866f54 2012-11-11 11:21:23,770 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-4) [3cf50761] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 71866f54 2012-11-11 11:21:23,772 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-4) [3cf50761] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 07b7dd91-a798-4822-939d-f2dd87a7d2a8, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 2709e02f-5ade-4978-9c15-87021bf2bbc1, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 529c209 2012-11-11 11:21:23,772 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-4) [3cf50761] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 11:21:23,772 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-4) [3cf50761] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=07b7dd91-a798-4822-939d-f2dd87a7d2a8 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=2709e02f-5ade-4978-9c15-87021bf2bbc1 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 11:21:24,322 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-4) [3cf50761] FINISH, CreateSnapshotVDSCommand, return: 2709e02f-5ade-4978-9c15-87021bf2bbc1, log id: 529c209 2012-11-11 11:21:24,338 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-4) [3cf50761] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity d7ca863b-58c2-47ca-9488-f1dbfba2cb03 2012-11-11 11:21:24,338 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-4) [3cf50761] EntityMultiAsyncTasks::AttachTask: Attaching task 0c5137ac-f828-4cc3-b1a0-8610b96499b0 to entity d7ca863b-58c2-47ca-9488-f1dbfba2cb03. 2012-11-11 11:21:24,339 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-4) [3cf50761] Adding task 0c5137ac-f828-4cc3-b1a0-8610b96499b0 to DataBase 2012-11-11 11:21:24,388 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-4) [3cf50761] Adding task 0c5137ac-f828-4cc3-b1a0-8610b96499b0 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 11:21:24,533 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-4) [3cf50761] BaseAsyncTask::StartPollingTask: Starting to poll task 0c5137ac-f828-4cc3-b1a0-8610b96499b0. 2012-11-11 11:21:24,533 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-4) [3cf50761] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity d7ca863b-58c2-47ca-9488-f1dbfba2cb03 is AddVm (determined by task 0c5137ac-f828-4cc3-b1a0-8610b96499b0) 2012-11-11 11:21:24,564 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [646f5f8d] Running command: LogoutUserCommand internal: false. 2012-11-11 11:21:24,625 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:21:24,674 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:21:24,674 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:21:24,725 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:21:24,743 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [18a52051] Running command: LogoutUserCommand internal: false. 2012-11-11 11:21:24,808 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:21:24,858 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:21:24,859 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:21:24,999 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:21:25,038 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [372f5322] Running command: LogoutUserCommand internal: false. 2012-11-11 11:21:25,124 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-91) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-11 11:21:25,147 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-91) SPMAsyncTask::PollTask: Polling task 0c5137ac-f828-4cc3-b1a0-8610b96499b0 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-11 11:21:25,147 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-91) Finished polling Tasks, will poll again in 10 seconds. 2012-11-11 11:21:35,114 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:21:35,173 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-17) SPMAsyncTask::PollTask: Polling task 0c5137ac-f828-4cc3-b1a0-8610b96499b0 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 11:21:35,182 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:21:35,182 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:21:35,191 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-17) BaseAsyncTask::OnTaskEndSuccess: Task 0c5137ac-f828-4cc3-b1a0-8610b96499b0 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 11:21:35,192 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-17) EntityAsyncTask::EndActionIfNecessary: All tasks of entity d7ca863b-58c2-47ca-9488-f1dbfba2cb03 has ended -> executing EndAction 2012-11-11 11:21:35,192 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-17) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: d7ca863b-58c2-47ca-9488-f1dbfba2cb03): calling EndAction for action type AddVm. 2012-11-11 11:21:35,193 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 11:21:35,217 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) [11545168] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 11:21:35,217 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-48) [3cf50761] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 11:21:35,219 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [3cf50761] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 07b7dd91-a798-4822-939d-f2dd87a7d2a8, imageId = 2709e02f-5ade-4978-9c15-87021bf2bbc1), log id: 3f797a0a 2012-11-11 11:21:35,244 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:21:35,273 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [4be3fda4] Running command: LogoutUserCommand internal: false. 2012-11-11 11:21:35,290 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [3cf50761] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@c15d5ea9, log id: 3f797a0a 2012-11-11 11:21:35,296 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) START, SetVmStatusVDSCommand( vmId = d7ca863b-58c2-47ca-9488-f1dbfba2cb03, status = Down), log id: 70728f8b 2012-11-11 11:21:35,299 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) FINISH, SetVmStatusVDSCommand, log id: 70728f8b 2012-11-11 11:21:35,415 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 791f5338 2012-11-11 11:21:35,524 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) FINISH, UpdateVMVDSCommand, log id: 791f5338 2012-11-11 11:21:35,673 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 11:21:35,673 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 11:21:35,725 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 0c5137ac-f828-4cc3-b1a0-8610b96499b0 2012-11-11 11:21:35,725 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 0c5137ac-f828-4cc3-b1a0-8610b96499b0), log id: 7f47ffdf 2012-11-11 11:21:35,726 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=0c5137ac-f828-4cc3-b1a0-8610b96499b0), log id: 6ada166f 2012-11-11 11:21:36,758 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 6ada166f 2012-11-11 11:21:36,758 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 7f47ffdf 2012-11-11 11:21:36,876 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task 0c5137ac-f828-4cc3-b1a0-8610b96499b0 from DataBase 2012-11-11 11:21:36,876 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity d7ca863b-58c2-47ca-9488-f1dbfba2cb03 2012-11-11 11:21:45,351 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:21:45,418 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:21:45,418 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:21:45,527 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:21:45,605 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [628ca040] Running command: LogoutUserCommand internal: false. 2012-11-11 11:21:45,698 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:21:45,738 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:21:45,738 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:21:45,832 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:21:45,850 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [3d9fc383] Running command: LogoutUserCommand internal: false. 2012-11-11 11:21:45,936 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:21:45,991 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:21:45,991 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:21:46,756 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:21:47,060 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [47582043] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 64a315d 2012-11-11 11:21:47,061 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [47582043] FINISH, IsValidVDSCommand, return: true, log id: 64a315d 2012-11-11 11:21:47,308 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) [47582043] START, IsVmDuringInitiatingVDSCommand( vmId = d7ca863b-58c2-47ca-9488-f1dbfba2cb03), log id: 6d8b5622 2012-11-11 11:21:47,309 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) [47582043] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 6d8b5622 2012-11-11 11:21:47,462 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-9) [47582043] Running command: RunVmOnceCommand internal: false. Entities affected : ID: d7ca863b-58c2-47ca-9488-f1dbfba2cb03 Type: VM 2012-11-11 11:21:47,477 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [47582043] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=d7ca863b-58c2-47ca-9488-f1dbfba2cb03, vm=org.ovirt.engine.core.common.businessentities.VM@1a7da072), log id: 554255a9 2012-11-11 11:21:47,482 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-9) [47582043] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=d7ca863b-58c2-47ca-9488-f1dbfba2cb03, vm=org.ovirt.engine.core.common.businessentities.VM@1a7da072), log id: 4e15c74d 2012-11-11 11:21:47,553 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-9) [47582043] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=d7ca863b-58c2-47ca-9488-f1dbfba2cb03,devices=[Ljava.util.Map;@1514f96f,acpiEnable=true,vmName=cd-payload,cpuType=Penryn,custom={device_24878164-9d84-4c01-92cf-abc93ee731dedevice_61298165-a8d0-4165-bef3-d0e372ad9277=VmDevice {vmId=d7ca863b-58c2-47ca-9488-f1dbfba2cb03, deviceId=61298165-a8d0-4165-bef3-d0e372ad9277, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_24878164-9d84-4c01-92cf-abc93ee731dedevice_61298165-a8d0-4165-bef3-d0e372ad9277device_77151fbd-80e6-40dc-91ed-2da7e172b090=VmDevice {vmId=d7ca863b-58c2-47ca-9488-f1dbfba2cb03, deviceId=77151fbd-80e6-40dc-91ed-2da7e172b090, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_24878164-9d84-4c01-92cf-abc93ee731dedevice_61298165-a8d0-4165-bef3-d0e372ad9277device_77151fbd-80e6-40dc-91ed-2da7e172b090device_e40f87e4-7bcc-4715-9935-d3276b0f9ecddevice_eaad3aff-ba42-4496-a234-ba8e4fd66e55=VmDevice {vmId=d7ca863b-58c2-47ca-9488-f1dbfba2cb03, deviceId=eaad3aff-ba42-4496-a234-ba8e4fd66e55, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_24878164-9d84-4c01-92cf-abc93ee731de=VmDevice {vmId=d7ca863b-58c2-47ca-9488-f1dbfba2cb03, deviceId=24878164-9d84-4c01-92cf-abc93ee731de, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}, device_24878164-9d84-4c01-92cf-abc93ee731dedevice_61298165-a8d0-4165-bef3-d0e372ad9277device_77151fbd-80e6-40dc-91ed-2da7e172b090device_e40f87e4-7bcc-4715-9935-d3276b0f9ecd=VmDevice {vmId=d7ca863b-58c2-47ca-9488-f1dbfba2cb03, deviceId=e40f87e4-7bcc-4715-9935-d3276b0f9ecd, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_24878164-9d84-4c01-92cf-abc93ee731dedevice_61298165-a8d0-4165-bef3-d0e372ad9277device_77151fbd-80e6-40dc-91ed-2da7e172b090device_e40f87e4-7bcc-4715-9935-d3276b0f9ecddevice_eaad3aff-ba42-4496-a234-ba8e4fd66e55device_f6e87605-50fc-4f84-a213-3211b1caea12=VmDevice {vmId=d7ca863b-58c2-47ca-9488-f1dbfba2cb03, deviceId=f6e87605-50fc-4f84-a213-3211b1caea12, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}} 2012-11-11 11:21:47,553 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-9) [47582043] FINISH, CreateVDSCommand, log id: 4e15c74d 2012-11-11 11:21:47,554 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [47582043] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: cd-payload 2012-11-11 11:21:47,556 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [47582043] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 554255a9 2012-11-11 11:21:47,664 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [6fe7c4db] Running command: LogoutUserCommand internal: false. 2012-11-11 11:21:47,710 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:21:47,774 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:21:47,774 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:21:47,836 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:21:47,854 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [798f3ac] Running command: LogoutUserCommand internal: false. 2012-11-11 11:21:50,803 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-16) VM cd-payload d7ca863b-58c2-47ca-9488-f1dbfba2cb03 moved from WaitForLaunch --> PoweringUp 2012-11-11 11:21:51,635 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-16) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[d7ca863b-58c2-47ca-9488-f1dbfba2cb03]), log id: 7f4869a0 2012-11-11 11:21:51,654 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-16) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@6b0ec8a8, log id: 7f4869a0 2012-11-11 11:21:57,940 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:21:57,991 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:21:57,991 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:21:58,024 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:21:58,041 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [1b837183] Running command: LogoutUserCommand internal: false. 2012-11-11 11:22:08,115 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:22:08,157 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:22:08,157 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:22:08,207 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:22:08,225 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [662219c3] Running command: LogoutUserCommand internal: false. 2012-11-11 11:22:18,328 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:22:18,441 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:22:18,441 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:22:18,642 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:22:18,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [66be658c] Running command: LogoutUserCommand internal: false. 2012-11-11 11:22:22,561 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-1) Setting new tasks map. The map contains now 1 tasks 2012-11-11 11:22:28,764 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:22:28,825 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:22:28,825 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:22:28,913 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:22:28,930 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [22ce5bf] Running command: LogoutUserCommand internal: false. 2012-11-11 11:22:39,021 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:22:39,053 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:22:39,053 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:22:39,263 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:22:39,279 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [30f26a84] Running command: LogoutUserCommand internal: false. 2012-11-11 11:22:48,944 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-68) VM cd-payload d7ca863b-58c2-47ca-9488-f1dbfba2cb03 moved from PoweringUp --> Up 2012-11-11 11:22:49,032 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-68) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@f678c830), log id: 810d5b7 2012-11-11 11:22:49,078 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-68) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 810d5b7 2012-11-11 11:22:49,418 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:22:49,469 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:22:49,469 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:22:49,533 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:22:49,551 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2709ba2a] Running command: LogoutUserCommand internal: false. 2012-11-11 11:22:52,561 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-79) Setting new tasks map. The map contains now 0 tasks 2012-11-11 11:22:52,561 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-79) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 11:22:52,563 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-79) Could not find vds that is spm and non-operational. 2012-11-11 11:22:59,634 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:22:59,697 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:22:59,697 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:22:59,747 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:22:59,764 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [782260cc] Running command: LogoutUserCommand internal: false. 2012-11-11 11:23:09,855 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:23:09,906 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:23:09,906 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:23:09,981 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:23:09,998 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [462edda6] Running command: LogoutUserCommand internal: false. 2012-11-11 11:23:20,075 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:23:20,125 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:23:20,125 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:23:20,162 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:23:20,179 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [ddb19dc] Running command: LogoutUserCommand internal: false. 2012-11-11 11:23:30,239 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:23:30,320 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:23:30,320 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:23:30,355 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:23:30,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [6758f4ae] Running command: LogoutUserCommand internal: false. 2012-11-11 11:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-11 11:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-11 11:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-11 11:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-11 11:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts 2012-11-11 11:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering 0 hosts 2012-11-11 11:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts done 2012-11-11 11:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering storage domains is disabled, skipping 2012-11-11 11:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts 2012-11-11 11:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering 0 hosts 2012-11-11 11:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts done 2012-11-11 11:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering storage domains is disabled, skipping 2012-11-11 11:37:53,175 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:37:53,232 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:37:53,232 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:37:53,311 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:37:53,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [c38f1c4] Running command: LogoutUserCommand internal: false. 2012-11-11 11:37:53,363 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:37:53,410 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:37:53,410 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:37:53,440 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:37:53,442 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [7d57f60f] Running command: LogoutUserCommand internal: false. 2012-11-11 11:37:53,509 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:37:53,568 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:37:53,568 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:37:53,640 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:37:53,643 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [20ca79de] Running command: LogoutUserCommand internal: false. 2012-11-11 11:37:53,733 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:37:53,776 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:37:53,777 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:37:53,811 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:37:53,813 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [403bce27] Running command: LogoutUserCommand internal: false. 2012-11-11 11:37:53,873 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:37:53,986 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:37:53,987 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:37:54,035 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:37:54,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [3e6ad818] Running command: LogoutUserCommand internal: false. 2012-11-11 11:37:54,103 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:37:54,148 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:37:54,148 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:37:54,282 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:37:54,285 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [56e13962] Running command: LogoutUserCommand internal: false. 2012-11-11 11:37:54,348 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:37:54,746 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:37:54,746 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:37:54,868 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:37:54,871 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [602ce778] Running command: LogoutUserCommand internal: false. 2012-11-11 11:37:54,924 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:37:54,978 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:37:54,978 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:37:55,015 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:37:55,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [320a7ea0] Running command: LogoutUserCommand internal: false. 2012-11-11 11:37:55,084 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:37:55,125 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:37:55,125 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:37:55,197 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:37:55,200 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [48970b53] Running command: LogoutUserCommand internal: false. 2012-11-11 11:37:55,264 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:37:55,314 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:37:55,314 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:37:55,394 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:37:55,397 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [40b87b86] Running command: LogoutUserCommand internal: false. 2012-11-11 11:37:55,456 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:37:55,508 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:37:55,509 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:37:55,567 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:37:55,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [3c9d012] Running command: LogoutUserCommand internal: false. 2012-11-11 11:37:55,621 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:37:55,661 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:37:55,661 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:37:55,731 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:37:55,733 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [3b8dd75e] Running command: LogoutUserCommand internal: false. 2012-11-11 11:37:55,786 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:37:55,838 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:37:55,838 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:37:55,892 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:37:55,895 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [6c2bd93f] Running command: LogoutUserCommand internal: false. 2012-11-11 11:37:55,940 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:37:55,983 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:37:55,983 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:37:56,543 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:37:56,558 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [8a2d916] Running command: LogoutUserCommand internal: false. 2012-11-11 11:37:56,669 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:37:56,714 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:37:56,715 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:37:56,849 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:37:56,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [1bd86af4] Running command: LogoutUserCommand internal: false. 2012-11-11 11:37:56,972 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:37:57,083 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:37:57,084 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:37:57,145 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:37:57,272 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-1) [750a16d4] Lock Acquired to object EngineLock [exclusiveLocks= key: floppy value: VM_NAME , sharedLocks= ] 2012-11-11 11:37:57,400 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [750a16d4] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6b58c70b 2012-11-11 11:37:57,401 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [750a16d4] FINISH, IsValidVDSCommand, return: true, log id: 6b58c70b 2012-11-11 11:37:57,516 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-1) [750a16d4] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 11:37:57,517 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [750a16d4] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 57bb4920 2012-11-11 11:37:57,517 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [750a16d4] FINISH, IsValidVDSCommand, return: true, log id: 57bb4920 2012-11-11 11:37:57,523 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-1) [750a16d4] MacPoolManager::allocateNewMac entered 2012-11-11 11:37:57,523 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-1) [750a16d4] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:67 2012-11-11 11:37:57,568 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-1) [750a16d4] Lock freed to object EngineLock [exclusiveLocks= key: floppy value: VM_NAME , sharedLocks= ] 2012-11-11 11:37:57,568 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-1) [750a16d4] START, SetVmStatusVDSCommand( vmId = 19597565-e63a-46c0-83e5-1dfc1b3e9b37, status = ImageLocked), log id: 7b8e20a8 2012-11-11 11:37:57,570 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-1) [750a16d4] FINISH, SetVmStatusVDSCommand, log id: 7b8e20a8 2012-11-11 11:37:57,572 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-1) [63b93616] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 11:37:57,577 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-1) [63b93616] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 7764d99e 2012-11-11 11:37:57,630 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-1) [63b93616] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 7764d99e 2012-11-11 11:37:57,632 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-1) [63b93616] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = e22a5dc7-6875-4230-afb0-e68eff68b4ed, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 60104f2d-1367-47a6-ac8d-2d6871c1fd81, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 27812ab1 2012-11-11 11:37:57,633 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-1) [63b93616] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 11:37:57,633 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-1) [63b93616] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=e22a5dc7-6875-4230-afb0-e68eff68b4ed size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=60104f2d-1367-47a6-ac8d-2d6871c1fd81 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 11:37:58,307 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-1) [63b93616] FINISH, CreateSnapshotVDSCommand, return: 60104f2d-1367-47a6-ac8d-2d6871c1fd81, log id: 27812ab1 2012-11-11 11:37:58,335 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-1) [63b93616] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 19597565-e63a-46c0-83e5-1dfc1b3e9b37 2012-11-11 11:37:58,335 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-1) [63b93616] EntityMultiAsyncTasks::AttachTask: Attaching task 5a4b6d51-aaed-4763-ba42-7860c8d095a1 to entity 19597565-e63a-46c0-83e5-1dfc1b3e9b37. 2012-11-11 11:37:58,336 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-1) [63b93616] Adding task 5a4b6d51-aaed-4763-ba42-7860c8d095a1 to DataBase 2012-11-11 11:37:58,390 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-1) [63b93616] Adding task 5a4b6d51-aaed-4763-ba42-7860c8d095a1 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 11:37:58,630 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-1) [63b93616] BaseAsyncTask::StartPollingTask: Starting to poll task 5a4b6d51-aaed-4763-ba42-7860c8d095a1. 2012-11-11 11:37:58,630 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-1) [63b93616] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 19597565-e63a-46c0-83e5-1dfc1b3e9b37 is AddVm (determined by task 5a4b6d51-aaed-4763-ba42-7860c8d095a1) 2012-11-11 11:37:58,652 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [47fdc212] Running command: LogoutUserCommand internal: false. 2012-11-11 11:37:58,700 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:37:58,748 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:37:58,748 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:37:58,799 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:37:58,817 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [4c99016b] Running command: LogoutUserCommand internal: false. 2012-11-11 11:37:58,868 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:37:58,924 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:37:58,925 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:37:59,000 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:37:59,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2b826730] Running command: LogoutUserCommand internal: false. 2012-11-11 11:38:05,243 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-46) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 11:38:05,265 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-46) SPMAsyncTask::PollTask: Polling task 5a4b6d51-aaed-4763-ba42-7860c8d095a1 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 11:38:05,290 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-46) BaseAsyncTask::OnTaskEndSuccess: Task 5a4b6d51-aaed-4763-ba42-7860c8d095a1 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 11:38:05,291 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-46) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 19597565-e63a-46c0-83e5-1dfc1b3e9b37 has ended -> executing EndAction 2012-11-11 11:38:05,291 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-46) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 19597565-e63a-46c0-83e5-1dfc1b3e9b37): calling EndAction for action type AddVm. 2012-11-11 11:38:05,292 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 11:38:05,387 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-46) [750a16d4] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 11:38:05,388 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-46) [63b93616] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 11:38:05,394 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-46) [63b93616] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = e22a5dc7-6875-4230-afb0-e68eff68b4ed, imageId = 60104f2d-1367-47a6-ac8d-2d6871c1fd81), log id: 3f21d280 2012-11-11 11:38:05,436 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-46) [63b93616] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9403bc45, log id: 3f21d280 2012-11-11 11:38:05,442 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-46) START, SetVmStatusVDSCommand( vmId = 19597565-e63a-46c0-83e5-1dfc1b3e9b37, status = Down), log id: 43819596 2012-11-11 11:38:05,445 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-46) FINISH, SetVmStatusVDSCommand, log id: 43819596 2012-11-11 11:38:05,507 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-46) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 4d16cad8 2012-11-11 11:38:05,670 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-46) FINISH, UpdateVMVDSCommand, log id: 4d16cad8 2012-11-11 11:38:05,733 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 11:38:05,733 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 11:38:05,747 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 5a4b6d51-aaed-4763-ba42-7860c8d095a1 2012-11-11 11:38:05,747 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 5a4b6d51-aaed-4763-ba42-7860c8d095a1), log id: 7cf96537 2012-11-11 11:38:05,748 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=5a4b6d51-aaed-4763-ba42-7860c8d095a1), log id: 70ddf56c 2012-11-11 11:38:05,940 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) FINISH, HSMClearTaskVDSCommand, log id: 70ddf56c 2012-11-11 11:38:05,940 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) FINISH, SPMClearTaskVDSCommand, log id: 7cf96537 2012-11-11 11:38:05,985 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) BaseAsyncTask::RemoveTaskFromDB: Removed task 5a4b6d51-aaed-4763-ba42-7860c8d095a1 from DataBase 2012-11-11 11:38:05,985 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 19597565-e63a-46c0-83e5-1dfc1b3e9b37 2012-11-11 11:38:09,113 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:38:09,179 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:38:09,179 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:38:09,254 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:38:09,314 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [3d8f828e] Running command: LogoutUserCommand internal: false. 2012-11-11 11:38:09,401 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:38:09,562 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:38:09,563 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:38:09,608 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:38:09,627 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [762d51fa] Running command: LogoutUserCommand internal: false. 2012-11-11 11:38:09,729 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:38:09,776 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:38:09,777 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:38:09,873 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:38:09,949 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [24bdef15] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 69de45e9 2012-11-11 11:38:09,950 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [24bdef15] FINISH, IsValidVDSCommand, return: true, log id: 69de45e9 2012-11-11 11:38:09,979 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-10) [24bdef15] START, IsVmDuringInitiatingVDSCommand( vmId = 19597565-e63a-46c0-83e5-1dfc1b3e9b37), log id: 4c2af86c 2012-11-11 11:38:09,979 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-10) [24bdef15] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 4c2af86c 2012-11-11 11:38:10,028 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-10) [24bdef15] Running command: RunVmOnceCommand internal: false. Entities affected : ID: 19597565-e63a-46c0-83e5-1dfc1b3e9b37 Type: VM 2012-11-11 11:38:10,044 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-10) [24bdef15] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=19597565-e63a-46c0-83e5-1dfc1b3e9b37, vm=org.ovirt.engine.core.common.businessentities.VM@57edbfeb), log id: 6f63d84a 2012-11-11 11:38:10,046 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-10) [24bdef15] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=19597565-e63a-46c0-83e5-1dfc1b3e9b37, vm=org.ovirt.engine.core.common.businessentities.VM@57edbfeb), log id: 2b3e19ae 2012-11-11 11:38:10,100 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-10) [24bdef15] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=19597565-e63a-46c0-83e5-1dfc1b3e9b37,devices=[Ljava.util.Map;@70e8a8c6,acpiEnable=true,vmName=floppy,cpuType=Penryn,custom={device_1ec92c45-930b-47e0-8e60-5ccd54018815device_eb99046f-3d55-4996-943c-6e5fe3732bf5=VmDevice {vmId=19597565-e63a-46c0-83e5-1dfc1b3e9b37, deviceId=eb99046f-3d55-4996-943c-6e5fe3732bf5, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_1ec92c45-930b-47e0-8e60-5ccd54018815device_eb99046f-3d55-4996-943c-6e5fe3732bf5device_2d8935f0-5b91-4f06-9b7e-9af0762f0689device_5e6c9a5a-83ad-437d-926a-3f669f9c7d10device_77f0263c-ed33-4ea2-87d2-bb8e920e9bd2=VmDevice {vmId=19597565-e63a-46c0-83e5-1dfc1b3e9b37, deviceId=77f0263c-ed33-4ea2-87d2-bb8e920e9bd2, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}, device_1ec92c45-930b-47e0-8e60-5ccd54018815device_eb99046f-3d55-4996-943c-6e5fe3732bf5device_2d8935f0-5b91-4f06-9b7e-9af0762f0689device_5e6c9a5a-83ad-437d-926a-3f669f9c7d10=VmDevice {vmId=19597565-e63a-46c0-83e5-1dfc1b3e9b37, deviceId=5e6c9a5a-83ad-437d-926a-3f669f9c7d10, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}, device_1ec92c45-930b-47e0-8e60-5ccd54018815device_eb99046f-3d55-4996-943c-6e5fe3732bf5device_2d8935f0-5b91-4f06-9b7e-9af0762f0689device_5e6c9a5a-83ad-437d-926a-3f669f9c7d10device_77f0263c-ed33-4ea2-87d2-bb8e920e9bd2device_823d4ea0-be36-4021-bdea-94cfcabfc24c=VmDevice {vmId=19597565-e63a-46c0-83e5-1dfc1b3e9b37, deviceId=823d4ea0-be36-4021-bdea-94cfcabfc24c, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_1ec92c45-930b-47e0-8e60-5ccd54018815device_eb99046f-3d55-4996-943c-6e5fe3732bf5device_2d8935f0-5b91-4f06-9b7e-9af0762f0689=VmDevice {vmId=19597565-e63a-46c0-83e5-1dfc1b3e9b37, deviceId=2d8935f0-5b91-4f06-9b7e-9af0762f0689, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_1ec92c45-930b-47e0-8e60-5ccd54018815=VmDevice {vmId=19597565-e63a-46c0-83e5-1dfc1b3e9b37, deviceId=1ec92c45-930b-47e0-8e60-5ccd54018815, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}} 2012-11-11 11:38:10,100 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-10) [24bdef15] FINISH, CreateVDSCommand, log id: 2b3e19ae 2012-11-11 11:38:10,100 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-10) [24bdef15] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: floppy 2012-11-11 11:38:10,102 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-10) [24bdef15] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 6f63d84a 2012-11-11 11:38:10,209 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [1045d18b] Running command: LogoutUserCommand internal: false. 2012-11-11 11:38:10,270 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:38:10,309 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:38:10,309 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:38:10,395 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:38:10,411 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [3028b2eb] Running command: LogoutUserCommand internal: false. 2012-11-11 11:38:13,642 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-44) VM floppy 19597565-e63a-46c0-83e5-1dfc1b3e9b37 moved from WaitForLaunch --> PoweringUp 2012-11-11 11:38:13,642 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-44) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[19597565-e63a-46c0-83e5-1dfc1b3e9b37]), log id: 4f352646 2012-11-11 11:38:13,661 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-44) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@2a63e64a, log id: 4f352646 2012-11-11 11:38:20,501 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:38:20,564 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:38:20,564 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:38:20,616 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:38:20,632 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [5db42261] Running command: LogoutUserCommand internal: false. 2012-11-11 11:38:30,699 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:38:30,743 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:38:30,743 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:38:30,819 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:38:30,837 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6e44983] Running command: LogoutUserCommand internal: false. 2012-11-11 11:38:40,916 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:38:40,996 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:38:40,996 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:38:41,751 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:38:41,769 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [76600405] Running command: LogoutUserCommand internal: false. 2012-11-11 11:38:51,987 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:38:52,057 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:38:52,057 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:38:52,125 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:38:52,143 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2dde48b1] Running command: LogoutUserCommand internal: false. 2012-11-11 11:39:02,223 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:39:02,268 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:39:02,268 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:39:02,394 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:39:02,412 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [c7540bb] Running command: LogoutUserCommand internal: false. 2012-11-11 11:39:11,299 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-3) VM floppy 19597565-e63a-46c0-83e5-1dfc1b3e9b37 moved from PoweringUp --> Up 2012-11-11 11:39:11,327 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-3) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@4ecb8408), log id: d37b617 2012-11-11 11:39:11,706 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-3) FINISH, UpdateVdsDynamicDataVDSCommand, log id: d37b617 2012-11-11 11:39:12,478 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:39:12,601 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:39:12,601 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:39:12,733 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:39:12,750 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [1f0278f3] Running command: LogoutUserCommand internal: false. 2012-11-11 11:39:22,577 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-21) Setting new tasks map. The map contains now 0 tasks 2012-11-11 11:39:22,577 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-21) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 11:39:22,581 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-21) Could not find vds that is spm and non-operational. 2012-11-11 11:39:22,839 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:39:22,881 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:39:22,881 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:39:22,938 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:39:22,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1ed9e2fa] Running command: LogoutUserCommand internal: false. 2012-11-11 11:39:33,494 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:39:33,577 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:39:33,577 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:39:33,608 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:39:33,626 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [24d22bc4] Running command: LogoutUserCommand internal: false. 2012-11-11 11:39:43,717 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:39:43,963 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:39:43,963 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:39:44,055 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:39:44,073 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [7374ba98] Running command: LogoutUserCommand internal: false. 2012-11-11 11:39:54,148 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:39:54,213 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:39:54,213 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:39:54,295 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:39:54,314 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [205201e7] Running command: LogoutUserCommand internal: false. 2012-11-11 11:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-11 11:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-11 11:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-11 11:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-11 11:40:04,383 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:40:04,465 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:40:04,465 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:40:04,546 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:40:04,564 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [e68d605] Running command: LogoutUserCommand internal: false. 2012-11-11 11:40:14,650 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:40:14,705 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:40:14,705 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:40:14,901 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:40:14,919 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [601c04b7] Running command: LogoutUserCommand internal: false. 2012-11-11 11:40:24,983 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:40:25,051 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:40:25,052 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:40:25,201 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:40:25,221 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [2a8cf4c6] Running command: LogoutUserCommand internal: false. 2012-11-11 11:40:50,843 INFO [org.ovirt.engine.core.bll.SetVmTicketCommand] (ajp-/127.0.0.1:8702-1) [333220bd] Running command: SetVmTicketCommand internal: false. Entities affected : ID: 19597565-e63a-46c0-83e5-1dfc1b3e9b37 Type: VM 2012-11-11 11:40:50,846 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (ajp-/127.0.0.1:8702-1) [333220bd] START, SetVmTicketVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=19597565-e63a-46c0-83e5-1dfc1b3e9b37, ticket=bBJ2ZH23x3Mq, validTime=120,m userName=vdcadmin, userId=9b9002d1-ec33-4083-8a7b-31f6b8931648), log id: 5b44d9e2 2012-11-11 11:40:51,069 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (ajp-/127.0.0.1:8702-1) [333220bd] FINISH, SetVmTicketVDSCommand, log id: 5b44d9e2 2012-11-11 11:43:54,143 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:43:54,198 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:43:54,198 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:43:54,312 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:43:54,315 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [767833e0] Running command: LogoutUserCommand internal: false. 2012-11-11 11:43:54,373 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:43:54,436 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:43:54,436 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:43:54,477 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:43:54,480 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [603bc42b] Running command: LogoutUserCommand internal: false. 2012-11-11 11:43:54,571 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:43:54,639 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:43:54,640 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:43:54,754 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:43:54,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [7378cd60] Running command: LogoutUserCommand internal: false. 2012-11-11 11:43:54,826 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:43:54,876 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:43:54,876 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:43:54,946 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:43:54,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [dbe94d6] Running command: LogoutUserCommand internal: false. 2012-11-11 11:43:55,002 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:43:55,040 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:43:55,041 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:43:55,100 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:43:55,103 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [3fd78629] Running command: LogoutUserCommand internal: false. 2012-11-11 11:43:55,163 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:43:55,215 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:43:55,215 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:43:55,259 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:43:55,261 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [1396472e] Running command: LogoutUserCommand internal: false. 2012-11-11 11:43:55,325 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:43:55,385 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:43:55,385 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:43:55,469 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:43:55,471 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [23506d38] Running command: LogoutUserCommand internal: false. 2012-11-11 11:43:55,527 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:43:55,578 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:43:55,578 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:43:55,612 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:43:55,614 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [1114b683] Running command: LogoutUserCommand internal: false. 2012-11-11 11:43:55,676 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:43:55,735 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:43:55,735 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:43:55,769 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:43:55,771 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [60beb68a] Running command: LogoutUserCommand internal: false. 2012-11-11 11:43:55,854 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:43:55,972 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:43:55,972 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:43:56,549 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:43:56,552 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [57e3c2b3] Running command: LogoutUserCommand internal: false. 2012-11-11 11:43:56,724 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:43:57,173 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:43:57,174 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:43:57,259 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:43:57,262 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [3252973a] Running command: LogoutUserCommand internal: false. 2012-11-11 11:43:57,336 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:43:57,371 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:43:57,372 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:43:57,732 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:43:57,734 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [6a05b30] Running command: LogoutUserCommand internal: false. 2012-11-11 11:44:07,832 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:44:08,928 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:44:08,928 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:44:09,043 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:44:09,087 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [4fc87a3a] Running command: LogoutUserCommand internal: false. 2012-11-11 11:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts 2012-11-11 11:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering 0 hosts 2012-11-11 11:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts done 2012-11-11 11:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering storage domains is disabled, skipping 2012-11-11 11:46:14,260 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:46:14,340 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:46:14,340 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:46:14,412 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:46:14,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [1938dcd9] Running command: LogoutUserCommand internal: false. 2012-11-11 11:46:14,479 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:46:14,550 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:46:14,550 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:46:14,585 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:46:14,587 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1b47149e] Running command: LogoutUserCommand internal: false. 2012-11-11 11:46:14,655 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:46:14,697 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:46:14,698 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:46:14,799 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:46:14,802 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [3ddb10ba] Running command: LogoutUserCommand internal: false. 2012-11-11 11:46:14,875 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:46:14,932 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:46:14,932 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:46:14,998 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:46:15,000 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [47febe70] Running command: LogoutUserCommand internal: false. 2012-11-11 11:46:15,046 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:46:15,085 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:46:15,085 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:46:15,141 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:46:15,145 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [23af0bc0] Running command: LogoutUserCommand internal: false. 2012-11-11 11:46:15,207 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:46:15,256 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:46:15,256 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:46:15,385 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:46:15,387 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [3bc633f4] Running command: LogoutUserCommand internal: false. 2012-11-11 11:46:15,455 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:46:15,498 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:46:15,498 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:46:15,552 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:46:15,555 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7c3cbf67] Running command: LogoutUserCommand internal: false. 2012-11-11 11:46:15,607 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:46:15,662 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:46:15,662 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:46:15,695 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:46:15,697 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [5eb63fbe] Running command: LogoutUserCommand internal: false. 2012-11-11 11:46:15,775 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:46:15,865 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:46:15,865 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:46:15,951 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:46:15,954 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [65f15608] Running command: LogoutUserCommand internal: false. 2012-11-11 11:46:16,006 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:46:16,142 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:46:16,142 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:46:16,575 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:46:16,577 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [3a191f23] Running command: LogoutUserCommand internal: false. 2012-11-11 11:46:16,818 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:46:16,928 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:46:16,928 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:46:17,153 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:46:17,155 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [473d038b] Running command: LogoutUserCommand internal: false. 2012-11-11 11:46:17,317 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:46:17,354 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:46:17,355 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:46:17,407 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:46:17,409 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [49fc53b7] Running command: LogoutUserCommand internal: false. 2012-11-11 11:46:27,515 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:46:27,604 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:46:27,604 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:46:27,763 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:46:27,781 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [5274cb67] Running command: LogoutUserCommand internal: false. 2012-11-11 11:47:21,519 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:47:22,150 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:47:22,150 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:47:22,301 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:47:22,304 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [333f7e52] Running command: LogoutUserCommand internal: false. 2012-11-11 11:47:22,354 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:47:22,409 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:47:22,410 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:47:22,449 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:47:22,452 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [5db198a7] Running command: LogoutUserCommand internal: false. 2012-11-11 11:47:22,514 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:47:22,551 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:47:22,551 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:47:22,594 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:47:22,596 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [336b83ea] Running command: LogoutUserCommand internal: false. 2012-11-11 11:47:22,655 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:47:22,699 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:47:22,700 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:47:22,810 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:47:22,813 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [1519fdc0] Running command: LogoutUserCommand internal: false. 2012-11-11 11:47:22,904 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:47:22,983 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:47:22,983 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:47:23,043 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:47:23,045 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [6c972ff] Running command: LogoutUserCommand internal: false. 2012-11-11 11:47:23,106 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:47:23,160 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:47:23,161 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:47:23,232 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:47:23,234 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [7a863154] Running command: LogoutUserCommand internal: false. 2012-11-11 11:47:23,319 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:47:23,360 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:47:23,360 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:47:23,406 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:47:23,408 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [2992ceec] Running command: LogoutUserCommand internal: false. 2012-11-11 11:47:23,507 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:47:23,553 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:47:23,554 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:47:23,681 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:47:23,683 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [619294bf] Running command: LogoutUserCommand internal: false. 2012-11-11 11:47:23,736 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:47:23,780 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:47:23,780 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:47:23,828 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:47:23,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [124d4d22] Running command: LogoutUserCommand internal: false. 2012-11-11 11:47:23,885 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:47:23,931 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:47:23,931 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:47:23,959 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:47:23,962 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [560248f0] Running command: LogoutUserCommand internal: false. 2012-11-11 11:47:24,056 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:47:24,097 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:47:24,098 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:47:24,144 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:47:24,146 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [20641260] Running command: LogoutUserCommand internal: false. 2012-11-11 11:47:24,203 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:47:24,253 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:47:24,253 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:47:24,293 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:47:24,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [7b2cebad] Running command: LogoutUserCommand internal: false. 2012-11-11 11:47:34,392 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:47:34,551 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:47:34,551 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:47:34,749 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:47:34,767 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [558c48f9] Running command: LogoutUserCommand internal: false. 2012-11-11 11:48:36,965 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:48:37,085 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:48:37,085 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:48:37,240 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:48:37,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [3b594ee4] Running command: LogoutUserCommand internal: false. 2012-11-11 11:48:37,303 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:48:37,370 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:48:37,370 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:48:37,441 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:48:37,444 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [18ab189c] Running command: LogoutUserCommand internal: false. 2012-11-11 11:48:37,526 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:48:37,573 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:48:37,574 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:48:37,638 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:48:37,640 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [1a3e37b8] Running command: LogoutUserCommand internal: false. 2012-11-11 11:48:37,694 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:48:37,741 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:48:37,741 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:48:37,818 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:48:37,820 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [159e8909] Running command: LogoutUserCommand internal: false. 2012-11-11 11:48:37,875 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:48:37,947 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:48:37,947 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:48:38,025 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:48:38,027 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [6be7a656] Running command: LogoutUserCommand internal: false. 2012-11-11 11:48:38,136 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:48:38,203 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:48:38,203 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:48:38,318 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:48:38,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [12e8e270] Running command: LogoutUserCommand internal: false. 2012-11-11 11:48:38,467 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:48:38,528 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:48:38,528 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:48:38,585 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:48:38,587 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [79d019be] Running command: LogoutUserCommand internal: false. 2012-11-11 11:48:38,645 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:48:38,687 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:48:38,687 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:48:38,743 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:48:38,745 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [20b32d20] Running command: LogoutUserCommand internal: false. 2012-11-11 11:48:38,796 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:48:38,851 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:48:38,851 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:48:38,947 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:48:38,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [7e25a70c] Running command: LogoutUserCommand internal: false. 2012-11-11 11:48:39,024 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:48:39,080 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:48:39,080 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:48:39,136 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:48:39,138 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [25491ff1] Running command: LogoutUserCommand internal: false. 2012-11-11 11:48:39,216 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:48:39,262 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:48:39,262 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:48:39,305 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:48:39,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [224f6d78] Running command: LogoutUserCommand internal: false. 2012-11-11 11:48:39,364 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:48:39,408 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:48:39,408 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:48:39,453 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:48:39,456 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [7425ceb5] Running command: LogoutUserCommand internal: false. 2012-11-11 11:48:49,612 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:48:49,663 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:48:49,663 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:48:49,724 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:48:49,742 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [4bfdbf7e] Running command: LogoutUserCommand internal: false. 2012-11-11 11:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts 2012-11-11 11:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering 0 hosts 2012-11-11 11:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts done 2012-11-11 11:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering storage domains is disabled, skipping 2012-11-11 11:50:20,521 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:50:20,567 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:50:20,568 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:50:20,714 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:50:20,716 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [603f2c27] Running command: LogoutUserCommand internal: false. 2012-11-11 11:50:20,774 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:50:20,813 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 11:50:20,814 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 11:50:20,857 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:50:20,859 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [43a42708] Running command: LogoutUserCommand internal: false. 2012-11-11 11:50:20,918 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:50:20,969 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 11:50:20,969 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 11:50:21,000 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:50:21,002 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [eb61d52] Running command: LogoutUserCommand internal: false. 2012-11-11 11:50:21,108 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:50:21,163 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:50:21,164 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:50:21,766 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:50:21,768 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1e6383ae] Running command: LogoutUserCommand internal: false. 2012-11-11 11:50:22,297 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:50:22,354 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 11:50:22,354 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 11:50:22,412 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:50:22,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [5402d788] Running command: LogoutUserCommand internal: false. 2012-11-11 11:50:22,475 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:50:22,517 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 11:50:22,518 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 11:50:22,573 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:50:22,577 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [dcad66f] Running command: LogoutUserCommand internal: false. 2012-11-11 11:50:22,894 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:50:22,972 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 11:50:22,973 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 11:50:23,143 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:50:23,145 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [3a3d4261] Running command: LogoutUserCommand internal: false. 2012-11-11 11:50:23,258 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:50:23,330 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 11:50:23,330 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 11:50:23,591 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:50:23,593 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [312504fa] Running command: LogoutUserCommand internal: false. 2012-11-11 11:50:23,686 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:50:23,726 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 11:50:23,726 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 11:50:23,825 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:50:23,827 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [769ff5c4] Running command: LogoutUserCommand internal: false. 2012-11-11 11:50:23,931 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:50:24,041 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 11:50:24,041 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 11:50:24,189 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:50:24,191 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2e447ce9] Running command: LogoutUserCommand internal: false. 2012-11-11 11:50:24,515 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:50:24,612 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 11:50:24,613 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 11:50:24,879 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:50:24,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [3d9b8146] Running command: LogoutUserCommand internal: false. 2012-11-11 11:50:24,937 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:50:24,998 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 11:50:24,999 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 11:50:25,063 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:50:25,065 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [14b95715] Running command: LogoutUserCommand internal: false. 2012-11-11 11:50:35,168 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 11:50:35,234 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 11:50:35,234 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 11:50:35,409 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 11:50:35,427 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [3ca020d0] Running command: LogoutUserCommand internal: false. 2012-11-11 11:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts 2012-11-11 11:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering 0 hosts 2012-11-11 11:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts done 2012-11-11 11:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering storage domains is disabled, skipping 2012-11-11 12:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts 2012-11-11 12:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering 0 hosts 2012-11-11 12:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts done 2012-11-11 12:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering storage domains is disabled, skipping 2012-11-11 12:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts 2012-11-11 12:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering 0 hosts 2012-11-11 12:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts done 2012-11-11 12:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering storage domains is disabled, skipping 2012-11-11 12:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts 2012-11-11 12:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering 0 hosts 2012-11-11 12:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts done 2012-11-11 12:10:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering storage domains is disabled, skipping 2012-11-11 12:10:12,545 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-53) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 12:10:12,558 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-53) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-11 12:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-11 12:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-11 12:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-11 12:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts 2012-11-11 12:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering 0 hosts 2012-11-11 12:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts done 2012-11-11 12:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering storage domains is disabled, skipping 2012-11-11 12:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts 2012-11-11 12:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering 0 hosts 2012-11-11 12:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts done 2012-11-11 12:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering storage domains is disabled, skipping 2012-11-11 12:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts 2012-11-11 12:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering 0 hosts 2012-11-11 12:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts done 2012-11-11 12:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering storage domains is disabled, skipping 2012-11-11 12:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts 2012-11-11 12:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering 0 hosts 2012-11-11 12:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts done 2012-11-11 12:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering storage domains is disabled, skipping 2012-11-11 12:35:40,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2385e450] Running command: LogoutUserCommand internal: false. 2012-11-11 12:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts 2012-11-11 12:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering 0 hosts 2012-11-11 12:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts done 2012-11-11 12:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering storage domains is disabled, skipping 2012-11-11 12:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts 2012-11-11 12:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering 0 hosts 2012-11-11 12:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts done 2012-11-11 12:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering storage domains is disabled, skipping 2012-11-11 12:49:59,999 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts 2012-11-11 12:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering 0 hosts 2012-11-11 12:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts done 2012-11-11 12:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering storage domains is disabled, skipping 2012-11-11 12:52:22,593 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:22,686 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:22,687 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginAdminUserCommand internal: false. 2012-11-11 12:52:36,115 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:36,248 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:36,248 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 12:52:36,394 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:52:36,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [19ab4240] Running command: LogoutUserCommand internal: false. 2012-11-11 12:52:36,468 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:37,059 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:37,060 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 12:52:38,364 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:52:38,367 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [41821d71] Running command: LogoutUserCommand internal: false. 2012-11-11 12:52:38,450 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:38,697 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:38,697 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 12:52:38,930 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:52:38,932 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [5b41373c] Running command: LogoutUserCommand internal: false. 2012-11-11 12:52:39,000 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:39,042 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:39,042 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 12:52:39,402 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:52:39,404 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [18c6b493] Running command: LogoutUserCommand internal: false. 2012-11-11 12:52:39,485 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:39,550 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:39,550 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 12:52:39,717 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:52:39,718 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [689fdf5] Running command: LogoutUserCommand internal: false. 2012-11-11 12:52:39,811 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:39,867 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:39,868 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 12:52:40,028 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:52:40,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [599b8f98] Running command: LogoutUserCommand internal: false. 2012-11-11 12:52:40,091 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:40,135 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:40,135 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 12:52:40,220 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:52:40,222 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [5d7bd77b] Running command: LogoutUserCommand internal: false. 2012-11-11 12:52:40,309 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:40,358 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:40,358 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 12:52:40,418 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:52:40,420 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [123144d7] Running command: LogoutUserCommand internal: false. 2012-11-11 12:52:40,517 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:40,556 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:40,556 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 12:52:40,607 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:52:40,609 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [10dca3d3] Running command: LogoutUserCommand internal: false. 2012-11-11 12:52:40,669 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:40,714 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:40,714 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 12:52:40,772 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:52:40,774 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [4b9ff74e] Running command: LogoutUserCommand internal: false. 2012-11-11 12:52:40,839 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:40,907 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:40,907 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 12:52:40,949 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:52:40,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [6d629201] Running command: LogoutUserCommand internal: false. 2012-11-11 12:52:41,020 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:41,069 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:41,069 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 12:52:41,205 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:52:41,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [76d8fac0] Running command: LogoutUserCommand internal: false. 2012-11-11 12:52:41,359 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:41,408 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:41,408 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 12:52:42,452 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:52:42,455 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [6f269814] Running command: LogoutUserCommand internal: false. 2012-11-11 12:52:42,967 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:43,024 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:43,024 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 12:52:43,122 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:52:43,135 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [652d3798] Running command: LogoutUserCommand internal: false. 2012-11-11 12:52:43,187 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:43,239 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:43,240 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 12:52:43,304 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:52:43,322 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [1a4b782d] Running command: LogoutUserCommand internal: false. 2012-11-11 12:52:43,375 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:43,422 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:43,423 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 12:52:43,478 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:52:43,621 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-9) [6bf2b3ad] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 12:52:43,649 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [6bf2b3ad] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 155a0ba6 2012-11-11 12:52:43,649 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [6bf2b3ad] FINISH, IsValidVDSCommand, return: true, log id: 155a0ba6 2012-11-11 12:52:43,973 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-9) [6bf2b3ad] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 12:52:43,973 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [6bf2b3ad] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7991f327 2012-11-11 12:52:43,974 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [6bf2b3ad] FINISH, IsValidVDSCommand, return: true, log id: 7991f327 2012-11-11 12:52:43,979 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-9) [6bf2b3ad] MacPoolManager::allocateNewMac entered 2012-11-11 12:52:43,979 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-9) [6bf2b3ad] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:66 2012-11-11 12:52:44,024 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-9) [6bf2b3ad] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 12:52:44,024 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-9) [6bf2b3ad] START, SetVmStatusVDSCommand( vmId = 6caf5f48-c8ad-4670-ae11-bb9330f8d637, status = ImageLocked), log id: 6e85738e 2012-11-11 12:52:44,026 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-9) [6bf2b3ad] FINISH, SetVmStatusVDSCommand, log id: 6e85738e 2012-11-11 12:52:44,027 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-9) [75880e53] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 12:52:44,033 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-9) [75880e53] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 61e49b2d 2012-11-11 12:52:44,128 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-9) [75880e53] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 61e49b2d 2012-11-11 12:52:44,130 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-9) [75880e53] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 5a9c7c3f-f2bb-4f46-aeb8-cdb7256c5d6b, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = ec3098f3-d1fe-49fb-97ca-dcad28057cf2, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 171db6b 2012-11-11 12:52:44,130 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-9) [75880e53] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 12:52:44,130 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-9) [75880e53] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=5a9c7c3f-f2bb-4f46-aeb8-cdb7256c5d6b size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=ec3098f3-d1fe-49fb-97ca-dcad28057cf2 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 12:52:45,622 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-9) [75880e53] FINISH, CreateSnapshotVDSCommand, return: ec3098f3-d1fe-49fb-97ca-dcad28057cf2, log id: 171db6b 2012-11-11 12:52:45,642 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-9) [75880e53] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 6caf5f48-c8ad-4670-ae11-bb9330f8d637 2012-11-11 12:52:45,642 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-9) [75880e53] EntityMultiAsyncTasks::AttachTask: Attaching task 583f35b0-2956-4843-aae4-fec2930ccedc to entity 6caf5f48-c8ad-4670-ae11-bb9330f8d637. 2012-11-11 12:52:45,643 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-9) [75880e53] Adding task 583f35b0-2956-4843-aae4-fec2930ccedc to DataBase 2012-11-11 12:52:45,679 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-9) [75880e53] Adding task 583f35b0-2956-4843-aae4-fec2930ccedc (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 12:52:45,837 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-9) [75880e53] BaseAsyncTask::StartPollingTask: Starting to poll task 583f35b0-2956-4843-aae4-fec2930ccedc. 2012-11-11 12:52:45,837 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-9) [75880e53] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 6caf5f48-c8ad-4670-ae11-bb9330f8d637 is AddVm (determined by task 583f35b0-2956-4843-aae4-fec2930ccedc) 2012-11-11 12:52:45,870 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [50d0177e] Running command: LogoutUserCommand internal: false. 2012-11-11 12:52:45,972 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:46,056 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:46,056 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 12:52:46,180 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:52:46,199 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [7bac4a02] Running command: LogoutUserCommand internal: false. 2012-11-11 12:52:46,253 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:46,309 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:46,309 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 12:52:47,540 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:52:48,003 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6b60d4ad] Running command: LogoutUserCommand internal: false. 2012-11-11 12:52:55,434 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-33) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 12:52:55,526 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-33) SPMAsyncTask::PollTask: Polling task 583f35b0-2956-4843-aae4-fec2930ccedc (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-11 12:52:55,526 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-33) Finished polling Tasks, will poll again in 10 seconds. 2012-11-11 12:52:58,318 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:52:58,481 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 12:52:58,481 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 12:52:58,622 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:52:58,672 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [42988d51] Running command: LogoutUserCommand internal: false. 2012-11-11 12:53:05,548 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-52) SPMAsyncTask::PollTask: Polling task 583f35b0-2956-4843-aae4-fec2930ccedc (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 12:53:05,567 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-52) BaseAsyncTask::OnTaskEndSuccess: Task 583f35b0-2956-4843-aae4-fec2930ccedc (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 12:53:05,568 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-52) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 6caf5f48-c8ad-4670-ae11-bb9330f8d637 has ended -> executing EndAction 2012-11-11 12:53:05,568 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-52) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 6caf5f48-c8ad-4670-ae11-bb9330f8d637): calling EndAction for action type AddVm. 2012-11-11 12:53:05,568 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 12:53:05,600 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-44) [6bf2b3ad] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 12:53:05,600 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-44) [75880e53] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 12:53:05,602 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-44) [75880e53] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 5a9c7c3f-f2bb-4f46-aeb8-cdb7256c5d6b, imageId = ec3098f3-d1fe-49fb-97ca-dcad28057cf2), log id: 3eb2eb0c 2012-11-11 12:53:05,707 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-44) [75880e53] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@79efbbcb, log id: 3eb2eb0c 2012-11-11 12:53:05,718 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) START, SetVmStatusVDSCommand( vmId = 6caf5f48-c8ad-4670-ae11-bb9330f8d637, status = Down), log id: 3b436b4c 2012-11-11 12:53:05,721 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) FINISH, SetVmStatusVDSCommand, log id: 3b436b4c 2012-11-11 12:53:05,753 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-44) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 7c13351c 2012-11-11 12:53:05,909 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-44) FINISH, UpdateVMVDSCommand, log id: 7c13351c 2012-11-11 12:53:05,974 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 12:53:05,974 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 12:53:05,987 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 583f35b0-2956-4843-aae4-fec2930ccedc 2012-11-11 12:53:05,987 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 583f35b0-2956-4843-aae4-fec2930ccedc), log id: 636248c0 2012-11-11 12:53:05,988 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=583f35b0-2956-4843-aae4-fec2930ccedc), log id: 6de0ae4 2012-11-11 12:53:06,228 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) FINISH, HSMClearTaskVDSCommand, log id: 6de0ae4 2012-11-11 12:53:06,228 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) FINISH, SPMClearTaskVDSCommand, log id: 636248c0 2012-11-11 12:53:06,239 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) BaseAsyncTask::RemoveTaskFromDB: Removed task 583f35b0-2956-4843-aae4-fec2930ccedc from DataBase 2012-11-11 12:53:06,239 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 6caf5f48-c8ad-4670-ae11-bb9330f8d637 2012-11-11 12:53:08,778 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:53:08,833 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 12:53:08,833 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 12:53:08,953 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:53:09,005 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [619f73d] Running command: LogoutUserCommand internal: false. 2012-11-11 12:53:09,114 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:53:09,159 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 12:53:09,160 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 12:53:09,285 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:53:09,305 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [20842f41] Running command: LogoutUserCommand internal: false. 2012-11-11 12:53:09,390 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:53:09,442 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 12:53:09,443 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 12:53:09,477 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:53:09,544 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-9) [576acfb3] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 12:53:09,545 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 12:53:09,545 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 12:53:09,545 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 12:53:09,545 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 12:53:09,595 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-9) [576acfb3] Running command: UpdateVmCommand internal: false. Entities affected : ID: 6caf5f48-c8ad-4670-ae11-bb9330f8d637 Type: VM 2012-11-11 12:53:09,623 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [576acfb3] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: d97e10a 2012-11-11 12:53:09,623 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [576acfb3] FINISH, IsValidVDSCommand, return: true, log id: d97e10a 2012-11-11 12:53:09,631 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-9) [576acfb3] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 40addaae 2012-11-11 12:53:10,025 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-9) [576acfb3] FINISH, UpdateVMVDSCommand, log id: 40addaae 2012-11-11 12:53:10,076 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-9) [576acfb3] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 12:53:10,228 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [57115bc2] Running command: LogoutUserCommand internal: false. 2012-11-11 12:53:10,336 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:53:10,374 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 12:53:10,375 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 12:53:10,496 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:53:10,515 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2008202c] Running command: LogoutUserCommand internal: false. 2012-11-11 12:53:10,566 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:53:10,618 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 12:53:10,618 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 12:53:10,690 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:53:10,779 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [6731047a] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 63ea252f 2012-11-11 12:53:10,780 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [6731047a] FINISH, IsValidVDSCommand, return: true, log id: 63ea252f 2012-11-11 12:53:10,819 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-4) [6731047a] START, IsVmDuringInitiatingVDSCommand( vmId = 6caf5f48-c8ad-4670-ae11-bb9330f8d637), log id: 3e81a110 2012-11-11 12:53:10,819 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-4) [6731047a] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 3e81a110 2012-11-11 12:53:10,895 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-4) [6731047a] Running command: RunVmOnceCommand internal: false. Entities affected : ID: 6caf5f48-c8ad-4670-ae11-bb9330f8d637 Type: VM 2012-11-11 12:53:10,912 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-4) [6731047a] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=6caf5f48-c8ad-4670-ae11-bb9330f8d637, vm=org.ovirt.engine.core.common.businessentities.VM@4093832c), log id: 2a641148 2012-11-11 12:53:10,915 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-4) [6731047a] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=6caf5f48-c8ad-4670-ae11-bb9330f8d637, vm=org.ovirt.engine.core.common.businessentities.VM@4093832c), log id: 72f7075a 2012-11-11 12:53:10,948 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (ajp-/127.0.0.1:8702-4) [6731047a] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 12:53:10,949 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-4) [6731047a] FINISH, CreateVDSCommand, log id: 72f7075a 2012-11-11 12:53:10,949 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-4) [6731047a] VDS::create Failed creating vm xxxx in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 12:53:10,949 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-4) [6731047a] FINISH, CreateVmVDSCommand, return: Down, log id: 2a641148 2012-11-11 12:53:10,950 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-4) [6731047a] Command org.ovirt.engine.core.bll.RunVmOnceCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 12:53:11,002 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-4) [6731047a] Transaction rolled-back for command: org.ovirt.engine.core.bll.RunVmOnceCommand. 2012-11-11 12:53:11,038 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-4) Operation Failed: [Network error during communication with the Host.] 2012-11-11 12:53:11,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [4177acb4] Running command: LogoutUserCommand internal: false. 2012-11-11 12:53:21,114 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:53:21,156 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 12:53:21,156 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 12:53:21,268 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:53:21,287 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [4c4fcb07] Running command: LogoutUserCommand internal: false. 2012-11-11 12:53:31,391 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:53:31,437 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 12:53:31,438 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 12:53:32,127 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:53:32,146 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [67b718f2] Running command: LogoutUserCommand internal: false. 2012-11-11 12:54:06,980 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-17) Lock Acquired to object EngineLock [exclusiveLocks= key: 6caf5f48-c8ad-4670-ae11-bb9330f8d637 value: VM , sharedLocks= ] 2012-11-11 12:54:06,985 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3f958d53 2012-11-11 12:54:06,986 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) FINISH, IsValidVDSCommand, return: true, log id: 3f958d53 2012-11-11 12:54:07,889 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) [45c806fe] Running command: RemoveVmCommand internal: false. Entities affected : ID: 6caf5f48-c8ad-4670-ae11-bb9330f8d637 Type: VM 2012-11-11 12:54:07,890 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-46) [45c806fe] START, SetVmStatusVDSCommand( vmId = 6caf5f48-c8ad-4670-ae11-bb9330f8d637, status = ImageLocked), log id: 3519dff4 2012-11-11 12:54:07,892 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-46) [45c806fe] FINISH, SetVmStatusVDSCommand, log id: 3519dff4 2012-11-11 12:54:07,934 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) [45c806fe] Lock freed to object EngineLock [exclusiveLocks= key: 6caf5f48-c8ad-4670-ae11-bb9330f8d637 value: VM , sharedLocks= ] 2012-11-11 12:54:07,934 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-46) [45c806fe] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 6caf5f48-c8ad-4670-ae11-bb9330f8d637), log id: 17cf3645 2012-11-11 12:54:08,280 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-46) [45c806fe] FINISH, RemoveVMVDSCommand, log id: 17cf3645 2012-11-11 12:54:08,301 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-46) [6043e865] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 6caf5f48-c8ad-4670-ae11-bb9330f8d637 Type: VM 2012-11-11 12:54:08,311 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-46) [7a296cf9] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 12:54:08,342 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-46) [7a296cf9] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 5a9c7c3f-f2bb-4f46-aeb8-cdb7256c5d6b, postZeros = false, forceDelete = false), log id: 4e493c37 2012-11-11 12:54:11,369 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-46) [7a296cf9] FINISH, DeleteImageGroupVDSCommand, log id: 4e493c37 2012-11-11 12:54:11,454 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) [7a296cf9] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 6caf5f48-c8ad-4670-ae11-bb9330f8d637 2012-11-11 12:54:11,454 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-46) [7a296cf9] EntityMultiAsyncTasks::AttachTask: Attaching task a73e61fc-2f85-4b7e-b90b-c56867522df1 to entity 6caf5f48-c8ad-4670-ae11-bb9330f8d637. 2012-11-11 12:54:11,455 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-46) [7a296cf9] Adding task a73e61fc-2f85-4b7e-b90b-c56867522df1 to DataBase 2012-11-11 12:54:11,649 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-46) [7a296cf9] Adding task a73e61fc-2f85-4b7e-b90b-c56867522df1 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 12:54:12,779 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) [7a296cf9] BaseAsyncTask::StartPollingTask: Starting to poll task a73e61fc-2f85-4b7e-b90b-c56867522df1. 2012-11-11 12:54:12,796 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-46) [7a296cf9] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 6caf5f48-c8ad-4670-ae11-bb9330f8d637 is RemoveVm (determined by task a73e61fc-2f85-4b7e-b90b-c56867522df1) 2012-11-11 12:54:15,571 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-47) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-11 12:54:15,593 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-47) SPMAsyncTask::PollTask: Polling task a73e61fc-2f85-4b7e-b90b-c56867522df1 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 12:54:15,617 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-47) BaseAsyncTask::OnTaskEndSuccess: Task a73e61fc-2f85-4b7e-b90b-c56867522df1 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 12:54:15,618 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-47) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 6caf5f48-c8ad-4670-ae11-bb9330f8d637 has ended -> executing EndAction 2012-11-11 12:54:15,618 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-47) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 6caf5f48-c8ad-4670-ae11-bb9330f8d637): calling EndAction for action type RemoveVm. 2012-11-11 12:54:15,618 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 12:54:15,654 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 12:54:15,655 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Lock Acquired to object EngineLock [exclusiveLocks= key: 6caf5f48-c8ad-4670-ae11-bb9330f8d637 value: VM , sharedLocks= ] 2012-11-11 12:54:15,677 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-46) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:66) - entered 2012-11-11 12:54:15,679 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Lock freed to object EngineLock [exclusiveLocks= key: 6caf5f48-c8ad-4670-ae11-bb9330f8d637 value: VM , sharedLocks= ] 2012-11-11 12:54:15,731 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 12:54:15,731 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 12:54:15,766 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) SPMAsyncTask::ClearAsyncTask: Attempting to clear task a73e61fc-2f85-4b7e-b90b-c56867522df1 2012-11-11 12:54:15,766 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = a73e61fc-2f85-4b7e-b90b-c56867522df1), log id: 20972296 2012-11-11 12:54:15,767 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=a73e61fc-2f85-4b7e-b90b-c56867522df1), log id: 6d6b4917 2012-11-11 12:54:16,107 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) FINISH, HSMClearTaskVDSCommand, log id: 6d6b4917 2012-11-11 12:54:16,107 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) FINISH, SPMClearTaskVDSCommand, log id: 20972296 2012-11-11 12:54:16,230 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) BaseAsyncTask::RemoveTaskFromDB: Removed task a73e61fc-2f85-4b7e-b90b-c56867522df1 from DataBase 2012-11-11 12:54:16,230 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 6caf5f48-c8ad-4670-ae11-bb9330f8d637 2012-11-11 12:54:22,625 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-32) Setting new tasks map. The map contains now 1 tasks 2012-11-11 12:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-11 12:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-11 12:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-11 12:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-11 12:55:22,626 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-90) Setting new tasks map. The map contains now 0 tasks 2012-11-11 12:55:22,626 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-90) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 12:55:22,629 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-90) Could not find vds that is spm and non-operational. 2012-11-11 12:56:28,872 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:28,942 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:28,942 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:29,125 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:29,127 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [12193fed] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:29,190 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:29,296 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:29,296 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:29,408 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:29,410 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [78be2f35] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:29,489 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:29,551 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:29,552 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:29,617 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:29,619 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [78ce671c] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:29,699 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:29,750 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:29,750 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:29,850 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:29,852 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [75d06500] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:29,912 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:29,964 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:29,964 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:30,018 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:30,020 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [2ce84dc5] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:30,083 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:30,144 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:30,144 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:30,194 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:30,196 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [55ed6704] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:30,269 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:30,310 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:30,310 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:30,353 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:30,355 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [62742c] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:30,411 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:30,486 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:30,486 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:30,548 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:30,550 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2758dd17] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:30,674 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:30,753 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:30,753 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:30,841 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:30,843 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [3d469d41] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:30,969 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:31,037 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:31,038 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:31,097 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:31,098 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [19a0bc87] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:31,199 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:31,232 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:31,232 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:31,279 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:31,282 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [2d14c311] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:31,331 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:31,377 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:31,377 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:31,428 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:31,430 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [25b01e4c] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:31,501 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:31,586 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:31,586 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:32,261 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:32,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [329f439] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:32,322 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:32,370 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:32,370 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:32,404 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:32,419 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [63dca95b] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:32,479 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:32,525 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:32,525 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:32,652 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:32,669 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [340410bd] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:32,738 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:32,784 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:32,784 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:32,925 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:33,003 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-3) [7beb4e13] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 12:56:33,026 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [7beb4e13] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 61cc31ca 2012-11-11 12:56:33,027 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [7beb4e13] FINISH, IsValidVDSCommand, return: true, log id: 61cc31ca 2012-11-11 12:56:33,079 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-3) [7beb4e13] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 12:56:33,080 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [7beb4e13] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 31be6ce8 2012-11-11 12:56:33,080 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [7beb4e13] FINISH, IsValidVDSCommand, return: true, log id: 31be6ce8 2012-11-11 12:56:33,086 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-3) [7beb4e13] MacPoolManager::allocateNewMac entered 2012-11-11 12:56:33,086 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-3) [7beb4e13] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:66 2012-11-11 12:56:33,141 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-3) [7beb4e13] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 12:56:33,142 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-3) [7beb4e13] START, SetVmStatusVDSCommand( vmId = e3db6510-3cab-4515-a87c-cd7e1778fe18, status = ImageLocked), log id: 295b1e86 2012-11-11 12:56:33,145 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-3) [7beb4e13] FINISH, SetVmStatusVDSCommand, log id: 295b1e86 2012-11-11 12:56:33,146 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-3) [3b05a4c1] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 12:56:33,151 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-3) [3b05a4c1] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 2eb1e4a7 2012-11-11 12:56:33,248 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-3) [3b05a4c1] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 2eb1e4a7 2012-11-11 12:56:33,250 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-3) [3b05a4c1] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 651d0f0d-1543-43ec-9c64-e3cc9bef8f62, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 370c6f05-2087-4ade-995a-49280ab40c89, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 7662ecae 2012-11-11 12:56:33,250 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-3) [3b05a4c1] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 12:56:33,250 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-3) [3b05a4c1] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=651d0f0d-1543-43ec-9c64-e3cc9bef8f62 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=370c6f05-2087-4ade-995a-49280ab40c89 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 12:56:35,922 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-3) [3b05a4c1] FINISH, CreateSnapshotVDSCommand, return: 370c6f05-2087-4ade-995a-49280ab40c89, log id: 7662ecae 2012-11-11 12:56:36,069 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-3) [3b05a4c1] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity e3db6510-3cab-4515-a87c-cd7e1778fe18 2012-11-11 12:56:36,069 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-3) [3b05a4c1] EntityMultiAsyncTasks::AttachTask: Attaching task d490ca00-8a48-41ed-aed7-6126dd0a5fcf to entity e3db6510-3cab-4515-a87c-cd7e1778fe18. 2012-11-11 12:56:36,070 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-3) [3b05a4c1] Adding task d490ca00-8a48-41ed-aed7-6126dd0a5fcf to DataBase 2012-11-11 12:56:36,115 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-3) [3b05a4c1] Adding task d490ca00-8a48-41ed-aed7-6126dd0a5fcf (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 12:56:36,330 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-3) [3b05a4c1] BaseAsyncTask::StartPollingTask: Starting to poll task d490ca00-8a48-41ed-aed7-6126dd0a5fcf. 2012-11-11 12:56:36,330 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-3) [3b05a4c1] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity e3db6510-3cab-4515-a87c-cd7e1778fe18 is AddVm (determined by task d490ca00-8a48-41ed-aed7-6126dd0a5fcf) 2012-11-11 12:56:36,403 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [2a23979f] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:36,478 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:37,081 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:37,082 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:37,635 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:37,654 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [8b7285f] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:37,721 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:37,831 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:37,831 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:38,066 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:38,112 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [442c3fe8] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:45,625 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-64) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 12:56:45,647 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-64) SPMAsyncTask::PollTask: Polling task d490ca00-8a48-41ed-aed7-6126dd0a5fcf (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-11 12:56:45,648 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-64) Finished polling Tasks, will poll again in 10 seconds. 2012-11-11 12:56:48,221 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:48,286 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:48,286 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:48,342 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:48,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [45f473dc] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:55,670 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-62) SPMAsyncTask::PollTask: Polling task d490ca00-8a48-41ed-aed7-6126dd0a5fcf (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 12:56:55,696 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-62) BaseAsyncTask::OnTaskEndSuccess: Task d490ca00-8a48-41ed-aed7-6126dd0a5fcf (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 12:56:55,697 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-62) EntityAsyncTask::EndActionIfNecessary: All tasks of entity e3db6510-3cab-4515-a87c-cd7e1778fe18 has ended -> executing EndAction 2012-11-11 12:56:55,697 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-62) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: e3db6510-3cab-4515-a87c-cd7e1778fe18): calling EndAction for action type AddVm. 2012-11-11 12:56:55,698 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 12:56:55,723 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-46) [7beb4e13] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 12:56:55,723 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-46) [3b05a4c1] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 12:56:55,729 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-46) [3b05a4c1] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 651d0f0d-1543-43ec-9c64-e3cc9bef8f62, imageId = 370c6f05-2087-4ade-995a-49280ab40c89), log id: 550ea4b 2012-11-11 12:56:55,806 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-46) [3b05a4c1] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@21305a18, log id: 550ea4b 2012-11-11 12:56:55,813 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-46) START, SetVmStatusVDSCommand( vmId = e3db6510-3cab-4515-a87c-cd7e1778fe18, status = Down), log id: 415e064 2012-11-11 12:56:55,816 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-46) FINISH, SetVmStatusVDSCommand, log id: 415e064 2012-11-11 12:56:55,848 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-46) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 4b92fa2e 2012-11-11 12:56:56,344 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-46) FINISH, UpdateVMVDSCommand, log id: 4b92fa2e 2012-11-11 12:56:56,397 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 12:56:56,397 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 12:56:56,425 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) SPMAsyncTask::ClearAsyncTask: Attempting to clear task d490ca00-8a48-41ed-aed7-6126dd0a5fcf 2012-11-11 12:56:56,425 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = d490ca00-8a48-41ed-aed7-6126dd0a5fcf), log id: 3870b0a6 2012-11-11 12:56:56,427 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=d490ca00-8a48-41ed-aed7-6126dd0a5fcf), log id: 2605a7fe 2012-11-11 12:56:56,820 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) FINISH, HSMClearTaskVDSCommand, log id: 2605a7fe 2012-11-11 12:56:56,822 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) FINISH, SPMClearTaskVDSCommand, log id: 3870b0a6 2012-11-11 12:56:57,535 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) BaseAsyncTask::RemoveTaskFromDB: Removed task d490ca00-8a48-41ed-aed7-6126dd0a5fcf from DataBase 2012-11-11 12:56:57,535 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity e3db6510-3cab-4515-a87c-cd7e1778fe18 2012-11-11 12:56:58,437 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:58,491 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:58,491 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:58,545 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:58,583 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [3fae010f] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:58,650 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:58,695 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:58,695 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:58,752 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:58,771 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [323b0dcd] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:58,838 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:58,891 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:58,891 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:58,930 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:59,002 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [2e37ae26] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 41ffbda8 2012-11-11 12:56:59,004 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [2e37ae26] FINISH, IsValidVDSCommand, return: true, log id: 41ffbda8 2012-11-11 12:56:59,187 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-6) [2e37ae26] START, IsVmDuringInitiatingVDSCommand( vmId = e3db6510-3cab-4515-a87c-cd7e1778fe18), log id: 2e32ffbd 2012-11-11 12:56:59,187 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-6) [2e37ae26] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 2e32ffbd 2012-11-11 12:56:59,246 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-6) [2e37ae26] Running command: RunVmOnceCommand internal: false. Entities affected : ID: e3db6510-3cab-4515-a87c-cd7e1778fe18 Type: VM 2012-11-11 12:56:59,262 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-6) [2e37ae26] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, vm=org.ovirt.engine.core.common.businessentities.VM@45032925), log id: 5aa8bba4 2012-11-11 12:56:59,264 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-6) [2e37ae26] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, vm=org.ovirt.engine.core.common.businessentities.VM@45032925), log id: 1dcd52c0 2012-11-11 12:56:59,374 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-6) [2e37ae26] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18,devices=[Ljava.util.Map;@6d3f3fa2,acpiEnable=true,vmName=xxxx,cpuType=Penryn,custom={device_16f2994e-7ce7-4efe-b4b4-0b60cc67a5e8device_2e78c45b-fdd0-43a4-8c37-832b758d2688device_338f86a3-ef99-4ed3-8e4c-af25afc27160device_89677f66-b655-4d34-9ef7-0fbade9221b0device_c7e0dcd5-fb3b-4571-aae0-f79088b1849f=VmDevice {vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, deviceId=c7e0dcd5-fb3b-4571-aae0-f79088b1849f, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_16f2994e-7ce7-4efe-b4b4-0b60cc67a5e8device_2e78c45b-fdd0-43a4-8c37-832b758d2688device_338f86a3-ef99-4ed3-8e4c-af25afc27160device_89677f66-b655-4d34-9ef7-0fbade9221b0device_c7e0dcd5-fb3b-4571-aae0-f79088b1849fdevice_efd6b706-f630-40bd-82ee-765bc8fa0366=VmDevice {vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, deviceId=efd6b706-f630-40bd-82ee-765bc8fa0366, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_16f2994e-7ce7-4efe-b4b4-0b60cc67a5e8device_2e78c45b-fdd0-43a4-8c37-832b758d2688device_338f86a3-ef99-4ed3-8e4c-af25afc27160=VmDevice {vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, deviceId=338f86a3-ef99-4ed3-8e4c-af25afc27160, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_16f2994e-7ce7-4efe-b4b4-0b60cc67a5e8=VmDevice {vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, deviceId=16f2994e-7ce7-4efe-b4b4-0b60cc67a5e8, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}, device_16f2994e-7ce7-4efe-b4b4-0b60cc67a5e8device_2e78c45b-fdd0-43a4-8c37-832b758d2688=VmDevice {vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, deviceId=2e78c45b-fdd0-43a4-8c37-832b758d2688, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_16f2994e-7ce7-4efe-b4b4-0b60cc67a5e8device_2e78c45b-fdd0-43a4-8c37-832b758d2688device_338f86a3-ef99-4ed3-8e4c-af25afc27160device_89677f66-b655-4d34-9ef7-0fbade9221b0=VmDevice {vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, deviceId=89677f66-b655-4d34-9ef7-0fbade9221b0, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}} 2012-11-11 12:56:59,374 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-6) [2e37ae26] FINISH, CreateVDSCommand, log id: 1dcd52c0 2012-11-11 12:56:59,374 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-6) [2e37ae26] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: xxxx 2012-11-11 12:56:59,377 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-6) [2e37ae26] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 5aa8bba4 2012-11-11 12:56:59,467 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [1edb7692] Running command: LogoutUserCommand internal: false. 2012-11-11 12:56:59,523 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:56:59,576 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 12:56:59,577 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 12:56:59,652 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:56:59,668 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [50da46e3] Running command: LogoutUserCommand internal: false. 2012-11-11 12:57:03,859 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-63) VM xxxx e3db6510-3cab-4515-a87c-cd7e1778fe18 moved from WaitForLaunch --> PoweringUp 2012-11-11 12:57:03,859 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-63) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[e3db6510-3cab-4515-a87c-cd7e1778fe18]), log id: 4de27355 2012-11-11 12:57:03,878 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-63) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@4e01f965, log id: 4de27355 2012-11-11 12:57:09,746 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:57:09,788 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 12:57:09,788 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 12:57:09,843 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:57:09,859 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3393fd3c] Running command: LogoutUserCommand internal: false. 2012-11-11 12:57:09,939 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:57:09,984 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 12:57:09,984 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 12:57:10,059 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:57:10,080 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [419f83bc] Running command: LogoutUserCommand internal: false. 2012-11-11 12:57:10,149 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:57:10,190 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 12:57:10,191 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 12:57:10,262 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:57:10,360 INFO [org.ovirt.engine.core.bll.StopVmCommand] (ajp-/127.0.0.1:8702-17) [21ecc21c] Running command: StopVmCommand internal: false. Entities affected : ID: e3db6510-3cab-4515-a87c-cd7e1778fe18 Type: VM 2012-11-11 12:57:10,362 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (ajp-/127.0.0.1:8702-17) [21ecc21c] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, force=false, secondsToWait=0, gracefully=false), log id: 6cf85afe 2012-11-11 12:57:10,375 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (ajp-/127.0.0.1:8702-17) [21ecc21c] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, force=false, secondsToWait=0, gracefully=false), log id: 69676706 2012-11-11 12:57:10,928 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (ajp-/127.0.0.1:8702-17) [21ecc21c] FINISH, DestroyVDSCommand, log id: 69676706 2012-11-11 12:57:10,966 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (ajp-/127.0.0.1:8702-17) [21ecc21c] FINISH, DestroyVmVDSCommand, return: Down, log id: 6cf85afe 2012-11-11 12:57:11,100 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [426ef8db] Running command: LogoutUserCommand internal: false. 2012-11-11 12:57:11,177 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:57:11,235 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 12:57:11,235 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 12:57:11,267 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:57:11,305 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [7a8efd29] Running command: LogoutUserCommand internal: false. 2012-11-11 12:57:11,378 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:57:11,438 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 12:57:11,439 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 12:57:12,290 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:57:12,311 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [313b5938] Running command: LogoutUserCommand internal: false. 2012-11-11 12:57:12,478 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:57:12,574 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 12:57:12,575 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 12:57:12,730 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:57:12,839 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-4) [a8199d3] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 12:57:12,840 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-4) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 12:57:12,842 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-4) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 12:57:12,842 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-4) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 12:57:12,842 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-4) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 12:57:12,904 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-4) [a8199d3] Running command: UpdateVmCommand internal: false. Entities affected : ID: e3db6510-3cab-4515-a87c-cd7e1778fe18 Type: VM 2012-11-11 12:57:12,931 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [a8199d3] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 350a9da7 2012-11-11 12:57:12,932 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [a8199d3] FINISH, IsValidVDSCommand, return: true, log id: 350a9da7 2012-11-11 12:57:12,943 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-4) [a8199d3] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: da432bf 2012-11-11 12:57:13,558 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-4) [a8199d3] FINISH, UpdateVMVDSCommand, log id: da432bf 2012-11-11 12:57:13,573 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-4) [a8199d3] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 12:57:13,647 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [2dea1bc0] Running command: LogoutUserCommand internal: false. 2012-11-11 12:57:13,718 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:57:13,788 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 12:57:13,788 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 12:57:13,852 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:57:13,872 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [65102015] Running command: LogoutUserCommand internal: false. 2012-11-11 12:57:13,948 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:57:13,990 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 12:57:13,990 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 12:57:14,065 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:57:14,146 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [4993416] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2f0cc7a2 2012-11-11 12:57:14,147 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [4993416] FINISH, IsValidVDSCommand, return: true, log id: 2f0cc7a2 2012-11-11 12:57:14,208 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-7) [4993416] START, IsVmDuringInitiatingVDSCommand( vmId = e3db6510-3cab-4515-a87c-cd7e1778fe18), log id: 37b8bf47 2012-11-11 12:57:14,208 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-7) [4993416] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 37b8bf47 2012-11-11 12:57:14,250 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-7) [4993416] Running command: RunVmOnceCommand internal: false. Entities affected : ID: e3db6510-3cab-4515-a87c-cd7e1778fe18 Type: VM 2012-11-11 12:57:14,262 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-7) [4993416] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, vm=org.ovirt.engine.core.common.businessentities.VM@284ab04c), log id: 58e2f7df 2012-11-11 12:57:14,264 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-7) [4993416] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, vm=org.ovirt.engine.core.common.businessentities.VM@284ab04c), log id: 701817c 2012-11-11 12:57:14,322 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-7) [4993416] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18,devices=[Ljava.util.Map;@42477d86,acpiEnable=true,vmName=xxxx,cpuType=Penryn,custom={device_91f4351c-89a8-451c-8baa-c697b0c93d6adevice_abfaf370-6aca-4fe1-899f-f708a184dfb7device_04f8dbcf-aa1b-4a5c-be74-e2ecad8472e0device_0e46f09a-8432-4afd-b086-6c217bfe284ddevice_5e76eb12-1a57-4c73-9906-6d4970cd9974=VmDevice {vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, deviceId=5e76eb12-1a57-4c73-9906-6d4970cd9974, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_91f4351c-89a8-451c-8baa-c697b0c93d6adevice_abfaf370-6aca-4fe1-899f-f708a184dfb7=VmDevice {vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, deviceId=abfaf370-6aca-4fe1-899f-f708a184dfb7, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_91f4351c-89a8-451c-8baa-c697b0c93d6a=VmDevice {vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, deviceId=91f4351c-89a8-451c-8baa-c697b0c93d6a, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_91f4351c-89a8-451c-8baa-c697b0c93d6adevice_abfaf370-6aca-4fe1-899f-f708a184dfb7device_04f8dbcf-aa1b-4a5c-be74-e2ecad8472e0=VmDevice {vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, deviceId=04f8dbcf-aa1b-4a5c-be74-e2ecad8472e0, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}, device_91f4351c-89a8-451c-8baa-c697b0c93d6adevice_abfaf370-6aca-4fe1-899f-f708a184dfb7device_04f8dbcf-aa1b-4a5c-be74-e2ecad8472e0device_0e46f09a-8432-4afd-b086-6c217bfe284ddevice_5e76eb12-1a57-4c73-9906-6d4970cd9974device_70d29435-ada8-4182-9bb3-76e1a2d9fdd9=VmDevice {vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, deviceId=70d29435-ada8-4182-9bb3-76e1a2d9fdd9, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_91f4351c-89a8-451c-8baa-c697b0c93d6adevice_abfaf370-6aca-4fe1-899f-f708a184dfb7device_04f8dbcf-aa1b-4a5c-be74-e2ecad8472e0device_0e46f09a-8432-4afd-b086-6c217bfe284d=VmDevice {vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, deviceId=0e46f09a-8432-4afd-b086-6c217bfe284d, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}} 2012-11-11 12:57:14,322 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-7) [4993416] FINISH, CreateVDSCommand, log id: 701817c 2012-11-11 12:57:14,323 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-7) [4993416] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: xxxx 2012-11-11 12:57:14,325 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-7) [4993416] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 58e2f7df 2012-11-11 12:57:14,419 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2ee0703e] Running command: LogoutUserCommand internal: false. 2012-11-11 12:57:14,498 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:57:14,621 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 12:57:14,621 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 12:57:14,832 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:57:14,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [42cbbee] Running command: LogoutUserCommand internal: false. 2012-11-11 12:57:17,175 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-90) VM xxxx e3db6510-3cab-4515-a87c-cd7e1778fe18 moved from WaitForLaunch --> PoweringUp 2012-11-11 12:57:17,176 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-90) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[e3db6510-3cab-4515-a87c-cd7e1778fe18]), log id: 2746459a 2012-11-11 12:57:17,194 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-90) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@7683959a, log id: 2746459a 2012-11-11 12:57:25,004 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 12:57:25,125 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 12:57:25,125 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 12:57:25,157 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 12:57:25,175 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [4e25007b] Running command: LogoutUserCommand internal: false. 2012-11-11 12:58:09,913 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-46) [735cac96] Running command: ShutdownVmCommand internal: false. Entities affected : ID: e3db6510-3cab-4515-a87c-cd7e1778fe18 Type: VM 2012-11-11 12:58:09,915 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-46) [735cac96] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop xxxx). 2012-11-11 12:58:09,915 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-46) [735cac96] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop xxxx, status is not up. Stopping instead. 2012-11-11 12:58:09,918 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-46) [60693998] Running command: StopVmCommand internal: true. Entities affected : ID: e3db6510-3cab-4515-a87c-cd7e1778fe18 Type: VM 2012-11-11 12:58:09,920 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-46) [60693998] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, force=false, secondsToWait=0, gracefully=false), log id: 4bed6d3e 2012-11-11 12:58:09,936 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-46) [60693998] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=e3db6510-3cab-4515-a87c-cd7e1778fe18, force=false, secondsToWait=0, gracefully=false), log id: 5e5b3e6 2012-11-11 12:58:10,553 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-46) [60693998] FINISH, DestroyVDSCommand, log id: 5e5b3e6 2012-11-11 12:58:10,622 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-46) [60693998] FINISH, DestroyVmVDSCommand, return: Down, log id: 4bed6d3e 2012-11-11 12:58:22,631 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-48) Setting new tasks map. The map contains now 0 tasks 2012-11-11 12:58:22,631 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-48) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 12:58:22,634 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-48) Could not find vds that is spm and non-operational. 2012-11-11 13:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts 2012-11-11 13:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering 0 hosts 2012-11-11 13:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts done 2012-11-11 13:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering storage domains is disabled, skipping 2012-11-11 13:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-11 13:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-11 13:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-11 13:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-11 13:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-11 13:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-11 13:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-11 13:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-11 13:10:12,918 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-14) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 13:10:12,931 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-14) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts 2012-11-11 13:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering 0 hosts 2012-11-11 13:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts done 2012-11-11 13:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering storage domains is disabled, skipping 2012-11-11 13:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts 2012-11-11 13:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering 0 hosts 2012-11-11 13:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts done 2012-11-11 13:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering storage domains is disabled, skipping 2012-11-11 13:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts 2012-11-11 13:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering 0 hosts 2012-11-11 13:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts done 2012-11-11 13:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering storage domains is disabled, skipping 2012-11-11 13:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts 2012-11-11 13:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering 0 hosts 2012-11-11 13:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts done 2012-11-11 13:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering storage domains is disabled, skipping 2012-11-11 13:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts 2012-11-11 13:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering 0 hosts 2012-11-11 13:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts done 2012-11-11 13:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering storage domains is disabled, skipping 2012-11-11 13:35:37,779 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [27c991bb] Running command: LogoutUserCommand internal: false. 2012-11-11 13:35:42,732 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:35:42,829 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 13:35:42,829 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginAdminUserCommand internal: false. 2012-11-11 13:35:53,577 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-1) Lock Acquired to object EngineLock [exclusiveLocks= key: e3db6510-3cab-4515-a87c-cd7e1778fe18 value: VM , sharedLocks= ] 2012-11-11 13:35:53,591 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3992b719 2012-11-11 13:35:53,592 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) FINISH, IsValidVDSCommand, return: true, log id: 3992b719 2012-11-11 13:35:54,402 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) [6c1998cb] Running command: RemoveVmCommand internal: false. Entities affected : ID: e3db6510-3cab-4515-a87c-cd7e1778fe18 Type: VM 2012-11-11 13:35:54,403 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) [6c1998cb] START, SetVmStatusVDSCommand( vmId = e3db6510-3cab-4515-a87c-cd7e1778fe18, status = ImageLocked), log id: 62fa8869 2012-11-11 13:35:54,405 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) [6c1998cb] FINISH, SetVmStatusVDSCommand, log id: 62fa8869 2012-11-11 13:35:54,441 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) [6c1998cb] Lock freed to object EngineLock [exclusiveLocks= key: e3db6510-3cab-4515-a87c-cd7e1778fe18 value: VM , sharedLocks= ] 2012-11-11 13:35:54,442 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-44) [6c1998cb] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = e3db6510-3cab-4515-a87c-cd7e1778fe18), log id: 7764c785 2012-11-11 13:35:54,804 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-44) [6c1998cb] FINISH, RemoveVMVDSCommand, log id: 7764c785 2012-11-11 13:35:54,807 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-44) [44c464b0] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: e3db6510-3cab-4515-a87c-cd7e1778fe18 Type: VM 2012-11-11 13:35:54,816 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-44) [1790144a] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 13:35:54,838 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-44) [1790144a] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 651d0f0d-1543-43ec-9c64-e3cc9bef8f62, postZeros = false, forceDelete = false), log id: 1aaebf5e 2012-11-11 13:35:59,511 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-44) [1790144a] FINISH, DeleteImageGroupVDSCommand, log id: 1aaebf5e 2012-11-11 13:35:59,533 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) [1790144a] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity e3db6510-3cab-4515-a87c-cd7e1778fe18 2012-11-11 13:35:59,533 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-44) [1790144a] EntityMultiAsyncTasks::AttachTask: Attaching task ac506781-f69c-41c8-aa05-c06f738f04ad to entity e3db6510-3cab-4515-a87c-cd7e1778fe18. 2012-11-11 13:35:59,534 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-44) [1790144a] Adding task ac506781-f69c-41c8-aa05-c06f738f04ad to DataBase 2012-11-11 13:35:59,633 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-44) [1790144a] Adding task ac506781-f69c-41c8-aa05-c06f738f04ad (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 13:36:00,310 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) [1790144a] BaseAsyncTask::StartPollingTask: Starting to poll task ac506781-f69c-41c8-aa05-c06f738f04ad. 2012-11-11 13:36:00,310 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-44) [1790144a] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity e3db6510-3cab-4515-a87c-cd7e1778fe18 is RemoveVm (determined by task ac506781-f69c-41c8-aa05-c06f738f04ad) 2012-11-11 13:36:05,759 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-69) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 13:36:05,780 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-69) SPMAsyncTask::PollTask: Polling task ac506781-f69c-41c8-aa05-c06f738f04ad (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 13:36:05,801 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-69) BaseAsyncTask::OnTaskEndSuccess: Task ac506781-f69c-41c8-aa05-c06f738f04ad (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 13:36:05,801 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-69) EntityAsyncTask::EndActionIfNecessary: All tasks of entity e3db6510-3cab-4515-a87c-cd7e1778fe18 has ended -> executing EndAction 2012-11-11 13:36:05,802 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-69) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: e3db6510-3cab-4515-a87c-cd7e1778fe18): calling EndAction for action type RemoveVm. 2012-11-11 13:36:05,802 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 13:36:05,820 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 13:36:05,820 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock Acquired to object EngineLock [exclusiveLocks= key: e3db6510-3cab-4515-a87c-cd7e1778fe18 value: VM , sharedLocks= ] 2012-11-11 13:36:05,826 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-44) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:66) - entered 2012-11-11 13:36:05,829 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock freed to object EngineLock [exclusiveLocks= key: e3db6510-3cab-4515-a87c-cd7e1778fe18 value: VM , sharedLocks= ] 2012-11-11 13:36:05,896 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 13:36:05,896 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 13:36:05,904 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) SPMAsyncTask::ClearAsyncTask: Attempting to clear task ac506781-f69c-41c8-aa05-c06f738f04ad 2012-11-11 13:36:05,904 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = ac506781-f69c-41c8-aa05-c06f738f04ad), log id: 34be455d 2012-11-11 13:36:05,906 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=ac506781-f69c-41c8-aa05-c06f738f04ad), log id: 47698ec1 2012-11-11 13:36:06,528 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) FINISH, HSMClearTaskVDSCommand, log id: 47698ec1 2012-11-11 13:36:06,528 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) FINISH, SPMClearTaskVDSCommand, log id: 34be455d 2012-11-11 13:36:06,543 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) BaseAsyncTask::RemoveTaskFromDB: Removed task ac506781-f69c-41c8-aa05-c06f738f04ad from DataBase 2012-11-11 13:36:06,543 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity e3db6510-3cab-4515-a87c-cd7e1778fe18 2012-11-11 13:37:22,658 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-58) Setting new tasks map. The map contains now 0 tasks 2012-11-11 13:37:22,658 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-58) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 13:37:22,661 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-58) Could not find vds that is spm and non-operational. 2012-11-11 13:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts 2012-11-11 13:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering 0 hosts 2012-11-11 13:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts done 2012-11-11 13:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering storage domains is disabled, skipping 2012-11-11 13:40:03,162 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:03,213 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:03,213 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:03,269 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:03,271 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [10a5a15] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:03,332 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:03,387 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:03,387 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:03,440 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:03,442 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [582ac5e1] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:03,503 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:03,623 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:03,623 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:03,725 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:03,727 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [24364cfa] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:03,802 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:03,973 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:03,973 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:04,110 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:04,112 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [57b45ee7] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:04,182 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:04,232 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:04,232 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:04,457 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:04,459 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [607e9c95] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:04,732 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:04,770 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:04,770 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:05,353 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:05,355 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [ac29f67] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:05,426 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:05,473 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:05,474 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:05,563 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:05,565 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [2cc69357] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:05,613 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:05,776 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:05,776 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:05,904 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:05,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [4a2362f9] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:05,984 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:06,035 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:06,035 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:06,108 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:06,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [ec25a5c] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:06,183 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:06,224 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:06,224 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:06,288 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:06,290 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [7116682] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:06,343 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:06,404 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:06,404 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:06,489 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:06,491 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [50d1d83a] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:06,587 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:06,692 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:06,693 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:06,854 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:06,856 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [65bb977f] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:07,473 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:07,919 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:07,919 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:07,965 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:07,968 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [764a54ef] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:08,042 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:08,125 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:08,125 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:08,192 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:08,206 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [66365bd8] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:08,253 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:08,327 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:08,327 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:09,174 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:09,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [5f1c599a] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:09,345 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:09,456 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:09,456 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:09,547 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:09,715 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-3) [2624361e] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 13:40:09,795 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [2624361e] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: da17775 2012-11-11 13:40:09,796 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [2624361e] FINISH, IsValidVDSCommand, return: true, log id: da17775 2012-11-11 13:40:09,889 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-3) [2624361e] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 13:40:09,889 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [2624361e] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6be75579 2012-11-11 13:40:09,890 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [2624361e] FINISH, IsValidVDSCommand, return: true, log id: 6be75579 2012-11-11 13:40:09,896 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-3) [2624361e] MacPoolManager::allocateNewMac entered 2012-11-11 13:40:09,896 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-3) [2624361e] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:66 2012-11-11 13:40:09,925 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-3) [2624361e] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 13:40:09,927 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-3) [2624361e] START, SetVmStatusVDSCommand( vmId = 4eb9ef3c-939c-45aa-b33c-2426d206b3b2, status = ImageLocked), log id: 2f2fac14 2012-11-11 13:40:09,929 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-3) [2624361e] FINISH, SetVmStatusVDSCommand, log id: 2f2fac14 2012-11-11 13:40:09,930 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-3) [5a5ca450] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 13:40:09,935 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-3) [5a5ca450] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 3b1f47a9 2012-11-11 13:40:10,013 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-3) [5a5ca450] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 3b1f47a9 2012-11-11 13:40:10,015 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-3) [5a5ca450] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = f9a66d3a-31b4-407d-ace8-bef0adbf724d, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 8ce68360-f18f-47f4-a067-4f9d9a2a883e, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 1b393d27 2012-11-11 13:40:10,015 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-3) [5a5ca450] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 13:40:10,015 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-3) [5a5ca450] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=f9a66d3a-31b4-407d-ace8-bef0adbf724d size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=8ce68360-f18f-47f4-a067-4f9d9a2a883e descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 13:40:11,793 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-3) [5a5ca450] FINISH, CreateSnapshotVDSCommand, return: 8ce68360-f18f-47f4-a067-4f9d9a2a883e, log id: 1b393d27 2012-11-11 13:40:11,823 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-3) [5a5ca450] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 2012-11-11 13:40:11,823 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-3) [5a5ca450] EntityMultiAsyncTasks::AttachTask: Attaching task 7d6f4484-eccc-4a47-9fce-e3702f27a1a5 to entity 4eb9ef3c-939c-45aa-b33c-2426d206b3b2. 2012-11-11 13:40:11,825 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-3) [5a5ca450] Adding task 7d6f4484-eccc-4a47-9fce-e3702f27a1a5 to DataBase 2012-11-11 13:40:11,877 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-3) [5a5ca450] Adding task 7d6f4484-eccc-4a47-9fce-e3702f27a1a5 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 13:40:12,696 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-3) [5a5ca450] BaseAsyncTask::StartPollingTask: Starting to poll task 7d6f4484-eccc-4a47-9fce-e3702f27a1a5. 2012-11-11 13:40:12,696 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-3) [5a5ca450] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 is AddVm (determined by task 7d6f4484-eccc-4a47-9fce-e3702f27a1a5) 2012-11-11 13:40:12,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [46573041] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:13,040 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:13,130 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:13,130 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:13,208 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:13,227 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [10559ff3] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:13,312 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:13,368 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:13,368 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:13,437 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:13,458 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [72dcfd38] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:15,808 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-68) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 13:40:15,831 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-68) SPMAsyncTask::PollTask: Polling task 7d6f4484-eccc-4a47-9fce-e3702f27a1a5 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-11 13:40:15,831 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-68) Finished polling Tasks, will poll again in 10 seconds. 2012-11-11 13:40:23,531 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:23,731 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:23,731 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:23,907 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:24,492 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [26e6b6ea] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:25,854 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-99) SPMAsyncTask::PollTask: Polling task 7d6f4484-eccc-4a47-9fce-e3702f27a1a5 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 13:40:25,869 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-99) BaseAsyncTask::OnTaskEndSuccess: Task 7d6f4484-eccc-4a47-9fce-e3702f27a1a5 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 13:40:25,870 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-99) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 has ended -> executing EndAction 2012-11-11 13:40:25,870 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-99) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2): calling EndAction for action type AddVm. 2012-11-11 13:40:25,870 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 13:40:25,897 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-46) [2624361e] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 13:40:25,898 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-46) [5a5ca450] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 13:40:25,903 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-46) [5a5ca450] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = f9a66d3a-31b4-407d-ace8-bef0adbf724d, imageId = 8ce68360-f18f-47f4-a067-4f9d9a2a883e), log id: 1beaf8eb 2012-11-11 13:40:25,957 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-46) [5a5ca450] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@e8f86d00, log id: 1beaf8eb 2012-11-11 13:40:25,964 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-46) START, SetVmStatusVDSCommand( vmId = 4eb9ef3c-939c-45aa-b33c-2426d206b3b2, status = Down), log id: 3f69ccec 2012-11-11 13:40:25,966 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-46) FINISH, SetVmStatusVDSCommand, log id: 3f69ccec 2012-11-11 13:40:26,039 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-46) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 10df2e0e 2012-11-11 13:40:26,210 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-46) FINISH, UpdateVMVDSCommand, log id: 10df2e0e 2012-11-11 13:40:26,251 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 13:40:26,251 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 13:40:26,280 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 7d6f4484-eccc-4a47-9fce-e3702f27a1a5 2012-11-11 13:40:26,280 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 7d6f4484-eccc-4a47-9fce-e3702f27a1a5), log id: 7adea80 2012-11-11 13:40:26,281 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=7d6f4484-eccc-4a47-9fce-e3702f27a1a5), log id: 398c23ea 2012-11-11 13:40:26,624 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) FINISH, HSMClearTaskVDSCommand, log id: 398c23ea 2012-11-11 13:40:26,624 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) FINISH, SPMClearTaskVDSCommand, log id: 7adea80 2012-11-11 13:40:26,662 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) BaseAsyncTask::RemoveTaskFromDB: Removed task 7d6f4484-eccc-4a47-9fce-e3702f27a1a5 from DataBase 2012-11-11 13:40:26,662 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 2012-11-11 13:40:34,568 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:34,676 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:34,677 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:34,733 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:34,813 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [73ef54db] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:35,358 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:35,404 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:35,404 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:35,704 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:35,724 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [37538066] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:35,809 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:35,856 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:35,857 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:35,961 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:36,102 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [3e3b8082] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 177082d8 2012-11-11 13:40:36,103 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [3e3b8082] FINISH, IsValidVDSCommand, return: true, log id: 177082d8 2012-11-11 13:40:36,168 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-5) [3e3b8082] START, IsVmDuringInitiatingVDSCommand( vmId = 4eb9ef3c-939c-45aa-b33c-2426d206b3b2), log id: 1f2b5d8e 2012-11-11 13:40:36,168 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-5) [3e3b8082] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 1f2b5d8e 2012-11-11 13:40:36,546 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-5) [3e3b8082] Running command: RunVmOnceCommand internal: false. Entities affected : ID: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 Type: VM 2012-11-11 13:40:36,562 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-5) [3e3b8082] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=4eb9ef3c-939c-45aa-b33c-2426d206b3b2, vm=org.ovirt.engine.core.common.businessentities.VM@17e664db), log id: 7bb20aea 2012-11-11 13:40:36,566 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-5) [3e3b8082] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=4eb9ef3c-939c-45aa-b33c-2426d206b3b2, vm=org.ovirt.engine.core.common.businessentities.VM@17e664db), log id: 498293a1 2012-11-11 13:40:36,620 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-5) [3e3b8082] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=4eb9ef3c-939c-45aa-b33c-2426d206b3b2,devices=[Ljava.util.Map;@5a451076,acpiEnable=true,vmName=xxxx,cpuType=Penryn,custom={device_5d34bf22-9cd9-47a3-a4ab-d6b39d877707device_6cb2b4e7-c76b-428e-a4b2-6e89bcde1b38device_965f466c-e63b-4bfa-a76f-862415988a99device_dfe2f35c-707c-4bda-a823-b85a2a2b0faadevice_ebcc4aab-cc6e-449b-9649-56b3c7eb7d8c=VmDevice {vmId=4eb9ef3c-939c-45aa-b33c-2426d206b3b2, deviceId=ebcc4aab-cc6e-449b-9649-56b3c7eb7d8c, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}, device_5d34bf22-9cd9-47a3-a4ab-d6b39d877707device_6cb2b4e7-c76b-428e-a4b2-6e89bcde1b38=VmDevice {vmId=4eb9ef3c-939c-45aa-b33c-2426d206b3b2, deviceId=6cb2b4e7-c76b-428e-a4b2-6e89bcde1b38, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}, device_5d34bf22-9cd9-47a3-a4ab-d6b39d877707=VmDevice {vmId=4eb9ef3c-939c-45aa-b33c-2426d206b3b2, deviceId=5d34bf22-9cd9-47a3-a4ab-d6b39d877707, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_5d34bf22-9cd9-47a3-a4ab-d6b39d877707device_6cb2b4e7-c76b-428e-a4b2-6e89bcde1b38device_965f466c-e63b-4bfa-a76f-862415988a99device_dfe2f35c-707c-4bda-a823-b85a2a2b0faa=VmDevice {vmId=4eb9ef3c-939c-45aa-b33c-2426d206b3b2, deviceId=dfe2f35c-707c-4bda-a823-b85a2a2b0faa, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_5d34bf22-9cd9-47a3-a4ab-d6b39d877707device_6cb2b4e7-c76b-428e-a4b2-6e89bcde1b38device_965f466c-e63b-4bfa-a76f-862415988a99device_dfe2f35c-707c-4bda-a823-b85a2a2b0faadevice_ebcc4aab-cc6e-449b-9649-56b3c7eb7d8cdevice_f405165d-96a6-4d82-a22a-b2726da2d0fb=VmDevice {vmId=4eb9ef3c-939c-45aa-b33c-2426d206b3b2, deviceId=f405165d-96a6-4d82-a22a-b2726da2d0fb, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_5d34bf22-9cd9-47a3-a4ab-d6b39d877707device_6cb2b4e7-c76b-428e-a4b2-6e89bcde1b38device_965f466c-e63b-4bfa-a76f-862415988a99=VmDevice {vmId=4eb9ef3c-939c-45aa-b33c-2426d206b3b2, deviceId=965f466c-e63b-4bfa-a76f-862415988a99, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}} 2012-11-11 13:40:36,620 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-5) [3e3b8082] FINISH, CreateVDSCommand, log id: 498293a1 2012-11-11 13:40:36,621 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-5) [3e3b8082] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: xxxx 2012-11-11 13:40:36,623 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-5) [3e3b8082] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 7bb20aea 2012-11-11 13:40:36,861 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [37ae0a46] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:37,760 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:37,936 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:37,936 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:38,105 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:38,121 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [7995fc59] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:38,963 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-31) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[4eb9ef3c-939c-45aa-b33c-2426d206b3b2]), log id: 75ae711f 2012-11-11 13:40:38,982 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-31) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@f84e695, log id: 75ae711f 2012-11-11 13:40:38,985 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-31) Recieved a qxl Device without an address when processing VM 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 devices, skipping device: {specParams={vram=65536}, device=qxl, type=video, deviceId=0fba6ea2-5fb6-4be1-b534-574887d15378} 2012-11-11 13:40:38,985 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-31) Recieved a memballoon Device without an address when processing VM 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 devices, skipping device: {specParams={model=virtio}, device=memballoon, type=balloon, deviceId=831596fb-511d-45c9-bbbb-d7ca7034e176} 2012-11-11 13:40:38,985 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-31) Recieved a cdrom Device without an address when processing VM 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 devices, skipping device: {shared=false, iface=ide, index=2, specParams={path=}, device=cdrom, path=, type=disk, readonly=true, deviceId=a919bdce-681d-4a52-b831-c63142bb3421} 2012-11-11 13:40:41,258 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-91) VM xxxx 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 moved from WaitForLaunch --> PoweringUp 2012-11-11 13:40:41,258 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-91) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[4eb9ef3c-939c-45aa-b33c-2426d206b3b2]), log id: 73fd9670 2012-11-11 13:40:41,277 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-91) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@d9fce8e, log id: 73fd9670 2012-11-11 13:40:48,230 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:48,292 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:48,293 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:48,371 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:48,388 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [7151b503] Running command: LogoutUserCommand internal: false. 2012-11-11 13:40:58,452 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:40:58,512 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 13:40:58,512 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 13:40:58,588 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:40:58,609 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [31c876b0] Running command: LogoutUserCommand internal: false. 2012-11-11 13:41:08,821 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:41:08,860 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 13:41:08,861 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 13:41:08,920 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:41:08,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [4ffe8b31] Running command: LogoutUserCommand internal: false. 2012-11-11 13:41:19,066 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:41:19,108 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 13:41:19,109 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 13:41:19,202 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:41:19,225 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [412b9c8e] Running command: LogoutUserCommand internal: false. 2012-11-11 13:41:29,294 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:41:29,370 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 13:41:29,370 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 13:41:29,418 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:41:29,439 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [48ac9b6b] Running command: LogoutUserCommand internal: false. 2012-11-11 13:41:36,882 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-54) VM xxxx 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 moved from PoweringUp --> Up 2012-11-11 13:41:36,894 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-54) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@372db3f0), log id: 7c06cea9 2012-11-11 13:41:36,904 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-54) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 7c06cea9 2012-11-11 13:41:39,797 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:41:40,046 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 13:41:40,046 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 13:41:40,103 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:41:40,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [56e26aa1] Running command: LogoutUserCommand internal: false. 2012-11-11 13:41:50,322 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:41:50,367 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 13:41:50,367 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 13:41:50,517 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:41:50,537 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1f714931] Running command: LogoutUserCommand internal: false. 2012-11-11 13:41:52,666 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-63) Setting new tasks map. The map contains now 0 tasks 2012-11-11 13:41:52,667 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-63) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 13:41:52,669 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-63) Could not find vds that is spm and non-operational. 2012-11-11 13:42:00,753 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:42:00,814 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 13:42:00,814 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 13:42:00,884 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:42:00,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [4792031d] Running command: LogoutUserCommand internal: false. 2012-11-11 13:42:11,027 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:42:11,078 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 13:42:11,078 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 13:42:11,196 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:42:11,215 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [c771749] Running command: LogoutUserCommand internal: false. 2012-11-11 13:42:21,315 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:42:21,366 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 13:42:21,366 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 13:42:21,422 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:42:21,441 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [3746a48] Running command: LogoutUserCommand internal: false. 2012-11-11 13:42:31,507 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:42:31,568 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 13:42:31,568 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 13:42:31,644 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:42:31,662 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [4cc725db] Running command: LogoutUserCommand internal: false. 2012-11-11 13:42:41,735 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:42:41,803 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 13:42:41,803 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 13:42:41,851 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:42:41,870 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7dee9abf] Running command: LogoutUserCommand internal: false. 2012-11-11 13:42:51,935 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:42:52,905 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 13:42:52,906 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 13:42:53,417 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:42:53,436 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [223f57ae] Running command: LogoutUserCommand internal: false. 2012-11-11 13:43:03,534 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:43:03,588 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 13:43:03,588 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 13:43:03,639 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:43:03,658 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [63f0ae4c] Running command: LogoutUserCommand internal: false. 2012-11-11 13:43:13,769 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:43:13,813 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 13:43:13,813 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 13:43:13,943 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:43:13,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [45cd85d9] Running command: LogoutUserCommand internal: false. 2012-11-11 13:43:24,042 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:43:24,181 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 13:43:24,181 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 13:43:24,239 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:43:24,261 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [33b099ed] Running command: LogoutUserCommand internal: false. 2012-11-11 13:43:34,323 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:43:34,632 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 13:43:34,632 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 13:43:34,721 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:43:34,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [48aafd0] Running command: LogoutUserCommand internal: false. 2012-11-11 13:43:44,843 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:43:44,940 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 13:43:44,940 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 13:43:45,284 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:43:45,303 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [2a05b24d] Running command: LogoutUserCommand internal: false. 2012-11-11 13:43:55,384 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:43:55,439 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 13:43:55,439 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 13:43:55,522 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:43:55,541 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [4c6055f0] Running command: LogoutUserCommand internal: false. 2012-11-11 13:44:05,609 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:44:05,652 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 13:44:05,652 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 13:44:05,706 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:44:05,726 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [6e42e451] Running command: LogoutUserCommand internal: false. 2012-11-11 13:44:15,794 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:44:15,832 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 13:44:15,832 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 13:44:16,012 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:44:16,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [69c86c3] Running command: LogoutUserCommand internal: false. 2012-11-11 13:44:26,105 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:44:26,169 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 13:44:26,169 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 13:44:26,329 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:44:26,348 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [3482cb27] Running command: LogoutUserCommand internal: false. 2012-11-11 13:44:26,434 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:44:26,470 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 13:44:26,470 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 13:44:26,521 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:44:26,540 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [3ffeac62] Running command: LogoutUserCommand internal: false. 2012-11-11 13:44:26,600 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:44:26,636 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 13:44:26,637 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 13:44:26,681 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:44:26,733 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [4dbb6540] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 13:44:26,733 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 13:44:26,733 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 13:44:26,733 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 13:44:26,733 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 13:44:26,759 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [4dbb6540] Running command: UpdateVmCommand internal: false. Entities affected : ID: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 Type: VM 2012-11-11 13:44:26,787 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [4dbb6540] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6349b978 2012-11-11 13:44:26,788 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [4dbb6540] FINISH, IsValidVDSCommand, return: true, log id: 6349b978 2012-11-11 13:44:26,807 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-10) [4dbb6540] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 1fafe51 2012-11-11 13:44:27,462 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-10) [4dbb6540] FINISH, UpdateVMVDSCommand, log id: 1fafe51 2012-11-11 13:44:27,978 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [4dbb6540] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 13:44:28,137 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [6b5d204a] Running command: LogoutUserCommand internal: false. 2012-11-11 13:44:43,226 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:44:43,455 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 13:44:43,455 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 13:44:43,583 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:44:43,602 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [199491e5] Running command: LogoutUserCommand internal: false. 2012-11-11 13:44:43,659 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:44:43,726 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 13:44:43,726 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 13:44:43,821 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:44:44,195 INFO [org.ovirt.engine.core.bll.StopVmCommand] (ajp-/127.0.0.1:8702-10) [1209f98b] Running command: StopVmCommand internal: false. Entities affected : ID: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 Type: VM 2012-11-11 13:44:44,197 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (ajp-/127.0.0.1:8702-10) [1209f98b] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=4eb9ef3c-939c-45aa-b33c-2426d206b3b2, force=false, secondsToWait=0, gracefully=false), log id: 1b5c8106 2012-11-11 13:44:44,200 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (ajp-/127.0.0.1:8702-10) [1209f98b] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=4eb9ef3c-939c-45aa-b33c-2426d206b3b2, force=false, secondsToWait=0, gracefully=false), log id: 69937b4d 2012-11-11 13:44:45,171 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (ajp-/127.0.0.1:8702-10) [1209f98b] FINISH, DestroyVDSCommand, log id: 69937b4d 2012-11-11 13:44:45,214 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (ajp-/127.0.0.1:8702-10) [1209f98b] FINISH, DestroyVmVDSCommand, return: Down, log id: 1b5c8106 2012-11-11 13:44:45,346 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [750e6974] Running command: LogoutUserCommand internal: false. 2012-11-11 13:44:45,400 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 13:44:45,574 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 13:44:45,574 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 13:44:45,713 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 13:44:45,758 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [438684d] Running command: LogoutUserCommand internal: false. 2012-11-11 13:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts 2012-11-11 13:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering 0 hosts 2012-11-11 13:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts done 2012-11-11 13:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering storage domains is disabled, skipping 2012-11-11 13:46:10,267 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-7) Lock Acquired to object EngineLock [exclusiveLocks= key: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 value: VM , sharedLocks= ] 2012-11-11 13:46:10,297 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5d798dc8 2012-11-11 13:46:10,298 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) FINISH, IsValidVDSCommand, return: true, log id: 5d798dc8 2012-11-11 13:46:10,452 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-7) START, IsVmDuringInitiatingVDSCommand( vmId = 4eb9ef3c-939c-45aa-b33c-2426d206b3b2), log id: 10238c11 2012-11-11 13:46:10,452 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-7) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 10238c11 2012-11-11 13:46:10,622 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [77e22ff6] Running command: RunVmCommand internal: false. Entities affected : ID: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 Type: VM 2012-11-11 13:46:10,736 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [77e22ff6] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=4eb9ef3c-939c-45aa-b33c-2426d206b3b2, vm=org.ovirt.engine.core.common.businessentities.VM@4a435560), log id: 7e094816 2012-11-11 13:46:10,742 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [77e22ff6] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=4eb9ef3c-939c-45aa-b33c-2426d206b3b2, vm=org.ovirt.engine.core.common.businessentities.VM@4a435560), log id: 7a7ff003 2012-11-11 13:46:10,754 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-46) [77e22ff6] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 13:46:10,755 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [77e22ff6] FINISH, CreateVDSCommand, log id: 7a7ff003 2012-11-11 13:46:10,755 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [77e22ff6] VDS::create Failed creating vm xxxx in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 13:46:10,755 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [77e22ff6] FINISH, CreateVmVDSCommand, return: Down, log id: 7e094816 2012-11-11 13:46:10,755 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [77e22ff6] Lock freed to object EngineLock [exclusiveLocks= key: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 value: VM , sharedLocks= ] 2012-11-11 13:46:10,755 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [77e22ff6] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 13:47:23,123 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-8) Lock Acquired to object EngineLock [exclusiveLocks= key: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 value: VM , sharedLocks= ] 2012-11-11 13:47:23,127 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6cdbe64 2012-11-11 13:47:23,128 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) FINISH, IsValidVDSCommand, return: true, log id: 6cdbe64 2012-11-11 13:47:23,219 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-8) START, IsVmDuringInitiatingVDSCommand( vmId = 4eb9ef3c-939c-45aa-b33c-2426d206b3b2), log id: 3d47d2eb 2012-11-11 13:47:23,219 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-8) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 3d47d2eb 2012-11-11 13:47:23,318 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [620a792c] Running command: RunVmCommand internal: false. Entities affected : ID: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 Type: VM 2012-11-11 13:47:23,348 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [620a792c] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=4eb9ef3c-939c-45aa-b33c-2426d206b3b2, vm=org.ovirt.engine.core.common.businessentities.VM@29a431da), log id: 5a49e0ed 2012-11-11 13:47:23,351 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [620a792c] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=4eb9ef3c-939c-45aa-b33c-2426d206b3b2, vm=org.ovirt.engine.core.common.businessentities.VM@29a431da), log id: 3be68b1 2012-11-11 13:47:23,362 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-46) [620a792c] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 13:47:23,362 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [620a792c] FINISH, CreateVDSCommand, log id: 3be68b1 2012-11-11 13:47:23,363 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [620a792c] VDS::create Failed creating vm xxxx in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 13:47:23,363 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [620a792c] FINISH, CreateVmVDSCommand, return: Down, log id: 5a49e0ed 2012-11-11 13:47:23,363 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [620a792c] Lock freed to object EngineLock [exclusiveLocks= key: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 value: VM , sharedLocks= ] 2012-11-11 13:47:23,363 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [620a792c] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 13:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts 2012-11-11 13:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering 0 hosts 2012-11-11 13:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts done 2012-11-11 13:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering storage domains is disabled, skipping 2012-11-11 13:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts 2012-11-11 13:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering 0 hosts 2012-11-11 13:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts done 2012-11-11 13:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering storage domains is disabled, skipping 2012-11-11 14:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts 2012-11-11 14:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering 0 hosts 2012-11-11 14:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts done 2012-11-11 14:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering storage domains is disabled, skipping 2012-11-11 14:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts 2012-11-11 14:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering 0 hosts 2012-11-11 14:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts done 2012-11-11 14:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering storage domains is disabled, skipping 2012-11-11 14:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-11 14:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-11 14:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-11 14:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-11 14:10:13,292 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-73) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 14:10:13,305 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-73) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:10:17,202 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-6) Lock Acquired to object EngineLock [exclusiveLocks= key: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 value: VM , sharedLocks= ] 2012-11-11 14:10:17,210 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6e9edba2 2012-11-11 14:10:17,212 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) FINISH, IsValidVDSCommand, return: true, log id: 6e9edba2 2012-11-11 14:10:17,258 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-6) START, IsVmDuringInitiatingVDSCommand( vmId = 4eb9ef3c-939c-45aa-b33c-2426d206b3b2), log id: 2a64072c 2012-11-11 14:10:17,258 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-6) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 2a64072c 2012-11-11 14:10:18,421 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [5ed1a901] Running command: RunVmCommand internal: false. Entities affected : ID: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 Type: VM 2012-11-11 14:10:18,571 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [5ed1a901] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=4eb9ef3c-939c-45aa-b33c-2426d206b3b2, vm=org.ovirt.engine.core.common.businessentities.VM@339e584d), log id: 71061545 2012-11-11 14:10:18,576 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [5ed1a901] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=4eb9ef3c-939c-45aa-b33c-2426d206b3b2, vm=org.ovirt.engine.core.common.businessentities.VM@339e584d), log id: c951dde 2012-11-11 14:10:18,593 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-48) [5ed1a901] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 14:10:18,594 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [5ed1a901] FINISH, CreateVDSCommand, log id: c951dde 2012-11-11 14:10:18,594 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [5ed1a901] VDS::create Failed creating vm xxxx in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 14:10:18,594 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [5ed1a901] FINISH, CreateVmVDSCommand, return: Down, log id: 71061545 2012-11-11 14:10:18,595 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [5ed1a901] Lock freed to object EngineLock [exclusiveLocks= key: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 value: VM , sharedLocks= ] 2012-11-11 14:10:18,595 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [5ed1a901] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 14:10:55,339 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-8) Lock Acquired to object EngineLock [exclusiveLocks= key: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 value: VM , sharedLocks= ] 2012-11-11 14:10:55,344 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2eaab4f0 2012-11-11 14:10:55,345 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) FINISH, IsValidVDSCommand, return: true, log id: 2eaab4f0 2012-11-11 14:10:55,415 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) [268fb5e9] Running command: RemoveVmCommand internal: false. Entities affected : ID: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 Type: VM 2012-11-11 14:10:55,416 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) [268fb5e9] START, SetVmStatusVDSCommand( vmId = 4eb9ef3c-939c-45aa-b33c-2426d206b3b2, status = ImageLocked), log id: 4d44eb5d 2012-11-11 14:10:55,420 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) [268fb5e9] FINISH, SetVmStatusVDSCommand, log id: 4d44eb5d 2012-11-11 14:10:55,433 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) [268fb5e9] Lock freed to object EngineLock [exclusiveLocks= key: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 value: VM , sharedLocks= ] 2012-11-11 14:10:55,433 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-44) [268fb5e9] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 4eb9ef3c-939c-45aa-b33c-2426d206b3b2), log id: 361536bd 2012-11-11 14:10:56,034 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-44) [268fb5e9] FINISH, RemoveVMVDSCommand, log id: 361536bd 2012-11-11 14:10:56,038 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-44) [5cc534ce] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 Type: VM 2012-11-11 14:10:56,047 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-44) [1c61e744] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 14:10:56,135 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-44) [1c61e744] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = f9a66d3a-31b4-407d-ace8-bef0adbf724d, postZeros = false, forceDelete = false), log id: 1625bffc 2012-11-11 14:11:00,090 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-44) [1c61e744] FINISH, DeleteImageGroupVDSCommand, log id: 1625bffc 2012-11-11 14:11:00,098 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) [1c61e744] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 2012-11-11 14:11:00,098 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-44) [1c61e744] EntityMultiAsyncTasks::AttachTask: Attaching task eed76a60-ffcf-472e-ab71-baef98bfb6fd to entity 4eb9ef3c-939c-45aa-b33c-2426d206b3b2. 2012-11-11 14:11:00,099 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-44) [1c61e744] Adding task eed76a60-ffcf-472e-ab71-baef98bfb6fd to DataBase 2012-11-11 14:11:00,114 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-44) [1c61e744] Adding task eed76a60-ffcf-472e-ab71-baef98bfb6fd (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 14:11:00,351 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) [1c61e744] BaseAsyncTask::StartPollingTask: Starting to poll task eed76a60-ffcf-472e-ab71-baef98bfb6fd. 2012-11-11 14:11:00,352 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-44) [1c61e744] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 is RemoveVm (determined by task eed76a60-ffcf-472e-ab71-baef98bfb6fd) 2012-11-11 14:11:05,938 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-47) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 14:11:05,960 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-47) SPMAsyncTask::PollTask: Polling task eed76a60-ffcf-472e-ab71-baef98bfb6fd (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 14:11:05,996 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-47) BaseAsyncTask::OnTaskEndSuccess: Task eed76a60-ffcf-472e-ab71-baef98bfb6fd (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 14:11:05,996 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-47) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 has ended -> executing EndAction 2012-11-11 14:11:05,997 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-47) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2): calling EndAction for action type RemoveVm. 2012-11-11 14:11:05,998 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 14:11:06,033 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 14:11:06,033 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock Acquired to object EngineLock [exclusiveLocks= key: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 value: VM , sharedLocks= ] 2012-11-11 14:11:06,038 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-44) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:66) - entered 2012-11-11 14:11:06,042 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock freed to object EngineLock [exclusiveLocks= key: 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 value: VM , sharedLocks= ] 2012-11-11 14:11:06,489 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 14:11:06,489 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 14:11:06,716 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) SPMAsyncTask::ClearAsyncTask: Attempting to clear task eed76a60-ffcf-472e-ab71-baef98bfb6fd 2012-11-11 14:11:06,717 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = eed76a60-ffcf-472e-ab71-baef98bfb6fd), log id: 56ecbf48 2012-11-11 14:11:06,718 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=eed76a60-ffcf-472e-ab71-baef98bfb6fd), log id: 1194fb86 2012-11-11 14:11:07,071 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) FINISH, HSMClearTaskVDSCommand, log id: 1194fb86 2012-11-11 14:11:07,071 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) FINISH, SPMClearTaskVDSCommand, log id: 56ecbf48 2012-11-11 14:11:07,084 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) BaseAsyncTask::RemoveTaskFromDB: Removed task eed76a60-ffcf-472e-ab71-baef98bfb6fd from DataBase 2012-11-11 14:11:07,084 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 4eb9ef3c-939c-45aa-b33c-2426d206b3b2 2012-11-11 14:12:22,696 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-84) Setting new tasks map. The map contains now 0 tasks 2012-11-11 14:12:22,696 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-84) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 14:12:22,699 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-84) Could not find vds that is spm and non-operational. 2012-11-11 14:13:08,320 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:08,378 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:08,378 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:08,445 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:08,447 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [2c71cb23] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:08,503 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:08,542 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:08,543 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:08,680 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:08,682 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [786c46e4] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:08,757 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:08,801 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:08,801 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:08,879 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:08,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [59b7b06f] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:08,955 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:09,041 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:09,041 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:09,114 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:09,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [5565cd62] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:09,174 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:09,224 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:09,224 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:09,310 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:09,312 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [3452dcc9] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:09,376 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:09,469 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:09,469 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:09,550 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:09,551 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [635d05a2] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:09,658 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:09,702 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:09,702 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:09,748 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:09,750 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [49678fb7] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:09,805 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:09,858 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:09,858 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:09,922 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:09,925 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [1115c5bf] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:09,985 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:10,040 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:10,040 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:10,091 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:10,093 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [1ff5098f] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:10,153 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:10,192 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:10,192 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:10,238 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:10,240 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [372dbafc] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:10,294 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:10,354 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:10,354 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:10,406 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:10,408 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [611f9e98] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:10,464 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:10,508 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:10,508 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:10,688 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:10,692 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [63f564f8] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:10,756 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:10,802 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:10,802 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:10,874 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:10,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [5e92e044] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:10,951 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:10,991 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:10,991 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:11,042 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:11,058 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [68c84640] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:11,107 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:11,144 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:11,144 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:11,228 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:11,246 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [5158a15a] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:11,328 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:11,371 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:11,371 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:11,596 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:11,685 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-17) [2aab9f47] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 14:13:11,732 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) [2aab9f47] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3ab68755 2012-11-11 14:13:11,732 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) [2aab9f47] FINISH, IsValidVDSCommand, return: true, log id: 3ab68755 2012-11-11 14:13:11,929 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-17) [2aab9f47] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 14:13:11,930 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) [2aab9f47] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 9da0945 2012-11-11 14:13:11,931 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) [2aab9f47] FINISH, IsValidVDSCommand, return: true, log id: 9da0945 2012-11-11 14:13:11,937 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-17) [2aab9f47] MacPoolManager::allocateNewMac entered 2012-11-11 14:13:11,937 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-17) [2aab9f47] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:66 2012-11-11 14:13:11,975 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-17) [2aab9f47] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 14:13:11,975 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-17) [2aab9f47] START, SetVmStatusVDSCommand( vmId = 62a7029a-7b21-46ef-88c0-0f482cdf3c2a, status = ImageLocked), log id: 2b47b106 2012-11-11 14:13:11,979 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-17) [2aab9f47] FINISH, SetVmStatusVDSCommand, log id: 2b47b106 2012-11-11 14:13:11,980 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-17) [24cc123d] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 14:13:11,986 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-17) [24cc123d] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 16aa31bf 2012-11-11 14:13:12,109 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-17) [24cc123d] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 16aa31bf 2012-11-11 14:13:12,111 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-17) [24cc123d] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = ec4acc54-9971-4e3c-a832-394d483ce24a, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = f253f2f2-a1cb-4cc2-95a8-272bb2513d1d, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 7afde16d 2012-11-11 14:13:12,111 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-17) [24cc123d] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 14:13:12,111 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-17) [24cc123d] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=ec4acc54-9971-4e3c-a832-394d483ce24a size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=f253f2f2-a1cb-4cc2-95a8-272bb2513d1d descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 14:13:14,902 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-17) [24cc123d] FINISH, CreateSnapshotVDSCommand, return: f253f2f2-a1cb-4cc2-95a8-272bb2513d1d, log id: 7afde16d 2012-11-11 14:13:14,917 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-17) [24cc123d] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 62a7029a-7b21-46ef-88c0-0f482cdf3c2a 2012-11-11 14:13:14,917 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-17) [24cc123d] EntityMultiAsyncTasks::AttachTask: Attaching task cac7ce21-3e11-413c-a1ef-afe4e8b48947 to entity 62a7029a-7b21-46ef-88c0-0f482cdf3c2a. 2012-11-11 14:13:14,918 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-17) [24cc123d] Adding task cac7ce21-3e11-413c-a1ef-afe4e8b48947 to DataBase 2012-11-11 14:13:14,952 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-17) [24cc123d] Adding task cac7ce21-3e11-413c-a1ef-afe4e8b48947 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 14:13:15,079 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-17) [24cc123d] BaseAsyncTask::StartPollingTask: Starting to poll task cac7ce21-3e11-413c-a1ef-afe4e8b48947. 2012-11-11 14:13:15,079 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-17) [24cc123d] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 62a7029a-7b21-46ef-88c0-0f482cdf3c2a is AddVm (determined by task cac7ce21-3e11-413c-a1ef-afe4e8b48947) 2012-11-11 14:13:15,107 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [f9cb67d] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:15,175 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:15,292 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:15,292 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:15,429 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:15,449 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [2b35ae9] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:15,697 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:15,779 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:15,779 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:15,916 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:16,003 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-36) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 14:13:16,070 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [64de39a5] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:16,320 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-36) SPMAsyncTask::PollTask: Polling task cac7ce21-3e11-413c-a1ef-afe4e8b48947 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-11 14:13:16,320 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-36) Finished polling Tasks, will poll again in 10 seconds. 2012-11-11 14:13:26,311 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:26,410 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:26,411 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:26,614 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:26,682 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [233e04ef] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:36,751 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:36,775 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-56) SPMAsyncTask::PollTask: Polling task cac7ce21-3e11-413c-a1ef-afe4e8b48947 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 14:13:36,789 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-56) BaseAsyncTask::OnTaskEndSuccess: Task cac7ce21-3e11-413c-a1ef-afe4e8b48947 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 14:13:36,790 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-56) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 62a7029a-7b21-46ef-88c0-0f482cdf3c2a has ended -> executing EndAction 2012-11-11 14:13:36,790 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-56) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 62a7029a-7b21-46ef-88c0-0f482cdf3c2a): calling EndAction for action type AddVm. 2012-11-11 14:13:36,790 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 14:13:36,798 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:36,799 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:36,833 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-44) [2aab9f47] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 14:13:36,834 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-44) [24cc123d] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 14:13:36,836 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-44) [24cc123d] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = ec4acc54-9971-4e3c-a832-394d483ce24a, imageId = f253f2f2-a1cb-4cc2-95a8-272bb2513d1d), log id: 110fc679 2012-11-11 14:13:36,938 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:36,958 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-44) [24cc123d] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@6ba238c4, log id: 110fc679 2012-11-11 14:13:36,965 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) START, SetVmStatusVDSCommand( vmId = 62a7029a-7b21-46ef-88c0-0f482cdf3c2a, status = Down), log id: 6b6ad1b6 2012-11-11 14:13:36,967 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) FINISH, SetVmStatusVDSCommand, log id: 6b6ad1b6 2012-11-11 14:13:36,978 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [3a192d3d] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:36,989 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-44) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 68674a9a 2012-11-11 14:13:37,138 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-44) FINISH, UpdateVMVDSCommand, log id: 68674a9a 2012-11-11 14:13:37,256 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 14:13:37,256 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 14:13:37,315 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) SPMAsyncTask::ClearAsyncTask: Attempting to clear task cac7ce21-3e11-413c-a1ef-afe4e8b48947 2012-11-11 14:13:37,315 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = cac7ce21-3e11-413c-a1ef-afe4e8b48947), log id: 14b872fc 2012-11-11 14:13:37,317 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=cac7ce21-3e11-413c-a1ef-afe4e8b48947), log id: 7953903c 2012-11-11 14:13:37,641 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) FINISH, HSMClearTaskVDSCommand, log id: 7953903c 2012-11-11 14:13:37,641 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) FINISH, SPMClearTaskVDSCommand, log id: 14b872fc 2012-11-11 14:13:37,853 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) BaseAsyncTask::RemoveTaskFromDB: Removed task cac7ce21-3e11-413c-a1ef-afe4e8b48947 from DataBase 2012-11-11 14:13:37,853 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 62a7029a-7b21-46ef-88c0-0f482cdf3c2a 2012-11-11 14:13:47,054 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:47,106 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:47,106 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:47,216 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:47,253 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [5b0860f3] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:47,309 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:47,869 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:47,869 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:49,258 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:49,287 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [5eafc8a1] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:49,343 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:49,493 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:49,493 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:49,621 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:49,871 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [14d975f7] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2617cc4d 2012-11-11 14:13:49,871 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [14d975f7] FINISH, IsValidVDSCommand, return: true, log id: 2617cc4d 2012-11-11 14:13:50,042 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) [14d975f7] START, IsVmDuringInitiatingVDSCommand( vmId = 62a7029a-7b21-46ef-88c0-0f482cdf3c2a), log id: 244896de 2012-11-11 14:13:50,042 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) [14d975f7] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 244896de 2012-11-11 14:13:50,135 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-9) [14d975f7] Running command: RunVmOnceCommand internal: false. Entities affected : ID: 62a7029a-7b21-46ef-88c0-0f482cdf3c2a Type: VM 2012-11-11 14:13:50,152 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [14d975f7] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=62a7029a-7b21-46ef-88c0-0f482cdf3c2a, vm=org.ovirt.engine.core.common.businessentities.VM@5f2a028a), log id: baaf75f 2012-11-11 14:13:50,155 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-9) [14d975f7] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=62a7029a-7b21-46ef-88c0-0f482cdf3c2a, vm=org.ovirt.engine.core.common.businessentities.VM@5f2a028a), log id: 6707eae4 2012-11-11 14:13:50,207 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-9) [14d975f7] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=62a7029a-7b21-46ef-88c0-0f482cdf3c2a,devices=[Ljava.util.Map;@61bafe56,acpiEnable=true,vmName=xxxx,cpuType=Penryn,custom={device_4eebf627-60c8-461b-a86a-ed812c204ba1=VmDevice {vmId=62a7029a-7b21-46ef-88c0-0f482cdf3c2a, deviceId=4eebf627-60c8-461b-a86a-ed812c204ba1, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_4eebf627-60c8-461b-a86a-ed812c204ba1device_53020e00-71bc-483e-a094-374c5f9ff2f1device_8f60277e-28b4-4a65-aeb7-0702ee19dc35device_9a5e6ab5-c5ed-4944-a1f1-0c953a1fae1ddevice_c289169f-7c6e-4abb-8fb9-e99bea2d7536=VmDevice {vmId=62a7029a-7b21-46ef-88c0-0f482cdf3c2a, deviceId=c289169f-7c6e-4abb-8fb9-e99bea2d7536, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}, device_4eebf627-60c8-461b-a86a-ed812c204ba1device_53020e00-71bc-483e-a094-374c5f9ff2f1=VmDevice {vmId=62a7029a-7b21-46ef-88c0-0f482cdf3c2a, deviceId=53020e00-71bc-483e-a094-374c5f9ff2f1, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_4eebf627-60c8-461b-a86a-ed812c204ba1device_53020e00-71bc-483e-a094-374c5f9ff2f1device_8f60277e-28b4-4a65-aeb7-0702ee19dc35device_9a5e6ab5-c5ed-4944-a1f1-0c953a1fae1d=VmDevice {vmId=62a7029a-7b21-46ef-88c0-0f482cdf3c2a, deviceId=9a5e6ab5-c5ed-4944-a1f1-0c953a1fae1d, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_4eebf627-60c8-461b-a86a-ed812c204ba1device_53020e00-71bc-483e-a094-374c5f9ff2f1device_8f60277e-28b4-4a65-aeb7-0702ee19dc35device_9a5e6ab5-c5ed-4944-a1f1-0c953a1fae1ddevice_c289169f-7c6e-4abb-8fb9-e99bea2d7536device_e6b3dd66-acb9-4540-bb2f-9119dde8dd1d=VmDevice {vmId=62a7029a-7b21-46ef-88c0-0f482cdf3c2a, deviceId=e6b3dd66-acb9-4540-bb2f-9119dde8dd1d, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_4eebf627-60c8-461b-a86a-ed812c204ba1device_53020e00-71bc-483e-a094-374c5f9ff2f1device_8f60277e-28b4-4a65-aeb7-0702ee19dc35=VmDevice {vmId=62a7029a-7b21-46ef-88c0-0f482cdf3c2a, deviceId=8f60277e-28b4-4a65-aeb7-0702ee19dc35, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}} 2012-11-11 14:13:50,207 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-9) [14d975f7] FINISH, CreateVDSCommand, log id: 6707eae4 2012-11-11 14:13:50,208 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [14d975f7] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: xxxx 2012-11-11 14:13:50,209 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [14d975f7] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: baaf75f 2012-11-11 14:13:50,418 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [5855bed2] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:50,579 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:13:50,632 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 14:13:50,632 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 14:13:50,685 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:13:50,701 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [37f17d6d] Running command: LogoutUserCommand internal: false. 2012-11-11 14:13:53,861 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-71) VM xxxx 62a7029a-7b21-46ef-88c0-0f482cdf3c2a moved from WaitForLaunch --> PoweringUp 2012-11-11 14:13:53,861 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-71) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[62a7029a-7b21-46ef-88c0-0f482cdf3c2a]), log id: a996310 2012-11-11 14:13:53,880 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-71) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@5c36b4df, log id: a996310 2012-11-11 14:14:00,771 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:14:00,947 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 14:14:00,948 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 14:14:01,255 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:14:01,272 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [2881b1d0] Running command: LogoutUserCommand internal: false. 2012-11-11 14:14:11,348 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:14:11,395 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 14:14:11,395 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 14:14:11,453 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:14:11,473 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [32f4d2c0] Running command: LogoutUserCommand internal: false. 2012-11-11 14:14:21,539 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:14:21,604 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 14:14:21,604 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 14:14:21,732 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:14:21,752 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [3ccce0b5] Running command: LogoutUserCommand internal: false. 2012-11-11 14:14:31,832 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:14:31,976 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 14:14:31,976 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 14:14:32,053 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:14:32,073 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [27910d01] Running command: LogoutUserCommand internal: false. 2012-11-11 14:14:42,159 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:14:42,224 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 14:14:42,225 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 14:14:42,272 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:14:42,291 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [461b68f0] Running command: LogoutUserCommand internal: false. 2012-11-11 14:14:52,215 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-22) VM xxxx 62a7029a-7b21-46ef-88c0-0f482cdf3c2a moved from PoweringUp --> Up 2012-11-11 14:14:52,367 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:14:52,701 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-91) Setting new tasks map. The map contains now 0 tasks 2012-11-11 14:14:52,701 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-91) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 14:14:52,704 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-91) Could not find vds that is spm and non-operational. 2012-11-11 14:14:53,298 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 14:14:53,298 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 14:14:53,742 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:14:53,765 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [261267b0] Running command: LogoutUserCommand internal: false. 2012-11-11 14:14:53,822 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-22) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@467d226), log id: 2c350d9e 2012-11-11 14:14:53,864 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-22) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 2c350d9e 2012-11-11 14:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Checking autorecoverable hosts 2012-11-11 14:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Autorecovering 0 hosts 2012-11-11 14:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Checking autorecoverable hosts done 2012-11-11 14:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Autorecovering storage domains is disabled, skipping 2012-11-11 14:15:03,865 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:15:03,957 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 14:15:03,957 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 14:15:04,073 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:15:04,099 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6ece5c66] Running command: LogoutUserCommand internal: false. 2012-11-11 14:15:14,213 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:15:14,297 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 14:15:14,297 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 14:15:14,408 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:15:14,434 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [2a325698] Running command: LogoutUserCommand internal: false. 2012-11-11 14:15:24,509 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:15:24,559 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 14:15:24,559 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 14:15:24,637 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:15:24,657 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [281c1772] Running command: LogoutUserCommand internal: false. 2012-11-11 14:15:34,728 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:15:34,817 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 14:15:34,817 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 14:15:34,946 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:15:34,966 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [345b313a] Running command: LogoutUserCommand internal: false. 2012-11-11 14:15:45,034 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:15:45,123 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 14:15:45,124 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 14:15:45,215 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:15:45,234 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [4b0c5129] Running command: LogoutUserCommand internal: false. 2012-11-11 14:15:55,670 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:15:55,712 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 14:15:55,712 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 14:15:55,770 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:15:55,790 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [141ba81d] Running command: LogoutUserCommand internal: false. 2012-11-11 14:16:05,880 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:16:05,945 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 14:16:05,945 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 14:16:06,006 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:16:06,026 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [6ff02e0c] Running command: LogoutUserCommand internal: false. 2012-11-11 14:16:16,137 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:16:16,205 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 14:16:16,205 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 14:16:16,301 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:16:16,322 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [4f70220b] Running command: LogoutUserCommand internal: false. 2012-11-11 14:16:26,388 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:16:26,447 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 14:16:26,447 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 14:16:26,531 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:16:26,550 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [cb235ef] Running command: LogoutUserCommand internal: false. 2012-11-11 14:16:36,635 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:16:36,718 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 14:16:36,719 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 14:16:36,768 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:16:36,788 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [2236f0cb] Running command: LogoutUserCommand internal: false. 2012-11-11 14:16:46,853 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:16:46,897 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 14:16:46,899 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 14:16:47,203 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:16:47,222 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [66bc6a5a] Running command: LogoutUserCommand internal: false. 2012-11-11 14:16:57,349 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:16:58,014 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 14:16:58,014 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 14:16:58,158 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:16:58,178 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [6846861e] Running command: LogoutUserCommand internal: false. 2012-11-11 14:17:08,273 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:17:08,324 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 14:17:08,324 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 14:17:09,314 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:17:09,530 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [1e1ef555] Running command: LogoutUserCommand internal: false. 2012-11-11 14:17:19,765 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:17:19,809 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 14:17:19,809 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 14:17:19,871 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:17:19,892 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [45887834] Running command: LogoutUserCommand internal: false. 2012-11-11 14:17:30,012 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:17:30,068 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 14:17:30,068 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 14:17:30,177 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:17:30,196 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [66b9020a] Running command: LogoutUserCommand internal: false. 2012-11-11 14:17:40,262 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:17:40,345 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 14:17:40,345 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 14:17:40,463 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:17:40,482 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [5c673e80] Running command: LogoutUserCommand internal: false. 2012-11-11 14:17:50,557 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:17:50,607 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 14:17:50,608 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 14:17:50,832 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:17:50,852 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [e3ed7a3] Running command: LogoutUserCommand internal: false. 2012-11-11 14:18:00,936 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:18:00,981 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 14:18:00,981 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 14:18:01,071 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:18:01,091 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [7837017f] Running command: LogoutUserCommand internal: false. 2012-11-11 14:18:11,185 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:18:11,225 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 14:18:11,226 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 14:18:11,286 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:18:11,305 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [48ebb78b] Running command: LogoutUserCommand internal: false. 2012-11-11 14:18:21,432 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:18:21,469 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 14:18:21,469 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 14:18:21,530 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:18:21,549 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [9f00e71] Running command: LogoutUserCommand internal: false. 2012-11-11 14:18:31,635 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:18:31,707 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 14:18:31,707 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 14:18:31,739 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:18:31,758 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [4fd39a4] Running command: LogoutUserCommand internal: false. 2012-11-11 14:18:41,848 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:18:41,907 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 14:18:41,908 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 14:18:41,940 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:18:41,959 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [50010ca5] Running command: LogoutUserCommand internal: false. 2012-11-11 14:18:42,023 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:18:42,065 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 14:18:42,065 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 14:18:42,110 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:18:42,129 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [5359d4f6] Running command: LogoutUserCommand internal: false. 2012-11-11 14:18:42,182 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:18:42,224 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 14:18:42,224 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 14:18:42,282 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:18:42,825 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-5) [5bd701d5] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 14:18:42,825 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 14:18:42,825 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 14:18:42,825 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 14:18:42,826 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 14:18:42,975 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-5) [5bd701d5] Running command: UpdateVmCommand internal: false. Entities affected : ID: 62a7029a-7b21-46ef-88c0-0f482cdf3c2a Type: VM 2012-11-11 14:18:43,016 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [5bd701d5] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 49362954 2012-11-11 14:18:43,017 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [5bd701d5] FINISH, IsValidVDSCommand, return: true, log id: 49362954 2012-11-11 14:18:43,038 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-5) [5bd701d5] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 2bf23c4a 2012-11-11 14:18:43,372 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-5) [5bd701d5] FINISH, UpdateVMVDSCommand, log id: 2bf23c4a 2012-11-11 14:18:43,392 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-5) [5bd701d5] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 14:18:43,490 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [1e21993] Running command: LogoutUserCommand internal: false. 2012-11-11 14:18:48,332 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:18:48,387 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 14:18:48,387 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 14:18:48,564 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:18:48,583 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [f911fbe] Running command: LogoutUserCommand internal: false. 2012-11-11 14:18:48,632 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:18:48,692 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 14:18:48,692 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 14:18:48,722 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:18:48,840 INFO [org.ovirt.engine.core.bll.StopVmCommand] (ajp-/127.0.0.1:8702-6) [391f81d6] Running command: StopVmCommand internal: false. Entities affected : ID: 62a7029a-7b21-46ef-88c0-0f482cdf3c2a Type: VM 2012-11-11 14:18:48,843 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (ajp-/127.0.0.1:8702-6) [391f81d6] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=62a7029a-7b21-46ef-88c0-0f482cdf3c2a, force=false, secondsToWait=0, gracefully=false), log id: 6229984f 2012-11-11 14:18:48,846 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (ajp-/127.0.0.1:8702-6) [391f81d6] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=62a7029a-7b21-46ef-88c0-0f482cdf3c2a, force=false, secondsToWait=0, gracefully=false), log id: 77b9abc7 2012-11-11 14:18:49,482 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (ajp-/127.0.0.1:8702-6) [391f81d6] FINISH, DestroyVDSCommand, log id: 77b9abc7 2012-11-11 14:18:49,513 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (ajp-/127.0.0.1:8702-6) [391f81d6] FINISH, DestroyVmVDSCommand, return: Down, log id: 6229984f 2012-11-11 14:18:49,587 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [388507f2] Running command: LogoutUserCommand internal: false. 2012-11-11 14:18:49,638 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:18:49,717 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 14:18:49,717 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 14:18:49,819 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:18:49,846 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [67a34d7c] Running command: LogoutUserCommand internal: false. 2012-11-11 14:19:12,829 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-1) Lock Acquired to object EngineLock [exclusiveLocks= key: 62a7029a-7b21-46ef-88c0-0f482cdf3c2a value: VM , sharedLocks= ] 2012-11-11 14:19:12,833 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3107bc54 2012-11-11 14:19:12,834 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) FINISH, IsValidVDSCommand, return: true, log id: 3107bc54 2012-11-11 14:19:13,314 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) [4239f6f3] Running command: RemoveVmCommand internal: false. Entities affected : ID: 62a7029a-7b21-46ef-88c0-0f482cdf3c2a Type: VM 2012-11-11 14:19:13,315 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) [4239f6f3] START, SetVmStatusVDSCommand( vmId = 62a7029a-7b21-46ef-88c0-0f482cdf3c2a, status = ImageLocked), log id: 19a4e2ba 2012-11-11 14:19:13,319 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) [4239f6f3] FINISH, SetVmStatusVDSCommand, log id: 19a4e2ba 2012-11-11 14:19:13,330 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) [4239f6f3] Lock freed to object EngineLock [exclusiveLocks= key: 62a7029a-7b21-46ef-88c0-0f482cdf3c2a value: VM , sharedLocks= ] 2012-11-11 14:19:13,330 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-44) [4239f6f3] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 62a7029a-7b21-46ef-88c0-0f482cdf3c2a), log id: 53f84369 2012-11-11 14:19:13,392 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-44) [4239f6f3] FINISH, RemoveVMVDSCommand, log id: 53f84369 2012-11-11 14:19:13,396 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-44) [5011cd90] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 62a7029a-7b21-46ef-88c0-0f482cdf3c2a Type: VM 2012-11-11 14:19:13,407 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-44) [1a098185] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 14:19:13,465 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-44) [1a098185] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = ec4acc54-9971-4e3c-a832-394d483ce24a, postZeros = false, forceDelete = false), log id: 57338f35 2012-11-11 14:19:14,918 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-44) [1a098185] FINISH, DeleteImageGroupVDSCommand, log id: 57338f35 2012-11-11 14:19:14,943 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) [1a098185] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 62a7029a-7b21-46ef-88c0-0f482cdf3c2a 2012-11-11 14:19:14,943 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-44) [1a098185] EntityMultiAsyncTasks::AttachTask: Attaching task 2c5766dd-00d5-45d3-a3ee-b05627df58fa to entity 62a7029a-7b21-46ef-88c0-0f482cdf3c2a. 2012-11-11 14:19:14,944 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-44) [1a098185] Adding task 2c5766dd-00d5-45d3-a3ee-b05627df58fa to DataBase 2012-11-11 14:19:14,969 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-44) [1a098185] Adding task 2c5766dd-00d5-45d3-a3ee-b05627df58fa (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 14:19:15,070 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) [1a098185] BaseAsyncTask::StartPollingTask: Starting to poll task 2c5766dd-00d5-45d3-a3ee-b05627df58fa. 2012-11-11 14:19:15,070 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-44) [1a098185] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 62a7029a-7b21-46ef-88c0-0f482cdf3c2a is RemoveVm (determined by task 2c5766dd-00d5-45d3-a3ee-b05627df58fa) 2012-11-11 14:19:16,802 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-26) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 14:19:16,824 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-26) SPMAsyncTask::PollTask: Polling task 2c5766dd-00d5-45d3-a3ee-b05627df58fa (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 14:19:16,878 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-26) BaseAsyncTask::OnTaskEndSuccess: Task 2c5766dd-00d5-45d3-a3ee-b05627df58fa (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 14:19:16,878 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-26) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 62a7029a-7b21-46ef-88c0-0f482cdf3c2a has ended -> executing EndAction 2012-11-11 14:19:16,879 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-26) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 62a7029a-7b21-46ef-88c0-0f482cdf3c2a): calling EndAction for action type RemoveVm. 2012-11-11 14:19:16,879 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 14:19:16,916 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 14:19:16,916 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock Acquired to object EngineLock [exclusiveLocks= key: 62a7029a-7b21-46ef-88c0-0f482cdf3c2a value: VM , sharedLocks= ] 2012-11-11 14:19:16,921 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-44) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:66) - entered 2012-11-11 14:19:16,923 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock freed to object EngineLock [exclusiveLocks= key: 62a7029a-7b21-46ef-88c0-0f482cdf3c2a value: VM , sharedLocks= ] 2012-11-11 14:19:16,952 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 14:19:16,952 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 14:19:17,019 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 2c5766dd-00d5-45d3-a3ee-b05627df58fa 2012-11-11 14:19:17,019 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 2c5766dd-00d5-45d3-a3ee-b05627df58fa), log id: 6d4584a7 2012-11-11 14:19:17,020 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=2c5766dd-00d5-45d3-a3ee-b05627df58fa), log id: 1d0a632 2012-11-11 14:19:17,430 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) FINISH, HSMClearTaskVDSCommand, log id: 1d0a632 2012-11-11 14:19:17,430 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) FINISH, SPMClearTaskVDSCommand, log id: 6d4584a7 2012-11-11 14:19:17,796 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) BaseAsyncTask::RemoveTaskFromDB: Removed task 2c5766dd-00d5-45d3-a3ee-b05627df58fa from DataBase 2012-11-11 14:19:17,796 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 62a7029a-7b21-46ef-88c0-0f482cdf3c2a 2012-11-11 14:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-11 14:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-11 14:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-11 14:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-11 14:20:21,886 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-7) Lock Acquired to object EngineLock [exclusiveLocks= key: test-payload-update value: VM_NAME , sharedLocks= ] 2012-11-11 14:20:21,944 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4b8b618d 2012-11-11 14:20:21,945 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) FINISH, IsValidVDSCommand, return: true, log id: 4b8b618d 2012-11-11 14:20:22,090 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) [495e26d7] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 14:20:22,090 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) [495e26d7] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7b68eda6 2012-11-11 14:20:22,091 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) [495e26d7] FINISH, IsValidVDSCommand, return: true, log id: 7b68eda6 2012-11-11 14:20:22,103 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-48) [495e26d7] MacPoolManager::allocateNewMac entered 2012-11-11 14:20:22,103 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-48) [495e26d7] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:66 2012-11-11 14:20:22,130 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) [495e26d7] Lock freed to object EngineLock [exclusiveLocks= key: test-payload-update value: VM_NAME , sharedLocks= ] 2012-11-11 14:20:22,130 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [495e26d7] START, SetVmStatusVDSCommand( vmId = 94c7f8c1-2295-4e35-b582-b5544a777f52, status = ImageLocked), log id: 36486c3b 2012-11-11 14:20:22,132 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [495e26d7] FINISH, SetVmStatusVDSCommand, log id: 36486c3b 2012-11-11 14:20:22,133 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-48) [33c1c861] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 14:20:22,139 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [33c1c861] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 1ee139b4 2012-11-11 14:20:22,188 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [33c1c861] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 1ee139b4 2012-11-11 14:20:22,189 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [33c1c861] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 8d1f0695-bea7-414a-9fee-730ff3b53774, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 5da231a6-cfab-4462-9943-2d8e5daecbed, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 56026dd6 2012-11-11 14:20:22,189 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [33c1c861] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 14:20:22,190 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [33c1c861] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=8d1f0695-bea7-414a-9fee-730ff3b53774 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=5da231a6-cfab-4462-9943-2d8e5daecbed descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 14:20:23,101 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-11) Setting new tasks map. The map contains now 0 tasks 2012-11-11 14:20:23,101 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-11) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 14:20:23,104 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-11) Could not find vds that is spm and non-operational. 2012-11-11 14:20:23,749 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [33c1c861] FINISH, CreateSnapshotVDSCommand, return: 5da231a6-cfab-4462-9943-2d8e5daecbed, log id: 56026dd6 2012-11-11 14:20:23,776 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [33c1c861] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 94c7f8c1-2295-4e35-b582-b5544a777f52 2012-11-11 14:20:23,776 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [33c1c861] EntityMultiAsyncTasks::AttachTask: Attaching task d7494a67-f214-489a-85fd-ca2933a0d831 to entity 94c7f8c1-2295-4e35-b582-b5544a777f52. 2012-11-11 14:20:23,777 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [33c1c861] Adding task d7494a67-f214-489a-85fd-ca2933a0d831 to DataBase 2012-11-11 14:20:23,871 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [33c1c861] Adding task d7494a67-f214-489a-85fd-ca2933a0d831 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 14:20:24,046 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [33c1c861] BaseAsyncTask::StartPollingTask: Starting to poll task d7494a67-f214-489a-85fd-ca2933a0d831. 2012-11-11 14:20:24,046 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [33c1c861] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 94c7f8c1-2295-4e35-b582-b5544a777f52 is AddVm (determined by task d7494a67-f214-489a-85fd-ca2933a0d831) 2012-11-11 14:20:26,880 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-79) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 14:20:26,904 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-79) SPMAsyncTask::PollTask: Polling task d7494a67-f214-489a-85fd-ca2933a0d831 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-11 14:20:26,904 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-79) Finished polling Tasks, will poll again in 10 seconds. 2012-11-11 14:20:36,246 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:20:36,306 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 14:20:36,306 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 14:20:36,379 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:20:36,398 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [493fa3fc] Running command: LogoutUserCommand internal: false. 2012-11-11 14:20:36,927 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-93) SPMAsyncTask::PollTask: Polling task d7494a67-f214-489a-85fd-ca2933a0d831 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 14:20:36,984 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-93) BaseAsyncTask::OnTaskEndSuccess: Task d7494a67-f214-489a-85fd-ca2933a0d831 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 14:20:36,984 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-93) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 94c7f8c1-2295-4e35-b582-b5544a777f52 has ended -> executing EndAction 2012-11-11 14:20:36,985 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-93) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 94c7f8c1-2295-4e35-b582-b5544a777f52): calling EndAction for action type AddVm. 2012-11-11 14:20:36,985 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 14:20:37,008 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-46) Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 14:20:37,009 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-46) [33c1c861] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 14:20:37,014 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-46) [33c1c861] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 8d1f0695-bea7-414a-9fee-730ff3b53774, imageId = 5da231a6-cfab-4462-9943-2d8e5daecbed), log id: 9493e74 2012-11-11 14:20:37,141 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-46) [33c1c861] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@f759a91a, log id: 9493e74 2012-11-11 14:20:37,150 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-46) START, SetVmStatusVDSCommand( vmId = 94c7f8c1-2295-4e35-b582-b5544a777f52, status = Down), log id: 4287a068 2012-11-11 14:20:37,153 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-46) FINISH, SetVmStatusVDSCommand, log id: 4287a068 2012-11-11 14:20:37,203 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-46) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 16e3fa24 2012-11-11 14:20:37,543 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-46) FINISH, UpdateVMVDSCommand, log id: 16e3fa24 2012-11-11 14:20:37,999 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 14:20:37,999 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 14:20:38,038 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) SPMAsyncTask::ClearAsyncTask: Attempting to clear task d7494a67-f214-489a-85fd-ca2933a0d831 2012-11-11 14:20:38,038 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = d7494a67-f214-489a-85fd-ca2933a0d831), log id: 1ccf843e 2012-11-11 14:20:38,040 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=d7494a67-f214-489a-85fd-ca2933a0d831), log id: d4b6246 2012-11-11 14:20:38,543 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) FINISH, HSMClearTaskVDSCommand, log id: d4b6246 2012-11-11 14:20:38,543 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) FINISH, SPMClearTaskVDSCommand, log id: 1ccf843e 2012-11-11 14:20:38,576 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) BaseAsyncTask::RemoveTaskFromDB: Removed task d7494a67-f214-489a-85fd-ca2933a0d831 from DataBase 2012-11-11 14:20:38,576 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 94c7f8c1-2295-4e35-b582-b5544a777f52 2012-11-11 14:21:17,157 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:21:17,223 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 14:21:17,223 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 14:21:17,286 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:21:17,306 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [661c7dc2] Running command: LogoutUserCommand internal: false. 2012-11-11 14:21:53,104 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-1) Setting new tasks map. The map contains now 0 tasks 2012-11-11 14:21:53,104 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-1) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 14:21:53,107 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-1) Could not find vds that is spm and non-operational. 2012-11-11 14:22:24,669 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:22:24,707 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 14:22:24,708 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 14:22:24,778 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:22:24,797 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [3b1f3beb] Running command: LogoutUserCommand internal: false. 2012-11-11 14:22:44,225 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:22:44,391 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 14:22:44,391 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 14:22:44,527 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:22:44,573 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [2b2a6eea] Running command: LogoutUserCommand internal: false. 2012-11-11 14:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Checking autorecoverable hosts 2012-11-11 14:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Autorecovering 0 hosts 2012-11-11 14:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Checking autorecoverable hosts done 2012-11-11 14:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Autorecovering storage domains is disabled, skipping 2012-11-11 14:25:48,215 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:25:48,372 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 14:25:48,372 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 14:25:48,702 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:26:39,091 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [418a974c] Lock Acquired to object EngineLock [exclusiveLocks= key: test-payload-update value: VM_NAME , sharedLocks= ] 2012-11-11 14:26:39,091 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 14:26:39,091 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 14:26:39,091 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 14:26:39,091 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 14:26:39,120 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [418a974c] Running command: UpdateVmCommand internal: false. Entities affected : ID: 94c7f8c1-2295-4e35-b582-b5544a777f52 Type: VM 2012-11-11 14:26:39,148 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [418a974c] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 42e29dcb 2012-11-11 14:26:39,149 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [418a974c] FINISH, IsValidVDSCommand, return: true, log id: 42e29dcb 2012-11-11 14:26:39,165 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-10) [418a974c] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 5cbd3ab8 2012-11-11 14:26:40,270 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-10) [418a974c] FINISH, UpdateVMVDSCommand, log id: 5cbd3ab8 2012-11-11 14:26:40,308 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [418a974c] Lock freed to object EngineLock [exclusiveLocks= key: test-payload-update value: VM_NAME , sharedLocks= ] 2012-11-11 14:26:40,422 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [1aa4d5e2] Running command: LogoutUserCommand internal: false. 2012-11-11 14:26:56,972 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:26:57,099 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 14:26:57,099 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 14:26:58,147 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:26:58,287 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [14653951] Running command: LogoutUserCommand internal: false. 2012-11-11 14:27:11,725 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:27:11,782 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 14:27:11,783 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 14:27:11,858 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:27:11,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [e8e679] Running command: LogoutUserCommand internal: false. 2012-11-11 14:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-11 14:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-11 14:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-11 14:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-11 14:30:22,798 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-17) Lock Acquired to object EngineLock [exclusiveLocks= key: 94c7f8c1-2295-4e35-b582-b5544a777f52 value: VM , sharedLocks= ] 2012-11-11 14:30:22,806 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1629355e 2012-11-11 14:30:22,807 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) FINISH, IsValidVDSCommand, return: true, log id: 1629355e 2012-11-11 14:30:23,244 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-17) START, IsVmDuringInitiatingVDSCommand( vmId = 94c7f8c1-2295-4e35-b582-b5544a777f52), log id: 134f401c 2012-11-11 14:30:23,245 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-17) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 134f401c 2012-11-11 14:30:23,505 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [6bb9e107] Running command: RunVmCommand internal: false. Entities affected : ID: 94c7f8c1-2295-4e35-b582-b5544a777f52 Type: VM 2012-11-11 14:30:23,546 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [6bb9e107] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, vm=org.ovirt.engine.core.common.businessentities.VM@35c59880), log id: 15014946 2012-11-11 14:30:23,551 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [6bb9e107] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, vm=org.ovirt.engine.core.common.businessentities.VM@35c59880), log id: 27137941 2012-11-11 14:30:23,608 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [6bb9e107] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=-43200,transparentHugePages=true,vmId=94c7f8c1-2295-4e35-b582-b5544a777f52,devices=[Ljava.util.Map;@17e93912,acpiEnable=true,vmName=test-payload-update,cpuType=Penryn,custom={device_1641dd33-62be-460f-844d-ed0071770b41device_1bac3bae-b9b7-4bee-ba9e-60482d0fbb40device_3f5dcc77-ff77-4079-a86e-a590c262b730=VmDevice {vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, deviceId=3f5dcc77-ff77-4079-a86e-a590c262b730, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_1641dd33-62be-460f-844d-ed0071770b41=VmDevice {vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, deviceId=1641dd33-62be-460f-844d-ed0071770b41, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}, device_1641dd33-62be-460f-844d-ed0071770b41device_1bac3bae-b9b7-4bee-ba9e-60482d0fbb40device_3f5dcc77-ff77-4079-a86e-a590c262b730device_513eba53-dbaa-4704-b7a9-e157de9b9255=VmDevice {vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, deviceId=513eba53-dbaa-4704-b7a9-e157de9b9255, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_1641dd33-62be-460f-844d-ed0071770b41device_1bac3bae-b9b7-4bee-ba9e-60482d0fbb40device_3f5dcc77-ff77-4079-a86e-a590c262b730device_513eba53-dbaa-4704-b7a9-e157de9b9255device_9659acd8-efcc-4c34-8e38-cfb1b25f2592device_b14394e4-70d4-4caf-a79d-b32c3cc0dc65=VmDevice {vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, deviceId=b14394e4-70d4-4caf-a79d-b32c3cc0dc65, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_1641dd33-62be-460f-844d-ed0071770b41device_1bac3bae-b9b7-4bee-ba9e-60482d0fbb40=VmDevice {vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, deviceId=1bac3bae-b9b7-4bee-ba9e-60482d0fbb40, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}, device_1641dd33-62be-460f-844d-ed0071770b41device_1bac3bae-b9b7-4bee-ba9e-60482d0fbb40device_3f5dcc77-ff77-4079-a86e-a590c262b730device_513eba53-dbaa-4704-b7a9-e157de9b9255device_9659acd8-efcc-4c34-8e38-cfb1b25f2592=VmDevice {vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, deviceId=9659acd8-efcc-4c34-8e38-cfb1b25f2592, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}} 2012-11-11 14:30:23,608 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [6bb9e107] FINISH, CreateVDSCommand, log id: 27137941 2012-11-11 14:30:23,609 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [6bb9e107] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: test-payload-update 2012-11-11 14:30:23,644 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [6bb9e107] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 15014946 2012-11-11 14:30:23,644 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [6bb9e107] Lock freed to object EngineLock [exclusiveLocks= key: 94c7f8c1-2295-4e35-b582-b5544a777f52 value: VM , sharedLocks= ] 2012-11-11 14:30:27,016 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-15) VM test-payload-update 94c7f8c1-2295-4e35-b582-b5544a777f52 moved from WaitForLaunch --> PoweringUp 2012-11-11 14:30:27,019 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-15) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[94c7f8c1-2295-4e35-b582-b5544a777f52]), log id: 617f7747 2012-11-11 14:30:27,038 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-15) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@77700852, log id: 617f7747 2012-11-11 14:31:25,258 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-43) VM test-payload-update 94c7f8c1-2295-4e35-b582-b5544a777f52 moved from PoweringUp --> Up 2012-11-11 14:31:25,272 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-43) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@4c577de0), log id: 7f0f352e 2012-11-11 14:31:25,324 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-43) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 7f0f352e 2012-11-11 14:32:24,598 INFO [org.ovirt.engine.core.bll.SetVmTicketCommand] (ajp-/127.0.0.1:8702-9) [4a8e96f1] Running command: SetVmTicketCommand internal: false. Entities affected : ID: 94c7f8c1-2295-4e35-b582-b5544a777f52 Type: VM 2012-11-11 14:32:24,602 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (ajp-/127.0.0.1:8702-9) [4a8e96f1] START, SetVmTicketVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, ticket=V9z7f+O6T14U, validTime=120,m userName=vdcadmin, userId=9b9002d1-ec33-4083-8a7b-31f6b8931648), log id: 5cdd6669 2012-11-11 14:32:24,894 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (ajp-/127.0.0.1:8702-9) [4a8e96f1] FINISH, SetVmTicketVDSCommand, log id: 5cdd6669 2012-11-11 14:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts 2012-11-11 14:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering 0 hosts 2012-11-11 14:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts done 2012-11-11 14:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering storage domains is disabled, skipping 2012-11-11 14:35:40,644 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:40,754 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:40,754 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:40,872 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:40,874 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [63279501] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:40,946 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:41,006 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:41,007 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:41,105 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:41,107 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [65c7c452] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:41,167 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:41,231 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:41,231 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:41,358 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:41,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [47efccde] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:41,428 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:41,470 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:41,471 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:41,527 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:41,530 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6757be0d] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:41,588 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:41,639 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:41,639 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:41,734 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:41,735 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [d7ec974] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:41,791 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:41,837 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:41,837 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:41,895 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:41,896 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [3610b06c] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:41,977 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:42,015 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:42,015 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:42,062 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:42,064 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1d15717c] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:42,116 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:42,162 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:42,163 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:42,268 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:42,271 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [1b99318f] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:42,337 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:42,391 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:42,392 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:42,449 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:42,450 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [123de1fa] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:42,985 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:43,485 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:43,485 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:43,924 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:43,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [336d20fb] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:44,029 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:44,189 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:44,189 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:44,282 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:44,285 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [709d5049] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:44,377 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:44,422 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:44,422 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:44,471 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:44,473 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [dd9abf5] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:44,527 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:44,580 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:44,581 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:44,700 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:44,703 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [6bff77f4] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:44,751 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:45,016 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:45,017 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:45,256 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:45,272 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [40268931] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:45,371 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:45,463 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:45,463 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:46,415 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:46,435 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [6a75f532] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:46,504 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:46,545 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:46,545 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:46,605 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:46,756 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-6) [21d55b99] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 14:35:46,791 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [21d55b99] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 50882d47 2012-11-11 14:35:46,792 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [21d55b99] FINISH, IsValidVDSCommand, return: true, log id: 50882d47 2012-11-11 14:35:46,877 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-6) [21d55b99] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 14:35:46,878 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [21d55b99] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3d6ae0b5 2012-11-11 14:35:46,878 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [21d55b99] FINISH, IsValidVDSCommand, return: true, log id: 3d6ae0b5 2012-11-11 14:35:46,883 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-6) [21d55b99] MacPoolManager::allocateNewMac entered 2012-11-11 14:35:46,883 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-6) [21d55b99] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:65 2012-11-11 14:35:46,942 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-6) [21d55b99] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 14:35:46,943 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-6) [21d55b99] START, SetVmStatusVDSCommand( vmId = b96ecb46-3ea9-4909-b834-940447956b1f, status = ImageLocked), log id: 62358e20 2012-11-11 14:35:46,945 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-6) [21d55b99] FINISH, SetVmStatusVDSCommand, log id: 62358e20 2012-11-11 14:35:46,946 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-6) [7cc20a95] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 14:35:46,952 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-6) [7cc20a95] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 74e058d6 2012-11-11 14:35:46,998 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-6) [7cc20a95] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 74e058d6 2012-11-11 14:35:47,000 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-6) [7cc20a95] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 2adf012b-3a4c-4fff-8a8a-ab48b0c211bb, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = bfbf808b-a59b-4e05-a410-aca38249fc8c, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 47d8883 2012-11-11 14:35:47,000 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-6) [7cc20a95] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 14:35:47,000 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-6) [7cc20a95] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=2adf012b-3a4c-4fff-8a8a-ab48b0c211bb size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=bfbf808b-a59b-4e05-a410-aca38249fc8c descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 14:35:48,214 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-6) [7cc20a95] FINISH, CreateSnapshotVDSCommand, return: bfbf808b-a59b-4e05-a410-aca38249fc8c, log id: 47d8883 2012-11-11 14:35:48,272 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-6) [7cc20a95] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity b96ecb46-3ea9-4909-b834-940447956b1f 2012-11-11 14:35:48,272 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-6) [7cc20a95] EntityMultiAsyncTasks::AttachTask: Attaching task 7476c004-85ec-47fd-80b9-93fa2b7410cf to entity b96ecb46-3ea9-4909-b834-940447956b1f. 2012-11-11 14:35:48,273 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-6) [7cc20a95] Adding task 7476c004-85ec-47fd-80b9-93fa2b7410cf to DataBase 2012-11-11 14:35:48,306 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-6) [7cc20a95] Adding task 7476c004-85ec-47fd-80b9-93fa2b7410cf (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 14:35:48,560 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-6) [7cc20a95] BaseAsyncTask::StartPollingTask: Starting to poll task 7476c004-85ec-47fd-80b9-93fa2b7410cf. 2012-11-11 14:35:48,560 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-6) [7cc20a95] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity b96ecb46-3ea9-4909-b834-940447956b1f is AddVm (determined by task 7476c004-85ec-47fd-80b9-93fa2b7410cf) 2012-11-11 14:35:48,576 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [d77861d] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:48,631 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:48,694 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:48,694 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:48,754 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:48,775 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [500d6654] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:48,833 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:48,889 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:48,889 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:48,977 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:48,997 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [310229e2] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:53,506 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:53,558 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:53,558 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:53,620 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:53,676 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-17) [22ae70aa] Lock Acquired to object EngineLock [exclusiveLocks= key: test-payload-update value: VM_NAME , sharedLocks= ] 2012-11-11 14:35:53,676 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-17) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 14:35:53,676 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-17) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 14:35:53,676 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-17) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 14:35:53,676 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-17) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 14:35:53,747 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-17) [22ae70aa] Running command: UpdateVmCommand internal: false. Entities affected : ID: 94c7f8c1-2295-4e35-b582-b5544a777f52 Type: VM 2012-11-11 14:35:53,778 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) [22ae70aa] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6d3fb9a 2012-11-11 14:35:53,779 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) [22ae70aa] FINISH, IsValidVDSCommand, return: true, log id: 6d3fb9a 2012-11-11 14:35:53,791 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-17) [22ae70aa] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 3bc8c5dc 2012-11-11 14:35:54,992 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-17) [22ae70aa] FINISH, UpdateVMVDSCommand, log id: 3bc8c5dc 2012-11-11 14:35:55,015 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-17) [22ae70aa] Lock freed to object EngineLock [exclusiveLocks= key: test-payload-update value: VM_NAME , sharedLocks= ] 2012-11-11 14:35:55,072 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [5595c7c2] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:57,039 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-52) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 14:35:57,062 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-52) SPMAsyncTask::PollTask: Polling task 7476c004-85ec-47fd-80b9-93fa2b7410cf (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 14:35:57,100 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-52) BaseAsyncTask::OnTaskEndSuccess: Task 7476c004-85ec-47fd-80b9-93fa2b7410cf (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 14:35:57,100 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-52) EntityAsyncTask::EndActionIfNecessary: All tasks of entity b96ecb46-3ea9-4909-b834-940447956b1f has ended -> executing EndAction 2012-11-11 14:35:57,100 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-52) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: b96ecb46-3ea9-4909-b834-940447956b1f): calling EndAction for action type AddVm. 2012-11-11 14:35:57,101 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 14:35:57,123 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-46) [21d55b99] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 14:35:57,123 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-46) [7cc20a95] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 14:35:57,124 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-46) [7cc20a95] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 2adf012b-3a4c-4fff-8a8a-ab48b0c211bb, imageId = bfbf808b-a59b-4e05-a410-aca38249fc8c), log id: 63b7b0c3 2012-11-11 14:35:57,176 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-46) [7cc20a95] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@ad49ca97, log id: 63b7b0c3 2012-11-11 14:35:57,182 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-46) START, SetVmStatusVDSCommand( vmId = b96ecb46-3ea9-4909-b834-940447956b1f, status = Down), log id: 139b22f4 2012-11-11 14:35:57,185 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-46) FINISH, SetVmStatusVDSCommand, log id: 139b22f4 2012-11-11 14:35:57,214 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-46) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 2c34fbe 2012-11-11 14:35:57,313 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-46) FINISH, UpdateVMVDSCommand, log id: 2c34fbe 2012-11-11 14:35:57,383 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 14:35:57,383 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 14:35:57,396 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 7476c004-85ec-47fd-80b9-93fa2b7410cf 2012-11-11 14:35:57,396 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 7476c004-85ec-47fd-80b9-93fa2b7410cf), log id: 16478fca 2012-11-11 14:35:57,398 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=7476c004-85ec-47fd-80b9-93fa2b7410cf), log id: 7a84ff9a 2012-11-11 14:35:57,604 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) FINISH, HSMClearTaskVDSCommand, log id: 7a84ff9a 2012-11-11 14:35:57,605 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) FINISH, SPMClearTaskVDSCommand, log id: 16478fca 2012-11-11 14:35:57,961 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) BaseAsyncTask::RemoveTaskFromDB: Removed task 7476c004-85ec-47fd-80b9-93fa2b7410cf from DataBase 2012-11-11 14:35:57,961 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity b96ecb46-3ea9-4909-b834-940447956b1f 2012-11-11 14:35:59,092 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:59,157 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:59,157 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:59,210 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:59,281 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [2f935545] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:59,363 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:59,411 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:59,412 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:59,492 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:59,539 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [62a32f6c] Running command: LogoutUserCommand internal: false. 2012-11-11 14:35:59,617 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:35:59,725 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 14:35:59,725 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 14:35:59,833 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:35:59,916 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-9) [7ff104f8] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 14:35:59,916 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 14:35:59,916 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 14:35:59,916 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 14:35:59,916 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 14:35:59,994 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-9) [7ff104f8] Running command: UpdateVmCommand internal: false. Entities affected : ID: b96ecb46-3ea9-4909-b834-940447956b1f Type: VM 2012-11-11 14:36:00,019 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [7ff104f8] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 78b9f05 2012-11-11 14:36:00,020 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [7ff104f8] FINISH, IsValidVDSCommand, return: true, log id: 78b9f05 2012-11-11 14:36:00,028 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-9) [7ff104f8] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 40e35b7e 2012-11-11 14:36:00,382 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-9) [7ff104f8] FINISH, UpdateVMVDSCommand, log id: 40e35b7e 2012-11-11 14:36:00,426 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-9) [7ff104f8] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 14:36:00,512 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [6dfb9022] Running command: LogoutUserCommand internal: false. 2012-11-11 14:36:52,366 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [46026f08] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 94c7f8c1-2295-4e35-b582-b5544a777f52 Type: VM 2012-11-11 14:36:52,386 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [46026f08] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop test-payload-update). 2012-11-11 14:36:52,386 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [46026f08] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop test-payload-update. 2012-11-11 14:36:52,387 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [46026f08] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, force=false, secondsToWait=30, gracefully=true), log id: 2eeafc1e 2012-11-11 14:36:52,391 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [46026f08] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, force=false, secondsToWait=30, gracefully=true), log id: 581eb2b8 2012-11-11 14:36:52,409 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [46026f08] FINISH, DestroyVDSCommand, log id: 581eb2b8 2012-11-11 14:36:52,421 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [46026f08] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 2eeafc1e 2012-11-11 14:37:00,537 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [4e1e4542] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 94c7f8c1-2295-4e35-b582-b5544a777f52 Type: VM 2012-11-11 14:37:00,538 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [4e1e4542] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop test-payload-update). 2012-11-11 14:37:00,538 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [4e1e4542] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop test-payload-update, status is not up. Stopping instead. 2012-11-11 14:37:00,541 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-48) [71ea582f] Running command: StopVmCommand internal: true. Entities affected : ID: 94c7f8c1-2295-4e35-b582-b5544a777f52 Type: VM 2012-11-11 14:37:00,543 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [71ea582f] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, force=false, secondsToWait=0, gracefully=false), log id: 24176d81 2012-11-11 14:37:00,546 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [71ea582f] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, force=false, secondsToWait=0, gracefully=false), log id: 325d997b 2012-11-11 14:37:01,348 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [71ea582f] FINISH, DestroyVDSCommand, log id: 325d997b 2012-11-11 14:37:01,390 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [71ea582f] FINISH, DestroyVmVDSCommand, return: Down, log id: 24176d81 2012-11-11 14:37:09,345 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:37:09,405 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 14:37:09,405 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 14:37:09,434 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:37:09,456 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [19bc5a66] Running command: LogoutUserCommand internal: false. 2012-11-11 14:37:23,117 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-23) Setting new tasks map. The map contains now 0 tasks 2012-11-11 14:37:23,117 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-23) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 14:37:23,120 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-23) Could not find vds that is spm and non-operational. 2012-11-11 14:37:31,419 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:37:31,476 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 14:37:31,476 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 14:37:31,703 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:37:31,745 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [433e60f4] Running command: LogoutUserCommand internal: false. 2012-11-11 14:38:12,067 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-17) Lock Acquired to object EngineLock [exclusiveLocks= key: b96ecb46-3ea9-4909-b834-940447956b1f value: VM , sharedLocks= ] 2012-11-11 14:38:12,071 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 744b5a8e 2012-11-11 14:38:12,072 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) FINISH, IsValidVDSCommand, return: true, log id: 744b5a8e 2012-11-11 14:38:12,173 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-17) START, IsVmDuringInitiatingVDSCommand( vmId = b96ecb46-3ea9-4909-b834-940447956b1f), log id: 7b6e13a7 2012-11-11 14:38:12,173 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-17) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 7b6e13a7 2012-11-11 14:38:12,249 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [4e732cce] Running command: RunVmCommand internal: false. Entities affected : ID: b96ecb46-3ea9-4909-b834-940447956b1f Type: VM 2012-11-11 14:38:12,291 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [4e732cce] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b96ecb46-3ea9-4909-b834-940447956b1f, vm=org.ovirt.engine.core.common.businessentities.VM@12dcca64), log id: 5ecb8107 2012-11-11 14:38:12,294 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [4e732cce] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b96ecb46-3ea9-4909-b834-940447956b1f, vm=org.ovirt.engine.core.common.businessentities.VM@12dcca64), log id: 5543dfc2 2012-11-11 14:38:12,311 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-46) [4e732cce] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 14:38:12,311 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [4e732cce] FINISH, CreateVDSCommand, log id: 5543dfc2 2012-11-11 14:38:12,311 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [4e732cce] VDS::create Failed creating vm xxxx in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 14:38:12,312 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [4e732cce] FINISH, CreateVmVDSCommand, return: Down, log id: 5ecb8107 2012-11-11 14:38:12,312 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [4e732cce] Lock freed to object EngineLock [exclusiveLocks= key: b96ecb46-3ea9-4909-b834-940447956b1f value: VM , sharedLocks= ] 2012-11-11 14:38:12,312 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [4e732cce] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 14:38:21,105 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-1) Lock Acquired to object EngineLock [exclusiveLocks= key: 94c7f8c1-2295-4e35-b582-b5544a777f52 value: VM , sharedLocks= ] 2012-11-11 14:38:21,109 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 754d9c45 2012-11-11 14:38:21,110 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) FINISH, IsValidVDSCommand, return: true, log id: 754d9c45 2012-11-11 14:38:21,141 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-1) START, IsVmDuringInitiatingVDSCommand( vmId = 94c7f8c1-2295-4e35-b582-b5544a777f52), log id: 53f8e088 2012-11-11 14:38:21,141 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-1) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 53f8e088 2012-11-11 14:38:21,280 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [292e6d21] Running command: RunVmCommand internal: false. Entities affected : ID: 94c7f8c1-2295-4e35-b582-b5544a777f52 Type: VM 2012-11-11 14:38:21,312 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [292e6d21] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, vm=org.ovirt.engine.core.common.businessentities.VM@6becc6a8), log id: 29d42d56 2012-11-11 14:38:21,315 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [292e6d21] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, vm=org.ovirt.engine.core.common.businessentities.VM@6becc6a8), log id: 69d2cc37 2012-11-11 14:38:21,372 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [292e6d21] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=-43200,transparentHugePages=true,vmId=94c7f8c1-2295-4e35-b582-b5544a777f52,devices=[Ljava.util.Map;@3eb6eff3,acpiEnable=true,vmName=test-payload-update,cpuType=Penryn,custom={device_4eb7acea-9d89-477e-a398-02c57b96bf86device_5549a84d-a62e-4e24-b79a-8da6691eb579device_cff4524d-13f1-4621-80af-326c70720a06device_e790e7f2-6fcc-4c31-ac87-eee659852f8a=VmDevice {vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, deviceId=e790e7f2-6fcc-4c31-ac87-eee659852f8a, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_4eb7acea-9d89-477e-a398-02c57b96bf86device_5549a84d-a62e-4e24-b79a-8da6691eb579device_cff4524d-13f1-4621-80af-326c70720a06=VmDevice {vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, deviceId=cff4524d-13f1-4621-80af-326c70720a06, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}, device_4eb7acea-9d89-477e-a398-02c57b96bf86=VmDevice {vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, deviceId=4eb7acea-9d89-477e-a398-02c57b96bf86, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_4eb7acea-9d89-477e-a398-02c57b96bf86device_5549a84d-a62e-4e24-b79a-8da6691eb579=VmDevice {vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, deviceId=5549a84d-a62e-4e24-b79a-8da6691eb579, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_4eb7acea-9d89-477e-a398-02c57b96bf86device_5549a84d-a62e-4e24-b79a-8da6691eb579device_cff4524d-13f1-4621-80af-326c70720a06device_e790e7f2-6fcc-4c31-ac87-eee659852f8adevice_e8f24b4e-d2f5-4939-8fa6-f229ae475566=VmDevice {vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, deviceId=e8f24b4e-d2f5-4939-8fa6-f229ae475566, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}} 2012-11-11 14:38:21,372 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [292e6d21] FINISH, CreateVDSCommand, log id: 69d2cc37 2012-11-11 14:38:21,373 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [292e6d21] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: test-payload-update 2012-11-11 14:38:21,396 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [292e6d21] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 29d42d56 2012-11-11 14:38:21,396 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [292e6d21] Lock freed to object EngineLock [exclusiveLocks= key: 94c7f8c1-2295-4e35-b582-b5544a777f52 value: VM , sharedLocks= ] 2012-11-11 14:38:23,883 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-79) VM test-payload-update 94c7f8c1-2295-4e35-b582-b5544a777f52 moved from WaitForLaunch --> PoweringUp 2012-11-11 14:38:23,883 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-79) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[94c7f8c1-2295-4e35-b582-b5544a777f52]), log id: 39d1ee16 2012-11-11 14:38:23,903 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-79) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@2c54036d, log id: 39d1ee16 2012-11-11 14:38:58,724 INFO [org.ovirt.engine.core.bll.SetVmTicketCommand] (ajp-/127.0.0.1:8702-17) [5371f927] Running command: SetVmTicketCommand internal: false. Entities affected : ID: 94c7f8c1-2295-4e35-b582-b5544a777f52 Type: VM 2012-11-11 14:38:58,727 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (ajp-/127.0.0.1:8702-17) [5371f927] START, SetVmTicketVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, ticket=39B4im3i65+2, validTime=120,m userName=vdcadmin, userId=9b9002d1-ec33-4083-8a7b-31f6b8931648), log id: 3981329 2012-11-11 14:38:58,924 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (ajp-/127.0.0.1:8702-17) [5371f927] FINISH, SetVmTicketVDSCommand, log id: 3981329 2012-11-11 14:39:22,500 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-23) VM test-payload-update 94c7f8c1-2295-4e35-b582-b5544a777f52 moved from PoweringUp --> Up 2012-11-11 14:39:23,424 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-23) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@9aaeeec4), log id: 7902eaf 2012-11-11 14:39:23,482 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-23) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 7902eaf 2012-11-11 14:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-11 14:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-11 14:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-11 14:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-11 14:42:15,974 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:42:16,015 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 14:42:16,016 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 14:42:16,137 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:42:16,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [28bc7b4e] Running command: LogoutUserCommand internal: false. 2012-11-11 14:43:25,888 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:43:25,945 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 14:43:25,945 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 14:43:25,994 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:43:26,015 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [3860c381] Running command: LogoutUserCommand internal: false. 2012-11-11 14:43:56,101 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:43:56,172 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 14:43:56,172 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 14:43:56,261 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:43:56,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [4a9c59d5] Running command: LogoutUserCommand internal: false. 2012-11-11 14:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Checking autorecoverable hosts 2012-11-11 14:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Autorecovering 0 hosts 2012-11-11 14:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Checking autorecoverable hosts done 2012-11-11 14:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-27) Autorecovering storage domains is disabled, skipping 2012-11-11 14:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts 2012-11-11 14:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering 0 hosts 2012-11-11 14:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts done 2012-11-11 14:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering storage domains is disabled, skipping 2012-11-11 14:54:12,223 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-4) Lock Acquired to object EngineLock [exclusiveLocks= key: teee value: VM_NAME , sharedLocks= ] 2012-11-11 14:54:12,247 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 37b48b1d 2012-11-11 14:54:12,248 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) FINISH, IsValidVDSCommand, return: true, log id: 37b48b1d 2012-11-11 14:54:12,370 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) [29a357c0] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 14:54:12,371 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) [29a357c0] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2ff60b93 2012-11-11 14:54:12,371 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) [29a357c0] FINISH, IsValidVDSCommand, return: true, log id: 2ff60b93 2012-11-11 14:54:12,377 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-48) [29a357c0] MacPoolManager::allocateNewMac entered 2012-11-11 14:54:12,377 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-48) [29a357c0] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:64 2012-11-11 14:54:12,402 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) [29a357c0] Lock freed to object EngineLock [exclusiveLocks= key: teee value: VM_NAME , sharedLocks= ] 2012-11-11 14:54:12,402 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [29a357c0] START, SetVmStatusVDSCommand( vmId = ce70f911-a059-4ce2-8c43-aa0671c20fd7, status = ImageLocked), log id: 2187cb8a 2012-11-11 14:54:12,404 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [29a357c0] FINISH, SetVmStatusVDSCommand, log id: 2187cb8a 2012-11-11 14:54:12,408 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-48) [1391d98c] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 14:54:12,414 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [1391d98c] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 7262e5db 2012-11-11 14:54:12,473 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [1391d98c] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 7262e5db 2012-11-11 14:54:12,475 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [1391d98c] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 82cd6ab0-01c7-437c-bda1-278b62ddbfa7, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 100e6157-3a9c-45a0-bfe8-903b5bac5e4a, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 39a0512 2012-11-11 14:54:12,475 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [1391d98c] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 14:54:12,475 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [1391d98c] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=82cd6ab0-01c7-437c-bda1-278b62ddbfa7 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=100e6157-3a9c-45a0-bfe8-903b5bac5e4a descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 14:54:14,110 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [1391d98c] FINISH, CreateSnapshotVDSCommand, return: 100e6157-3a9c-45a0-bfe8-903b5bac5e4a, log id: 39a0512 2012-11-11 14:54:14,186 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [1391d98c] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity ce70f911-a059-4ce2-8c43-aa0671c20fd7 2012-11-11 14:54:14,186 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [1391d98c] EntityMultiAsyncTasks::AttachTask: Attaching task 36ffc1e6-325f-4d39-98f9-d58707f03529 to entity ce70f911-a059-4ce2-8c43-aa0671c20fd7. 2012-11-11 14:54:14,187 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [1391d98c] Adding task 36ffc1e6-325f-4d39-98f9-d58707f03529 to DataBase 2012-11-11 14:54:14,223 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [1391d98c] Adding task 36ffc1e6-325f-4d39-98f9-d58707f03529 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 14:54:14,437 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [1391d98c] BaseAsyncTask::StartPollingTask: Starting to poll task 36ffc1e6-325f-4d39-98f9-d58707f03529. 2012-11-11 14:54:14,437 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [1391d98c] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity ce70f911-a059-4ce2-8c43-aa0671c20fd7 is AddVm (determined by task 36ffc1e6-325f-4d39-98f9-d58707f03529) 2012-11-11 14:54:17,137 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-73) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 14:54:17,158 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-73) SPMAsyncTask::PollTask: Polling task 36ffc1e6-325f-4d39-98f9-d58707f03529 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-11 14:54:17,158 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-73) Finished polling Tasks, will poll again in 10 seconds. 2012-11-11 14:54:27,181 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-11) SPMAsyncTask::PollTask: Polling task 36ffc1e6-325f-4d39-98f9-d58707f03529 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 14:54:27,204 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-11) BaseAsyncTask::OnTaskEndSuccess: Task 36ffc1e6-325f-4d39-98f9-d58707f03529 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 14:54:27,205 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-11) EntityAsyncTask::EndActionIfNecessary: All tasks of entity ce70f911-a059-4ce2-8c43-aa0671c20fd7 has ended -> executing EndAction 2012-11-11 14:54:27,205 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-11) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: ce70f911-a059-4ce2-8c43-aa0671c20fd7): calling EndAction for action type AddVm. 2012-11-11 14:54:27,205 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 14:54:27,245 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 14:54:27,245 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-48) [1391d98c] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 14:54:27,247 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [1391d98c] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 82cd6ab0-01c7-437c-bda1-278b62ddbfa7, imageId = 100e6157-3a9c-45a0-bfe8-903b5bac5e4a), log id: d2663d 2012-11-11 14:54:27,304 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [1391d98c] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@613e94b5, log id: d2663d 2012-11-11 14:54:27,311 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) START, SetVmStatusVDSCommand( vmId = ce70f911-a059-4ce2-8c43-aa0671c20fd7, status = Down), log id: 4f08bba1 2012-11-11 14:54:27,313 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) FINISH, SetVmStatusVDSCommand, log id: 4f08bba1 2012-11-11 14:54:27,358 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 5c1a4e73 2012-11-11 14:54:27,467 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) FINISH, UpdateVMVDSCommand, log id: 5c1a4e73 2012-11-11 14:54:27,508 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 14:54:27,508 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 14:54:27,520 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 36ffc1e6-325f-4d39-98f9-d58707f03529 2012-11-11 14:54:27,520 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 36ffc1e6-325f-4d39-98f9-d58707f03529), log id: 72633c3e 2012-11-11 14:54:27,521 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=36ffc1e6-325f-4d39-98f9-d58707f03529), log id: 43678caa 2012-11-11 14:54:28,473 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 43678caa 2012-11-11 14:54:28,473 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 72633c3e 2012-11-11 14:54:28,494 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task 36ffc1e6-325f-4d39-98f9-d58707f03529 from DataBase 2012-11-11 14:54:28,494 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity ce70f911-a059-4ce2-8c43-aa0671c20fd7 2012-11-11 14:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts 2012-11-11 14:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering 0 hosts 2012-11-11 14:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts done 2012-11-11 14:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering storage domains is disabled, skipping 2012-11-11 14:55:53,128 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-59) Setting new tasks map. The map contains now 0 tasks 2012-11-11 14:55:53,128 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-59) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 14:55:53,132 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-59) Could not find vds that is spm and non-operational. 2012-11-11 14:58:32,374 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:58:33,174 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 14:58:33,175 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 14:58:33,508 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:58:33,532 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [1373e2db] Running command: LogoutUserCommand internal: false. 2012-11-11 14:59:19,663 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:59:19,704 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 14:59:19,705 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 14:59:20,399 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 14:59:20,498 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [5ca7d05a] Running command: LogoutUserCommand internal: false. 2012-11-11 14:59:57,949 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 14:59:59,972 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 14:59:59,973 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 15:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts 2012-11-11 15:00:08,565 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering 0 hosts 2012-11-11 15:00:08,565 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:00:08,565 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts done 2012-11-11 15:00:08,565 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering storage domains is disabled, skipping 2012-11-11 15:00:09,007 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-3) [1c5c437d] Lock Acquired to object EngineLock [exclusiveLocks= key: teee value: VM_NAME , sharedLocks= ] 2012-11-11 15:00:09,011 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-3) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:00:09,011 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-3) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:00:09,012 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-3) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:00:09,012 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-3) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:00:09,945 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-3) [1c5c437d] Running command: UpdateVmCommand internal: false. Entities affected : ID: ce70f911-a059-4ce2-8c43-aa0671c20fd7 Type: VM 2012-11-11 15:00:09,983 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [1c5c437d] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2ca17e8d 2012-11-11 15:00:09,984 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [1c5c437d] FINISH, IsValidVDSCommand, return: true, log id: 2ca17e8d 2012-11-11 15:00:09,996 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-3) [1c5c437d] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 166bfa52 2012-11-11 15:00:18,906 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-3) [1c5c437d] FINISH, UpdateVMVDSCommand, log id: 166bfa52 2012-11-11 15:00:19,523 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-3) [1c5c437d] Lock freed to object EngineLock [exclusiveLocks= key: teee value: VM_NAME , sharedLocks= ] 2012-11-11 15:00:21,410 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [57c571bd] Running command: LogoutUserCommand internal: false. 2012-11-11 15:00:28,983 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-1) Lock Acquired to object EngineLock [exclusiveLocks= key: ce70f911-a059-4ce2-8c43-aa0671c20fd7 value: VM , sharedLocks= ] 2012-11-11 15:00:28,987 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 145e76d1 2012-11-11 15:00:28,988 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) FINISH, IsValidVDSCommand, return: true, log id: 145e76d1 2012-11-11 15:00:29,750 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-1) START, IsVmDuringInitiatingVDSCommand( vmId = ce70f911-a059-4ce2-8c43-aa0671c20fd7), log id: 7232ed0a 2012-11-11 15:00:29,750 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-1) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 7232ed0a 2012-11-11 15:00:30,188 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-44) [4c004c7] Running command: RunVmCommand internal: false. Entities affected : ID: ce70f911-a059-4ce2-8c43-aa0671c20fd7 Type: VM 2012-11-11 15:00:30,214 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [4c004c7] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=ce70f911-a059-4ce2-8c43-aa0671c20fd7, vm=org.ovirt.engine.core.common.businessentities.VM@79614cbe), log id: 733713ed 2012-11-11 15:00:30,216 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-44) [4c004c7] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=ce70f911-a059-4ce2-8c43-aa0671c20fd7, vm=org.ovirt.engine.core.common.businessentities.VM@79614cbe), log id: 7c370d9d 2012-11-11 15:00:30,276 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-44) [4c004c7] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=-43200,transparentHugePages=true,vmId=ce70f911-a059-4ce2-8c43-aa0671c20fd7,devices=[Ljava.util.Map;@29e4e117,acpiEnable=true,vmName=teee,cpuType=Penryn,custom={device_02c35e78-3e4f-4421-81a7-f0fe56a1bddf=VmDevice {vmId=ce70f911-a059-4ce2-8c43-aa0671c20fd7, deviceId=02c35e78-3e4f-4421-81a7-f0fe56a1bddf, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}, device_02c35e78-3e4f-4421-81a7-f0fe56a1bddfdevice_50322469-a422-4abc-8ea7-9d2ccdd3e1cddevice_52d884ad-6872-4e45-8ff1-3def168288df=VmDevice {vmId=ce70f911-a059-4ce2-8c43-aa0671c20fd7, deviceId=52d884ad-6872-4e45-8ff1-3def168288df, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_02c35e78-3e4f-4421-81a7-f0fe56a1bddfdevice_50322469-a422-4abc-8ea7-9d2ccdd3e1cd=VmDevice {vmId=ce70f911-a059-4ce2-8c43-aa0671c20fd7, deviceId=50322469-a422-4abc-8ea7-9d2ccdd3e1cd, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}, device_02c35e78-3e4f-4421-81a7-f0fe56a1bddfdevice_50322469-a422-4abc-8ea7-9d2ccdd3e1cddevice_52d884ad-6872-4e45-8ff1-3def168288dfdevice_735d749a-fa3a-4d66-8a9b-bcb5da01365f=VmDevice {vmId=ce70f911-a059-4ce2-8c43-aa0671c20fd7, deviceId=735d749a-fa3a-4d66-8a9b-bcb5da01365f, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_02c35e78-3e4f-4421-81a7-f0fe56a1bddfdevice_50322469-a422-4abc-8ea7-9d2ccdd3e1cddevice_52d884ad-6872-4e45-8ff1-3def168288dfdevice_735d749a-fa3a-4d66-8a9b-bcb5da01365fdevice_d39380e4-6ddf-4070-bd64-654b717b08a8=VmDevice {vmId=ce70f911-a059-4ce2-8c43-aa0671c20fd7, deviceId=d39380e4-6ddf-4070-bd64-654b717b08a8, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_02c35e78-3e4f-4421-81a7-f0fe56a1bddfdevice_50322469-a422-4abc-8ea7-9d2ccdd3e1cddevice_52d884ad-6872-4e45-8ff1-3def168288dfdevice_735d749a-fa3a-4d66-8a9b-bcb5da01365fdevice_d39380e4-6ddf-4070-bd64-654b717b08a8device_e4f4758f-2a25-49cc-a242-fd554c53a117=VmDevice {vmId=ce70f911-a059-4ce2-8c43-aa0671c20fd7, deviceId=e4f4758f-2a25-49cc-a242-fd554c53a117, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}} 2012-11-11 15:00:30,276 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-44) [4c004c7] FINISH, CreateVDSCommand, log id: 7c370d9d 2012-11-11 15:00:30,277 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [4c004c7] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: teee 2012-11-11 15:00:30,912 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [4c004c7] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 733713ed 2012-11-11 15:00:30,913 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-44) [4c004c7] Lock freed to object EngineLock [exclusiveLocks= key: ce70f911-a059-4ce2-8c43-aa0671c20fd7 value: VM , sharedLocks= ] 2012-11-11 15:00:32,126 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-100) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[ce70f911-a059-4ce2-8c43-aa0671c20fd7]), log id: 67bbba69 2012-11-11 15:00:32,144 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-100) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@55cb78b3, log id: 67bbba69 2012-11-11 15:00:32,148 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-100) Recieved a qxl Device without an address when processing VM ce70f911-a059-4ce2-8c43-aa0671c20fd7 devices, skipping device: {specParams={vram=65536}, device=qxl, type=video, deviceId=6742c8cf-8b1b-4445-8874-ba3d2e3740b5} 2012-11-11 15:00:32,148 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-100) Recieved a memballoon Device without an address when processing VM ce70f911-a059-4ce2-8c43-aa0671c20fd7 devices, skipping device: {specParams={model=virtio}, device=memballoon, type=balloon, deviceId=b0b12329-8c18-4b71-a7e5-c83f62a1c32c} 2012-11-11 15:00:32,148 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-100) Recieved a cdrom Device without an address when processing VM ce70f911-a059-4ce2-8c43-aa0671c20fd7 devices, skipping device: {shared=false, iface=ide, index=2, specParams={path=}, device=cdrom, path=, type=disk, readonly=true, deviceId=85f0e1b4-fc55-4748-9063-8fbaee4f765c} 2012-11-11 15:00:32,148 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-100) Recieved a floppy Device without an address when processing VM ce70f911-a059-4ce2-8c43-aa0671c20fd7 devices, skipping device 2012-11-11 15:00:42,854 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-75) VM teee ce70f911-a059-4ce2-8c43-aa0671c20fd7 moved from WaitForLaunch --> PoweringUp 2012-11-11 15:00:42,854 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-75) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[ce70f911-a059-4ce2-8c43-aa0671c20fd7]), log id: 17c56ef5 2012-11-11 15:00:42,874 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-75) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@22f7a304, log id: 17c56ef5 2012-11-11 15:01:02,367 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:01:03,227 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 15:01:03,227 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 15:01:04,155 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:01:04,186 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [4fc37c4d] Running command: LogoutUserCommand internal: false. 2012-11-11 15:01:30,987 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-17) VM teee ce70f911-a059-4ce2-8c43-aa0671c20fd7 moved from PoweringUp --> Up 2012-11-11 15:01:31,008 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-17) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@cf15dbe6), log id: 1046a57 2012-11-11 15:01:31,039 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-17) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 1046a57 2012-11-11 15:03:41,826 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:03:41,864 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 15:03:41,864 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 15:03:42,068 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:03:42,119 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [2bbcfe23] Running command: LogoutUserCommand internal: false. 2012-11-11 15:04:30,652 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-2) Lock Acquired to object EngineLock [exclusiveLocks= key: b96ecb46-3ea9-4909-b834-940447956b1f value: VM , sharedLocks= ] 2012-11-11 15:04:30,673 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3e54ce6 2012-11-11 15:04:30,674 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) FINISH, IsValidVDSCommand, return: true, log id: 3e54ce6 2012-11-11 15:04:30,724 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-2) START, IsVmDuringInitiatingVDSCommand( vmId = b96ecb46-3ea9-4909-b834-940447956b1f), log id: 7227e497 2012-11-11 15:04:30,725 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-2) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 7227e497 2012-11-11 15:04:30,872 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [3df6a69f] Running command: RunVmCommand internal: false. Entities affected : ID: b96ecb46-3ea9-4909-b834-940447956b1f Type: VM 2012-11-11 15:04:30,941 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [3df6a69f] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b96ecb46-3ea9-4909-b834-940447956b1f, vm=org.ovirt.engine.core.common.businessentities.VM@713c3eec), log id: 683fa7c9 2012-11-11 15:04:30,946 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [3df6a69f] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b96ecb46-3ea9-4909-b834-940447956b1f, vm=org.ovirt.engine.core.common.businessentities.VM@713c3eec), log id: 6d21b87a 2012-11-11 15:04:30,964 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-48) [3df6a69f] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 15:04:30,964 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [3df6a69f] FINISH, CreateVDSCommand, log id: 6d21b87a 2012-11-11 15:04:30,964 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [3df6a69f] VDS::create Failed creating vm xxxx in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 15:04:30,965 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [3df6a69f] FINISH, CreateVmVDSCommand, return: Down, log id: 683fa7c9 2012-11-11 15:04:30,965 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [3df6a69f] Lock freed to object EngineLock [exclusiveLocks= key: b96ecb46-3ea9-4909-b834-940447956b1f value: VM , sharedLocks= ] 2012-11-11 15:04:30,965 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [3df6a69f] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 15:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Checking autorecoverable hosts 2012-11-11 15:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Autorecovering 0 hosts 2012-11-11 15:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Checking autorecoverable hosts done 2012-11-11 15:05:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Autorecovering storage domains is disabled, skipping 2012-11-11 15:07:18,546 INFO [org.ovirt.engine.core.bll.SetVmTicketCommand] (ajp-/127.0.0.1:8702-3) [4b3cf54] Running command: SetVmTicketCommand internal: false. Entities affected : ID: ce70f911-a059-4ce2-8c43-aa0671c20fd7 Type: VM 2012-11-11 15:07:18,549 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (ajp-/127.0.0.1:8702-3) [4b3cf54] START, SetVmTicketVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=ce70f911-a059-4ce2-8c43-aa0671c20fd7, ticket=bSQbpTZyGjYP, validTime=120,m userName=vdcadmin, userId=9b9002d1-ec33-4083-8a7b-31f6b8931648), log id: 46fabb4c 2012-11-11 15:07:18,752 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (ajp-/127.0.0.1:8702-3) [4b3cf54] FINISH, SetVmTicketVDSCommand, log id: 46fabb4c 2012-11-11 15:08:49,201 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [1a75eb03] Running command: LogoutUserCommand internal: false. 2012-11-11 15:08:54,003 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:08:54,046 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 15:08:54,046 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginAdminUserCommand internal: false. 2012-11-11 15:09:03,017 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-8) Lock Acquired to object EngineLock [exclusiveLocks= key: b96ecb46-3ea9-4909-b834-940447956b1f value: VM , sharedLocks= ] 2012-11-11 15:09:03,024 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3fd0c149 2012-11-11 15:09:03,025 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) FINISH, IsValidVDSCommand, return: true, log id: 3fd0c149 2012-11-11 15:09:03,411 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-8) START, IsVmDuringInitiatingVDSCommand( vmId = b96ecb46-3ea9-4909-b834-940447956b1f), log id: 4c7b543a 2012-11-11 15:09:03,412 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-8) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 4c7b543a 2012-11-11 15:09:03,493 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [3d6b8862] Running command: RunVmCommand internal: false. Entities affected : ID: b96ecb46-3ea9-4909-b834-940447956b1f Type: VM 2012-11-11 15:09:03,518 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [3d6b8862] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b96ecb46-3ea9-4909-b834-940447956b1f, vm=org.ovirt.engine.core.common.businessentities.VM@2a52b669), log id: 702d5391 2012-11-11 15:09:03,521 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [3d6b8862] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b96ecb46-3ea9-4909-b834-940447956b1f, vm=org.ovirt.engine.core.common.businessentities.VM@2a52b669), log id: 578da290 2012-11-11 15:09:03,532 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-48) [3d6b8862] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 15:09:03,532 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [3d6b8862] FINISH, CreateVDSCommand, log id: 578da290 2012-11-11 15:09:03,532 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [3d6b8862] VDS::create Failed creating vm xxxx in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 15:09:03,533 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [3d6b8862] FINISH, CreateVmVDSCommand, return: Down, log id: 702d5391 2012-11-11 15:09:03,533 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [3d6b8862] Lock freed to object EngineLock [exclusiveLocks= key: b96ecb46-3ea9-4909-b834-940447956b1f value: VM , sharedLocks= ] 2012-11-11 15:09:03,533 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [3d6b8862] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 15:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Checking autorecoverable hosts 2012-11-11 15:10:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Autorecovering 0 hosts 2012-11-11 15:10:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Checking autorecoverable hosts done 2012-11-11 15:10:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Autorecovering storage domains is disabled, skipping 2012-11-11 15:10:13,565 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-42) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 15:10:13,578 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-42) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:13:41,811 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-3) Lock Acquired to object EngineLock [exclusiveLocks= key: b96ecb46-3ea9-4909-b834-940447956b1f value: VM , sharedLocks= ] 2012-11-11 15:13:41,816 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 204fdae9 2012-11-11 15:13:41,817 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) FINISH, IsValidVDSCommand, return: true, log id: 204fdae9 2012-11-11 15:13:41,954 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) [5c7f3d26] Running command: RemoveVmCommand internal: false. Entities affected : ID: b96ecb46-3ea9-4909-b834-940447956b1f Type: VM 2012-11-11 15:13:41,955 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) [5c7f3d26] START, SetVmStatusVDSCommand( vmId = b96ecb46-3ea9-4909-b834-940447956b1f, status = ImageLocked), log id: 25ea2edc 2012-11-11 15:13:41,958 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) [5c7f3d26] FINISH, SetVmStatusVDSCommand, log id: 25ea2edc 2012-11-11 15:13:41,979 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) [5c7f3d26] Lock freed to object EngineLock [exclusiveLocks= key: b96ecb46-3ea9-4909-b834-940447956b1f value: VM , sharedLocks= ] 2012-11-11 15:13:41,979 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-44) [5c7f3d26] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = b96ecb46-3ea9-4909-b834-940447956b1f), log id: 245a0fa 2012-11-11 15:13:42,024 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-44) [5c7f3d26] FINISH, RemoveVMVDSCommand, log id: 245a0fa 2012-11-11 15:13:42,029 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-44) [294b7e40] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: b96ecb46-3ea9-4909-b834-940447956b1f Type: VM 2012-11-11 15:13:42,039 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-44) [6e4b7217] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 15:13:42,048 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-44) [6e4b7217] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 2adf012b-3a4c-4fff-8a8a-ab48b0c211bb, postZeros = false, forceDelete = false), log id: 70c92c5 2012-11-11 15:13:44,914 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-44) [6e4b7217] FINISH, DeleteImageGroupVDSCommand, log id: 70c92c5 2012-11-11 15:13:44,937 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) [6e4b7217] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity b96ecb46-3ea9-4909-b834-940447956b1f 2012-11-11 15:13:44,938 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-44) [6e4b7217] EntityMultiAsyncTasks::AttachTask: Attaching task b757aca0-00e3-4b88-85b2-31e171326e10 to entity b96ecb46-3ea9-4909-b834-940447956b1f. 2012-11-11 15:13:44,938 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-44) [6e4b7217] Adding task b757aca0-00e3-4b88-85b2-31e171326e10 to DataBase 2012-11-11 15:13:44,951 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-44) [6e4b7217] Adding task b757aca0-00e3-4b88-85b2-31e171326e10 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 15:13:45,071 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) [6e4b7217] BaseAsyncTask::StartPollingTask: Starting to poll task b757aca0-00e3-4b88-85b2-31e171326e10. 2012-11-11 15:13:45,071 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-44) [6e4b7217] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity b96ecb46-3ea9-4909-b834-940447956b1f is RemoveVm (determined by task b757aca0-00e3-4b88-85b2-31e171326e10) 2012-11-11 15:13:47,245 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-29) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 15:13:47,267 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-29) SPMAsyncTask::PollTask: Polling task b757aca0-00e3-4b88-85b2-31e171326e10 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 15:13:47,327 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-29) BaseAsyncTask::OnTaskEndSuccess: Task b757aca0-00e3-4b88-85b2-31e171326e10 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 15:13:47,328 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-29) EntityAsyncTask::EndActionIfNecessary: All tasks of entity b96ecb46-3ea9-4909-b834-940447956b1f has ended -> executing EndAction 2012-11-11 15:13:47,328 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-29) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: b96ecb46-3ea9-4909-b834-940447956b1f): calling EndAction for action type RemoveVm. 2012-11-11 15:13:47,328 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 15:13:47,352 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 15:13:47,352 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock Acquired to object EngineLock [exclusiveLocks= key: b96ecb46-3ea9-4909-b834-940447956b1f value: VM , sharedLocks= ] 2012-11-11 15:13:47,358 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-44) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:65) - entered 2012-11-11 15:13:47,362 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock freed to object EngineLock [exclusiveLocks= key: b96ecb46-3ea9-4909-b834-940447956b1f value: VM , sharedLocks= ] 2012-11-11 15:13:47,416 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 15:13:47,416 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 15:13:47,430 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) SPMAsyncTask::ClearAsyncTask: Attempting to clear task b757aca0-00e3-4b88-85b2-31e171326e10 2012-11-11 15:13:47,430 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = b757aca0-00e3-4b88-85b2-31e171326e10), log id: 38e63a67 2012-11-11 15:13:47,432 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=b757aca0-00e3-4b88-85b2-31e171326e10), log id: 5b6e3653 2012-11-11 15:13:48,739 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) FINISH, HSMClearTaskVDSCommand, log id: 5b6e3653 2012-11-11 15:13:48,739 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) FINISH, SPMClearTaskVDSCommand, log id: 38e63a67 2012-11-11 15:13:48,824 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) BaseAsyncTask::RemoveTaskFromDB: Removed task b757aca0-00e3-4b88-85b2-31e171326e10 from DataBase 2012-11-11 15:13:48,825 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity b96ecb46-3ea9-4909-b834-940447956b1f 2012-11-11 15:14:20,344 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:20,386 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:20,386 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:20,468 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:20,470 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [196e6122] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:20,547 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:20,597 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:20,598 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:20,672 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:20,674 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [7c67fc5c] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:20,737 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:20,782 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:20,782 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:20,830 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:20,832 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [dab7054] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:20,907 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:20,953 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:20,953 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:21,007 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:21,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [4393008b] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:21,089 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:21,129 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:21,130 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:21,268 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:21,270 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [2c6e08c] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:21,335 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:21,428 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:21,428 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:21,513 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:21,514 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [78ffe87a] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:21,588 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:21,632 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:21,632 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:21,715 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:21,717 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [2f137ad3] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:21,769 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:21,832 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:21,832 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:21,876 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:21,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [4db511ca] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:21,951 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:22,003 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:22,003 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:22,058 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:22,059 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [b74c15b] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:22,120 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:22,168 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:22,169 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:22,212 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:22,214 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [5c8255b0] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:22,269 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:22,308 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:22,308 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:22,356 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:22,358 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [5460e920] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:22,409 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:22,452 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:22,452 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:22,587 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:22,589 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [41731575] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:22,658 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:22,704 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:22,704 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:22,748 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:22,752 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [53e4cc22] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:22,802 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:23,445 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:23,445 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:23,738 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:23,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6c4d2b1] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:23,876 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:23,945 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:23,945 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:24,007 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:24,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [1e1dbfce] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:24,087 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:24,127 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:24,127 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:24,173 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:24,237 INFO [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (ajp-/127.0.0.1:8702-5) [1c4c6851] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME key: 097a21fe-c02f-492d-af5a-6447b820f978 value: TEMPLATE , sharedLocks= ] 2012-11-11 15:14:24,261 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [1c4c6851] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6ce5f0f2 2012-11-11 15:14:24,262 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [1c4c6851] FINISH, IsValidVDSCommand, return: true, log id: 6ce5f0f2 2012-11-11 15:14:24,297 INFO [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (ajp-/127.0.0.1:8702-5) [1c4c6851] Running command: AddVmFromTemplateCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 15:14:24,316 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [1c4c6851] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 530436df 2012-11-11 15:14:24,316 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [1c4c6851] FINISH, IsValidVDSCommand, return: true, log id: 530436df 2012-11-11 15:14:24,327 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-5) [1c4c6851] MacPoolManager::allocateNewMac entered 2012-11-11 15:14:24,327 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-5) [1c4c6851] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:65 2012-11-11 15:14:24,354 INFO [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (ajp-/127.0.0.1:8702-5) [1c4c6851] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME key: 097a21fe-c02f-492d-af5a-6447b820f978 value: TEMPLATE , sharedLocks= ] 2012-11-11 15:14:24,354 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-5) [1c4c6851] START, SetVmStatusVDSCommand( vmId = 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d, status = ImageLocked), log id: 1f3cd60 2012-11-11 15:14:24,357 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-5) [1c4c6851] FINISH, SetVmStatusVDSCommand, log id: 1f3cd60 2012-11-11 15:14:24,385 INFO [org.ovirt.engine.core.bll.CreateCloneOfTemplateCommand] (ajp-/127.0.0.1:8702-5) [2a6546f] Running command: CreateCloneOfTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 15:14:24,392 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (ajp-/127.0.0.1:8702-5) [2a6546f] START, CopyImageVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, dstImageGroupId = d07c1d4c-3b0a-4876-a631-d3419f437d88, vmId = 097a21fe-c02f-492d-af5a-6447b820f978, dstImageId = 3b27263f-591c-4ebe-98ef-7451ccf5af0e, imageDescription = , dstStorageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, copyVolumeType = LeafVol, volumeFormat = RAW, preallocate = Sparse, postZero = false, force = false), log id: 76973516 2012-11-11 15:14:24,392 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (ajp-/127.0.0.1:8702-5) [2a6546f] -- CopyImageVDSCommand::ExecuteIrsBrokerCommand: calling 'copyImage' with two new parameters: description and UUID 2012-11-11 15:14:24,392 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (ajp-/127.0.0.1:8702-5) [2a6546f] -- copyImage parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 vmGUID=097a21fe-c02f-492d-af5a-6447b820f978 srcImageGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 dstImageGUID=d07c1d4c-3b0a-4876-a631-d3419f437d88 dstVolUUID=3b27263f-591c-4ebe-98ef-7451ccf5af0e descr= 2012-11-11 15:14:24,819 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (ajp-/127.0.0.1:8702-5) [2a6546f] FINISH, CopyImageVDSCommand, return: 00000000-0000-0000-0000-000000000000, log id: 76973516 2012-11-11 15:14:24,834 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-5) [2a6546f] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d 2012-11-11 15:14:24,834 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-5) [2a6546f] EntityMultiAsyncTasks::AttachTask: Attaching task 60494743-3092-4388-818f-62be1cafa832 to entity 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d. 2012-11-11 15:14:24,835 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-5) [2a6546f] Adding task 60494743-3092-4388-818f-62be1cafa832 to DataBase 2012-11-11 15:14:24,872 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-5) [2a6546f] Adding task 60494743-3092-4388-818f-62be1cafa832 (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 15:14:24,993 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-5) [2a6546f] BaseAsyncTask::StartPollingTask: Starting to poll task 60494743-3092-4388-818f-62be1cafa832. 2012-11-11 15:14:24,993 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-5) [2a6546f] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d is AddVmFromTemplate (determined by task 60494743-3092-4388-818f-62be1cafa832) 2012-11-11 15:14:25,021 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [2b8f6b3] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:25,068 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:25,113 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:25,113 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:25,214 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:25,238 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [3a218de7] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:25,301 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:25,341 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:25,341 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:25,395 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:25,423 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [7ea11a46] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:27,329 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-55) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-11 15:14:27,369 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-55) SPMAsyncTask::PollTask: Polling task 60494743-3092-4388-818f-62be1cafa832 (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-11 15:14:27,369 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-55) Finished polling Tasks, will poll again in 10 seconds. 2012-11-11 15:14:35,500 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:35,566 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:35,566 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:35,598 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:35,636 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [758f8f10] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:45,710 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:45,774 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:45,774 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:45,818 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:45,841 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [5000dec1] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:53,137 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-78) Setting new tasks map. The map contains now 1 tasks 2012-11-11 15:14:55,905 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:14:55,946 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 15:14:55,946 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 15:14:56,003 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:14:56,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [276e70aa] Running command: LogoutUserCommand internal: false. 2012-11-11 15:14:57,421 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-93) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 15:14:57,446 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-93) Finished polling Tasks, will poll again in 10 seconds. 2012-11-11 15:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts 2012-11-11 15:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering 0 hosts 2012-11-11 15:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts done 2012-11-11 15:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering storage domains is disabled, skipping 2012-11-11 15:15:06,106 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:15:06,168 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 15:15:06,168 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 15:15:06,265 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:15:06,297 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [4d17c8a0] Running command: LogoutUserCommand internal: false. 2012-11-11 15:15:16,373 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:15:16,417 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 15:15:16,418 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 15:15:16,520 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:15:16,602 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [14e5eff4] Running command: LogoutUserCommand internal: false. 2012-11-11 15:15:26,695 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:15:26,749 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 15:15:26,749 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 15:15:26,799 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:15:26,827 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [67915ad4] Running command: LogoutUserCommand internal: false. 2012-11-11 15:15:36,888 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:15:36,985 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 15:15:36,986 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 15:15:37,128 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:15:37,177 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [3002614f] Running command: LogoutUserCommand internal: false. 2012-11-11 15:15:47,268 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:15:47,333 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 15:15:47,333 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 15:15:47,398 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:15:47,468 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [7f44f92b] Running command: LogoutUserCommand internal: false. 2012-11-11 15:15:57,561 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:15:57,611 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 15:15:57,612 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 15:15:57,681 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:15:57,729 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [423951c] Running command: LogoutUserCommand internal: false. 2012-11-11 15:16:07,804 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:16:07,897 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 15:16:07,897 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 15:16:08,337 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:16:08,371 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [96b8665] Running command: LogoutUserCommand internal: false. 2012-11-11 15:16:18,435 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:16:18,486 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 15:16:18,486 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 15:16:18,527 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:16:18,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [666ca0a] Running command: LogoutUserCommand internal: false. 2012-11-11 15:16:28,630 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:16:28,685 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 15:16:28,686 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 15:16:28,773 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:16:28,902 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [3525c1bf] Running command: LogoutUserCommand internal: false. 2012-11-11 15:16:37,733 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-90) SPMAsyncTask::PollTask: Polling task 60494743-3092-4388-818f-62be1cafa832 (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 15:16:37,748 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-90) BaseAsyncTask::OnTaskEndSuccess: Task 60494743-3092-4388-818f-62be1cafa832 (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 15:16:37,749 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-90) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d has ended -> executing EndAction 2012-11-11 15:16:37,749 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-90) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d): calling EndAction for action type AddVmFromTemplate. 2012-11-11 15:16:37,749 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVmFromTemplate, executionIndex: 0 2012-11-11 15:16:37,776 INFO [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (pool-4-thread-48) [1c4c6851] Ending command successfully: org.ovirt.engine.core.bll.AddVmFromTemplateCommand 2012-11-11 15:16:37,777 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-48) [2a6546f] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 15:16:37,778 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [2a6546f] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = d07c1d4c-3b0a-4876-a631-d3419f437d88, imageId = 3b27263f-591c-4ebe-98ef-7451ccf5af0e), log id: 5f099157 2012-11-11 15:16:37,818 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [2a6546f] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@29da39ed, log id: 5f099157 2012-11-11 15:16:37,827 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) START, SetVmStatusVDSCommand( vmId = 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d, status = Down), log id: 73e2b54d 2012-11-11 15:16:37,830 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) FINISH, SetVmStatusVDSCommand, log id: 73e2b54d 2012-11-11 15:16:38,484 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 660b8081 2012-11-11 15:16:38,594 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) FINISH, UpdateVMVDSCommand, log id: 660b8081 2012-11-11 15:16:38,707 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVmFromTemplate completed, handling the result. 2012-11-11 15:16:38,707 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVmFromTemplate succeeded, clearing tasks. 2012-11-11 15:16:38,738 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 60494743-3092-4388-818f-62be1cafa832 2012-11-11 15:16:38,738 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 60494743-3092-4388-818f-62be1cafa832), log id: 410a4a51 2012-11-11 15:16:38,739 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=60494743-3092-4388-818f-62be1cafa832), log id: 2a45a5b2 2012-11-11 15:16:38,882 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 2a45a5b2 2012-11-11 15:16:38,882 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 410a4a51 2012-11-11 15:16:38,914 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task 60494743-3092-4388-818f-62be1cafa832 from DataBase 2012-11-11 15:16:38,914 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d 2012-11-11 15:16:39,030 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:16:39,075 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 15:16:39,075 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 15:16:39,144 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:16:39,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [72e03b7f] Running command: LogoutUserCommand internal: false. 2012-11-11 15:16:39,246 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:16:39,288 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 15:16:39,288 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 15:16:39,375 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:16:39,398 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [14c4b2e2] Running command: LogoutUserCommand internal: false. 2012-11-11 15:16:39,456 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:16:39,525 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 15:16:39,525 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 15:16:39,594 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:16:39,663 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-7) [446707db] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 15:16:39,663 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-7) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:16:39,663 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-7) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:16:39,664 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-7) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:16:39,664 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-7) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:16:39,725 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-7) [446707db] Running command: UpdateVmCommand internal: false. Entities affected : ID: 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d Type: VM 2012-11-11 15:16:39,756 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [446707db] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4b266613 2012-11-11 15:16:39,757 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [446707db] FINISH, IsValidVDSCommand, return: true, log id: 4b266613 2012-11-11 15:16:39,767 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-7) [446707db] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 7599f9a6 2012-11-11 15:16:39,908 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-7) [446707db] FINISH, UpdateVMVDSCommand, log id: 7599f9a6 2012-11-11 15:16:39,984 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-7) [446707db] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 15:16:40,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2a025931] Running command: LogoutUserCommand internal: false. 2012-11-11 15:17:53,138 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-58) Setting new tasks map. The map contains now 0 tasks 2012-11-11 15:17:53,138 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-58) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 15:17:53,142 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-58) Could not find vds that is spm and non-operational. 2012-11-11 15:18:33,102 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-9) Lock Acquired to object EngineLock [exclusiveLocks= key: 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d value: VM , sharedLocks= ] 2012-11-11 15:18:33,106 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5647c314 2012-11-11 15:18:33,107 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) FINISH, IsValidVDSCommand, return: true, log id: 5647c314 2012-11-11 15:18:33,466 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) START, IsVmDuringInitiatingVDSCommand( vmId = 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d), log id: 12898c4f 2012-11-11 15:18:33,466 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 12898c4f 2012-11-11 15:18:33,704 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-44) [5586245d] Running command: RunVmCommand internal: false. Entities affected : ID: 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d Type: VM 2012-11-11 15:18:33,756 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [5586245d] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d, vm=org.ovirt.engine.core.common.businessentities.VM@55240f0f), log id: 73bcc40e 2012-11-11 15:18:33,759 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-44) [5586245d] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d, vm=org.ovirt.engine.core.common.businessentities.VM@55240f0f), log id: 1a456293 2012-11-11 15:18:33,771 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-44) [5586245d] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 15:18:33,771 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-44) [5586245d] FINISH, CreateVDSCommand, log id: 1a456293 2012-11-11 15:18:33,771 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [5586245d] VDS::create Failed creating vm xxxx in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 15:18:33,771 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [5586245d] FINISH, CreateVmVDSCommand, return: Down, log id: 73bcc40e 2012-11-11 15:18:33,771 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-44) [5586245d] Lock freed to object EngineLock [exclusiveLocks= key: 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d value: VM , sharedLocks= ] 2012-11-11 15:18:33,772 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-44) [5586245d] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 15:18:58,783 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-8) Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx2 value: VM_NAME , sharedLocks= ] 2012-11-11 15:18:58,821 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7d7764c3 2012-11-11 15:18:58,822 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) FINISH, IsValidVDSCommand, return: true, log id: 7d7764c3 2012-11-11 15:18:58,912 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) [3fde573e] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 15:18:58,913 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) [3fde573e] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 59405cfb 2012-11-11 15:18:58,914 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) [3fde573e] FINISH, IsValidVDSCommand, return: true, log id: 59405cfb 2012-11-11 15:18:58,926 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-48) [3fde573e] MacPoolManager::allocateNewMac entered 2012-11-11 15:18:58,926 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-48) [3fde573e] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:63 2012-11-11 15:18:58,972 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) [3fde573e] Lock freed to object EngineLock [exclusiveLocks= key: xxxx2 value: VM_NAME , sharedLocks= ] 2012-11-11 15:18:58,972 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [3fde573e] START, SetVmStatusVDSCommand( vmId = 715821cd-7086-4b79-ab01-9915aa6471c3, status = ImageLocked), log id: 5303dbaa 2012-11-11 15:18:58,974 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [3fde573e] FINISH, SetVmStatusVDSCommand, log id: 5303dbaa 2012-11-11 15:18:58,976 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-48) [214ba3b6] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 15:18:58,981 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [214ba3b6] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 4c01359 2012-11-11 15:18:59,020 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [214ba3b6] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 4c01359 2012-11-11 15:18:59,022 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [214ba3b6] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 408c0bb0-9777-46ee-a764-68769624853f, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 2a5f6f76-a7ac-4a08-a23d-e82c3cbc0c38, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 3c1e6ce 2012-11-11 15:18:59,022 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [214ba3b6] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 15:18:59,022 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [214ba3b6] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=408c0bb0-9777-46ee-a764-68769624853f size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=2a5f6f76-a7ac-4a08-a23d-e82c3cbc0c38 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 15:19:00,355 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [214ba3b6] FINISH, CreateSnapshotVDSCommand, return: 2a5f6f76-a7ac-4a08-a23d-e82c3cbc0c38, log id: 3c1e6ce 2012-11-11 15:19:00,366 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [214ba3b6] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 715821cd-7086-4b79-ab01-9915aa6471c3 2012-11-11 15:19:00,366 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [214ba3b6] EntityMultiAsyncTasks::AttachTask: Attaching task a038a427-c6fa-4bc4-b66c-19d80b101caa to entity 715821cd-7086-4b79-ab01-9915aa6471c3. 2012-11-11 15:19:00,367 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [214ba3b6] Adding task a038a427-c6fa-4bc4-b66c-19d80b101caa to DataBase 2012-11-11 15:19:00,393 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [214ba3b6] Adding task a038a427-c6fa-4bc4-b66c-19d80b101caa (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 15:19:00,546 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [214ba3b6] BaseAsyncTask::StartPollingTask: Starting to poll task a038a427-c6fa-4bc4-b66c-19d80b101caa. 2012-11-11 15:19:00,547 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [214ba3b6] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 715821cd-7086-4b79-ab01-9915aa6471c3 is AddVm (determined by task a038a427-c6fa-4bc4-b66c-19d80b101caa) 2012-11-11 15:19:07,752 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-21) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 15:19:07,775 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-21) SPMAsyncTask::PollTask: Polling task a038a427-c6fa-4bc4-b66c-19d80b101caa (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 15:19:07,914 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-21) BaseAsyncTask::OnTaskEndSuccess: Task a038a427-c6fa-4bc4-b66c-19d80b101caa (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 15:19:07,914 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-21) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 715821cd-7086-4b79-ab01-9915aa6471c3 has ended -> executing EndAction 2012-11-11 15:19:07,915 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-21) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 715821cd-7086-4b79-ab01-9915aa6471c3): calling EndAction for action type AddVm. 2012-11-11 15:19:07,915 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 15:19:08,281 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-44) Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 15:19:08,281 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-44) [214ba3b6] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 15:19:08,283 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-44) [214ba3b6] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 408c0bb0-9777-46ee-a764-68769624853f, imageId = 2a5f6f76-a7ac-4a08-a23d-e82c3cbc0c38), log id: 1e7af099 2012-11-11 15:19:08,326 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-44) [214ba3b6] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@ac098ad0, log id: 1e7af099 2012-11-11 15:19:08,333 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) START, SetVmStatusVDSCommand( vmId = 715821cd-7086-4b79-ab01-9915aa6471c3, status = Down), log id: 66b6d05f 2012-11-11 15:19:08,336 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) FINISH, SetVmStatusVDSCommand, log id: 66b6d05f 2012-11-11 15:19:08,353 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-44) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 6cc65ad8 2012-11-11 15:19:08,408 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-44) FINISH, UpdateVMVDSCommand, log id: 6cc65ad8 2012-11-11 15:19:08,437 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 15:19:08,437 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 15:19:08,570 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) SPMAsyncTask::ClearAsyncTask: Attempting to clear task a038a427-c6fa-4bc4-b66c-19d80b101caa 2012-11-11 15:19:08,570 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = a038a427-c6fa-4bc4-b66c-19d80b101caa), log id: 417427bc 2012-11-11 15:19:08,572 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=a038a427-c6fa-4bc4-b66c-19d80b101caa), log id: 7cdc8b51 2012-11-11 15:19:08,653 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) FINISH, HSMClearTaskVDSCommand, log id: 7cdc8b51 2012-11-11 15:19:08,653 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) FINISH, SPMClearTaskVDSCommand, log id: 417427bc 2012-11-11 15:19:08,665 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) BaseAsyncTask::RemoveTaskFromDB: Removed task a038a427-c6fa-4bc4-b66c-19d80b101caa from DataBase 2012-11-11 15:19:08,665 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 715821cd-7086-4b79-ab01-9915aa6471c3 2012-11-11 15:19:17,886 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-17) Lock Acquired to object EngineLock [exclusiveLocks= key: 715821cd-7086-4b79-ab01-9915aa6471c3 value: VM , sharedLocks= ] 2012-11-11 15:19:17,891 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 73b0751d 2012-11-11 15:19:17,893 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) FINISH, IsValidVDSCommand, return: true, log id: 73b0751d 2012-11-11 15:19:18,371 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-17) START, IsVmDuringInitiatingVDSCommand( vmId = 715821cd-7086-4b79-ab01-9915aa6471c3), log id: 5f5785d3 2012-11-11 15:19:18,371 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-17) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 5f5785d3 2012-11-11 15:19:18,441 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-44) [536cc5c3] Running command: RunVmCommand internal: false. Entities affected : ID: 715821cd-7086-4b79-ab01-9915aa6471c3 Type: VM 2012-11-11 15:19:18,496 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [536cc5c3] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=715821cd-7086-4b79-ab01-9915aa6471c3, vm=org.ovirt.engine.core.common.businessentities.VM@4ef652af), log id: 696a3059 2012-11-11 15:19:18,499 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-44) [536cc5c3] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=715821cd-7086-4b79-ab01-9915aa6471c3, vm=org.ovirt.engine.core.common.businessentities.VM@4ef652af), log id: 344bc9c3 2012-11-11 15:19:18,561 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-44) [536cc5c3] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=-43200,transparentHugePages=true,vmId=715821cd-7086-4b79-ab01-9915aa6471c3,devices=[Ljava.util.Map;@73e456ba,acpiEnable=true,vmName=xxxx2,cpuType=Penryn,custom={device_9f4f6006-3622-4a55-bac6-6c02eb7e68c0device_1292c988-fcea-4fca-951a-b3d742ccf47fdevice_1c4bef83-3819-4644-8203-8f959575d9c8=VmDevice {vmId=715821cd-7086-4b79-ab01-9915aa6471c3, deviceId=1c4bef83-3819-4644-8203-8f959575d9c8, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_9f4f6006-3622-4a55-bac6-6c02eb7e68c0=VmDevice {vmId=715821cd-7086-4b79-ab01-9915aa6471c3, deviceId=9f4f6006-3622-4a55-bac6-6c02eb7e68c0, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_9f4f6006-3622-4a55-bac6-6c02eb7e68c0device_1292c988-fcea-4fca-951a-b3d742ccf47fdevice_1c4bef83-3819-4644-8203-8f959575d9c8device_353e0464-9314-4475-abef-e0b2a4540623device_694d9417-e3e7-4637-a92d-a8263da81211device_6eab166c-d15f-4164-b33b-5ff86d1ffecf=VmDevice {vmId=715821cd-7086-4b79-ab01-9915aa6471c3, deviceId=6eab166c-d15f-4164-b33b-5ff86d1ffecf, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}, device_9f4f6006-3622-4a55-bac6-6c02eb7e68c0device_1292c988-fcea-4fca-951a-b3d742ccf47fdevice_1c4bef83-3819-4644-8203-8f959575d9c8device_353e0464-9314-4475-abef-e0b2a4540623device_694d9417-e3e7-4637-a92d-a8263da81211=VmDevice {vmId=715821cd-7086-4b79-ab01-9915aa6471c3, deviceId=694d9417-e3e7-4637-a92d-a8263da81211, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}, device_9f4f6006-3622-4a55-bac6-6c02eb7e68c0device_1292c988-fcea-4fca-951a-b3d742ccf47fdevice_1c4bef83-3819-4644-8203-8f959575d9c8device_353e0464-9314-4475-abef-e0b2a4540623=VmDevice {vmId=715821cd-7086-4b79-ab01-9915aa6471c3, deviceId=353e0464-9314-4475-abef-e0b2a4540623, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_9f4f6006-3622-4a55-bac6-6c02eb7e68c0device_1292c988-fcea-4fca-951a-b3d742ccf47f=VmDevice {vmId=715821cd-7086-4b79-ab01-9915aa6471c3, deviceId=1292c988-fcea-4fca-951a-b3d742ccf47f, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}} 2012-11-11 15:19:18,561 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-44) [536cc5c3] FINISH, CreateVDSCommand, log id: 344bc9c3 2012-11-11 15:19:18,561 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [536cc5c3] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: xxxx2 2012-11-11 15:19:18,577 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [536cc5c3] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 696a3059 2012-11-11 15:19:18,577 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-44) [536cc5c3] Lock freed to object EngineLock [exclusiveLocks= key: 715821cd-7086-4b79-ab01-9915aa6471c3 value: VM , sharedLocks= ] 2012-11-11 15:19:26,751 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-47) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[715821cd-7086-4b79-ab01-9915aa6471c3]), log id: 4e75a2f6 2012-11-11 15:19:26,770 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-47) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@d1decb8, log id: 4e75a2f6 2012-11-11 15:19:26,775 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-47) Recieved a qxl Device without an address when processing VM 715821cd-7086-4b79-ab01-9915aa6471c3 devices, skipping device: {specParams={vram=65536}, device=qxl, type=video, deviceId=ee91db01-babc-49ea-945b-956b382919bb} 2012-11-11 15:19:26,775 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-47) Recieved a memballoon Device without an address when processing VM 715821cd-7086-4b79-ab01-9915aa6471c3 devices, skipping device: {specParams={model=virtio}, device=memballoon, type=balloon, deviceId=c8311388-b8a9-43e7-b834-170ea0363972} 2012-11-11 15:19:26,775 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-47) Recieved a cdrom Device without an address when processing VM 715821cd-7086-4b79-ab01-9915aa6471c3 devices, skipping device: {shared=false, iface=ide, index=2, specParams={path=}, device=cdrom, path=, type=disk, readonly=true, deviceId=217c1e1d-9104-4252-b839-a76516bb31b9} 2012-11-11 15:19:31,054 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-38) VM xxxx2 715821cd-7086-4b79-ab01-9915aa6471c3 moved from WaitForLaunch --> PoweringUp 2012-11-11 15:19:31,054 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-38) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[715821cd-7086-4b79-ab01-9915aa6471c3]), log id: 4f8385e8 2012-11-11 15:19:31,073 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-38) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@43cc6b20, log id: 4f8385e8 2012-11-11 15:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts 2012-11-11 15:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering 0 hosts 2012-11-11 15:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts done 2012-11-11 15:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering storage domains is disabled, skipping 2012-11-11 15:20:00,633 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-1) Lock Acquired to object EngineLock [exclusiveLocks= key: 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d value: VM , sharedLocks= ] 2012-11-11 15:20:00,638 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 33d79190 2012-11-11 15:20:00,639 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) FINISH, IsValidVDSCommand, return: true, log id: 33d79190 2012-11-11 15:20:00,722 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) [2e836cec] Running command: RemoveVmCommand internal: false. Entities affected : ID: 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d Type: VM 2012-11-11 15:20:00,722 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) [2e836cec] START, SetVmStatusVDSCommand( vmId = 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d, status = ImageLocked), log id: 88cb7b2 2012-11-11 15:20:00,725 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) [2e836cec] FINISH, SetVmStatusVDSCommand, log id: 88cb7b2 2012-11-11 15:20:00,745 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) [2e836cec] Lock freed to object EngineLock [exclusiveLocks= key: 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d value: VM , sharedLocks= ] 2012-11-11 15:20:00,745 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-44) [2e836cec] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d), log id: 4e8f8d94 2012-11-11 15:20:00,931 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-44) [2e836cec] FINISH, RemoveVMVDSCommand, log id: 4e8f8d94 2012-11-11 15:20:00,935 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-44) [329817d7] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d Type: VM 2012-11-11 15:20:00,944 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-44) [35ffe528] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 15:20:00,974 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-44) [35ffe528] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = d07c1d4c-3b0a-4876-a631-d3419f437d88, postZeros = false, forceDelete = false), log id: 2754f65 2012-11-11 15:20:02,945 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-44) [35ffe528] FINISH, DeleteImageGroupVDSCommand, log id: 2754f65 2012-11-11 15:20:02,967 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) [35ffe528] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d 2012-11-11 15:20:02,967 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-44) [35ffe528] EntityMultiAsyncTasks::AttachTask: Attaching task be6b071d-0b89-43bf-ab46-1edb71d3e123 to entity 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d. 2012-11-11 15:20:02,968 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-44) [35ffe528] Adding task be6b071d-0b89-43bf-ab46-1edb71d3e123 to DataBase 2012-11-11 15:20:02,981 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-44) [35ffe528] Adding task be6b071d-0b89-43bf-ab46-1edb71d3e123 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 15:20:03,447 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) [35ffe528] BaseAsyncTask::StartPollingTask: Starting to poll task be6b071d-0b89-43bf-ab46-1edb71d3e123. 2012-11-11 15:20:03,448 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-44) [35ffe528] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d is RemoveVm (determined by task be6b071d-0b89-43bf-ab46-1edb71d3e123) 2012-11-11 15:20:07,918 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-42) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-11 15:20:07,947 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-42) SPMAsyncTask::PollTask: Polling task be6b071d-0b89-43bf-ab46-1edb71d3e123 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 15:20:08,454 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-42) BaseAsyncTask::OnTaskEndSuccess: Task be6b071d-0b89-43bf-ab46-1edb71d3e123 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 15:20:08,454 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-42) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d has ended -> executing EndAction 2012-11-11 15:20:08,455 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-42) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d): calling EndAction for action type RemoveVm. 2012-11-11 15:20:08,455 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 15:20:08,532 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 15:20:08,532 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock Acquired to object EngineLock [exclusiveLocks= key: 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d value: VM , sharedLocks= ] 2012-11-11 15:20:08,537 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-44) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:65) - entered 2012-11-11 15:20:08,539 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock freed to object EngineLock [exclusiveLocks= key: 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d value: VM , sharedLocks= ] 2012-11-11 15:20:08,597 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 15:20:08,597 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 15:20:08,656 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) SPMAsyncTask::ClearAsyncTask: Attempting to clear task be6b071d-0b89-43bf-ab46-1edb71d3e123 2012-11-11 15:20:08,657 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = be6b071d-0b89-43bf-ab46-1edb71d3e123), log id: 1e3e4f8a 2012-11-11 15:20:08,658 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=be6b071d-0b89-43bf-ab46-1edb71d3e123), log id: 706487aa 2012-11-11 15:20:12,195 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) FINISH, HSMClearTaskVDSCommand, log id: 706487aa 2012-11-11 15:20:12,195 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) FINISH, SPMClearTaskVDSCommand, log id: 1e3e4f8a 2012-11-11 15:20:12,222 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) BaseAsyncTask::RemoveTaskFromDB: Removed task be6b071d-0b89-43bf-ab46-1edb71d3e123 from DataBase 2012-11-11 15:20:12,222 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 5a7a1b89-52e6-452b-b9f2-8b19cdbfc70d 2012-11-11 15:20:20,361 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-83) VM xxxx2 715821cd-7086-4b79-ab01-9915aa6471c3 moved from PoweringUp --> Up 2012-11-11 15:20:20,510 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-83) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@1ac92a06), log id: 2ab9d498 2012-11-11 15:20:20,522 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-83) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 2ab9d498 2012-11-11 15:20:23,144 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-81) Setting new tasks map. The map contains now 1 tasks 2012-11-11 15:21:01,896 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:01,941 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:01,941 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:02,039 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:02,041 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [5096b59e] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:02,124 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:02,160 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:02,160 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:02,203 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:02,205 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [5ee57074] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:02,259 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:02,316 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:02,316 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:02,359 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:02,361 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [67ca5a6] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:02,438 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:02,487 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:02,487 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:02,537 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:02,539 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [d0328ed] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:02,597 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:02,641 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:02,642 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:02,697 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:02,700 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [13b0d732] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:02,758 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:02,901 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:02,901 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:03,601 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:03,603 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [5b424d6a] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:03,668 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:03,846 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:03,846 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:03,895 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:03,898 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1396bbaa] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:03,957 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:04,017 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:04,018 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:04,075 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:04,076 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [12d65cb2] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:04,137 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:04,199 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:04,199 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:04,252 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:04,254 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [a200fee] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:04,307 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:04,341 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:04,341 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:04,395 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:04,397 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [709239a1] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:04,451 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:04,490 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:04,490 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:04,577 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:04,579 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [56e10f29] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:04,648 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:04,707 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:04,707 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:04,741 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:04,743 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [12ef5994] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:04,811 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:04,856 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:04,856 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:04,901 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:04,903 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [1bef0e28] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:04,959 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:05,008 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:05,008 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:05,108 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:05,146 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [59650f84] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:05,252 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:05,310 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:05,310 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:05,374 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:05,396 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [437ba790] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:05,486 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:05,531 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:05,532 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:05,579 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:05,644 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-7) [4f90f1ee] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 15:21:05,712 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [4f90f1ee] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 67c18633 2012-11-11 15:21:05,713 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [4f90f1ee] FINISH, IsValidVDSCommand, return: true, log id: 67c18633 2012-11-11 15:21:05,781 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-7) [4f90f1ee] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 15:21:05,781 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [4f90f1ee] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3a0fc8de 2012-11-11 15:21:05,782 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [4f90f1ee] FINISH, IsValidVDSCommand, return: true, log id: 3a0fc8de 2012-11-11 15:21:05,787 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-7) [4f90f1ee] MacPoolManager::allocateNewMac entered 2012-11-11 15:21:05,787 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-7) [4f90f1ee] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:65 2012-11-11 15:21:05,816 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-7) [4f90f1ee] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 15:21:05,817 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-7) [4f90f1ee] START, SetVmStatusVDSCommand( vmId = fb28e732-b74b-429b-92ee-850b5004f2ec, status = ImageLocked), log id: 1d4c2799 2012-11-11 15:21:05,819 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-7) [4f90f1ee] FINISH, SetVmStatusVDSCommand, log id: 1d4c2799 2012-11-11 15:21:05,820 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-7) [1caa23e4] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 15:21:05,825 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-7) [1caa23e4] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 1c43f8b1 2012-11-11 15:21:05,871 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-7) [1caa23e4] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 1c43f8b1 2012-11-11 15:21:05,872 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-7) [1caa23e4] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 7f91e176-1b7c-487c-ad05-124bc929dc8c, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = cfa2ca74-eee9-41d0-9294-37a408cfe8dc, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 10156d33 2012-11-11 15:21:05,872 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-7) [1caa23e4] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 15:21:05,872 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-7) [1caa23e4] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=7f91e176-1b7c-487c-ad05-124bc929dc8c size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=cfa2ca74-eee9-41d0-9294-37a408cfe8dc descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 15:21:06,274 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-7) [1caa23e4] FINISH, CreateSnapshotVDSCommand, return: cfa2ca74-eee9-41d0-9294-37a408cfe8dc, log id: 10156d33 2012-11-11 15:21:06,300 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-7) [1caa23e4] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity fb28e732-b74b-429b-92ee-850b5004f2ec 2012-11-11 15:21:06,300 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-7) [1caa23e4] EntityMultiAsyncTasks::AttachTask: Attaching task 2528d3e3-815e-4719-bf08-9f1088b37da7 to entity fb28e732-b74b-429b-92ee-850b5004f2ec. 2012-11-11 15:21:06,301 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-7) [1caa23e4] Adding task 2528d3e3-815e-4719-bf08-9f1088b37da7 to DataBase 2012-11-11 15:21:06,363 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-7) [1caa23e4] Adding task 2528d3e3-815e-4719-bf08-9f1088b37da7 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 15:21:06,558 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-7) [1caa23e4] BaseAsyncTask::StartPollingTask: Starting to poll task 2528d3e3-815e-4719-bf08-9f1088b37da7. 2012-11-11 15:21:06,558 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-7) [1caa23e4] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity fb28e732-b74b-429b-92ee-850b5004f2ec is AddVm (determined by task 2528d3e3-815e-4719-bf08-9f1088b37da7) 2012-11-11 15:21:06,583 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [9d545ab] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:06,630 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:06,702 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:06,702 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:06,760 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:06,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3d3453d1] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:06,861 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:06,897 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:06,897 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:06,943 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:06,972 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [1e3f910b] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:08,457 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-88) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-11 15:21:08,480 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-88) SPMAsyncTask::PollTask: Polling task 2528d3e3-815e-4719-bf08-9f1088b37da7 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-11 15:21:08,480 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-88) Finished polling Tasks, will poll again in 10 seconds. 2012-11-11 15:21:17,043 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:17,085 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:17,085 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:17,129 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:17,153 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6adb28ae] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:18,503 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-85) SPMAsyncTask::PollTask: Polling task 2528d3e3-815e-4719-bf08-9f1088b37da7 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 15:21:18,621 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-85) BaseAsyncTask::OnTaskEndSuccess: Task 2528d3e3-815e-4719-bf08-9f1088b37da7 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 15:21:18,621 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-85) EntityAsyncTask::EndActionIfNecessary: All tasks of entity fb28e732-b74b-429b-92ee-850b5004f2ec has ended -> executing EndAction 2012-11-11 15:21:18,621 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-85) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: fb28e732-b74b-429b-92ee-850b5004f2ec): calling EndAction for action type AddVm. 2012-11-11 15:21:18,622 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 15:21:18,695 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) [4f90f1ee] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 15:21:18,695 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-48) [1caa23e4] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 15:21:18,701 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [1caa23e4] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 7f91e176-1b7c-487c-ad05-124bc929dc8c, imageId = cfa2ca74-eee9-41d0-9294-37a408cfe8dc), log id: 51edb75a 2012-11-11 15:21:18,744 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [1caa23e4] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@f57476f8, log id: 51edb75a 2012-11-11 15:21:18,751 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) START, SetVmStatusVDSCommand( vmId = fb28e732-b74b-429b-92ee-850b5004f2ec, status = Down), log id: 7ecdfcb8 2012-11-11 15:21:18,753 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) FINISH, SetVmStatusVDSCommand, log id: 7ecdfcb8 2012-11-11 15:21:18,775 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: c50219f 2012-11-11 15:21:19,483 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) FINISH, UpdateVMVDSCommand, log id: c50219f 2012-11-11 15:21:19,531 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 15:21:19,531 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 15:21:19,566 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 2528d3e3-815e-4719-bf08-9f1088b37da7 2012-11-11 15:21:19,566 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 2528d3e3-815e-4719-bf08-9f1088b37da7), log id: 7ca6b026 2012-11-11 15:21:19,635 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=2528d3e3-815e-4719-bf08-9f1088b37da7), log id: 14a0f73f 2012-11-11 15:21:19,825 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 14a0f73f 2012-11-11 15:21:19,826 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 7ca6b026 2012-11-11 15:21:19,833 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task 2528d3e3-815e-4719-bf08-9f1088b37da7 from DataBase 2012-11-11 15:21:19,834 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity fb28e732-b74b-429b-92ee-850b5004f2ec 2012-11-11 15:21:23,144 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-17) Setting new tasks map. The map contains now 1 tasks 2012-11-11 15:21:27,228 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:21:27,353 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 15:21:27,353 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 15:21:27,429 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:21:27,467 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3a96b835] Running command: LogoutUserCommand internal: false. 2012-11-11 15:21:44,281 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-17) Lock Acquired to object EngineLock [exclusiveLocks= key: fb28e732-b74b-429b-92ee-850b5004f2ec value: VM , sharedLocks= ] 2012-11-11 15:21:44,285 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4e8d5a56 2012-11-11 15:21:44,286 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) FINISH, IsValidVDSCommand, return: true, log id: 4e8d5a56 2012-11-11 15:21:44,337 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-17) START, IsVmDuringInitiatingVDSCommand( vmId = fb28e732-b74b-429b-92ee-850b5004f2ec), log id: 78719599 2012-11-11 15:21:44,337 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-17) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 78719599 2012-11-11 15:21:44,449 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-44) [5dab097a] Running command: RunVmCommand internal: false. Entities affected : ID: fb28e732-b74b-429b-92ee-850b5004f2ec Type: VM 2012-11-11 15:21:44,559 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [5dab097a] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=fb28e732-b74b-429b-92ee-850b5004f2ec, vm=org.ovirt.engine.core.common.businessentities.VM@158e4270), log id: 6da4cc94 2012-11-11 15:21:44,562 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-44) [5dab097a] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=fb28e732-b74b-429b-92ee-850b5004f2ec, vm=org.ovirt.engine.core.common.businessentities.VM@158e4270), log id: 68b99c72 2012-11-11 15:21:44,618 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-44) [5dab097a] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=fb28e732-b74b-429b-92ee-850b5004f2ec,devices=[Ljava.util.Map;@64e8be07,acpiEnable=true,vmName=xxxx,cpuType=Penryn,custom={device_5e694834-6d28-4ae8-8233-038185628b86device_607a789a-94d2-4a8a-b7cc-bd497ae097f3device_700d6ac3-601c-4cd4-b4dc-77b7a2d7eb03=VmDevice {vmId=fb28e732-b74b-429b-92ee-850b5004f2ec, deviceId=700d6ac3-601c-4cd4-b4dc-77b7a2d7eb03, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_5e694834-6d28-4ae8-8233-038185628b86=VmDevice {vmId=fb28e732-b74b-429b-92ee-850b5004f2ec, deviceId=5e694834-6d28-4ae8-8233-038185628b86, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_5e694834-6d28-4ae8-8233-038185628b86device_607a789a-94d2-4a8a-b7cc-bd497ae097f3device_700d6ac3-601c-4cd4-b4dc-77b7a2d7eb03device_77505b0a-a95a-4fc7-a093-c8b030dc423c=VmDevice {vmId=fb28e732-b74b-429b-92ee-850b5004f2ec, deviceId=77505b0a-a95a-4fc7-a093-c8b030dc423c, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}, device_5e694834-6d28-4ae8-8233-038185628b86device_607a789a-94d2-4a8a-b7cc-bd497ae097f3device_700d6ac3-601c-4cd4-b4dc-77b7a2d7eb03device_77505b0a-a95a-4fc7-a093-c8b030dc423cdevice_7796676b-9203-431c-bc72-9f716d57cfe8device_d00c8960-f2c4-4ac6-9556-5c8313f2f8fe=VmDevice {vmId=fb28e732-b74b-429b-92ee-850b5004f2ec, deviceId=d00c8960-f2c4-4ac6-9556-5c8313f2f8fe, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_5e694834-6d28-4ae8-8233-038185628b86device_607a789a-94d2-4a8a-b7cc-bd497ae097f3device_700d6ac3-601c-4cd4-b4dc-77b7a2d7eb03device_77505b0a-a95a-4fc7-a093-c8b030dc423cdevice_7796676b-9203-431c-bc72-9f716d57cfe8=VmDevice {vmId=fb28e732-b74b-429b-92ee-850b5004f2ec, deviceId=7796676b-9203-431c-bc72-9f716d57cfe8, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_5e694834-6d28-4ae8-8233-038185628b86device_607a789a-94d2-4a8a-b7cc-bd497ae097f3=VmDevice {vmId=fb28e732-b74b-429b-92ee-850b5004f2ec, deviceId=607a789a-94d2-4a8a-b7cc-bd497ae097f3, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}} 2012-11-11 15:21:44,618 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-44) [5dab097a] FINISH, CreateVDSCommand, log id: 68b99c72 2012-11-11 15:21:44,619 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [5dab097a] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: xxxx 2012-11-11 15:21:44,649 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [5dab097a] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 6da4cc94 2012-11-11 15:21:44,649 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-44) [5dab097a] Lock freed to object EngineLock [exclusiveLocks= key: fb28e732-b74b-429b-92ee-850b5004f2ec value: VM , sharedLocks= ] 2012-11-11 15:21:44,803 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-16) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[fb28e732-b74b-429b-92ee-850b5004f2ec]), log id: 3df6dafe 2012-11-11 15:21:44,821 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-16) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@19a3797a, log id: 3df6dafe 2012-11-11 15:21:44,825 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-16) Recieved a qxl Device without an address when processing VM fb28e732-b74b-429b-92ee-850b5004f2ec devices, skipping device: {specParams={vram=65536}, device=qxl, type=video, deviceId=f66a04f6-b7bc-4c20-9a78-ed2f852878d4} 2012-11-11 15:21:44,825 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-16) Recieved a memballoon Device without an address when processing VM fb28e732-b74b-429b-92ee-850b5004f2ec devices, skipping device: {specParams={model=virtio}, device=memballoon, type=balloon, deviceId=8039b9ad-74c2-4469-a9d8-82e43d6fe280} 2012-11-11 15:21:44,825 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-16) Recieved a cdrom Device without an address when processing VM fb28e732-b74b-429b-92ee-850b5004f2ec devices, skipping device: {shared=false, iface=ide, index=2, specParams={path=}, device=cdrom, path=, type=disk, readonly=true, deviceId=75afb7ac-dd85-4a67-a660-f7448fa24cc4} 2012-11-11 15:21:49,055 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-50) VM xxxx fb28e732-b74b-429b-92ee-850b5004f2ec moved from WaitForLaunch --> PoweringUp 2012-11-11 15:21:49,055 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-50) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[fb28e732-b74b-429b-92ee-850b5004f2ec]), log id: 6141836c 2012-11-11 15:21:49,074 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-50) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@141b5956, log id: 6141836c 2012-11-11 15:22:23,145 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-87) Setting new tasks map. The map contains now 0 tasks 2012-11-11 15:22:23,145 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-87) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 15:22:23,148 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-87) Could not find vds that is spm and non-operational. 2012-11-11 15:22:45,315 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-15) VM xxxx fb28e732-b74b-429b-92ee-850b5004f2ec moved from PoweringUp --> Up 2012-11-11 15:22:45,325 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-15) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@26ff1a56), log id: ada612d 2012-11-11 15:22:45,352 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-15) FINISH, UpdateVdsDynamicDataVDSCommand, log id: ada612d 2012-11-11 15:22:46,662 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-44) [271ed97c] Running command: ShutdownVmCommand internal: false. Entities affected : ID: fb28e732-b74b-429b-92ee-850b5004f2ec Type: VM 2012-11-11 15:22:46,664 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-44) [271ed97c] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop xxxx). 2012-11-11 15:22:46,664 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-44) [271ed97c] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop xxxx. 2012-11-11 15:22:46,665 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-44) [271ed97c] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=fb28e732-b74b-429b-92ee-850b5004f2ec, force=false, secondsToWait=30, gracefully=true), log id: cac3ecc 2012-11-11 15:22:46,670 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-44) [271ed97c] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=fb28e732-b74b-429b-92ee-850b5004f2ec, force=false, secondsToWait=30, gracefully=true), log id: 5d408a8c 2012-11-11 15:22:46,689 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-44) [271ed97c] FINISH, DestroyVDSCommand, log id: 5d408a8c 2012-11-11 15:22:46,721 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-44) [271ed97c] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: cac3ecc 2012-11-11 15:22:53,534 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-48) [1699452e] Running command: StopVmCommand internal: false. Entities affected : ID: fb28e732-b74b-429b-92ee-850b5004f2ec Type: VM 2012-11-11 15:22:53,538 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [1699452e] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=fb28e732-b74b-429b-92ee-850b5004f2ec, force=false, secondsToWait=0, gracefully=false), log id: 28a1a2f9 2012-11-11 15:22:53,542 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [1699452e] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=fb28e732-b74b-429b-92ee-850b5004f2ec, force=false, secondsToWait=0, gracefully=false), log id: 6130876 2012-11-11 15:22:56,244 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [1699452e] FINISH, DestroyVDSCommand, log id: 6130876 2012-11-11 15:22:56,264 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [1699452e] FINISH, DestroyVmVDSCommand, return: Down, log id: 28a1a2f9 2012-11-11 15:23:55,620 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:23:55,678 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 15:23:55,678 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 15:23:55,769 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:23:55,771 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [4a881893] Running command: LogoutUserCommand internal: false. 2012-11-11 15:23:55,854 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:23:55,905 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 15:23:55,905 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 15:23:56,130 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:23:56,133 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [2676fb77] Running command: LogoutUserCommand internal: false. 2012-11-11 15:23:56,188 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:23:56,229 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 15:23:56,229 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 15:23:56,285 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:23:56,287 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [708c6641] Running command: LogoutUserCommand internal: false. 2012-11-11 15:23:56,358 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:23:56,431 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 15:23:56,431 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 15:23:56,484 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:23:56,487 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [31205ed7] Running command: LogoutUserCommand internal: false. 2012-11-11 15:23:56,547 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:23:56,621 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 15:23:56,621 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 15:23:56,697 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:23:56,698 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [62f93b18] Running command: LogoutUserCommand internal: false. 2012-11-11 15:23:56,750 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:23:56,804 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 15:23:56,804 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 15:23:56,918 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:23:56,920 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [6ef55150] Running command: LogoutUserCommand internal: false. 2012-11-11 15:23:56,986 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:23:57,045 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 15:23:57,046 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 15:23:57,123 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:23:57,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [1c6fe953] Running command: LogoutUserCommand internal: false. 2012-11-11 15:23:57,195 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:23:57,232 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 15:23:57,232 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 15:23:57,294 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:23:57,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [6cc24e5b] Running command: LogoutUserCommand internal: false. 2012-11-11 15:23:57,347 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:23:57,403 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 15:23:57,403 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 15:23:57,487 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:23:57,489 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [772e9948] Running command: LogoutUserCommand internal: false. 2012-11-11 15:23:57,546 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:23:57,606 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 15:23:57,607 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 15:23:57,709 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:23:57,711 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [bdef349] Running command: LogoutUserCommand internal: false. 2012-11-11 15:23:57,775 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:23:58,211 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 15:23:58,212 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 15:23:58,761 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:23:58,770 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [4555db43] Running command: LogoutUserCommand internal: false. 2012-11-11 15:23:58,891 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:23:58,946 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 15:23:58,946 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 15:23:59,014 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:23:59,015 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [3eda8d0d] Running command: LogoutUserCommand internal: false. 2012-11-11 15:23:59,093 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:23:59,146 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 15:23:59,146 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 15:23:59,233 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:23:59,259 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [77227268] Running command: LogoutUserCommand internal: false. 2012-11-11 15:23:59,326 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:23:59,411 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 15:23:59,411 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 15:23:59,470 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:23:59,544 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-3) [6e2c837b] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 15:23:59,544 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-3) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:23:59,544 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-3) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:23:59,544 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-3) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:23:59,544 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-3) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:23:59,581 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-3) [6e2c837b] Running command: UpdateVmCommand internal: false. Entities affected : ID: fb28e732-b74b-429b-92ee-850b5004f2ec Type: VM 2012-11-11 15:23:59,612 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [6e2c837b] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3bfef415 2012-11-11 15:23:59,613 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [6e2c837b] FINISH, IsValidVDSCommand, return: true, log id: 3bfef415 2012-11-11 15:23:59,627 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-3) [6e2c837b] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 7dbed8d1 2012-11-11 15:23:59,728 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-3) [6e2c837b] FINISH, UpdateVMVDSCommand, log id: 7dbed8d1 2012-11-11 15:23:59,749 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-3) [6e2c837b] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 15:23:59,922 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1b29ce25] Running command: LogoutUserCommand internal: false. 2012-11-11 15:24:09,680 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-6) Lock Acquired to object EngineLock [exclusiveLocks= key: fb28e732-b74b-429b-92ee-850b5004f2ec value: VM , sharedLocks= ] 2012-11-11 15:24:09,684 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 8684f6 2012-11-11 15:24:09,685 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) FINISH, IsValidVDSCommand, return: true, log id: 8684f6 2012-11-11 15:24:09,758 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-6) START, IsVmDuringInitiatingVDSCommand( vmId = fb28e732-b74b-429b-92ee-850b5004f2ec), log id: 4a9f91f9 2012-11-11 15:24:09,758 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-6) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 4a9f91f9 2012-11-11 15:24:09,841 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-44) [48860401] Running command: RunVmCommand internal: false. Entities affected : ID: fb28e732-b74b-429b-92ee-850b5004f2ec Type: VM 2012-11-11 15:24:09,891 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [48860401] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=fb28e732-b74b-429b-92ee-850b5004f2ec, vm=org.ovirt.engine.core.common.businessentities.VM@8b6e088), log id: 3900baf0 2012-11-11 15:24:09,894 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-44) [48860401] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=fb28e732-b74b-429b-92ee-850b5004f2ec, vm=org.ovirt.engine.core.common.businessentities.VM@8b6e088), log id: 11c8d841 2012-11-11 15:24:09,905 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-44) [48860401] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 15:24:09,905 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-44) [48860401] FINISH, CreateVDSCommand, log id: 11c8d841 2012-11-11 15:24:09,905 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [48860401] VDS::create Failed creating vm xxxx in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 15:24:09,905 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [48860401] FINISH, CreateVmVDSCommand, return: Down, log id: 3900baf0 2012-11-11 15:24:09,906 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-44) [48860401] Lock freed to object EngineLock [exclusiveLocks= key: fb28e732-b74b-429b-92ee-850b5004f2ec value: VM , sharedLocks= ] 2012-11-11 15:24:09,906 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-44) [48860401] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 15:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-11 15:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-11 15:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-11 15:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-11 15:27:06,780 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:27:06,839 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 15:27:06,839 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 15:27:06,937 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:27:06,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [53084d69] Running command: LogoutUserCommand internal: false. 2012-11-11 15:27:20,704 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:27:20,755 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 15:27:20,755 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 15:27:20,790 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:27:20,867 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-2) [4428ee32] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 15:27:20,867 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:27:20,868 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:27:20,868 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:27:20,868 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:27:20,903 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-2) [4428ee32] Running command: UpdateVmCommand internal: false. Entities affected : ID: fb28e732-b74b-429b-92ee-850b5004f2ec Type: VM 2012-11-11 15:27:20,927 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [4428ee32] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3cdeb008 2012-11-11 15:27:20,928 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [4428ee32] FINISH, IsValidVDSCommand, return: true, log id: 3cdeb008 2012-11-11 15:27:20,939 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-2) [4428ee32] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 683ab14b 2012-11-11 15:27:21,067 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-2) [4428ee32] FINISH, UpdateVMVDSCommand, log id: 683ab14b 2012-11-11 15:27:21,077 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-2) [4428ee32] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 15:27:21,182 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [186861c] Running command: LogoutUserCommand internal: false. 2012-11-11 15:27:35,411 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-4) Lock Acquired to object EngineLock [exclusiveLocks= key: fb28e732-b74b-429b-92ee-850b5004f2ec value: VM , sharedLocks= ] 2012-11-11 15:27:35,415 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 872b57d 2012-11-11 15:27:35,416 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) FINISH, IsValidVDSCommand, return: true, log id: 872b57d 2012-11-11 15:27:35,459 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-4) START, IsVmDuringInitiatingVDSCommand( vmId = fb28e732-b74b-429b-92ee-850b5004f2ec), log id: 3c500294 2012-11-11 15:27:35,460 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-4) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 3c500294 2012-11-11 15:27:35,570 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [766aff1c] Running command: RunVmCommand internal: false. Entities affected : ID: fb28e732-b74b-429b-92ee-850b5004f2ec Type: VM 2012-11-11 15:27:35,648 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [766aff1c] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=fb28e732-b74b-429b-92ee-850b5004f2ec, vm=org.ovirt.engine.core.common.businessentities.VM@4a150130), log id: 256fedf1 2012-11-11 15:27:35,650 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [766aff1c] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=fb28e732-b74b-429b-92ee-850b5004f2ec, vm=org.ovirt.engine.core.common.businessentities.VM@4a150130), log id: 74548ff1 2012-11-11 15:27:35,663 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-48) [766aff1c] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 15:27:35,663 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [766aff1c] FINISH, CreateVDSCommand, log id: 74548ff1 2012-11-11 15:27:35,663 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [766aff1c] VDS::create Failed creating vm xxxx in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 15:27:35,664 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [766aff1c] FINISH, CreateVmVDSCommand, return: Down, log id: 256fedf1 2012-11-11 15:27:35,664 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [766aff1c] Lock freed to object EngineLock [exclusiveLocks= key: fb28e732-b74b-429b-92ee-850b5004f2ec value: VM , sharedLocks= ] 2012-11-11 15:27:35,664 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [766aff1c] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 15:28:51,133 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-1) Lock Acquired to object EngineLock [exclusiveLocks= key: fb28e732-b74b-429b-92ee-850b5004f2ec value: VM , sharedLocks= ] 2012-11-11 15:28:51,148 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7078d2a7 2012-11-11 15:28:51,149 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) FINISH, IsValidVDSCommand, return: true, log id: 7078d2a7 2012-11-11 15:28:51,287 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) [69e1f17e] Running command: RemoveVmCommand internal: false. Entities affected : ID: fb28e732-b74b-429b-92ee-850b5004f2ec Type: VM 2012-11-11 15:28:51,288 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) [69e1f17e] START, SetVmStatusVDSCommand( vmId = fb28e732-b74b-429b-92ee-850b5004f2ec, status = ImageLocked), log id: 307dd22 2012-11-11 15:28:51,291 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) [69e1f17e] FINISH, SetVmStatusVDSCommand, log id: 307dd22 2012-11-11 15:28:51,304 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) [69e1f17e] Lock freed to object EngineLock [exclusiveLocks= key: fb28e732-b74b-429b-92ee-850b5004f2ec value: VM , sharedLocks= ] 2012-11-11 15:28:51,305 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-44) [69e1f17e] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = fb28e732-b74b-429b-92ee-850b5004f2ec), log id: 3859c15 2012-11-11 15:28:52,138 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-44) [69e1f17e] FINISH, RemoveVMVDSCommand, log id: 3859c15 2012-11-11 15:28:52,143 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-44) [7f26d045] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: fb28e732-b74b-429b-92ee-850b5004f2ec Type: VM 2012-11-11 15:28:52,160 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-44) [689858d5] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 15:28:52,169 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-44) [689858d5] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 7f91e176-1b7c-487c-ad05-124bc929dc8c, postZeros = false, forceDelete = false), log id: 37dac5e5 2012-11-11 15:28:53,807 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-44) [689858d5] FINISH, DeleteImageGroupVDSCommand, log id: 37dac5e5 2012-11-11 15:28:53,849 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) [689858d5] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity fb28e732-b74b-429b-92ee-850b5004f2ec 2012-11-11 15:28:53,849 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-44) [689858d5] EntityMultiAsyncTasks::AttachTask: Attaching task 4acbc395-92f6-4cb7-91af-4a0f1cf7a312 to entity fb28e732-b74b-429b-92ee-850b5004f2ec. 2012-11-11 15:28:53,851 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-44) [689858d5] Adding task 4acbc395-92f6-4cb7-91af-4a0f1cf7a312 to DataBase 2012-11-11 15:28:53,878 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-44) [689858d5] Adding task 4acbc395-92f6-4cb7-91af-4a0f1cf7a312 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 15:28:53,980 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) [689858d5] BaseAsyncTask::StartPollingTask: Starting to poll task 4acbc395-92f6-4cb7-91af-4a0f1cf7a312. 2012-11-11 15:28:53,980 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-44) [689858d5] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity fb28e732-b74b-429b-92ee-850b5004f2ec is RemoveVm (determined by task 4acbc395-92f6-4cb7-91af-4a0f1cf7a312) 2012-11-11 15:28:58,637 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-7) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 15:28:58,700 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-7) SPMAsyncTask::PollTask: Polling task 4acbc395-92f6-4cb7-91af-4a0f1cf7a312 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 15:28:58,770 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-7) BaseAsyncTask::OnTaskEndSuccess: Task 4acbc395-92f6-4cb7-91af-4a0f1cf7a312 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 15:28:58,771 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-7) EntityAsyncTask::EndActionIfNecessary: All tasks of entity fb28e732-b74b-429b-92ee-850b5004f2ec has ended -> executing EndAction 2012-11-11 15:28:58,771 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-7) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: fb28e732-b74b-429b-92ee-850b5004f2ec): calling EndAction for action type RemoveVm. 2012-11-11 15:28:58,771 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 15:28:58,799 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 15:28:58,799 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock Acquired to object EngineLock [exclusiveLocks= key: fb28e732-b74b-429b-92ee-850b5004f2ec value: VM , sharedLocks= ] 2012-11-11 15:28:58,804 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-44) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:65) - entered 2012-11-11 15:28:58,806 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock freed to object EngineLock [exclusiveLocks= key: fb28e732-b74b-429b-92ee-850b5004f2ec value: VM , sharedLocks= ] 2012-11-11 15:28:58,842 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 15:28:58,842 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 15:28:58,889 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 4acbc395-92f6-4cb7-91af-4a0f1cf7a312 2012-11-11 15:28:58,889 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 4acbc395-92f6-4cb7-91af-4a0f1cf7a312), log id: 496fdeca 2012-11-11 15:28:58,890 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=4acbc395-92f6-4cb7-91af-4a0f1cf7a312), log id: 354c9543 2012-11-11 15:28:59,029 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) FINISH, HSMClearTaskVDSCommand, log id: 354c9543 2012-11-11 15:28:59,029 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) FINISH, SPMClearTaskVDSCommand, log id: 496fdeca 2012-11-11 15:28:59,069 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) BaseAsyncTask::RemoveTaskFromDB: Removed task 4acbc395-92f6-4cb7-91af-4a0f1cf7a312 from DataBase 2012-11-11 15:28:59,069 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity fb28e732-b74b-429b-92ee-850b5004f2ec 2012-11-11 15:29:50,658 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:29:50,700 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 15:29:50,700 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 15:29:50,742 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:29:50,744 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3cb894f4] Running command: LogoutUserCommand internal: false. 2012-11-11 15:29:50,794 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:29:50,835 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 15:29:50,835 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 15:29:50,885 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:29:50,887 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [23bbd1a8] Running command: LogoutUserCommand internal: false. 2012-11-11 15:29:50,938 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:29:50,979 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 15:29:50,979 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 15:29:51,007 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:29:51,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [35446831] Running command: LogoutUserCommand internal: false. 2012-11-11 15:29:51,067 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:29:51,113 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 15:29:51,113 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 15:29:51,147 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:29:51,149 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [5600f961] Running command: LogoutUserCommand internal: false. 2012-11-11 15:29:51,226 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:29:51,260 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 15:29:51,260 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 15:29:51,292 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:29:51,294 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [e8447cc] Running command: LogoutUserCommand internal: false. 2012-11-11 15:29:51,348 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:29:51,412 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 15:29:51,412 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 15:29:51,467 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:29:51,469 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [2abd829] Running command: LogoutUserCommand internal: false. 2012-11-11 15:29:51,524 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:29:51,597 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 15:29:51,597 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 15:29:51,676 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:29:51,678 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [383c3fb6] Running command: LogoutUserCommand internal: false. 2012-11-11 15:29:51,736 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:29:51,788 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 15:29:51,788 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 15:29:51,923 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:29:51,925 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [2ab5ba72] Running command: LogoutUserCommand internal: false. 2012-11-11 15:29:52,008 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:29:52,056 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 15:29:52,056 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 15:29:52,105 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:29:52,107 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [246fc097] Running command: LogoutUserCommand internal: false. 2012-11-11 15:29:52,164 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:29:52,206 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 15:29:52,206 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 15:29:52,398 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:29:52,399 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [6dd4fad2] Running command: LogoutUserCommand internal: false. 2012-11-11 15:29:52,477 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:29:52,526 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 15:29:52,527 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 15:29:52,560 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:29:52,562 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [37c574ed] Running command: LogoutUserCommand internal: false. 2012-11-11 15:29:52,649 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:29:52,690 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 15:29:52,690 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 15:29:52,757 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:29:52,759 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [54918602] Running command: LogoutUserCommand internal: false. 2012-11-11 15:29:52,817 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:29:53,690 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 15:29:53,691 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 15:29:53,898 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:29:53,904 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [348f3d21] Running command: LogoutUserCommand internal: false. 2012-11-11 15:29:54,086 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:29:54,140 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 15:29:54,140 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 15:29:54,267 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:29:54,283 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [4598a5b2] Running command: LogoutUserCommand internal: false. 2012-11-11 15:29:54,355 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:29:54,396 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 15:29:54,396 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 15:29:54,442 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:29:54,465 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [7d558662] Running command: LogoutUserCommand internal: false. 2012-11-11 15:29:54,525 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:29:54,568 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 15:29:54,569 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 15:29:54,617 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:29:54,742 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-5) [47acbc4b] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 15:29:54,788 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [47acbc4b] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 73e0b56e 2012-11-11 15:29:54,789 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [47acbc4b] FINISH, IsValidVDSCommand, return: true, log id: 73e0b56e 2012-11-11 15:29:54,945 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-5) [47acbc4b] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 15:29:54,946 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [47acbc4b] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4062a694 2012-11-11 15:29:54,946 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [47acbc4b] FINISH, IsValidVDSCommand, return: true, log id: 4062a694 2012-11-11 15:29:54,952 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-5) [47acbc4b] MacPoolManager::allocateNewMac entered 2012-11-11 15:29:54,952 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-5) [47acbc4b] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:65 2012-11-11 15:29:54,982 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-5) [47acbc4b] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 15:29:54,982 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-5) [47acbc4b] START, SetVmStatusVDSCommand( vmId = 5150342d-b2fb-4439-8d2e-0e7a708bf5d9, status = ImageLocked), log id: 3acaf491 2012-11-11 15:29:54,984 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-5) [47acbc4b] FINISH, SetVmStatusVDSCommand, log id: 3acaf491 2012-11-11 15:29:54,985 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-5) [7fb7c3ce] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 15:29:54,990 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-5) [7fb7c3ce] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 5eb1a2b2 2012-11-11 15:29:55,030 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-5) [7fb7c3ce] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 5eb1a2b2 2012-11-11 15:29:55,032 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-5) [7fb7c3ce] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 651ffc46-e6db-4f65-9cd0-cf7fd66ca40c, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 138b8ef4-9427-442d-bc70-fc8344b017bb, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 4c0e726d 2012-11-11 15:29:55,032 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-5) [7fb7c3ce] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 15:29:55,032 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-5) [7fb7c3ce] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=651ffc46-e6db-4f65-9cd0-cf7fd66ca40c size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=138b8ef4-9427-442d-bc70-fc8344b017bb descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 15:29:56,051 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-5) [7fb7c3ce] FINISH, CreateSnapshotVDSCommand, return: 138b8ef4-9427-442d-bc70-fc8344b017bb, log id: 4c0e726d 2012-11-11 15:29:56,061 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-5) [7fb7c3ce] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 2012-11-11 15:29:56,061 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-5) [7fb7c3ce] EntityMultiAsyncTasks::AttachTask: Attaching task 7e07eb19-98e5-4532-a1b1-41e9e7c61b75 to entity 5150342d-b2fb-4439-8d2e-0e7a708bf5d9. 2012-11-11 15:29:56,062 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-5) [7fb7c3ce] Adding task 7e07eb19-98e5-4532-a1b1-41e9e7c61b75 to DataBase 2012-11-11 15:29:56,080 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-5) [7fb7c3ce] Adding task 7e07eb19-98e5-4532-a1b1-41e9e7c61b75 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 15:29:56,308 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-5) [7fb7c3ce] BaseAsyncTask::StartPollingTask: Starting to poll task 7e07eb19-98e5-4532-a1b1-41e9e7c61b75. 2012-11-11 15:29:56,308 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-5) [7fb7c3ce] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 is AddVm (determined by task 7e07eb19-98e5-4532-a1b1-41e9e7c61b75) 2012-11-11 15:29:56,327 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [3052b40a] Running command: LogoutUserCommand internal: false. 2012-11-11 15:29:56,441 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:29:56,485 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 15:29:56,485 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 15:29:56,521 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:29:56,547 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [2b8dd552] Running command: LogoutUserCommand internal: false. 2012-11-11 15:29:56,616 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:29:56,662 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 15:29:56,662 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 15:29:56,704 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:29:56,756 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [3f9c8f64] Running command: LogoutUserCommand internal: false. 2012-11-11 15:29:58,774 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-54) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-11 15:29:58,795 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-54) SPMAsyncTask::PollTask: Polling task 7e07eb19-98e5-4532-a1b1-41e9e7c61b75 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-11 15:29:58,795 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-54) Finished polling Tasks, will poll again in 10 seconds. 2012-11-11 15:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-11 15:30:00,021 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-11 15:30:00,021 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-11 15:30:00,021 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-11 15:30:06,829 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:30:06,876 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 15:30:06,876 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 15:30:06,917 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:30:06,942 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [599320b9] Running command: LogoutUserCommand internal: false. 2012-11-11 15:30:08,817 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-52) SPMAsyncTask::PollTask: Polling task 7e07eb19-98e5-4532-a1b1-41e9e7c61b75 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 15:30:09,896 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-52) BaseAsyncTask::OnTaskEndSuccess: Task 7e07eb19-98e5-4532-a1b1-41e9e7c61b75 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 15:30:09,897 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-52) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 has ended -> executing EndAction 2012-11-11 15:30:09,897 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-52) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9): calling EndAction for action type AddVm. 2012-11-11 15:30:09,897 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 15:30:10,005 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-44) [47acbc4b] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 15:30:10,006 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-44) [7fb7c3ce] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 15:30:10,008 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-44) [7fb7c3ce] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 651ffc46-e6db-4f65-9cd0-cf7fd66ca40c, imageId = 138b8ef4-9427-442d-bc70-fc8344b017bb), log id: 1411263 2012-11-11 15:30:10,056 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-44) [7fb7c3ce] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@54036700, log id: 1411263 2012-11-11 15:30:10,065 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) START, SetVmStatusVDSCommand( vmId = 5150342d-b2fb-4439-8d2e-0e7a708bf5d9, status = Down), log id: 3bff2253 2012-11-11 15:30:10,068 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-44) FINISH, SetVmStatusVDSCommand, log id: 3bff2253 2012-11-11 15:30:10,099 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-44) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 2f92e258 2012-11-11 15:30:10,416 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-44) FINISH, UpdateVMVDSCommand, log id: 2f92e258 2012-11-11 15:30:10,443 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 15:30:10,443 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 15:30:10,456 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 7e07eb19-98e5-4532-a1b1-41e9e7c61b75 2012-11-11 15:30:10,456 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 7e07eb19-98e5-4532-a1b1-41e9e7c61b75), log id: 334d9df1 2012-11-11 15:30:10,457 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=7e07eb19-98e5-4532-a1b1-41e9e7c61b75), log id: 6b0ff1bc 2012-11-11 15:30:10,540 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-44) FINISH, HSMClearTaskVDSCommand, log id: 6b0ff1bc 2012-11-11 15:30:10,540 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-44) FINISH, SPMClearTaskVDSCommand, log id: 334d9df1 2012-11-11 15:30:10,559 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-44) BaseAsyncTask::RemoveTaskFromDB: Removed task 7e07eb19-98e5-4532-a1b1-41e9e7c61b75 from DataBase 2012-11-11 15:30:10,559 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-44) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 2012-11-11 15:30:17,005 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:30:17,051 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 15:30:17,052 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 15:30:17,132 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:30:17,160 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [49763e0e] Running command: LogoutUserCommand internal: false. 2012-11-11 15:30:17,215 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:30:17,274 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 15:30:17,274 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 15:30:17,497 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:30:17,523 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [3b4fef57] Running command: LogoutUserCommand internal: false. 2012-11-11 15:30:17,599 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:30:17,637 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 15:30:17,638 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 15:30:17,675 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:30:17,781 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [47e0c263] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 15:30:17,781 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:30:17,781 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:30:17,781 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:30:17,781 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:30:18,301 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [47e0c263] Running command: UpdateVmCommand internal: false. Entities affected : ID: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 Type: VM 2012-11-11 15:30:18,327 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [47e0c263] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2f5bd6f4 2012-11-11 15:30:18,328 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [47e0c263] FINISH, IsValidVDSCommand, return: true, log id: 2f5bd6f4 2012-11-11 15:30:18,337 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-10) [47e0c263] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 742109b9 2012-11-11 15:30:18,431 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-10) [47e0c263] FINISH, UpdateVMVDSCommand, log id: 742109b9 2012-11-11 15:30:18,705 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [47e0c263] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 15:30:18,837 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [57a9186d] Running command: LogoutUserCommand internal: false. 2012-11-11 15:30:18,902 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:30:18,943 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 15:30:18,943 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 15:30:19,005 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:30:19,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [199f19c] Running command: LogoutUserCommand internal: false. 2012-11-11 15:30:19,099 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:30:19,142 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 15:30:19,142 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 15:30:19,178 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:30:19,235 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [320647d] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 334a1cc6 2012-11-11 15:30:19,236 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [320647d] FINISH, IsValidVDSCommand, return: true, log id: 334a1cc6 2012-11-11 15:30:19,270 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-2) [320647d] START, IsVmDuringInitiatingVDSCommand( vmId = 5150342d-b2fb-4439-8d2e-0e7a708bf5d9), log id: 3e865efc 2012-11-11 15:30:19,270 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-2) [320647d] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 3e865efc 2012-11-11 15:30:19,325 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-2) [320647d] Running command: RunVmOnceCommand internal: false. Entities affected : ID: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 Type: VM 2012-11-11 15:30:19,347 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-2) [320647d] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=5150342d-b2fb-4439-8d2e-0e7a708bf5d9, vm=org.ovirt.engine.core.common.businessentities.VM@4a2c6f71), log id: 6e5608bf 2012-11-11 15:30:19,350 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-2) [320647d] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=5150342d-b2fb-4439-8d2e-0e7a708bf5d9, vm=org.ovirt.engine.core.common.businessentities.VM@4a2c6f71), log id: 31d3a405 2012-11-11 15:30:19,359 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (ajp-/127.0.0.1:8702-2) [320647d] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 15:30:19,359 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-2) [320647d] FINISH, CreateVDSCommand, log id: 31d3a405 2012-11-11 15:30:19,359 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-2) [320647d] VDS::create Failed creating vm xxxx in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 15:30:19,359 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-2) [320647d] FINISH, CreateVmVDSCommand, return: Down, log id: 6e5608bf 2012-11-11 15:30:19,359 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-2) [320647d] Command org.ovirt.engine.core.bll.RunVmOnceCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 15:30:19,363 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-2) [320647d] Transaction rolled-back for command: org.ovirt.engine.core.bll.RunVmOnceCommand. 2012-11-11 15:30:19,459 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-2) Operation Failed: [Network error during communication with the Host.] 2012-11-11 15:30:19,461 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3a11d7ea] Running command: LogoutUserCommand internal: false. 2012-11-11 15:30:23,153 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-80) [787dbcb8] Setting new tasks map. The map contains now 1 tasks 2012-11-11 15:31:23,153 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-39) Setting new tasks map. The map contains now 0 tasks 2012-11-11 15:31:23,153 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-39) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 15:31:23,156 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-39) Could not find vds that is spm and non-operational. 2012-11-11 15:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-11 15:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-11 15:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-11 15:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-11 15:39:30,591 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-17) Lock Acquired to object EngineLock [exclusiveLocks= key: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 value: VM , sharedLocks= ] 2012-11-11 15:39:30,627 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 30fc70cc 2012-11-11 15:39:30,628 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) FINISH, IsValidVDSCommand, return: true, log id: 30fc70cc 2012-11-11 15:39:30,699 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-17) START, IsVmDuringInitiatingVDSCommand( vmId = 5150342d-b2fb-4439-8d2e-0e7a708bf5d9), log id: 722a934f 2012-11-11 15:39:30,699 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-17) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 722a934f 2012-11-11 15:39:30,810 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-44) [2b9a39c5] Running command: RunVmCommand internal: false. Entities affected : ID: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 Type: VM 2012-11-11 15:39:30,855 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [2b9a39c5] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=5150342d-b2fb-4439-8d2e-0e7a708bf5d9, vm=org.ovirt.engine.core.common.businessentities.VM@e7abaa9), log id: 5c03802a 2012-11-11 15:39:30,857 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-44) [2b9a39c5] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=5150342d-b2fb-4439-8d2e-0e7a708bf5d9, vm=org.ovirt.engine.core.common.businessentities.VM@e7abaa9), log id: 76a17019 2012-11-11 15:39:30,872 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-44) [2b9a39c5] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 15:39:30,872 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-44) [2b9a39c5] FINISH, CreateVDSCommand, log id: 76a17019 2012-11-11 15:39:30,872 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [2b9a39c5] VDS::create Failed creating vm xxxx in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 15:39:30,872 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [2b9a39c5] FINISH, CreateVmVDSCommand, return: Down, log id: 5c03802a 2012-11-11 15:39:30,872 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-44) [2b9a39c5] Lock freed to object EngineLock [exclusiveLocks= key: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 value: VM , sharedLocks= ] 2012-11-11 15:39:30,872 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-44) [2b9a39c5] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 15:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts 2012-11-11 15:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering 0 hosts 2012-11-11 15:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts done 2012-11-11 15:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering storage domains is disabled, skipping 2012-11-11 15:40:20,666 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-7) Lock Acquired to object EngineLock [exclusiveLocks= key: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 value: VM , sharedLocks= ] 2012-11-11 15:40:20,671 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3cc74652 2012-11-11 15:40:20,672 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) FINISH, IsValidVDSCommand, return: true, log id: 3cc74652 2012-11-11 15:40:20,732 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-7) START, IsVmDuringInitiatingVDSCommand( vmId = 5150342d-b2fb-4439-8d2e-0e7a708bf5d9), log id: 48609367 2012-11-11 15:40:20,732 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-7) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 48609367 2012-11-11 15:40:20,840 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-44) [3e325baa] Running command: RunVmCommand internal: false. Entities affected : ID: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 Type: VM 2012-11-11 15:40:20,975 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [3e325baa] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=5150342d-b2fb-4439-8d2e-0e7a708bf5d9, vm=org.ovirt.engine.core.common.businessentities.VM@2ab32299), log id: 13951e3e 2012-11-11 15:40:21,159 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-44) [3e325baa] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=5150342d-b2fb-4439-8d2e-0e7a708bf5d9, vm=org.ovirt.engine.core.common.businessentities.VM@2ab32299), log id: 588672ca 2012-11-11 15:40:21,174 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-44) [3e325baa] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 15:40:21,174 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-44) [3e325baa] FINISH, CreateVDSCommand, log id: 588672ca 2012-11-11 15:40:21,174 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [3e325baa] VDS::create Failed creating vm xxxx in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 15:40:21,175 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-44) [3e325baa] FINISH, CreateVmVDSCommand, return: Down, log id: 13951e3e 2012-11-11 15:40:21,175 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-44) [3e325baa] Lock freed to object EngineLock [exclusiveLocks= key: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 value: VM , sharedLocks= ] 2012-11-11 15:40:21,175 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-44) [3e325baa] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 15:40:58,113 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [6ee69664] Running command: LogoutUserCommand internal: false. 2012-11-11 15:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-11 15:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-11 15:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-11 15:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-11 15:49:02,322 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:49:02,393 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 15:49:02,393 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginAdminUserCommand internal: false. 2012-11-11 15:49:13,663 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:49:13,737 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 15:49:13,737 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 15:49:14,187 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:49:14,212 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [193cb435] Running command: LogoutUserCommand internal: false. 2012-11-11 15:49:39,284 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:49:39,394 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 15:49:39,394 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 15:49:39,440 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:49:39,471 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [5960ea6e] Running command: LogoutUserCommand internal: false. 2012-11-11 15:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts 2012-11-11 15:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering 0 hosts 2012-11-11 15:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts done 2012-11-11 15:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering storage domains is disabled, skipping 2012-11-11 15:50:26,520 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:50:26,674 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 15:50:26,674 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 15:50:26,835 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:50:26,916 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-3) [1d430e55] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 15:50:26,916 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-3) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:50:26,916 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-3) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:50:26,917 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-3) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:50:26,917 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-3) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 15:50:26,943 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-3) [1d430e55] Running command: UpdateVmCommand internal: false. Entities affected : ID: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 Type: VM 2012-11-11 15:50:26,972 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [1d430e55] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3fd023e8 2012-11-11 15:50:26,973 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [1d430e55] FINISH, IsValidVDSCommand, return: true, log id: 3fd023e8 2012-11-11 15:50:26,989 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-3) [1d430e55] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 5060f0c 2012-11-11 15:50:27,071 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-3) [1d430e55] FINISH, UpdateVMVDSCommand, log id: 5060f0c 2012-11-11 15:50:27,096 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-3) [1d430e55] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 15:50:27,172 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [3af84e40] Running command: LogoutUserCommand internal: false. 2012-11-11 15:50:44,070 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-5) Lock Acquired to object EngineLock [exclusiveLocks= key: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 value: VM , sharedLocks= ] 2012-11-11 15:50:44,075 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6caaf3db 2012-11-11 15:50:44,076 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) FINISH, IsValidVDSCommand, return: true, log id: 6caaf3db 2012-11-11 15:50:44,128 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-5) START, IsVmDuringInitiatingVDSCommand( vmId = 5150342d-b2fb-4439-8d2e-0e7a708bf5d9), log id: 4618f244 2012-11-11 15:50:44,128 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-5) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 4618f244 2012-11-11 15:50:44,220 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [acfde66] Running command: RunVmCommand internal: false. Entities affected : ID: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 Type: VM 2012-11-11 15:50:44,247 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [acfde66] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=5150342d-b2fb-4439-8d2e-0e7a708bf5d9, vm=org.ovirt.engine.core.common.businessentities.VM@15b6b4e8), log id: 373f7b0d 2012-11-11 15:50:44,250 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [acfde66] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=5150342d-b2fb-4439-8d2e-0e7a708bf5d9, vm=org.ovirt.engine.core.common.businessentities.VM@15b6b4e8), log id: 33b3b8ca 2012-11-11 15:50:44,261 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-48) [acfde66] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 15:50:44,261 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [acfde66] FINISH, CreateVDSCommand, log id: 33b3b8ca 2012-11-11 15:50:44,261 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [acfde66] VDS::create Failed creating vm xxxx in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 15:50:44,262 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [acfde66] FINISH, CreateVmVDSCommand, return: Down, log id: 373f7b0d 2012-11-11 15:50:44,262 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [acfde66] Lock freed to object EngineLock [exclusiveLocks= key: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 value: VM , sharedLocks= ] 2012-11-11 15:50:44,262 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [acfde66] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 15:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts 2012-11-11 15:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering 0 hosts 2012-11-11 15:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts done 2012-11-11 15:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering storage domains is disabled, skipping 2012-11-11 15:55:55,759 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-2) Lock Acquired to object EngineLock [exclusiveLocks= key: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 value: VM , sharedLocks= ] 2012-11-11 15:55:55,765 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 386d6995 2012-11-11 15:55:55,766 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) FINISH, IsValidVDSCommand, return: true, log id: 386d6995 2012-11-11 15:55:55,863 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) [266c327c] Running command: RemoveVmCommand internal: false. Entities affected : ID: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 Type: VM 2012-11-11 15:55:55,864 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-46) [266c327c] START, SetVmStatusVDSCommand( vmId = 5150342d-b2fb-4439-8d2e-0e7a708bf5d9, status = ImageLocked), log id: 440d2041 2012-11-11 15:55:55,868 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-46) [266c327c] FINISH, SetVmStatusVDSCommand, log id: 440d2041 2012-11-11 15:55:55,880 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) [266c327c] Lock freed to object EngineLock [exclusiveLocks= key: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 value: VM , sharedLocks= ] 2012-11-11 15:55:55,881 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-46) [266c327c] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 5150342d-b2fb-4439-8d2e-0e7a708bf5d9), log id: 2caae252 2012-11-11 15:55:55,926 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-46) [266c327c] FINISH, RemoveVMVDSCommand, log id: 2caae252 2012-11-11 15:55:55,930 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-46) [6f08c67] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 Type: VM 2012-11-11 15:55:55,940 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-46) [629b4660] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 15:55:55,971 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-46) [629b4660] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 651ffc46-e6db-4f65-9cd0-cf7fd66ca40c, postZeros = false, forceDelete = false), log id: 7aad85e2 2012-11-11 15:55:56,507 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-46) [629b4660] FINISH, DeleteImageGroupVDSCommand, log id: 7aad85e2 2012-11-11 15:55:56,539 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) [629b4660] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 2012-11-11 15:55:56,539 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-46) [629b4660] EntityMultiAsyncTasks::AttachTask: Attaching task 18c48c73-3cee-4bfa-9ba7-85de2820f766 to entity 5150342d-b2fb-4439-8d2e-0e7a708bf5d9. 2012-11-11 15:55:56,540 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-46) [629b4660] Adding task 18c48c73-3cee-4bfa-9ba7-85de2820f766 to DataBase 2012-11-11 15:55:56,579 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-46) [629b4660] Adding task 18c48c73-3cee-4bfa-9ba7-85de2820f766 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 15:55:56,834 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) [629b4660] BaseAsyncTask::StartPollingTask: Starting to poll task 18c48c73-3cee-4bfa-9ba7-85de2820f766. 2012-11-11 15:55:56,835 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-46) [629b4660] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 is RemoveVm (determined by task 18c48c73-3cee-4bfa-9ba7-85de2820f766) 2012-11-11 15:55:59,964 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-29) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 15:55:59,986 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-29) SPMAsyncTask::PollTask: Polling task 18c48c73-3cee-4bfa-9ba7-85de2820f766 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 15:56:00,044 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-29) BaseAsyncTask::OnTaskEndSuccess: Task 18c48c73-3cee-4bfa-9ba7-85de2820f766 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 15:56:00,045 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-29) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 has ended -> executing EndAction 2012-11-11 15:56:00,045 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-29) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9): calling EndAction for action type RemoveVm. 2012-11-11 15:56:00,045 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 15:56:00,085 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 15:56:00,085 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Lock Acquired to object EngineLock [exclusiveLocks= key: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 value: VM , sharedLocks= ] 2012-11-11 15:56:00,091 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-46) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:65) - entered 2012-11-11 15:56:00,097 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Lock freed to object EngineLock [exclusiveLocks= key: 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 value: VM , sharedLocks= ] 2012-11-11 15:56:00,130 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 15:56:00,130 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 15:56:00,153 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 18c48c73-3cee-4bfa-9ba7-85de2820f766 2012-11-11 15:56:00,153 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 18c48c73-3cee-4bfa-9ba7-85de2820f766), log id: 4df1b7ab 2012-11-11 15:56:00,155 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=18c48c73-3cee-4bfa-9ba7-85de2820f766), log id: 5beaec7d 2012-11-11 15:56:00,234 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) FINISH, HSMClearTaskVDSCommand, log id: 5beaec7d 2012-11-11 15:56:00,235 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) FINISH, SPMClearTaskVDSCommand, log id: 4df1b7ab 2012-11-11 15:56:00,255 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) BaseAsyncTask::RemoveTaskFromDB: Removed task 18c48c73-3cee-4bfa-9ba7-85de2820f766 from DataBase 2012-11-11 15:56:00,255 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 5150342d-b2fb-4439-8d2e-0e7a708bf5d9 2012-11-11 15:56:32,316 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:56:32,368 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 15:56:32,368 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 15:56:32,435 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:56:32,437 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [6a92fc75] Running command: LogoutUserCommand internal: false. 2012-11-11 15:56:32,496 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:56:32,547 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 15:56:32,547 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 15:56:32,583 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:56:32,585 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [13d3e666] Running command: LogoutUserCommand internal: false. 2012-11-11 15:56:32,648 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:56:32,761 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 15:56:32,762 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 15:56:32,874 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:56:32,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [79d1ef1] Running command: LogoutUserCommand internal: false. 2012-11-11 15:56:32,936 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:56:32,979 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 15:56:32,979 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 15:56:33,041 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:56:33,043 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [4d7fa812] Running command: LogoutUserCommand internal: false. 2012-11-11 15:56:33,120 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:56:33,226 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 15:56:33,226 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 15:56:33,693 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:56:33,695 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [4cbc789] Running command: LogoutUserCommand internal: false. 2012-11-11 15:56:33,749 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:56:33,784 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 15:56:33,784 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 15:56:33,820 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:56:33,821 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [cb071a3] Running command: LogoutUserCommand internal: false. 2012-11-11 15:56:33,880 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:56:33,920 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 15:56:33,921 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 15:56:33,966 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:56:33,968 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [cd9f202] Running command: LogoutUserCommand internal: false. 2012-11-11 15:56:34,018 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:56:34,081 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 15:56:34,081 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 15:56:34,119 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:56:34,121 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [500bf3a2] Running command: LogoutUserCommand internal: false. 2012-11-11 15:56:34,189 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:56:34,231 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 15:56:34,231 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 15:56:34,263 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:56:34,265 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [21f88e99] Running command: LogoutUserCommand internal: false. 2012-11-11 15:56:34,331 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:56:34,373 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 15:56:34,373 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 15:56:34,424 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:56:34,426 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [20435aa4] Running command: LogoutUserCommand internal: false. 2012-11-11 15:56:34,485 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:56:34,526 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 15:56:34,526 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 15:56:34,618 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:56:34,620 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [3ad8e079] Running command: LogoutUserCommand internal: false. 2012-11-11 15:56:34,669 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:56:34,708 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 15:56:34,708 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 15:56:34,765 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:56:34,767 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [6707464] Running command: LogoutUserCommand internal: false. 2012-11-11 15:56:34,819 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:56:34,861 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 15:56:34,861 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 15:56:34,909 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:56:34,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [aaede6e] Running command: LogoutUserCommand internal: false. 2012-11-11 15:56:34,955 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:56:34,999 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 15:56:34,999 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 15:56:35,047 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:56:35,061 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [63a9aff] Running command: LogoutUserCommand internal: false. 2012-11-11 15:56:35,111 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:56:35,166 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 15:56:35,166 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 15:56:35,207 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:56:35,231 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [1efaab05] Running command: LogoutUserCommand internal: false. 2012-11-11 15:56:35,288 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:56:35,325 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 15:56:35,325 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 15:56:35,356 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:56:35,425 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-8) [27bfdb5f] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 15:56:35,453 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [27bfdb5f] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7651d75f 2012-11-11 15:56:35,454 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [27bfdb5f] FINISH, IsValidVDSCommand, return: true, log id: 7651d75f 2012-11-11 15:56:35,522 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-8) [27bfdb5f] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 15:56:35,522 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [27bfdb5f] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5bc98eb6 2012-11-11 15:56:35,523 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [27bfdb5f] FINISH, IsValidVDSCommand, return: true, log id: 5bc98eb6 2012-11-11 15:56:35,528 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-8) [27bfdb5f] MacPoolManager::allocateNewMac entered 2012-11-11 15:56:35,529 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-8) [27bfdb5f] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:65 2012-11-11 15:56:35,548 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-8) [27bfdb5f] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 15:56:35,548 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-8) [27bfdb5f] START, SetVmStatusVDSCommand( vmId = 3873b53b-f230-4840-b2eb-eaae7b6e62ba, status = ImageLocked), log id: a04ddd0 2012-11-11 15:56:35,551 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-8) [27bfdb5f] FINISH, SetVmStatusVDSCommand, log id: a04ddd0 2012-11-11 15:56:35,552 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-8) [f253e6d] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 15:56:35,558 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-8) [f253e6d] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 36e48940 2012-11-11 15:56:35,597 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-8) [f253e6d] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 36e48940 2012-11-11 15:56:35,599 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-8) [f253e6d] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = b2b24a36-7d18-40b9-94ef-65cf95794e18, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 7d94780a-340e-41d1-9804-0236a414472c, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 45ca669e 2012-11-11 15:56:35,599 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-8) [f253e6d] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 15:56:35,599 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-8) [f253e6d] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=b2b24a36-7d18-40b9-94ef-65cf95794e18 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=7d94780a-340e-41d1-9804-0236a414472c descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 15:56:35,935 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-8) [f253e6d] FINISH, CreateSnapshotVDSCommand, return: 7d94780a-340e-41d1-9804-0236a414472c, log id: 45ca669e 2012-11-11 15:56:35,956 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-8) [f253e6d] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 3873b53b-f230-4840-b2eb-eaae7b6e62ba 2012-11-11 15:56:35,956 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-8) [f253e6d] EntityMultiAsyncTasks::AttachTask: Attaching task 3ae2168c-57b0-432a-8ceb-310e819fbd95 to entity 3873b53b-f230-4840-b2eb-eaae7b6e62ba. 2012-11-11 15:56:35,958 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-8) [f253e6d] Adding task 3ae2168c-57b0-432a-8ceb-310e819fbd95 to DataBase 2012-11-11 15:56:35,980 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-8) [f253e6d] Adding task 3ae2168c-57b0-432a-8ceb-310e819fbd95 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 15:56:36,086 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-8) [f253e6d] BaseAsyncTask::StartPollingTask: Starting to poll task 3ae2168c-57b0-432a-8ceb-310e819fbd95. 2012-11-11 15:56:36,086 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-8) [f253e6d] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 3873b53b-f230-4840-b2eb-eaae7b6e62ba is AddVm (determined by task 3ae2168c-57b0-432a-8ceb-310e819fbd95) 2012-11-11 15:56:36,148 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [1ec1cf13] Running command: LogoutUserCommand internal: false. 2012-11-11 15:56:36,212 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:56:36,258 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 15:56:36,259 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 15:56:36,387 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:56:36,413 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [ec655ef] Running command: LogoutUserCommand internal: false. 2012-11-11 15:56:36,511 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:56:36,580 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 15:56:36,580 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 15:56:36,637 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:56:36,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [4bd37a54] Running command: LogoutUserCommand internal: false. 2012-11-11 15:56:40,047 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-97) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-11 15:56:40,070 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-97) SPMAsyncTask::PollTask: Polling task 3ae2168c-57b0-432a-8ceb-310e819fbd95 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 15:56:40,081 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-97) BaseAsyncTask::OnTaskEndSuccess: Task 3ae2168c-57b0-432a-8ceb-310e819fbd95 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 15:56:40,082 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-97) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 3873b53b-f230-4840-b2eb-eaae7b6e62ba has ended -> executing EndAction 2012-11-11 15:56:40,082 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-97) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 3873b53b-f230-4840-b2eb-eaae7b6e62ba): calling EndAction for action type AddVm. 2012-11-11 15:56:40,083 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 15:56:40,115 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) [27bfdb5f] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 15:56:40,115 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-48) [f253e6d] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 15:56:40,116 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [f253e6d] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = b2b24a36-7d18-40b9-94ef-65cf95794e18, imageId = 7d94780a-340e-41d1-9804-0236a414472c), log id: 7807f98c 2012-11-11 15:56:40,160 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [f253e6d] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@6e8242e8, log id: 7807f98c 2012-11-11 15:56:40,166 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) START, SetVmStatusVDSCommand( vmId = 3873b53b-f230-4840-b2eb-eaae7b6e62ba, status = Down), log id: 47dabe98 2012-11-11 15:56:40,168 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) FINISH, SetVmStatusVDSCommand, log id: 47dabe98 2012-11-11 15:56:40,206 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 16a3324a 2012-11-11 15:56:43,120 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) FINISH, UpdateVMVDSCommand, log id: 16a3324a 2012-11-11 15:56:43,573 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 15:56:43,573 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 15:56:43,884 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 3ae2168c-57b0-432a-8ceb-310e819fbd95 2012-11-11 15:56:43,885 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 3ae2168c-57b0-432a-8ceb-310e819fbd95), log id: 7c5bc122 2012-11-11 15:56:43,886 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=3ae2168c-57b0-432a-8ceb-310e819fbd95), log id: 2e2ec0a8 2012-11-11 15:56:43,985 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 2e2ec0a8 2012-11-11 15:56:43,985 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 7c5bc122 2012-11-11 15:56:43,994 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task 3ae2168c-57b0-432a-8ceb-310e819fbd95 from DataBase 2012-11-11 15:56:43,994 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 3873b53b-f230-4840-b2eb-eaae7b6e62ba 2012-11-11 15:56:46,728 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 15:56:46,790 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 15:56:46,790 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 15:56:46,831 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 15:56:46,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [473d9d26] Running command: LogoutUserCommand internal: false. 2012-11-11 15:57:23,168 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-7) Setting new tasks map. The map contains now 1 tasks 2012-11-11 15:57:53,169 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-36) Setting new tasks map. The map contains now 0 tasks 2012-11-11 15:57:53,169 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-36) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 15:57:53,172 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-36) Could not find vds that is spm and non-operational. 2012-11-11 16:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-11 16:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-11 16:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-11 16:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-11 16:03:17,013 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:03:17,094 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 16:03:17,094 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 16:03:17,141 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:03:17,168 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [4a9b305b] Running command: LogoutUserCommand internal: false. 2012-11-11 16:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts 2012-11-11 16:05:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering 0 hosts 2012-11-11 16:05:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts done 2012-11-11 16:05:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering storage domains is disabled, skipping 2012-11-11 16:05:33,787 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:05:34,064 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 16:05:34,064 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 16:05:34,235 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:05:34,365 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-1) [3a242ad9] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx100 value: VM_NAME , sharedLocks= ] 2012-11-11 16:05:34,389 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [3a242ad9] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1968fa5f 2012-11-11 16:05:34,390 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [3a242ad9] FINISH, IsValidVDSCommand, return: true, log id: 1968fa5f 2012-11-11 16:05:34,449 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-1) [3a242ad9] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 16:05:34,450 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [3a242ad9] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 477bbf7b 2012-11-11 16:05:34,451 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [3a242ad9] FINISH, IsValidVDSCommand, return: true, log id: 477bbf7b 2012-11-11 16:05:34,457 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-1) [3a242ad9] MacPoolManager::allocateNewMac entered 2012-11-11 16:05:34,457 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-1) [3a242ad9] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:5a 2012-11-11 16:05:34,572 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-1) [3a242ad9] Lock freed to object EngineLock [exclusiveLocks= key: xxxx100 value: VM_NAME , sharedLocks= ] 2012-11-11 16:05:34,572 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-1) [3a242ad9] START, SetVmStatusVDSCommand( vmId = d14b5ba2-52df-401d-9aed-5b72e8bc7e6b, status = ImageLocked), log id: 889cbab 2012-11-11 16:05:34,574 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-1) [3a242ad9] FINISH, SetVmStatusVDSCommand, log id: 889cbab 2012-11-11 16:05:34,575 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-1) [2de4b988] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 16:05:34,576 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-1) [2de4b988] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 69b6b198 2012-11-11 16:05:34,615 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-1) [2de4b988] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 69b6b198 2012-11-11 16:05:34,617 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-1) [2de4b988] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = dae4e6fb-1c71-4fe5-8f5c-d1cfdd4bfa0b, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 2d622ab8-3cdb-412b-be14-8b90b6f9cb14, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 15994faf 2012-11-11 16:05:34,617 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-1) [2de4b988] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 16:05:34,617 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-1) [2de4b988] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=dae4e6fb-1c71-4fe5-8f5c-d1cfdd4bfa0b size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=2d622ab8-3cdb-412b-be14-8b90b6f9cb14 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 16:05:34,969 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-1) [2de4b988] FINISH, CreateSnapshotVDSCommand, return: 2d622ab8-3cdb-412b-be14-8b90b6f9cb14, log id: 15994faf 2012-11-11 16:05:34,982 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-1) [2de4b988] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity d14b5ba2-52df-401d-9aed-5b72e8bc7e6b 2012-11-11 16:05:34,982 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-1) [2de4b988] EntityMultiAsyncTasks::AttachTask: Attaching task 3d3f57a5-54de-4e93-b0cd-b9997e52b575 to entity d14b5ba2-52df-401d-9aed-5b72e8bc7e6b. 2012-11-11 16:05:34,983 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-1) [2de4b988] Adding task 3d3f57a5-54de-4e93-b0cd-b9997e52b575 to DataBase 2012-11-11 16:05:35,145 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-1) [2de4b988] Adding task 3d3f57a5-54de-4e93-b0cd-b9997e52b575 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 16:05:35,357 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-1) [2de4b988] BaseAsyncTask::StartPollingTask: Starting to poll task 3d3f57a5-54de-4e93-b0cd-b9997e52b575. 2012-11-11 16:05:35,357 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-1) [2de4b988] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity d14b5ba2-52df-401d-9aed-5b72e8bc7e6b is AddVm (determined by task 3d3f57a5-54de-4e93-b0cd-b9997e52b575) 2012-11-11 16:05:35,410 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [390963c1] Running command: LogoutUserCommand internal: false. 2012-11-11 16:05:40,101 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-20) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 16:05:40,125 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-20) SPMAsyncTask::PollTask: Polling task 3d3f57a5-54de-4e93-b0cd-b9997e52b575 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 16:05:40,137 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-20) BaseAsyncTask::OnTaskEndSuccess: Task 3d3f57a5-54de-4e93-b0cd-b9997e52b575 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 16:05:40,137 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-20) EntityAsyncTask::EndActionIfNecessary: All tasks of entity d14b5ba2-52df-401d-9aed-5b72e8bc7e6b has ended -> executing EndAction 2012-11-11 16:05:40,137 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-20) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: d14b5ba2-52df-401d-9aed-5b72e8bc7e6b): calling EndAction for action type AddVm. 2012-11-11 16:05:40,138 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 16:05:40,194 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) [3a242ad9] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 16:05:40,194 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-48) [2de4b988] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 16:05:40,196 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [2de4b988] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = dae4e6fb-1c71-4fe5-8f5c-d1cfdd4bfa0b, imageId = 2d622ab8-3cdb-412b-be14-8b90b6f9cb14), log id: 2bdace51 2012-11-11 16:05:40,242 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [2de4b988] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@c805e5c0, log id: 2bdace51 2012-11-11 16:05:40,248 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) START, SetVmStatusVDSCommand( vmId = d14b5ba2-52df-401d-9aed-5b72e8bc7e6b, status = Down), log id: 50c973a9 2012-11-11 16:05:40,251 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) FINISH, SetVmStatusVDSCommand, log id: 50c973a9 2012-11-11 16:05:40,273 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 2b718626 2012-11-11 16:05:40,355 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) FINISH, UpdateVMVDSCommand, log id: 2b718626 2012-11-11 16:05:40,397 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 16:05:40,397 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 16:05:40,445 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 3d3f57a5-54de-4e93-b0cd-b9997e52b575 2012-11-11 16:05:40,446 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 3d3f57a5-54de-4e93-b0cd-b9997e52b575), log id: 5db0fcb 2012-11-11 16:05:40,447 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=3d3f57a5-54de-4e93-b0cd-b9997e52b575), log id: 65e4a6c8 2012-11-11 16:05:40,527 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 65e4a6c8 2012-11-11 16:05:40,527 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 5db0fcb 2012-11-11 16:05:40,600 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task 3d3f57a5-54de-4e93-b0cd-b9997e52b575 from DataBase 2012-11-11 16:05:40,600 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity d14b5ba2-52df-401d-9aed-5b72e8bc7e6b 2012-11-11 16:06:53,177 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-75) Setting new tasks map. The map contains now 0 tasks 2012-11-11 16:06:53,178 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-75) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 16:06:53,180 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-75) Could not find vds that is spm and non-operational. 2012-11-11 16:07:36,554 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:07:36,596 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 16:07:36,596 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 16:07:36,650 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:07:36,652 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [2c485bcf] Running command: LogoutUserCommand internal: false. 2012-11-11 16:07:36,707 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:07:36,758 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 16:07:36,758 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 16:07:36,816 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:07:36,818 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [3c713c01] Running command: LogoutUserCommand internal: false. 2012-11-11 16:07:36,877 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:07:36,956 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 16:07:36,957 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 16:07:37,007 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:07:37,008 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [e060bdf] Running command: LogoutUserCommand internal: false. 2012-11-11 16:07:37,061 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:07:37,118 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 16:07:37,118 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 16:07:37,155 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:07:37,157 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [759b9383] Running command: LogoutUserCommand internal: false. 2012-11-11 16:07:37,271 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:07:37,322 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 16:07:37,322 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 16:07:37,431 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:07:37,433 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [68e61f66] Running command: LogoutUserCommand internal: false. 2012-11-11 16:07:37,499 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:07:37,567 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 16:07:37,567 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 16:07:37,595 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:07:37,597 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [74ef576] Running command: LogoutUserCommand internal: false. 2012-11-11 16:07:37,661 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:07:37,696 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 16:07:37,697 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 16:07:37,743 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:07:37,745 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [6e949212] Running command: LogoutUserCommand internal: false. 2012-11-11 16:07:37,801 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:07:37,905 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 16:07:37,905 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 16:07:38,007 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:07:38,009 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [1df95685] Running command: LogoutUserCommand internal: false. 2012-11-11 16:07:38,071 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:07:38,152 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 16:07:38,153 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 16:07:38,682 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:07:38,685 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [32d565dc] Running command: LogoutUserCommand internal: false. 2012-11-11 16:07:38,751 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:07:38,863 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 16:07:38,863 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 16:07:39,275 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:07:39,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [6b9b3807] Running command: LogoutUserCommand internal: false. 2012-11-11 16:07:39,561 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:07:39,601 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 16:07:39,601 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 16:07:39,660 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:07:39,662 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [35e4cdc3] Running command: LogoutUserCommand internal: false. 2012-11-11 16:07:39,731 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:07:39,789 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 16:07:39,789 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 16:07:39,959 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:07:39,961 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [56e1ab6f] Running command: LogoutUserCommand internal: false. 2012-11-11 16:07:40,021 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:07:40,067 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 16:07:40,067 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 16:07:40,127 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:07:40,129 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [2ad6ca28] Running command: LogoutUserCommand internal: false. 2012-11-11 16:07:40,197 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:07:40,325 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 16:07:40,325 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 16:07:40,396 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:07:40,431 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [1d90be4e] Running command: LogoutUserCommand internal: false. 2012-11-11 16:07:40,513 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:07:40,574 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 16:07:40,574 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 16:07:40,617 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:07:40,649 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [7287f46b] Running command: LogoutUserCommand internal: false. 2012-11-11 16:07:40,705 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:07:40,740 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 16:07:40,740 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 16:07:40,850 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:07:40,937 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-1) [1b2b96a0] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 16:07:40,987 WARN [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-1) [1b2b96a0] CanDoAction of action AddVm failed. Reasons:VAR__ACTION__ADD,VAR__TYPE__VM,ACTION_TYPE_FAILED_VM_ALREADY_EXIST 2012-11-11 16:07:40,987 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-1) [1b2b96a0] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 16:07:41,007 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-1) Operation Failed: [Cannot add VM. VM with the same name already exists.] 2012-11-11 16:07:41,009 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [1a395ab6] Running command: LogoutUserCommand internal: false. 2012-11-11 16:07:41,053 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:07:41,094 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 16:07:41,094 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 16:07:41,161 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:07:41,190 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [318a7378] Running command: LogoutUserCommand internal: false. 2012-11-11 16:07:41,273 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:07:41,315 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 16:07:41,315 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 16:07:41,388 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:07:41,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [65fbe72b] Running command: LogoutUserCommand internal: false. 2012-11-11 16:07:41,511 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:07:41,558 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 16:07:41,558 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 16:07:41,614 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:07:41,716 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-2) [568c9281] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 16:07:41,716 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 16:07:41,716 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 16:07:41,716 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 16:07:41,716 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 16:07:41,748 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-2) [568c9281] Running command: UpdateVmCommand internal: false. Entities affected : ID: 3873b53b-f230-4840-b2eb-eaae7b6e62ba Type: VM 2012-11-11 16:07:41,779 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [568c9281] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5417eaa3 2012-11-11 16:07:41,780 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [568c9281] FINISH, IsValidVDSCommand, return: true, log id: 5417eaa3 2012-11-11 16:07:41,800 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-2) [568c9281] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 301d6fa5 2012-11-11 16:07:42,560 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-2) [568c9281] FINISH, UpdateVMVDSCommand, log id: 301d6fa5 2012-11-11 16:07:42,599 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-2) [568c9281] Lock freed to object EngineLock [exclusiveLocks= key: xxxx value: VM_NAME , sharedLocks= ] 2012-11-11 16:07:42,678 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [580e0b16] Running command: LogoutUserCommand internal: false. 2012-11-11 16:09:46,420 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:09:46,465 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 16:09:46,465 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 16:09:46,527 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:09:46,554 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [30d843f1] Running command: LogoutUserCommand internal: false. 2012-11-11 16:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts 2012-11-11 16:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering 0 hosts 2012-11-11 16:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts done 2012-11-11 16:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering storage domains is disabled, skipping 2012-11-11 16:10:09,930 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:10:09,996 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 16:10:09,996 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 16:10:10,083 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:10:10,117 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [33b3d3c8] Running command: LogoutUserCommand internal: false. 2012-11-11 16:10:13,728 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-70) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 16:10:13,740 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-70) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:10:19,764 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:10:19,824 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 16:10:19,825 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 16:10:19,917 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:10:19,995 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-2) [48f5e7b3] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx100 value: VM_NAME , sharedLocks= ] 2012-11-11 16:10:19,995 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 16:10:19,995 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 16:10:19,995 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 16:10:19,995 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 16:10:20,027 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-2) [48f5e7b3] Running command: UpdateVmCommand internal: false. Entities affected : ID: d14b5ba2-52df-401d-9aed-5b72e8bc7e6b Type: VM 2012-11-11 16:10:20,061 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [48f5e7b3] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2edd5d6 2012-11-11 16:10:20,062 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [48f5e7b3] FINISH, IsValidVDSCommand, return: true, log id: 2edd5d6 2012-11-11 16:10:20,073 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-2) [48f5e7b3] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 28d27874 2012-11-11 16:10:20,201 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-2) [48f5e7b3] FINISH, UpdateVMVDSCommand, log id: 28d27874 2012-11-11 16:10:20,227 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-2) [48f5e7b3] Lock freed to object EngineLock [exclusiveLocks= key: xxxx100 value: VM_NAME , sharedLocks= ] 2012-11-11 16:10:20,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [c527ee6] Running command: LogoutUserCommand internal: false. 2012-11-11 16:10:33,565 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-9) Lock Acquired to object EngineLock [exclusiveLocks= key: d14b5ba2-52df-401d-9aed-5b72e8bc7e6b value: VM , sharedLocks= ] 2012-11-11 16:10:33,573 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3eb876da 2012-11-11 16:10:33,574 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) FINISH, IsValidVDSCommand, return: true, log id: 3eb876da 2012-11-11 16:10:33,639 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) START, IsVmDuringInitiatingVDSCommand( vmId = d14b5ba2-52df-401d-9aed-5b72e8bc7e6b), log id: 739f0484 2012-11-11 16:10:33,639 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 739f0484 2012-11-11 16:10:33,925 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [3331c68d] Running command: RunVmCommand internal: false. Entities affected : ID: d14b5ba2-52df-401d-9aed-5b72e8bc7e6b Type: VM 2012-11-11 16:10:33,964 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [3331c68d] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=d14b5ba2-52df-401d-9aed-5b72e8bc7e6b, vm=org.ovirt.engine.core.common.businessentities.VM@654c41c), log id: 672b611 2012-11-11 16:10:33,966 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [3331c68d] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=d14b5ba2-52df-401d-9aed-5b72e8bc7e6b, vm=org.ovirt.engine.core.common.businessentities.VM@654c41c), log id: 666a578f 2012-11-11 16:10:33,982 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-46) [3331c68d] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 16:10:33,982 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [3331c68d] FINISH, CreateVDSCommand, log id: 666a578f 2012-11-11 16:10:33,983 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [3331c68d] VDS::create Failed creating vm xxxx100 in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 16:10:33,983 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [3331c68d] FINISH, CreateVmVDSCommand, return: Down, log id: 672b611 2012-11-11 16:10:33,983 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [3331c68d] Lock freed to object EngineLock [exclusiveLocks= key: d14b5ba2-52df-401d-9aed-5b72e8bc7e6b value: VM , sharedLocks= ] 2012-11-11 16:10:33,983 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [3331c68d] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 16:11:47,786 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-9) Lock Acquired to object EngineLock [exclusiveLocks= key: xx900 value: VM_NAME , sharedLocks= ] 2012-11-11 16:11:47,817 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6c511fb1 2012-11-11 16:11:47,817 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) FINISH, IsValidVDSCommand, return: true, log id: 6c511fb1 2012-11-11 16:11:47,955 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) [6373c396] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 16:11:47,956 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) [6373c396] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 54f4819e 2012-11-11 16:11:47,957 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) [6373c396] FINISH, IsValidVDSCommand, return: true, log id: 54f4819e 2012-11-11 16:11:47,963 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-48) [6373c396] MacPoolManager::allocateNewMac entered 2012-11-11 16:11:47,963 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-48) [6373c396] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:5f 2012-11-11 16:11:48,004 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) [6373c396] Lock freed to object EngineLock [exclusiveLocks= key: xx900 value: VM_NAME , sharedLocks= ] 2012-11-11 16:11:48,004 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [6373c396] START, SetVmStatusVDSCommand( vmId = efe31e2a-5071-497a-9a26-ee2eb1600762, status = ImageLocked), log id: 3fc14a03 2012-11-11 16:11:48,006 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [6373c396] FINISH, SetVmStatusVDSCommand, log id: 3fc14a03 2012-11-11 16:11:48,007 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-48) [3fcf113a] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 16:11:48,012 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [3fcf113a] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 27416e8f 2012-11-11 16:11:48,051 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [3fcf113a] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 27416e8f 2012-11-11 16:11:48,053 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [3fcf113a] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 3900505c-0872-4ab4-bc3d-280004bfd313, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = e40e7c65-4314-43d1-ac79-1881d3c8ac55, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 7e780971 2012-11-11 16:11:48,053 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [3fcf113a] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 16:11:48,054 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [3fcf113a] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=3900505c-0872-4ab4-bc3d-280004bfd313 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=e40e7c65-4314-43d1-ac79-1881d3c8ac55 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 16:11:48,387 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [3fcf113a] FINISH, CreateSnapshotVDSCommand, return: e40e7c65-4314-43d1-ac79-1881d3c8ac55, log id: 7e780971 2012-11-11 16:11:48,584 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [3fcf113a] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity efe31e2a-5071-497a-9a26-ee2eb1600762 2012-11-11 16:11:48,584 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [3fcf113a] EntityMultiAsyncTasks::AttachTask: Attaching task 9035302c-e021-47af-aa9c-94488cfabd15 to entity efe31e2a-5071-497a-9a26-ee2eb1600762. 2012-11-11 16:11:48,585 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [3fcf113a] Adding task 9035302c-e021-47af-aa9c-94488cfabd15 to DataBase 2012-11-11 16:11:48,708 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [3fcf113a] Adding task 9035302c-e021-47af-aa9c-94488cfabd15 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 16:11:48,873 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [3fcf113a] BaseAsyncTask::StartPollingTask: Starting to poll task 9035302c-e021-47af-aa9c-94488cfabd15. 2012-11-11 16:11:48,873 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [3fcf113a] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity efe31e2a-5071-497a-9a26-ee2eb1600762 is AddVm (determined by task 9035302c-e021-47af-aa9c-94488cfabd15) 2012-11-11 16:11:50,149 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-41) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 16:11:50,172 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-41) SPMAsyncTask::PollTask: Polling task 9035302c-e021-47af-aa9c-94488cfabd15 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-11 16:11:50,173 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-41) Finished polling Tasks, will poll again in 10 seconds. 2012-11-11 16:12:00,196 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-56) SPMAsyncTask::PollTask: Polling task 9035302c-e021-47af-aa9c-94488cfabd15 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 16:12:00,211 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-56) BaseAsyncTask::OnTaskEndSuccess: Task 9035302c-e021-47af-aa9c-94488cfabd15 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 16:12:00,212 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-56) EntityAsyncTask::EndActionIfNecessary: All tasks of entity efe31e2a-5071-497a-9a26-ee2eb1600762 has ended -> executing EndAction 2012-11-11 16:12:00,212 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-56) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: efe31e2a-5071-497a-9a26-ee2eb1600762): calling EndAction for action type AddVm. 2012-11-11 16:12:00,215 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 16:12:00,240 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 16:12:00,240 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-48) [3fcf113a] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 16:12:00,242 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [3fcf113a] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 3900505c-0872-4ab4-bc3d-280004bfd313, imageId = e40e7c65-4314-43d1-ac79-1881d3c8ac55), log id: 5450631a 2012-11-11 16:12:00,285 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [3fcf113a] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@6bc693aa, log id: 5450631a 2012-11-11 16:12:00,292 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) START, SetVmStatusVDSCommand( vmId = efe31e2a-5071-497a-9a26-ee2eb1600762, status = Down), log id: 546ca32b 2012-11-11 16:12:00,295 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) FINISH, SetVmStatusVDSCommand, log id: 546ca32b 2012-11-11 16:12:00,329 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 10920712 2012-11-11 16:12:00,665 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) FINISH, UpdateVMVDSCommand, log id: 10920712 2012-11-11 16:12:00,695 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 16:12:00,695 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 16:12:00,706 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 9035302c-e021-47af-aa9c-94488cfabd15 2012-11-11 16:12:00,706 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 9035302c-e021-47af-aa9c-94488cfabd15), log id: 7473731a 2012-11-11 16:12:00,707 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=9035302c-e021-47af-aa9c-94488cfabd15), log id: 7f2120bd 2012-11-11 16:12:00,857 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 7f2120bd 2012-11-11 16:12:00,857 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 7473731a 2012-11-11 16:12:00,875 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task 9035302c-e021-47af-aa9c-94488cfabd15 from DataBase 2012-11-11 16:12:00,875 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity efe31e2a-5071-497a-9a26-ee2eb1600762 2012-11-11 16:13:23,185 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-12) Setting new tasks map. The map contains now 0 tasks 2012-11-11 16:13:23,185 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-12) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 16:13:23,188 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-12) Could not find vds that is spm and non-operational. 2012-11-11 16:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Checking autorecoverable hosts 2012-11-11 16:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Autorecovering 0 hosts 2012-11-11 16:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Checking autorecoverable hosts done 2012-11-11 16:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-77) Autorecovering storage domains is disabled, skipping 2012-11-11 16:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts 2012-11-11 16:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering 0 hosts 2012-11-11 16:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Checking autorecoverable hosts done 2012-11-11 16:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-64) Autorecovering storage domains is disabled, skipping 2012-11-11 16:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts 2012-11-11 16:25:00,020 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering 0 hosts 2012-11-11 16:25:00,020 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts done 2012-11-11 16:25:00,020 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering storage domains is disabled, skipping 2012-11-11 16:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts 2012-11-11 16:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering 0 hosts 2012-11-11 16:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts done 2012-11-11 16:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering storage domains is disabled, skipping 2012-11-11 16:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts 2012-11-11 16:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering 0 hosts 2012-11-11 16:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts done 2012-11-11 16:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering storage domains is disabled, skipping 2012-11-11 16:35:19,387 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:35:19,425 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 16:35:19,426 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 16:35:19,516 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:35:19,546 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [51c15995] Running command: LogoutUserCommand internal: false. 2012-11-11 16:35:34,109 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:35:34,185 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 16:35:34,185 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 16:35:34,223 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:35:34,271 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [5ea5eecf] Running command: LogoutUserCommand internal: false. 2012-11-11 16:36:54,709 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:36:54,748 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 16:36:54,748 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 16:36:54,794 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:36:54,824 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [36cecd4c] Running command: LogoutUserCommand internal: false. 2012-11-11 16:37:18,842 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:37:19,267 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 16:37:19,267 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 16:37:19,526 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:37:19,625 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [56297c62] Running command: LogoutUserCommand internal: false. 2012-11-11 16:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts 2012-11-11 16:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering 0 hosts 2012-11-11 16:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts done 2012-11-11 16:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering storage domains is disabled, skipping 2012-11-11 16:42:57,321 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:42:57,359 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 16:42:57,360 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 16:42:57,436 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:42:57,476 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [2129e2f4] Running command: LogoutUserCommand internal: false. 2012-11-11 16:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts 2012-11-11 16:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering 0 hosts 2012-11-11 16:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts done 2012-11-11 16:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering storage domains is disabled, skipping 2012-11-11 16:46:47,306 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:46:47,358 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 16:46:47,358 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 16:46:47,452 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:46:47,517 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-10) [5c07ac0d] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx200 value: VM_NAME , sharedLocks= ] 2012-11-11 16:46:47,551 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [5c07ac0d] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: e8ff679 2012-11-11 16:46:47,552 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [5c07ac0d] FINISH, IsValidVDSCommand, return: true, log id: e8ff679 2012-11-11 16:46:47,612 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-10) [5c07ac0d] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 16:46:47,613 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [5c07ac0d] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: d2d50c 2012-11-11 16:46:47,614 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [5c07ac0d] FINISH, IsValidVDSCommand, return: true, log id: d2d50c 2012-11-11 16:46:47,619 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-10) [5c07ac0d] MacPoolManager::allocateNewMac entered 2012-11-11 16:46:47,619 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-10) [5c07ac0d] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:5d 2012-11-11 16:46:47,674 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-10) [5c07ac0d] Lock freed to object EngineLock [exclusiveLocks= key: xxxx200 value: VM_NAME , sharedLocks= ] 2012-11-11 16:46:47,675 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-10) [5c07ac0d] START, SetVmStatusVDSCommand( vmId = 9f5452c3-a8e8-403c-8e69-54cb609366e4, status = ImageLocked), log id: 43a0df0 2012-11-11 16:46:47,677 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-10) [5c07ac0d] FINISH, SetVmStatusVDSCommand, log id: 43a0df0 2012-11-11 16:46:47,678 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-10) [586da595] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 16:46:47,683 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-10) [586da595] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 2c6e5672 2012-11-11 16:46:47,724 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-10) [586da595] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 2c6e5672 2012-11-11 16:46:47,726 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-10) [586da595] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = e9f0cf57-a5b7-48c5-a77a-5c80090bc572, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 580a912d-7044-4348-bf62-a8850efb479c, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: f5d4622 2012-11-11 16:46:47,727 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-10) [586da595] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 16:46:47,727 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-10) [586da595] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=e9f0cf57-a5b7-48c5-a77a-5c80090bc572 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=580a912d-7044-4348-bf62-a8850efb479c descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 16:46:48,083 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-10) [586da595] FINISH, CreateSnapshotVDSCommand, return: 580a912d-7044-4348-bf62-a8850efb479c, log id: f5d4622 2012-11-11 16:46:48,130 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-10) [586da595] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 9f5452c3-a8e8-403c-8e69-54cb609366e4 2012-11-11 16:46:48,130 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-10) [586da595] EntityMultiAsyncTasks::AttachTask: Attaching task cf47fe70-990f-4330-aed4-ef7c86261ed2 to entity 9f5452c3-a8e8-403c-8e69-54cb609366e4. 2012-11-11 16:46:48,130 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-10) [586da595] Adding task cf47fe70-990f-4330-aed4-ef7c86261ed2 to DataBase 2012-11-11 16:46:48,173 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-10) [586da595] Adding task cf47fe70-990f-4330-aed4-ef7c86261ed2 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 16:46:48,301 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-10) [586da595] BaseAsyncTask::StartPollingTask: Starting to poll task cf47fe70-990f-4330-aed4-ef7c86261ed2. 2012-11-11 16:46:48,301 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-10) [586da595] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 9f5452c3-a8e8-403c-8e69-54cb609366e4 is AddVm (determined by task cf47fe70-990f-4330-aed4-ef7c86261ed2) 2012-11-11 16:46:48,365 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [6c711bdf] Running command: LogoutUserCommand internal: false. 2012-11-11 16:46:50,276 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-77) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 16:46:50,300 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-77) SPMAsyncTask::PollTask: Polling task cf47fe70-990f-4330-aed4-ef7c86261ed2 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-11 16:46:50,300 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-77) Finished polling Tasks, will poll again in 10 seconds. 2012-11-11 16:47:00,337 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-21) SPMAsyncTask::PollTask: Polling task cf47fe70-990f-4330-aed4-ef7c86261ed2 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 16:47:00,367 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-21) BaseAsyncTask::OnTaskEndSuccess: Task cf47fe70-990f-4330-aed4-ef7c86261ed2 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 16:47:00,367 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-21) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 9f5452c3-a8e8-403c-8e69-54cb609366e4 has ended -> executing EndAction 2012-11-11 16:47:00,368 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-21) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 9f5452c3-a8e8-403c-8e69-54cb609366e4): calling EndAction for action type AddVm. 2012-11-11 16:47:00,368 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 16:47:00,404 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-46) [5c07ac0d] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 16:47:00,404 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-46) [586da595] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 16:47:00,410 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-46) [586da595] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = e9f0cf57-a5b7-48c5-a77a-5c80090bc572, imageId = 580a912d-7044-4348-bf62-a8850efb479c), log id: 4cc90c1 2012-11-11 16:47:00,456 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-46) [586da595] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@373fbd2b, log id: 4cc90c1 2012-11-11 16:47:00,462 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-46) START, SetVmStatusVDSCommand( vmId = 9f5452c3-a8e8-403c-8e69-54cb609366e4, status = Down), log id: 14eccc87 2012-11-11 16:47:00,464 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-46) FINISH, SetVmStatusVDSCommand, log id: 14eccc87 2012-11-11 16:47:00,485 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-46) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 1eff1545 2012-11-11 16:47:00,541 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-46) FINISH, UpdateVMVDSCommand, log id: 1eff1545 2012-11-11 16:47:00,588 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 16:47:00,588 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 16:47:00,597 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) SPMAsyncTask::ClearAsyncTask: Attempting to clear task cf47fe70-990f-4330-aed4-ef7c86261ed2 2012-11-11 16:47:00,597 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = cf47fe70-990f-4330-aed4-ef7c86261ed2), log id: 1623b445 2012-11-11 16:47:00,598 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=cf47fe70-990f-4330-aed4-ef7c86261ed2), log id: 6f3f4d98 2012-11-11 16:47:00,689 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) FINISH, HSMClearTaskVDSCommand, log id: 6f3f4d98 2012-11-11 16:47:00,690 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) FINISH, SPMClearTaskVDSCommand, log id: 1623b445 2012-11-11 16:47:00,700 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) BaseAsyncTask::RemoveTaskFromDB: Removed task cf47fe70-990f-4330-aed4-ef7c86261ed2 from DataBase 2012-11-11 16:47:00,700 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 9f5452c3-a8e8-403c-8e69-54cb609366e4 2012-11-11 16:47:06,546 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-4) Lock Acquired to object EngineLock [exclusiveLocks= key: 9f5452c3-a8e8-403c-8e69-54cb609366e4 value: VM , sharedLocks= ] 2012-11-11 16:47:06,550 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 14b29c3f 2012-11-11 16:47:06,551 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) FINISH, IsValidVDSCommand, return: true, log id: 14b29c3f 2012-11-11 16:47:06,585 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-4) START, IsVmDuringInitiatingVDSCommand( vmId = 9f5452c3-a8e8-403c-8e69-54cb609366e4), log id: 78de8dbf 2012-11-11 16:47:06,585 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-4) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 78de8dbf 2012-11-11 16:47:06,736 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [444807f5] Running command: RunVmCommand internal: false. Entities affected : ID: 9f5452c3-a8e8-403c-8e69-54cb609366e4 Type: VM 2012-11-11 16:47:06,780 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [444807f5] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=9f5452c3-a8e8-403c-8e69-54cb609366e4, vm=org.ovirt.engine.core.common.businessentities.VM@6bc60463), log id: 2cf41c6e 2012-11-11 16:47:06,783 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [444807f5] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=9f5452c3-a8e8-403c-8e69-54cb609366e4, vm=org.ovirt.engine.core.common.businessentities.VM@6bc60463), log id: 3bc90f30 2012-11-11 16:47:06,838 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [444807f5] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=9f5452c3-a8e8-403c-8e69-54cb609366e4,devices=[Ljava.util.Map;@4a42a90b,acpiEnable=true,vmName=xxxx200,cpuType=Penryn,custom={device_15d57069-c5f2-436c-bade-1927378ab18ddevice_426e923a-6e6e-4fb8-b8a6-5441ef87168fdevice_56d9bcdb-4b38-4e87-9b63-2fb1581475b6=VmDevice {vmId=9f5452c3-a8e8-403c-8e69-54cb609366e4, deviceId=56d9bcdb-4b38-4e87-9b63-2fb1581475b6, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_15d57069-c5f2-436c-bade-1927378ab18ddevice_426e923a-6e6e-4fb8-b8a6-5441ef87168fdevice_56d9bcdb-4b38-4e87-9b63-2fb1581475b6device_8addaca0-8658-42f2-ac6a-e398f00fe3c8device_be070250-eb54-473f-9295-8a7c042287c4device_e2e20f14-ccd3-40b9-ac67-2d420e5f4c46=VmDevice {vmId=9f5452c3-a8e8-403c-8e69-54cb609366e4, deviceId=e2e20f14-ccd3-40b9-ac67-2d420e5f4c46, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_15d57069-c5f2-436c-bade-1927378ab18ddevice_426e923a-6e6e-4fb8-b8a6-5441ef87168fdevice_56d9bcdb-4b38-4e87-9b63-2fb1581475b6device_8addaca0-8658-42f2-ac6a-e398f00fe3c8=VmDevice {vmId=9f5452c3-a8e8-403c-8e69-54cb609366e4, deviceId=8addaca0-8658-42f2-ac6a-e398f00fe3c8, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}, device_15d57069-c5f2-436c-bade-1927378ab18ddevice_426e923a-6e6e-4fb8-b8a6-5441ef87168fdevice_56d9bcdb-4b38-4e87-9b63-2fb1581475b6device_8addaca0-8658-42f2-ac6a-e398f00fe3c8device_be070250-eb54-473f-9295-8a7c042287c4=VmDevice {vmId=9f5452c3-a8e8-403c-8e69-54cb609366e4, deviceId=be070250-eb54-473f-9295-8a7c042287c4, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_15d57069-c5f2-436c-bade-1927378ab18ddevice_426e923a-6e6e-4fb8-b8a6-5441ef87168f=VmDevice {vmId=9f5452c3-a8e8-403c-8e69-54cb609366e4, deviceId=426e923a-6e6e-4fb8-b8a6-5441ef87168f, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_15d57069-c5f2-436c-bade-1927378ab18d=VmDevice {vmId=9f5452c3-a8e8-403c-8e69-54cb609366e4, deviceId=15d57069-c5f2-436c-bade-1927378ab18d, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}} 2012-11-11 16:47:06,838 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [444807f5] FINISH, CreateVDSCommand, log id: 3bc90f30 2012-11-11 16:47:06,839 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [444807f5] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: xxxx200 2012-11-11 16:47:06,852 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [444807f5] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 2cf41c6e 2012-11-11 16:47:06,852 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [444807f5] Lock freed to object EngineLock [exclusiveLocks= key: 9f5452c3-a8e8-403c-8e69-54cb609366e4 value: VM , sharedLocks= ] 2012-11-11 16:47:09,153 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-13) VM xxxx200 9f5452c3-a8e8-403c-8e69-54cb609366e4 moved from WaitForLaunch --> PoweringUp 2012-11-11 16:47:09,153 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-13) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[9f5452c3-a8e8-403c-8e69-54cb609366e4]), log id: 34cbe7b7 2012-11-11 16:47:09,188 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-13) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@36d9ba75, log id: 34cbe7b7 2012-11-11 16:48:07,944 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-72) VM xxxx200 9f5452c3-a8e8-403c-8e69-54cb609366e4 moved from PoweringUp --> Up 2012-11-11 16:48:08,128 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-72) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@6f1ee2ac), log id: 3d04df6b 2012-11-11 16:48:08,155 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-72) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 3d04df6b 2012-11-11 16:48:23,212 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-89) Setting new tasks map. The map contains now 0 tasks 2012-11-11 16:48:23,212 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-89) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 16:48:23,214 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-89) Could not find vds that is spm and non-operational. 2012-11-11 16:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-11 16:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-11 16:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-11 16:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-11 16:53:29,214 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [2aef2767] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 9f5452c3-a8e8-403c-8e69-54cb609366e4 Type: VM 2012-11-11 16:53:29,216 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [2aef2767] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop xxxx200). 2012-11-11 16:53:29,216 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [2aef2767] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop xxxx200. 2012-11-11 16:53:29,218 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [2aef2767] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=9f5452c3-a8e8-403c-8e69-54cb609366e4, force=false, secondsToWait=30, gracefully=true), log id: 40cd83c9 2012-11-11 16:53:29,221 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [2aef2767] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=9f5452c3-a8e8-403c-8e69-54cb609366e4, force=false, secondsToWait=30, gracefully=true), log id: 338683c4 2012-11-11 16:53:29,239 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [2aef2767] FINISH, DestroyVDSCommand, log id: 338683c4 2012-11-11 16:53:29,280 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [2aef2767] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 40cd83c9 2012-11-11 16:53:39,568 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [10efc3b0] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 9f5452c3-a8e8-403c-8e69-54cb609366e4 Type: VM 2012-11-11 16:53:39,569 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [10efc3b0] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop xxxx200). 2012-11-11 16:53:39,569 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [10efc3b0] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop xxxx200, status is not up. Stopping instead. 2012-11-11 16:53:39,572 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-48) [25570d3e] Running command: StopVmCommand internal: true. Entities affected : ID: 9f5452c3-a8e8-403c-8e69-54cb609366e4 Type: VM 2012-11-11 16:53:39,574 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [25570d3e] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=9f5452c3-a8e8-403c-8e69-54cb609366e4, force=false, secondsToWait=0, gracefully=false), log id: 47e6a53d 2012-11-11 16:53:39,577 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [25570d3e] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=9f5452c3-a8e8-403c-8e69-54cb609366e4, force=false, secondsToWait=0, gracefully=false), log id: ea8f032 2012-11-11 16:53:40,161 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [25570d3e] FINISH, DestroyVDSCommand, log id: ea8f032 2012-11-11 16:53:40,191 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [25570d3e] FINISH, DestroyVmVDSCommand, return: Down, log id: 47e6a53d 2012-11-11 16:54:28,685 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 16:54:28,943 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 16:54:28,944 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 16:54:29,062 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 16:54:29,094 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [50982c78] Running command: LogoutUserCommand internal: false. 2012-11-11 16:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts 2012-11-11 16:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering 0 hosts 2012-11-11 16:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts done 2012-11-11 16:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering storage domains is disabled, skipping 2012-11-11 17:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-11 17:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-11 17:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-11 17:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-11 17:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts 2012-11-11 17:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering 0 hosts 2012-11-11 17:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts done 2012-11-11 17:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering storage domains is disabled, skipping 2012-11-11 17:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-11 17:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-11 17:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-11 17:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-11 17:10:13,856 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-55) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 17:10:13,869 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-55) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:10:20,224 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:10:20,284 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 17:10:20,284 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 17:10:20,357 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:10:20,404 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-7) [4d8a5027] Lock Acquired to object EngineLock [exclusiveLocks= key: xxxx200 value: VM_NAME , sharedLocks= ] 2012-11-11 17:10:20,404 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-7) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 17:10:20,404 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-7) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 17:10:20,404 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-7) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 17:10:20,404 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-7) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 17:10:20,456 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-7) [4d8a5027] Running command: UpdateVmCommand internal: false. Entities affected : ID: 9f5452c3-a8e8-403c-8e69-54cb609366e4 Type: VM 2012-11-11 17:10:20,483 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [4d8a5027] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 34c711c 2012-11-11 17:10:20,484 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [4d8a5027] FINISH, IsValidVDSCommand, return: true, log id: 34c711c 2012-11-11 17:10:20,496 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-7) [4d8a5027] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 3fabafd2 2012-11-11 17:10:20,991 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-7) [4d8a5027] FINISH, UpdateVMVDSCommand, log id: 3fabafd2 2012-11-11 17:10:21,005 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-7) [4d8a5027] Lock freed to object EngineLock [exclusiveLocks= key: xxxx200 value: VM_NAME , sharedLocks= ] 2012-11-11 17:10:21,092 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2e995c8e] Running command: LogoutUserCommand internal: false. 2012-11-11 17:10:33,839 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-7) Lock Acquired to object EngineLock [exclusiveLocks= key: 9f5452c3-a8e8-403c-8e69-54cb609366e4 value: VM , sharedLocks= ] 2012-11-11 17:10:33,845 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2198f0a 2012-11-11 17:10:33,846 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) FINISH, IsValidVDSCommand, return: true, log id: 2198f0a 2012-11-11 17:10:34,022 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-7) START, IsVmDuringInitiatingVDSCommand( vmId = 9f5452c3-a8e8-403c-8e69-54cb609366e4), log id: bbc1439 2012-11-11 17:10:34,022 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-7) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: bbc1439 2012-11-11 17:10:34,103 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [55f08a7a] Running command: RunVmCommand internal: false. Entities affected : ID: 9f5452c3-a8e8-403c-8e69-54cb609366e4 Type: VM 2012-11-11 17:10:34,146 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [55f08a7a] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=9f5452c3-a8e8-403c-8e69-54cb609366e4, vm=org.ovirt.engine.core.common.businessentities.VM@6cc947e2), log id: 40741221 2012-11-11 17:10:34,148 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [55f08a7a] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=9f5452c3-a8e8-403c-8e69-54cb609366e4, vm=org.ovirt.engine.core.common.businessentities.VM@6cc947e2), log id: 5e20ad5a 2012-11-11 17:10:34,159 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-48) [55f08a7a] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 17:10:34,159 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [55f08a7a] FINISH, CreateVDSCommand, log id: 5e20ad5a 2012-11-11 17:10:34,159 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [55f08a7a] VDS::create Failed creating vm xxxx200 in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 17:10:34,159 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [55f08a7a] FINISH, CreateVmVDSCommand, return: Down, log id: 40741221 2012-11-11 17:10:34,160 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [55f08a7a] Lock freed to object EngineLock [exclusiveLocks= key: 9f5452c3-a8e8-403c-8e69-54cb609366e4 value: VM , sharedLocks= ] 2012-11-11 17:10:34,160 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [55f08a7a] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 17:10:44,676 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-5) Lock Acquired to object EngineLock [exclusiveLocks= key: 9f5452c3-a8e8-403c-8e69-54cb609366e4 value: VM , sharedLocks= ] 2012-11-11 17:10:44,699 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7294d4aa 2012-11-11 17:10:44,701 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) FINISH, IsValidVDSCommand, return: true, log id: 7294d4aa 2012-11-11 17:10:44,736 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-5) START, IsVmDuringInitiatingVDSCommand( vmId = 9f5452c3-a8e8-403c-8e69-54cb609366e4), log id: 633f92ba 2012-11-11 17:10:44,736 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-5) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 633f92ba 2012-11-11 17:10:44,795 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [794f9dab] Running command: RunVmCommand internal: false. Entities affected : ID: 9f5452c3-a8e8-403c-8e69-54cb609366e4 Type: VM 2012-11-11 17:10:44,822 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [794f9dab] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=9f5452c3-a8e8-403c-8e69-54cb609366e4, vm=org.ovirt.engine.core.common.businessentities.VM@1e79a1d4), log id: 46e0b6a2 2012-11-11 17:10:44,825 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [794f9dab] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=9f5452c3-a8e8-403c-8e69-54cb609366e4, vm=org.ovirt.engine.core.common.businessentities.VM@1e79a1d4), log id: 65691e14 2012-11-11 17:10:44,836 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-48) [794f9dab] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 17:10:44,836 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [794f9dab] FINISH, CreateVDSCommand, log id: 65691e14 2012-11-11 17:10:44,836 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [794f9dab] VDS::create Failed creating vm xxxx200 in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 17:10:44,836 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [794f9dab] FINISH, CreateVmVDSCommand, return: Down, log id: 46e0b6a2 2012-11-11 17:10:44,836 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [794f9dab] Lock freed to object EngineLock [exclusiveLocks= key: 9f5452c3-a8e8-403c-8e69-54cb609366e4 value: VM , sharedLocks= ] 2012-11-11 17:10:44,836 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [794f9dab] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 17:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts 2012-11-11 17:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering 0 hosts 2012-11-11 17:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Checking autorecoverable hosts done 2012-11-11 17:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-13) Autorecovering storage domains is disabled, skipping 2012-11-11 17:19:37,716 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:19:37,791 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 17:19:37,792 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 17:19:37,938 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:19:37,940 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [1f752d1a] Running command: LogoutUserCommand internal: false. 2012-11-11 17:19:37,992 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:19:38,075 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 17:19:38,075 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 17:19:38,137 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:19:38,138 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [561d89e7] Running command: LogoutUserCommand internal: false. 2012-11-11 17:19:38,194 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:19:38,276 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 17:19:38,276 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 17:19:38,347 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:19:38,349 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [35a84d94] Running command: LogoutUserCommand internal: false. 2012-11-11 17:19:38,404 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:19:38,833 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 17:19:38,833 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 17:19:39,045 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:19:39,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [53d7830d] Running command: LogoutUserCommand internal: false. 2012-11-11 17:19:39,133 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:19:39,171 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 17:19:39,171 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 17:19:39,235 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:19:39,236 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [387dbbd5] Running command: LogoutUserCommand internal: false. 2012-11-11 17:19:39,284 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:19:39,342 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 17:19:39,342 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 17:19:39,395 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:19:39,397 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [7c6688d4] Running command: LogoutUserCommand internal: false. 2012-11-11 17:19:39,453 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:19:39,496 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 17:19:39,496 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 17:19:39,553 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:19:39,555 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [3cddbc50] Running command: LogoutUserCommand internal: false. 2012-11-11 17:19:39,604 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:19:39,645 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 17:19:39,645 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 17:19:39,755 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:19:39,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [a2980d7] Running command: LogoutUserCommand internal: false. 2012-11-11 17:19:39,854 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:19:39,894 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 17:19:39,894 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 17:19:39,941 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:19:39,943 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [36d22142] Running command: LogoutUserCommand internal: false. 2012-11-11 17:19:39,993 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:19:40,032 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 17:19:40,033 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 17:19:40,120 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:19:40,126 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [4b4a5fc5] Running command: LogoutUserCommand internal: false. 2012-11-11 17:19:40,175 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:19:40,215 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 17:19:40,215 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 17:19:40,284 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:19:40,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [3b58ba8d] Running command: LogoutUserCommand internal: false. 2012-11-11 17:19:40,354 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:19:40,388 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 17:19:40,389 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 17:19:40,438 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:19:40,440 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [4f00d550] Running command: LogoutUserCommand internal: false. 2012-11-11 17:19:40,486 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:19:40,544 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 17:19:40,544 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 17:19:40,633 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:19:40,636 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [362255c3] Running command: LogoutUserCommand internal: false. 2012-11-11 17:19:40,689 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:19:40,727 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 17:19:40,727 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 17:19:40,811 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:19:40,826 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [7a517221] Running command: LogoutUserCommand internal: false. 2012-11-11 17:19:40,893 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:19:40,932 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 17:19:40,932 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 17:19:41,015 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:19:41,048 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [12c7e203] Running command: LogoutUserCommand internal: false. 2012-11-11 17:19:41,123 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:19:41,178 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 17:19:41,178 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 17:19:41,229 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:19:41,322 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-5) [4c18bc72] Lock Acquired to object EngineLock [exclusiveLocks= key: test111 value: VM_NAME , sharedLocks= ] 2012-11-11 17:19:41,386 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [4c18bc72] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6b18a9e4 2012-11-11 17:19:41,387 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [4c18bc72] FINISH, IsValidVDSCommand, return: true, log id: 6b18a9e4 2012-11-11 17:19:41,489 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-5) [4c18bc72] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 17:19:41,489 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [4c18bc72] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5e42103d 2012-11-11 17:19:41,490 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [4c18bc72] FINISH, IsValidVDSCommand, return: true, log id: 5e42103d 2012-11-11 17:19:41,495 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-5) [4c18bc72] MacPoolManager::allocateNewMac entered 2012-11-11 17:19:41,495 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-5) [4c18bc72] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:5e 2012-11-11 17:19:41,523 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-5) [4c18bc72] Lock freed to object EngineLock [exclusiveLocks= key: test111 value: VM_NAME , sharedLocks= ] 2012-11-11 17:19:41,523 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-5) [4c18bc72] START, SetVmStatusVDSCommand( vmId = 611eccbb-0bea-4022-8056-f65b7bf6b926, status = ImageLocked), log id: 69900329 2012-11-11 17:19:41,525 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-5) [4c18bc72] FINISH, SetVmStatusVDSCommand, log id: 69900329 2012-11-11 17:19:41,527 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-5) [5297a0f8] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 17:19:41,532 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-5) [5297a0f8] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 43f412e3 2012-11-11 17:19:41,575 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-5) [5297a0f8] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 43f412e3 2012-11-11 17:19:41,576 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-5) [5297a0f8] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = c0e42d2a-c5ec-4e3d-af37-5235eb0df6dc, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = c863ab79-82c8-481e-bc12-0b8cda6913a0, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 56054ce2 2012-11-11 17:19:41,576 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-5) [5297a0f8] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 17:19:41,576 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-5) [5297a0f8] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=c0e42d2a-c5ec-4e3d-af37-5235eb0df6dc size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=c863ab79-82c8-481e-bc12-0b8cda6913a0 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 17:19:43,168 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-5) [5297a0f8] FINISH, CreateSnapshotVDSCommand, return: c863ab79-82c8-481e-bc12-0b8cda6913a0, log id: 56054ce2 2012-11-11 17:19:43,224 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-5) [5297a0f8] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 611eccbb-0bea-4022-8056-f65b7bf6b926 2012-11-11 17:19:43,224 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-5) [5297a0f8] EntityMultiAsyncTasks::AttachTask: Attaching task 8dd4bd01-ddbe-410c-a891-0cbe4d14d87a to entity 611eccbb-0bea-4022-8056-f65b7bf6b926. 2012-11-11 17:19:43,225 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-5) [5297a0f8] Adding task 8dd4bd01-ddbe-410c-a891-0cbe4d14d87a to DataBase 2012-11-11 17:19:43,251 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-5) [5297a0f8] Adding task 8dd4bd01-ddbe-410c-a891-0cbe4d14d87a (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 17:19:44,216 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-5) [5297a0f8] BaseAsyncTask::StartPollingTask: Starting to poll task 8dd4bd01-ddbe-410c-a891-0cbe4d14d87a. 2012-11-11 17:19:44,216 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-5) [5297a0f8] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 611eccbb-0bea-4022-8056-f65b7bf6b926 is AddVm (determined by task 8dd4bd01-ddbe-410c-a891-0cbe4d14d87a) 2012-11-11 17:19:44,434 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [16947145] Running command: LogoutUserCommand internal: false. 2012-11-11 17:19:44,487 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:19:44,543 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 17:19:44,543 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 17:19:44,637 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:19:44,674 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [4c13462e] Running command: LogoutUserCommand internal: false. 2012-11-11 17:19:44,738 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:19:44,794 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 17:19:44,794 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 17:19:44,864 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:19:44,899 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [5e7cff00] Running command: LogoutUserCommand internal: false. 2012-11-11 17:19:50,422 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-46) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 17:19:50,445 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-46) SPMAsyncTask::PollTask: Polling task 8dd4bd01-ddbe-410c-a891-0cbe4d14d87a (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 17:19:50,466 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-46) BaseAsyncTask::OnTaskEndSuccess: Task 8dd4bd01-ddbe-410c-a891-0cbe4d14d87a (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 17:19:50,467 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-46) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 611eccbb-0bea-4022-8056-f65b7bf6b926 has ended -> executing EndAction 2012-11-11 17:19:50,467 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-46) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 611eccbb-0bea-4022-8056-f65b7bf6b926): calling EndAction for action type AddVm. 2012-11-11 17:19:50,467 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 17:19:50,488 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) [4c18bc72] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 17:19:50,488 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-48) [5297a0f8] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 17:19:50,490 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [5297a0f8] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = c0e42d2a-c5ec-4e3d-af37-5235eb0df6dc, imageId = c863ab79-82c8-481e-bc12-0b8cda6913a0), log id: 3439abd7 2012-11-11 17:19:50,533 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [5297a0f8] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@5448ad18, log id: 3439abd7 2012-11-11 17:19:50,539 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) START, SetVmStatusVDSCommand( vmId = 611eccbb-0bea-4022-8056-f65b7bf6b926, status = Down), log id: 5142f34 2012-11-11 17:19:50,542 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) FINISH, SetVmStatusVDSCommand, log id: 5142f34 2012-11-11 17:19:50,577 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 30e1ccd4 2012-11-11 17:19:50,628 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) FINISH, UpdateVMVDSCommand, log id: 30e1ccd4 2012-11-11 17:19:50,668 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 17:19:50,668 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 17:19:50,682 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 8dd4bd01-ddbe-410c-a891-0cbe4d14d87a 2012-11-11 17:19:50,682 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 8dd4bd01-ddbe-410c-a891-0cbe4d14d87a), log id: 5cd8d85c 2012-11-11 17:19:50,683 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=8dd4bd01-ddbe-410c-a891-0cbe4d14d87a), log id: 61596496 2012-11-11 17:19:50,933 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 61596496 2012-11-11 17:19:50,933 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 5cd8d85c 2012-11-11 17:19:50,986 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task 8dd4bd01-ddbe-410c-a891-0cbe4d14d87a from DataBase 2012-11-11 17:19:50,986 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 611eccbb-0bea-4022-8056-f65b7bf6b926 2012-11-11 17:19:54,979 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:19:55,022 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 17:19:55,022 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 17:19:55,092 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:19:55,114 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [240062a5] Running command: LogoutUserCommand internal: false. 2012-11-11 17:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-11 17:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-11 17:20:00,021 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-11 17:20:00,021 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-11 17:20:07,869 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-9) Lock Acquired to object EngineLock [exclusiveLocks= key: b44047cd-1003-4038-981b-c8f4ad715771 value: VM , sharedLocks= ] 2012-11-11 17:20:07,874 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2ba5a22a 2012-11-11 17:20:07,875 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) FINISH, IsValidVDSCommand, return: true, log id: 2ba5a22a 2012-11-11 17:20:08,025 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [1ef81990] Running command: RemoveVmCommand internal: false. Entities affected : ID: b44047cd-1003-4038-981b-c8f4ad715771 Type: VM 2012-11-11 17:20:08,026 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [1ef81990] START, SetVmStatusVDSCommand( vmId = b44047cd-1003-4038-981b-c8f4ad715771, status = ImageLocked), log id: 1903dc38 2012-11-11 17:20:08,028 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [1ef81990] FINISH, SetVmStatusVDSCommand, log id: 1903dc38 2012-11-11 17:20:08,038 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [1ef81990] Lock freed to object EngineLock [exclusiveLocks= key: b44047cd-1003-4038-981b-c8f4ad715771 value: VM , sharedLocks= ] 2012-11-11 17:20:08,038 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [1ef81990] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = b44047cd-1003-4038-981b-c8f4ad715771), log id: 527a3bc9 2012-11-11 17:20:08,098 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [1ef81990] FINISH, RemoveVMVDSCommand, log id: 527a3bc9 2012-11-11 17:20:08,101 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [56eb336c] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: b44047cd-1003-4038-981b-c8f4ad715771 Type: VM 2012-11-11 17:20:08,106 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [40b3b121] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 17:20:08,121 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [40b3b121] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 1188de10-8a69-4e45-ba36-dcc8f09679d6, postZeros = false, forceDelete = false), log id: 3d7a0aaa 2012-11-11 17:20:09,724 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [40b3b121] FINISH, DeleteImageGroupVDSCommand, log id: 3d7a0aaa 2012-11-11 17:20:09,742 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [40b3b121] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity b44047cd-1003-4038-981b-c8f4ad715771 2012-11-11 17:20:09,742 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [40b3b121] EntityMultiAsyncTasks::AttachTask: Attaching task 8ba1e890-105b-427d-9ca8-2bec53829087 to entity b44047cd-1003-4038-981b-c8f4ad715771. 2012-11-11 17:20:09,743 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [40b3b121] Adding task 8ba1e890-105b-427d-9ca8-2bec53829087 to DataBase 2012-11-11 17:20:09,774 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [40b3b121] Adding task 8ba1e890-105b-427d-9ca8-2bec53829087 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 17:20:09,871 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [40b3b121] BaseAsyncTask::StartPollingTask: Starting to poll task 8ba1e890-105b-427d-9ca8-2bec53829087. 2012-11-11 17:20:09,872 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [40b3b121] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity b44047cd-1003-4038-981b-c8f4ad715771 is RemoveVm (determined by task 8ba1e890-105b-427d-9ca8-2bec53829087) 2012-11-11 17:20:10,467 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-71) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-11 17:20:10,502 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-71) SPMAsyncTask::PollTask: Polling task 8ba1e890-105b-427d-9ca8-2bec53829087 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 17:20:10,537 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-71) BaseAsyncTask::OnTaskEndSuccess: Task 8ba1e890-105b-427d-9ca8-2bec53829087 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 17:20:10,540 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-71) EntityAsyncTask::EndActionIfNecessary: All tasks of entity b44047cd-1003-4038-981b-c8f4ad715771 has ended -> executing EndAction 2012-11-11 17:20:10,540 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-71) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: b44047cd-1003-4038-981b-c8f4ad715771): calling EndAction for action type RemoveVm. 2012-11-11 17:20:10,541 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 17:20:10,560 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 17:20:10,560 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Lock Acquired to object EngineLock [exclusiveLocks= key: b44047cd-1003-4038-981b-c8f4ad715771 value: VM , sharedLocks= ] 2012-11-11 17:20:10,565 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-48) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:69) - entered 2012-11-11 17:20:10,571 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Lock freed to object EngineLock [exclusiveLocks= key: b44047cd-1003-4038-981b-c8f4ad715771 value: VM , sharedLocks= ] 2012-11-11 17:20:10,602 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 17:20:10,602 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 17:20:10,695 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 8ba1e890-105b-427d-9ca8-2bec53829087 2012-11-11 17:20:10,695 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 8ba1e890-105b-427d-9ca8-2bec53829087), log id: 1493aa70 2012-11-11 17:20:10,697 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=8ba1e890-105b-427d-9ca8-2bec53829087), log id: 36d73a5e 2012-11-11 17:20:10,949 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 36d73a5e 2012-11-11 17:20:10,949 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 1493aa70 2012-11-11 17:20:10,963 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task 8ba1e890-105b-427d-9ca8-2bec53829087 from DataBase 2012-11-11 17:20:10,963 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity b44047cd-1003-4038-981b-c8f4ad715771 2012-11-11 17:20:13,925 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-46) Start time: 11/11/12 5:20 PM. Start running CanDoAction for command number 3/3 (Command type: RemoveVm) 2012-11-11 17:20:13,925 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-45) Start time: 11/11/12 5:20 PM. Start running CanDoAction for command number 2/3 (Command type: RemoveVm) 2012-11-11 17:20:13,928 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-48) Start time: 11/11/12 5:20 PM. Start running CanDoAction for command number 1/3 (Command type: RemoveVm) 2012-11-11 17:20:13,929 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Lock Acquired to object EngineLock [exclusiveLocks= key: efe31e2a-5071-497a-9a26-ee2eb1600762 value: VM , sharedLocks= ] 2012-11-11 17:20:13,931 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock Acquired to object EngineLock [exclusiveLocks= key: d14b5ba2-52df-401d-9aed-5b72e8bc7e6b value: VM , sharedLocks= ] 2012-11-11 17:20:13,933 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Lock Acquired to object EngineLock [exclusiveLocks= key: 3873b53b-f230-4840-b2eb-eaae7b6e62ba value: VM , sharedLocks= ] 2012-11-11 17:20:13,939 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 151304fe 2012-11-11 17:20:13,939 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 769b26d4 2012-11-11 17:20:13,940 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) FINISH, IsValidVDSCommand, return: true, log id: 151304fe 2012-11-11 17:20:13,940 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) FINISH, IsValidVDSCommand, return: true, log id: 769b26d4 2012-11-11 17:20:13,941 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-46) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7b37281d 2012-11-11 17:20:13,942 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-46) FINISH, IsValidVDSCommand, return: true, log id: 7b37281d 2012-11-11 17:20:14,091 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-46) End time: 11/11/12 5:20 PM. Finish handling CanDoAction for command number 3/3 (Command type: RemoveVm) 2012-11-11 17:20:14,194 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-48) End time: 11/11/12 5:20 PM. Finish handling CanDoAction for command number 1/3 (Command type: RemoveVm) 2012-11-11 17:20:14,194 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-45) End time: 11/11/12 5:20 PM. Finish handling CanDoAction for command number 2/3 (Command type: RemoveVm) 2012-11-11 17:20:14,266 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [6b7a1dc5] Running command: RemoveVmCommand internal: false. Entities affected : ID: 3873b53b-f230-4840-b2eb-eaae7b6e62ba Type: VM 2012-11-11 17:20:14,267 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [6b7a1dc5] START, SetVmStatusVDSCommand( vmId = 3873b53b-f230-4840-b2eb-eaae7b6e62ba, status = ImageLocked), log id: e4aab9d 2012-11-11 17:20:14,269 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [6b7a1dc5] FINISH, SetVmStatusVDSCommand, log id: e4aab9d 2012-11-11 17:20:14,304 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [6b7a1dc5] Lock freed to object EngineLock [exclusiveLocks= key: 3873b53b-f230-4840-b2eb-eaae7b6e62ba value: VM , sharedLocks= ] 2012-11-11 17:20:14,304 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [6b7a1dc5] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 3873b53b-f230-4840-b2eb-eaae7b6e62ba), log id: cdf5322 2012-11-11 17:20:14,347 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [6b7a1dc5] FINISH, RemoveVMVDSCommand, log id: cdf5322 2012-11-11 17:20:14,351 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-45) [19cae3c8] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 3873b53b-f230-4840-b2eb-eaae7b6e62ba Type: VM 2012-11-11 17:20:14,361 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-45) [40f6728] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 17:20:14,381 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [40f6728] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = b2b24a36-7d18-40b9-94ef-65cf95794e18, postZeros = false, forceDelete = false), log id: 5a94ef14 2012-11-11 17:20:15,449 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [40f6728] FINISH, DeleteImageGroupVDSCommand, log id: 5a94ef14 2012-11-11 17:20:15,469 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) [40f6728] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 3873b53b-f230-4840-b2eb-eaae7b6e62ba 2012-11-11 17:20:15,469 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [40f6728] EntityMultiAsyncTasks::AttachTask: Attaching task a3be0281-43be-4b7d-a7b8-ce246c25ebd5 to entity 3873b53b-f230-4840-b2eb-eaae7b6e62ba. 2012-11-11 17:20:15,470 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-45) [40f6728] Adding task a3be0281-43be-4b7d-a7b8-ce246c25ebd5 to DataBase 2012-11-11 17:20:15,514 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-45) [40f6728] Adding task a3be0281-43be-4b7d-a7b8-ce246c25ebd5 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 17:20:15,648 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) [40f6728] BaseAsyncTask::StartPollingTask: Starting to poll task a3be0281-43be-4b7d-a7b8-ce246c25ebd5. 2012-11-11 17:20:15,648 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [40f6728] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 3873b53b-f230-4840-b2eb-eaae7b6e62ba is RemoveVm (determined by task a3be0281-43be-4b7d-a7b8-ce246c25ebd5) 2012-11-11 17:20:15,713 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [2373c853] Running command: RemoveVmCommand internal: false. Entities affected : ID: d14b5ba2-52df-401d-9aed-5b72e8bc7e6b Type: VM 2012-11-11 17:20:15,714 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [2373c853] START, SetVmStatusVDSCommand( vmId = d14b5ba2-52df-401d-9aed-5b72e8bc7e6b, status = ImageLocked), log id: 34c06682 2012-11-11 17:20:15,716 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [2373c853] FINISH, SetVmStatusVDSCommand, log id: 34c06682 2012-11-11 17:20:15,729 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [2373c853] Lock freed to object EngineLock [exclusiveLocks= key: d14b5ba2-52df-401d-9aed-5b72e8bc7e6b value: VM , sharedLocks= ] 2012-11-11 17:20:15,729 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [2373c853] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = d14b5ba2-52df-401d-9aed-5b72e8bc7e6b), log id: 4753a001 2012-11-11 17:20:15,871 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [2373c853] FINISH, RemoveVMVDSCommand, log id: 4753a001 2012-11-11 17:20:15,875 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-45) [432dc63c] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: d14b5ba2-52df-401d-9aed-5b72e8bc7e6b Type: VM 2012-11-11 17:20:15,880 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-45) [89761f8] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 17:20:15,890 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [89761f8] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = dae4e6fb-1c71-4fe5-8f5c-d1cfdd4bfa0b, postZeros = false, forceDelete = false), log id: 25e89ffd 2012-11-11 17:20:16,877 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [89761f8] FINISH, DeleteImageGroupVDSCommand, log id: 25e89ffd 2012-11-11 17:20:16,899 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) [89761f8] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity d14b5ba2-52df-401d-9aed-5b72e8bc7e6b 2012-11-11 17:20:16,899 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [89761f8] EntityMultiAsyncTasks::AttachTask: Attaching task 7687d0a5-e330-4bf4-8429-2e21303ec0ac to entity d14b5ba2-52df-401d-9aed-5b72e8bc7e6b. 2012-11-11 17:20:16,900 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-45) [89761f8] Adding task 7687d0a5-e330-4bf4-8429-2e21303ec0ac to DataBase 2012-11-11 17:20:16,914 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-45) [89761f8] Adding task 7687d0a5-e330-4bf4-8429-2e21303ec0ac (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 17:20:17,084 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) [89761f8] BaseAsyncTask::StartPollingTask: Starting to poll task 7687d0a5-e330-4bf4-8429-2e21303ec0ac. 2012-11-11 17:20:17,084 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [89761f8] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity d14b5ba2-52df-401d-9aed-5b72e8bc7e6b is RemoveVm (determined by task 7687d0a5-e330-4bf4-8429-2e21303ec0ac) 2012-11-11 17:20:17,187 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [190782] Running command: RemoveVmCommand internal: false. Entities affected : ID: efe31e2a-5071-497a-9a26-ee2eb1600762 Type: VM 2012-11-11 17:20:17,188 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [190782] START, SetVmStatusVDSCommand( vmId = efe31e2a-5071-497a-9a26-ee2eb1600762, status = ImageLocked), log id: 634c117b 2012-11-11 17:20:17,190 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [190782] FINISH, SetVmStatusVDSCommand, log id: 634c117b 2012-11-11 17:20:17,203 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [190782] Lock freed to object EngineLock [exclusiveLocks= key: efe31e2a-5071-497a-9a26-ee2eb1600762 value: VM , sharedLocks= ] 2012-11-11 17:20:17,203 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [190782] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = efe31e2a-5071-497a-9a26-ee2eb1600762), log id: 46f249f9 2012-11-11 17:20:17,600 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [190782] FINISH, RemoveVMVDSCommand, log id: 46f249f9 2012-11-11 17:20:17,604 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-45) [1b630a62] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: efe31e2a-5071-497a-9a26-ee2eb1600762 Type: VM 2012-11-11 17:20:17,609 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-45) [6140801e] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 17:20:17,624 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [6140801e] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 3900505c-0872-4ab4-bc3d-280004bfd313, postZeros = false, forceDelete = false), log id: 108f7df9 2012-11-11 17:20:19,553 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-46) [79a66d07] Running command: ShutdownVmCommand internal: false. Entities affected : ID: ce70f911-a059-4ce2-8c43-aa0671c20fd7 Type: VM 2012-11-11 17:20:19,555 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-46) [79a66d07] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop teee). 2012-11-11 17:20:19,555 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-46) [79a66d07] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop teee. 2012-11-11 17:20:19,556 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-46) [79a66d07] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=ce70f911-a059-4ce2-8c43-aa0671c20fd7, force=false, secondsToWait=30, gracefully=true), log id: 1c34cd27 2012-11-11 17:20:19,649 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-46) [79a66d07] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=ce70f911-a059-4ce2-8c43-aa0671c20fd7, force=false, secondsToWait=30, gracefully=true), log id: 1f7d1f38 2012-11-11 17:20:19,668 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-46) [79a66d07] FINISH, DestroyVDSCommand, log id: 1f7d1f38 2012-11-11 17:20:19,699 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-46) [79a66d07] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 1c34cd27 2012-11-11 17:20:19,765 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [6140801e] FINISH, DeleteImageGroupVDSCommand, log id: 108f7df9 2012-11-11 17:20:19,783 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) [6140801e] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity efe31e2a-5071-497a-9a26-ee2eb1600762 2012-11-11 17:20:19,783 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [6140801e] EntityMultiAsyncTasks::AttachTask: Attaching task 643f92fe-7b48-4e86-ab20-83244827e967 to entity efe31e2a-5071-497a-9a26-ee2eb1600762. 2012-11-11 17:20:19,784 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-45) [6140801e] Adding task 643f92fe-7b48-4e86-ab20-83244827e967 to DataBase 2012-11-11 17:20:19,816 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-45) [6140801e] Adding task 643f92fe-7b48-4e86-ab20-83244827e967 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 17:20:19,895 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) [6140801e] BaseAsyncTask::StartPollingTask: Starting to poll task 643f92fe-7b48-4e86-ab20-83244827e967. 2012-11-11 17:20:19,895 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [6140801e] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity efe31e2a-5071-497a-9a26-ee2eb1600762 is RemoveVm (determined by task 643f92fe-7b48-4e86-ab20-83244827e967) 2012-11-11 17:20:20,540 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-89) Polling and updating Async Tasks: 5 tasks, 3 tasks to poll now 2012-11-11 17:20:20,564 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-89) SPMAsyncTask::PollTask: Polling task 643f92fe-7b48-4e86-ab20-83244827e967 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 17:20:20,580 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-89) BaseAsyncTask::OnTaskEndSuccess: Task 643f92fe-7b48-4e86-ab20-83244827e967 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 17:20:20,581 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-89) EntityAsyncTask::EndActionIfNecessary: All tasks of entity efe31e2a-5071-497a-9a26-ee2eb1600762 has ended -> executing EndAction 2012-11-11 17:20:20,581 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-89) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: efe31e2a-5071-497a-9a26-ee2eb1600762): calling EndAction for action type RemoveVm. 2012-11-11 17:20:20,581 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-89) SPMAsyncTask::PollTask: Polling task 7687d0a5-e330-4bf4-8429-2e21303ec0ac (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 17:20:20,582 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 17:20:20,596 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-89) BaseAsyncTask::OnTaskEndSuccess: Task 7687d0a5-e330-4bf4-8429-2e21303ec0ac (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 17:20:20,597 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-89) EntityAsyncTask::EndActionIfNecessary: All tasks of entity d14b5ba2-52df-401d-9aed-5b72e8bc7e6b has ended -> executing EndAction 2012-11-11 17:20:20,597 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-89) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: d14b5ba2-52df-401d-9aed-5b72e8bc7e6b): calling EndAction for action type RemoveVm. 2012-11-11 17:20:20,597 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 17:20:20,602 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-89) SPMAsyncTask::PollTask: Polling task a3be0281-43be-4b7d-a7b8-ce246c25ebd5 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 17:20:20,612 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 17:20:20,612 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock Acquired to object EngineLock [exclusiveLocks= key: efe31e2a-5071-497a-9a26-ee2eb1600762 value: VM , sharedLocks= ] 2012-11-11 17:20:20,617 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-45) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:5f) - entered 2012-11-11 17:20:20,619 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock freed to object EngineLock [exclusiveLocks= key: efe31e2a-5071-497a-9a26-ee2eb1600762 value: VM , sharedLocks= ] 2012-11-11 17:20:20,640 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-89) BaseAsyncTask::OnTaskEndSuccess: Task a3be0281-43be-4b7d-a7b8-ce246c25ebd5 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 17:20:20,641 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 17:20:20,641 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-89) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 3873b53b-f230-4840-b2eb-eaae7b6e62ba has ended -> executing EndAction 2012-11-11 17:20:20,641 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-89) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 3873b53b-f230-4840-b2eb-eaae7b6e62ba): calling EndAction for action type RemoveVm. 2012-11-11 17:20:20,641 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Lock Acquired to object EngineLock [exclusiveLocks= key: d14b5ba2-52df-401d-9aed-5b72e8bc7e6b value: VM , sharedLocks= ] 2012-11-11 17:20:20,641 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 17:20:20,649 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-46) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:5a) - entered 2012-11-11 17:20:20,651 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Lock freed to object EngineLock [exclusiveLocks= key: d14b5ba2-52df-401d-9aed-5b72e8bc7e6b value: VM , sharedLocks= ] 2012-11-11 17:20:20,672 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 17:20:20,672 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 17:20:20,673 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 17:20:20,673 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Lock Acquired to object EngineLock [exclusiveLocks= key: 3873b53b-f230-4840-b2eb-eaae7b6e62ba value: VM , sharedLocks= ] 2012-11-11 17:20:20,684 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-48) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:65) - entered 2012-11-11 17:20:20,687 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Lock freed to object EngineLock [exclusiveLocks= key: 3873b53b-f230-4840-b2eb-eaae7b6e62ba value: VM , sharedLocks= ] 2012-11-11 17:20:20,688 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 643f92fe-7b48-4e86-ab20-83244827e967 2012-11-11 17:20:20,688 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 643f92fe-7b48-4e86-ab20-83244827e967), log id: 3ef8df05 2012-11-11 17:20:20,690 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=643f92fe-7b48-4e86-ab20-83244827e967), log id: 6cb3a9c7 2012-11-11 17:20:20,714 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) FINISH, HSMClearTaskVDSCommand, log id: 6cb3a9c7 2012-11-11 17:20:20,714 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) FINISH, SPMClearTaskVDSCommand, log id: 3ef8df05 2012-11-11 17:20:20,714 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 17:20:20,714 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 17:20:20,724 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) BaseAsyncTask::RemoveTaskFromDB: Removed task 643f92fe-7b48-4e86-ab20-83244827e967 from DataBase 2012-11-11 17:20:20,724 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity efe31e2a-5071-497a-9a26-ee2eb1600762 2012-11-11 17:20:20,739 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 7687d0a5-e330-4bf4-8429-2e21303ec0ac 2012-11-11 17:20:20,739 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 7687d0a5-e330-4bf4-8429-2e21303ec0ac), log id: 2d71fad3 2012-11-11 17:20:20,740 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=7687d0a5-e330-4bf4-8429-2e21303ec0ac), log id: 67bf7c4 2012-11-11 17:20:20,741 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 17:20:20,741 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 17:20:20,753 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task a3be0281-43be-4b7d-a7b8-ce246c25ebd5 2012-11-11 17:20:20,753 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = a3be0281-43be-4b7d-a7b8-ce246c25ebd5), log id: 2b29dd11 2012-11-11 17:20:20,969 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-46) FINISH, HSMClearTaskVDSCommand, log id: 67bf7c4 2012-11-11 17:20:20,969 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-46) FINISH, SPMClearTaskVDSCommand, log id: 2d71fad3 2012-11-11 17:20:20,972 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=a3be0281-43be-4b7d-a7b8-ce246c25ebd5), log id: 72cea760 2012-11-11 17:20:20,993 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) BaseAsyncTask::RemoveTaskFromDB: Removed task 7687d0a5-e330-4bf4-8429-2e21303ec0ac from DataBase 2012-11-11 17:20:20,993 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity d14b5ba2-52df-401d-9aed-5b72e8bc7e6b 2012-11-11 17:20:21,165 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 72cea760 2012-11-11 17:20:21,165 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 2b29dd11 2012-11-11 17:20:21,176 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task a3be0281-43be-4b7d-a7b8-ce246c25ebd5 from DataBase 2012-11-11 17:20:21,176 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 3873b53b-f230-4840-b2eb-eaae7b6e62ba 2012-11-11 17:20:26,812 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [56e01112] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 715821cd-7086-4b79-ab01-9915aa6471c3 Type: VM 2012-11-11 17:20:26,813 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [56e01112] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop xxxx2). 2012-11-11 17:20:26,813 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [56e01112] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop xxxx2. 2012-11-11 17:20:26,814 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [56e01112] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=715821cd-7086-4b79-ab01-9915aa6471c3, force=false, secondsToWait=30, gracefully=true), log id: 2c155dc7 2012-11-11 17:20:26,817 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [56e01112] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=715821cd-7086-4b79-ab01-9915aa6471c3, force=false, secondsToWait=30, gracefully=true), log id: 38340666 2012-11-11 17:20:26,836 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [56e01112] FINISH, DestroyVDSCommand, log id: 38340666 2012-11-11 17:20:26,852 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [56e01112] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 2c155dc7 2012-11-11 17:20:31,725 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-8) Lock Acquired to object EngineLock [exclusiveLocks= key: 9f5452c3-a8e8-403c-8e69-54cb609366e4 value: VM , sharedLocks= ] 2012-11-11 17:20:31,732 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2209b71e 2012-11-11 17:20:31,733 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) FINISH, IsValidVDSCommand, return: true, log id: 2209b71e 2012-11-11 17:20:31,841 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [5563a560] Running command: RemoveVmCommand internal: false. Entities affected : ID: 9f5452c3-a8e8-403c-8e69-54cb609366e4 Type: VM 2012-11-11 17:20:31,842 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [5563a560] START, SetVmStatusVDSCommand( vmId = 9f5452c3-a8e8-403c-8e69-54cb609366e4, status = ImageLocked), log id: 7e4f465d 2012-11-11 17:20:31,845 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [5563a560] FINISH, SetVmStatusVDSCommand, log id: 7e4f465d 2012-11-11 17:20:31,877 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [5563a560] Lock freed to object EngineLock [exclusiveLocks= key: 9f5452c3-a8e8-403c-8e69-54cb609366e4 value: VM , sharedLocks= ] 2012-11-11 17:20:31,878 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [5563a560] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 9f5452c3-a8e8-403c-8e69-54cb609366e4), log id: 4bd32bdf 2012-11-11 17:20:31,923 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [5563a560] FINISH, RemoveVMVDSCommand, log id: 4bd32bdf 2012-11-11 17:20:31,927 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-45) [14e5645d] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 9f5452c3-a8e8-403c-8e69-54cb609366e4 Type: VM 2012-11-11 17:20:31,932 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-45) [17a795ab] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 17:20:31,947 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [17a795ab] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = e9f0cf57-a5b7-48c5-a77a-5c80090bc572, postZeros = false, forceDelete = false), log id: 78f2daa5 2012-11-11 17:20:33,553 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [17a795ab] FINISH, DeleteImageGroupVDSCommand, log id: 78f2daa5 2012-11-11 17:20:34,140 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) [17a795ab] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 9f5452c3-a8e8-403c-8e69-54cb609366e4 2012-11-11 17:20:34,140 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [17a795ab] EntityMultiAsyncTasks::AttachTask: Attaching task e42c760a-0735-4e5d-bfc3-6577d47e053c to entity 9f5452c3-a8e8-403c-8e69-54cb609366e4. 2012-11-11 17:20:34,141 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-45) [17a795ab] Adding task e42c760a-0735-4e5d-bfc3-6577d47e053c to DataBase 2012-11-11 17:20:34,201 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-45) [17a795ab] Adding task e42c760a-0735-4e5d-bfc3-6577d47e053c (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 17:20:34,421 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) [17a795ab] BaseAsyncTask::StartPollingTask: Starting to poll task e42c760a-0735-4e5d-bfc3-6577d47e053c. 2012-11-11 17:20:34,421 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [17a795ab] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 9f5452c3-a8e8-403c-8e69-54cb609366e4 is RemoveVm (determined by task e42c760a-0735-4e5d-bfc3-6577d47e053c) 2012-11-11 17:20:40,641 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-24) Polling and updating Async Tasks: 6 tasks, 1 tasks to poll now 2012-11-11 17:20:40,664 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-24) SPMAsyncTask::PollTask: Polling task e42c760a-0735-4e5d-bfc3-6577d47e053c (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 17:20:40,707 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-24) BaseAsyncTask::OnTaskEndSuccess: Task e42c760a-0735-4e5d-bfc3-6577d47e053c (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 17:20:40,708 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-24) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 9f5452c3-a8e8-403c-8e69-54cb609366e4 has ended -> executing EndAction 2012-11-11 17:20:40,708 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-24) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 9f5452c3-a8e8-403c-8e69-54cb609366e4): calling EndAction for action type RemoveVm. 2012-11-11 17:20:40,708 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 17:20:40,727 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 17:20:40,727 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Lock Acquired to object EngineLock [exclusiveLocks= key: 9f5452c3-a8e8-403c-8e69-54cb609366e4 value: VM , sharedLocks= ] 2012-11-11 17:20:40,732 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-48) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:5d) - entered 2012-11-11 17:20:40,734 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Lock freed to object EngineLock [exclusiveLocks= key: 9f5452c3-a8e8-403c-8e69-54cb609366e4 value: VM , sharedLocks= ] 2012-11-11 17:20:40,759 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 17:20:40,759 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 17:20:40,788 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task e42c760a-0735-4e5d-bfc3-6577d47e053c 2012-11-11 17:20:40,789 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = e42c760a-0735-4e5d-bfc3-6577d47e053c), log id: 4709e5b0 2012-11-11 17:20:40,790 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=e42c760a-0735-4e5d-bfc3-6577d47e053c), log id: 468e5b3 2012-11-11 17:20:41,253 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 468e5b3 2012-11-11 17:20:41,253 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 4709e5b0 2012-11-11 17:20:41,308 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task e42c760a-0735-4e5d-bfc3-6577d47e053c from DataBase 2012-11-11 17:20:41,308 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 9f5452c3-a8e8-403c-8e69-54cb609366e4 2012-11-11 17:20:45,492 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [5064455a] Running command: ShutdownVmCommand internal: false. Entities affected : ID: ce70f911-a059-4ce2-8c43-aa0671c20fd7 Type: VM 2012-11-11 17:20:45,493 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [5064455a] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop teee). 2012-11-11 17:20:45,493 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [5064455a] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop teee, status is not up. Stopping instead. 2012-11-11 17:20:45,496 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-48) [1ce95926] Running command: StopVmCommand internal: true. Entities affected : ID: ce70f911-a059-4ce2-8c43-aa0671c20fd7 Type: VM 2012-11-11 17:20:45,498 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [1ce95926] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=ce70f911-a059-4ce2-8c43-aa0671c20fd7, force=false, secondsToWait=0, gracefully=false), log id: 6eb5b056 2012-11-11 17:20:45,500 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [1ce95926] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=ce70f911-a059-4ce2-8c43-aa0671c20fd7, force=false, secondsToWait=0, gracefully=false), log id: 58ff711c 2012-11-11 17:20:46,060 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [1ce95926] FINISH, DestroyVDSCommand, log id: 58ff711c 2012-11-11 17:20:46,143 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [1ce95926] FINISH, DestroyVmVDSCommand, return: Down, log id: 6eb5b056 2012-11-11 17:20:53,235 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-76) Setting new tasks map. The map contains now 5 tasks 2012-11-11 17:21:23,235 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-39) Setting new tasks map. The map contains now 1 tasks 2012-11-11 17:21:44,564 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (QuartzScheduler_Worker-16) START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=715821cd-7086-4b79-ab01-9915aa6471c3, force=false, secondsToWait=0, gracefully=false), log id: 1f3425c2 2012-11-11 17:21:44,582 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (QuartzScheduler_Worker-16) FINISH, DestroyVDSCommand, log id: 1f3425c2 2012-11-11 17:21:44,716 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-16) vm xxxx2 running in db and not running in vds - add to rerun treatment. vds dhcp-1-217 2012-11-11 17:21:53,236 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-66) Setting new tasks map. The map contains now 0 tasks 2012-11-11 17:21:53,236 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-66) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 17:21:53,239 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-66) Could not find vds that is spm and non-operational. 2012-11-11 17:22:43,809 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:22:44,007 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 17:22:44,008 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 17:22:44,084 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:22:44,107 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [7b3be70c] Running command: LogoutUserCommand internal: false. 2012-11-11 17:23:15,572 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:23:15,630 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 17:23:15,631 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 17:23:15,689 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:23:15,709 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [691da4fd] Running command: LogoutUserCommand internal: false. 2012-11-11 17:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts 2012-11-11 17:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering 0 hosts 2012-11-11 17:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts done 2012-11-11 17:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering storage domains is disabled, skipping 2012-11-11 17:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-11 17:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-11 17:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-11 17:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-11 17:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-11 17:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-11 17:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-11 17:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-11 17:38:25,095 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-6) Lock Acquired to object EngineLock [exclusiveLocks= key: 715821cd-7086-4b79-ab01-9915aa6471c3 value: VM , sharedLocks= ] 2012-11-11 17:38:25,101 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7d8d57a0 2012-11-11 17:38:25,102 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) FINISH, IsValidVDSCommand, return: true, log id: 7d8d57a0 2012-11-11 17:38:25,210 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [4507cdf5] Running command: RemoveVmCommand internal: false. Entities affected : ID: 715821cd-7086-4b79-ab01-9915aa6471c3 Type: VM 2012-11-11 17:38:25,211 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [4507cdf5] START, SetVmStatusVDSCommand( vmId = 715821cd-7086-4b79-ab01-9915aa6471c3, status = ImageLocked), log id: e314b1c 2012-11-11 17:38:25,213 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [4507cdf5] FINISH, SetVmStatusVDSCommand, log id: e314b1c 2012-11-11 17:38:25,222 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [4507cdf5] Lock freed to object EngineLock [exclusiveLocks= key: 715821cd-7086-4b79-ab01-9915aa6471c3 value: VM , sharedLocks= ] 2012-11-11 17:38:25,223 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [4507cdf5] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 715821cd-7086-4b79-ab01-9915aa6471c3), log id: 7bf6728 2012-11-11 17:38:25,484 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [4507cdf5] FINISH, RemoveVMVDSCommand, log id: 7bf6728 2012-11-11 17:38:25,488 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [270d7711] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 715821cd-7086-4b79-ab01-9915aa6471c3 Type: VM 2012-11-11 17:38:25,517 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [2856466b] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 17:38:25,532 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [2856466b] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 408c0bb0-9777-46ee-a764-68769624853f, postZeros = false, forceDelete = false), log id: 6f4591ee 2012-11-11 17:38:26,310 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [2856466b] FINISH, DeleteImageGroupVDSCommand, log id: 6f4591ee 2012-11-11 17:38:26,328 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [2856466b] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 715821cd-7086-4b79-ab01-9915aa6471c3 2012-11-11 17:38:26,328 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [2856466b] EntityMultiAsyncTasks::AttachTask: Attaching task ace900c9-20e3-4ab3-b827-e4ca7cec2097 to entity 715821cd-7086-4b79-ab01-9915aa6471c3. 2012-11-11 17:38:26,329 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [2856466b] Adding task ace900c9-20e3-4ab3-b827-e4ca7cec2097 to DataBase 2012-11-11 17:38:26,344 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [2856466b] Adding task ace900c9-20e3-4ab3-b827-e4ca7cec2097 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 17:38:26,445 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [2856466b] BaseAsyncTask::StartPollingTask: Starting to poll task ace900c9-20e3-4ab3-b827-e4ca7cec2097. 2012-11-11 17:38:26,445 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [2856466b] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 715821cd-7086-4b79-ab01-9915aa6471c3 is RemoveVm (determined by task ace900c9-20e3-4ab3-b827-e4ca7cec2097) 2012-11-11 17:38:30,741 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-75) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 17:38:30,764 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-75) SPMAsyncTask::PollTask: Polling task ace900c9-20e3-4ab3-b827-e4ca7cec2097 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 17:38:30,774 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-75) BaseAsyncTask::OnTaskEndSuccess: Task ace900c9-20e3-4ab3-b827-e4ca7cec2097 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 17:38:30,774 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-75) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 715821cd-7086-4b79-ab01-9915aa6471c3 has ended -> executing EndAction 2012-11-11 17:38:30,774 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-75) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 715821cd-7086-4b79-ab01-9915aa6471c3): calling EndAction for action type RemoveVm. 2012-11-11 17:38:30,774 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 17:38:30,788 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 17:38:30,788 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock Acquired to object EngineLock [exclusiveLocks= key: 715821cd-7086-4b79-ab01-9915aa6471c3 value: VM , sharedLocks= ] 2012-11-11 17:38:30,793 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-45) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:63) - entered 2012-11-11 17:38:30,795 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock freed to object EngineLock [exclusiveLocks= key: 715821cd-7086-4b79-ab01-9915aa6471c3 value: VM , sharedLocks= ] 2012-11-11 17:38:30,856 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 17:38:30,856 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 17:38:30,888 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) SPMAsyncTask::ClearAsyncTask: Attempting to clear task ace900c9-20e3-4ab3-b827-e4ca7cec2097 2012-11-11 17:38:30,888 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = ace900c9-20e3-4ab3-b827-e4ca7cec2097), log id: 67f3383b 2012-11-11 17:38:30,890 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=ace900c9-20e3-4ab3-b827-e4ca7cec2097), log id: 43ee3af7 2012-11-11 17:38:30,956 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) FINISH, HSMClearTaskVDSCommand, log id: 43ee3af7 2012-11-11 17:38:30,956 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) FINISH, SPMClearTaskVDSCommand, log id: 67f3383b 2012-11-11 17:38:30,967 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) BaseAsyncTask::RemoveTaskFromDB: Removed task ace900c9-20e3-4ab3-b827-e4ca7cec2097 from DataBase 2012-11-11 17:38:30,967 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 715821cd-7086-4b79-ab01-9915aa6471c3 2012-11-11 17:39:52,141 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:39:52,179 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 17:39:52,179 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 17:39:52,254 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:39:52,256 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [c35e5a1] Running command: LogoutUserCommand internal: false. 2012-11-11 17:39:52,338 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:39:52,382 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 17:39:52,383 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 17:39:52,458 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:39:52,460 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [4e24b41c] Running command: LogoutUserCommand internal: false. 2012-11-11 17:39:52,544 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:39:52,602 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 17:39:52,602 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 17:39:52,741 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:39:52,743 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [62e47df2] Running command: LogoutUserCommand internal: false. 2012-11-11 17:39:52,805 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:39:52,845 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 17:39:52,845 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 17:39:52,888 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:39:52,889 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [1b439a] Running command: LogoutUserCommand internal: false. 2012-11-11 17:39:52,940 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:39:52,992 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 17:39:52,992 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 17:39:53,062 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:39:53,064 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [3d3f6893] Running command: LogoutUserCommand internal: false. 2012-11-11 17:39:53,123 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:39:53,205 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 17:39:53,205 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 17:39:53,252 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-70) Setting new tasks map. The map contains now 0 tasks 2012-11-11 17:39:53,252 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-70) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 17:39:53,254 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-70) Could not find vds that is spm and non-operational. 2012-11-11 17:39:53,342 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:39:53,344 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [506c45ab] Running command: LogoutUserCommand internal: false. 2012-11-11 17:39:53,514 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:39:53,717 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 17:39:53,718 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 17:39:54,189 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:39:54,190 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3561e9f2] Running command: LogoutUserCommand internal: false. 2012-11-11 17:39:54,264 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:39:54,304 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 17:39:54,304 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 17:39:54,391 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:39:54,392 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [48461bff] Running command: LogoutUserCommand internal: false. 2012-11-11 17:39:54,439 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:39:54,484 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 17:39:54,484 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 17:39:54,563 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:39:54,565 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [2dc51472] Running command: LogoutUserCommand internal: false. 2012-11-11 17:39:54,623 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:39:54,661 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 17:39:54,661 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 17:39:54,706 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:39:54,709 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [43286506] Running command: LogoutUserCommand internal: false. 2012-11-11 17:39:54,765 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:39:54,815 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 17:39:54,815 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 17:39:54,875 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:39:54,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [83248bb] Running command: LogoutUserCommand internal: false. 2012-11-11 17:39:54,935 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:39:54,982 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 17:39:54,982 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 17:39:55,031 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:39:55,033 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [4c805a05] Running command: LogoutUserCommand internal: false. 2012-11-11 17:39:55,086 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:39:55,120 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 17:39:55,121 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 17:39:55,174 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:39:55,176 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [17347f56] Running command: LogoutUserCommand internal: false. 2012-11-11 17:39:55,220 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:39:55,272 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 17:39:55,273 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 17:39:55,313 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:39:55,330 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [175e6309] Running command: LogoutUserCommand internal: false. 2012-11-11 17:39:55,391 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:39:55,432 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 17:39:55,432 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 17:39:55,498 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:39:55,519 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [25c1c095] Running command: LogoutUserCommand internal: false. 2012-11-11 17:39:55,574 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:39:55,622 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 17:39:55,622 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 17:39:55,654 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:39:55,724 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-6) [69ef2101] Lock Acquired to object EngineLock [exclusiveLocks= key: asdf value: VM_NAME , sharedLocks= ] 2012-11-11 17:39:55,747 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [69ef2101] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 464e65ea 2012-11-11 17:39:55,748 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [69ef2101] FINISH, IsValidVDSCommand, return: true, log id: 464e65ea 2012-11-11 17:39:55,846 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-6) [69ef2101] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 17:39:55,847 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [69ef2101] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4ae2a4aa 2012-11-11 17:39:55,848 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [69ef2101] FINISH, IsValidVDSCommand, return: true, log id: 4ae2a4aa 2012-11-11 17:39:55,853 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-6) [69ef2101] MacPoolManager::allocateNewMac entered 2012-11-11 17:39:55,853 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-6) [69ef2101] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:69 2012-11-11 17:39:55,875 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-6) [69ef2101] Lock freed to object EngineLock [exclusiveLocks= key: asdf value: VM_NAME , sharedLocks= ] 2012-11-11 17:39:55,875 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-6) [69ef2101] START, SetVmStatusVDSCommand( vmId = 1415a1a3-a14e-4323-b453-ad6e40aec930, status = ImageLocked), log id: 7ba28c2 2012-11-11 17:39:55,878 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-6) [69ef2101] FINISH, SetVmStatusVDSCommand, log id: 7ba28c2 2012-11-11 17:39:55,879 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-6) [4d5254e2] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 17:39:55,884 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-6) [4d5254e2] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 609a322b 2012-11-11 17:39:55,923 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-6) [4d5254e2] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 609a322b 2012-11-11 17:39:55,925 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-6) [4d5254e2] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = f5b1301e-80eb-4f70-824f-8cb1ae05c999, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 1b90ad3e-6ea0-4948-bf88-3c9c67f62969, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: b509a76 2012-11-11 17:39:55,925 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-6) [4d5254e2] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 17:39:55,925 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-6) [4d5254e2] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=f5b1301e-80eb-4f70-824f-8cb1ae05c999 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=1b90ad3e-6ea0-4948-bf88-3c9c67f62969 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 17:39:57,181 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-6) [4d5254e2] FINISH, CreateSnapshotVDSCommand, return: 1b90ad3e-6ea0-4948-bf88-3c9c67f62969, log id: b509a76 2012-11-11 17:39:57,238 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-6) [4d5254e2] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 1415a1a3-a14e-4323-b453-ad6e40aec930 2012-11-11 17:39:57,238 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-6) [4d5254e2] EntityMultiAsyncTasks::AttachTask: Attaching task d766fa2b-917b-4a7d-a4ec-6ed49cf7d26a to entity 1415a1a3-a14e-4323-b453-ad6e40aec930. 2012-11-11 17:39:57,239 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-6) [4d5254e2] Adding task d766fa2b-917b-4a7d-a4ec-6ed49cf7d26a to DataBase 2012-11-11 17:39:57,352 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-6) [4d5254e2] Adding task d766fa2b-917b-4a7d-a4ec-6ed49cf7d26a (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 17:39:57,500 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-6) [4d5254e2] BaseAsyncTask::StartPollingTask: Starting to poll task d766fa2b-917b-4a7d-a4ec-6ed49cf7d26a. 2012-11-11 17:39:57,500 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-6) [4d5254e2] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 1415a1a3-a14e-4323-b453-ad6e40aec930 is AddVm (determined by task d766fa2b-917b-4a7d-a4ec-6ed49cf7d26a) 2012-11-11 17:39:57,551 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [2aed14d7] Running command: LogoutUserCommand internal: false. 2012-11-11 17:39:57,595 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:39:57,637 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 17:39:57,637 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 17:39:57,683 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:39:57,706 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6e4c91de] Running command: LogoutUserCommand internal: false. 2012-11-11 17:39:57,768 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:39:57,807 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 17:39:57,808 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 17:39:57,855 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:39:57,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [e71e713] Running command: LogoutUserCommand internal: false. 2012-11-11 17:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-11 17:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-11 17:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-11 17:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-11 17:40:00,777 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-72) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 17:40:00,799 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-72) SPMAsyncTask::PollTask: Polling task d766fa2b-917b-4a7d-a4ec-6ed49cf7d26a (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-11 17:40:00,799 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-72) Finished polling Tasks, will poll again in 10 seconds. 2012-11-11 17:40:07,953 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:40:07,995 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 17:40:07,995 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 17:40:08,052 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:40:08,076 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [56a35802] Running command: LogoutUserCommand internal: false. 2012-11-11 17:40:10,821 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-87) SPMAsyncTask::PollTask: Polling task d766fa2b-917b-4a7d-a4ec-6ed49cf7d26a (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 17:40:10,846 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-87) BaseAsyncTask::OnTaskEndSuccess: Task d766fa2b-917b-4a7d-a4ec-6ed49cf7d26a (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 17:40:10,847 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-87) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 1415a1a3-a14e-4323-b453-ad6e40aec930 has ended -> executing EndAction 2012-11-11 17:40:10,847 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-87) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 1415a1a3-a14e-4323-b453-ad6e40aec930): calling EndAction for action type AddVm. 2012-11-11 17:40:10,847 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 17:40:10,887 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) [69ef2101] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 17:40:10,887 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-48) [4d5254e2] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 17:40:10,893 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [4d5254e2] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = f5b1301e-80eb-4f70-824f-8cb1ae05c999, imageId = 1b90ad3e-6ea0-4948-bf88-3c9c67f62969), log id: 2710793a 2012-11-11 17:40:10,937 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [4d5254e2] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@b2627198, log id: 2710793a 2012-11-11 17:40:10,946 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) START, SetVmStatusVDSCommand( vmId = 1415a1a3-a14e-4323-b453-ad6e40aec930, status = Down), log id: 5b0dd4d2 2012-11-11 17:40:10,949 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) FINISH, SetVmStatusVDSCommand, log id: 5b0dd4d2 2012-11-11 17:40:10,972 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 5982f64d 2012-11-11 17:40:11,042 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) FINISH, UpdateVMVDSCommand, log id: 5982f64d 2012-11-11 17:40:11,148 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 17:40:11,148 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 17:40:11,159 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task d766fa2b-917b-4a7d-a4ec-6ed49cf7d26a 2012-11-11 17:40:11,159 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = d766fa2b-917b-4a7d-a4ec-6ed49cf7d26a), log id: 5efc141b 2012-11-11 17:40:11,160 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=d766fa2b-917b-4a7d-a4ec-6ed49cf7d26a), log id: 66f42305 2012-11-11 17:40:11,241 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 66f42305 2012-11-11 17:40:11,241 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 5efc141b 2012-11-11 17:40:11,265 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task d766fa2b-917b-4a7d-a4ec-6ed49cf7d26a from DataBase 2012-11-11 17:40:11,265 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 1415a1a3-a14e-4323-b453-ad6e40aec930 2012-11-11 17:40:18,182 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:40:18,249 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 17:40:18,250 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 17:40:18,322 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:40:18,366 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [364dba3e] Running command: LogoutUserCommand internal: false. 2012-11-11 17:40:18,427 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:40:18,474 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 17:40:18,474 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 17:40:18,526 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:40:18,548 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6611007b] Running command: LogoutUserCommand internal: false. 2012-11-11 17:40:19,227 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:40:19,304 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 17:40:19,304 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 17:40:19,362 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:40:19,418 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-7) [58d1b0aa] Lock Acquired to object EngineLock [exclusiveLocks= key: asdf value: VM_NAME , sharedLocks= ] 2012-11-11 17:40:19,418 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-7) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 17:40:19,418 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-7) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 17:40:19,418 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-7) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 17:40:19,418 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-7) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 17:40:19,464 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-7) [58d1b0aa] Running command: UpdateVmCommand internal: false. Entities affected : ID: 1415a1a3-a14e-4323-b453-ad6e40aec930 Type: VM 2012-11-11 17:40:19,495 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [58d1b0aa] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2118199 2012-11-11 17:40:19,496 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [58d1b0aa] FINISH, IsValidVDSCommand, return: true, log id: 2118199 2012-11-11 17:40:19,504 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-7) [58d1b0aa] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 56791675 2012-11-11 17:40:19,976 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-7) [58d1b0aa] FINISH, UpdateVMVDSCommand, log id: 56791675 2012-11-11 17:40:20,016 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-7) [58d1b0aa] Lock freed to object EngineLock [exclusiveLocks= key: asdf value: VM_NAME , sharedLocks= ] 2012-11-11 17:40:20,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [1b241415] Running command: LogoutUserCommand internal: false. 2012-11-11 17:40:38,209 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-17) Lock Acquired to object EngineLock [exclusiveLocks= key: 1415a1a3-a14e-4323-b453-ad6e40aec930 value: VM , sharedLocks= ] 2012-11-11 17:40:38,214 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 29ea500c 2012-11-11 17:40:38,215 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) FINISH, IsValidVDSCommand, return: true, log id: 29ea500c 2012-11-11 17:40:38,275 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-17) START, IsVmDuringInitiatingVDSCommand( vmId = 1415a1a3-a14e-4323-b453-ad6e40aec930), log id: 4797cfa6 2012-11-11 17:40:38,276 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-17) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 4797cfa6 2012-11-11 17:40:38,394 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [7928708d] Running command: RunVmCommand internal: false. Entities affected : ID: 1415a1a3-a14e-4323-b453-ad6e40aec930 Type: VM 2012-11-11 17:40:38,440 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [7928708d] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=1415a1a3-a14e-4323-b453-ad6e40aec930, vm=org.ovirt.engine.core.common.businessentities.VM@6c536ea7), log id: 21bee09d 2012-11-11 17:40:38,442 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [7928708d] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=1415a1a3-a14e-4323-b453-ad6e40aec930, vm=org.ovirt.engine.core.common.businessentities.VM@6c536ea7), log id: 4c0f43a4 2012-11-11 17:40:38,454 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-48) [7928708d] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 17:40:38,454 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [7928708d] FINISH, CreateVDSCommand, log id: 4c0f43a4 2012-11-11 17:40:38,454 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [7928708d] VDS::create Failed creating vm asdf in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 17:40:38,455 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [7928708d] FINISH, CreateVmVDSCommand, return: Down, log id: 21bee09d 2012-11-11 17:40:38,455 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [7928708d] Lock freed to object EngineLock [exclusiveLocks= key: 1415a1a3-a14e-4323-b453-ad6e40aec930 value: VM , sharedLocks= ] 2012-11-11 17:40:38,455 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [7928708d] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 17:41:23,255 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-40) Setting new tasks map. The map contains now 0 tasks 2012-11-11 17:41:23,255 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-40) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 17:41:23,258 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-40) Could not find vds that is spm and non-operational. 2012-11-11 17:42:26,572 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:42:26,627 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 17:42:26,627 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 17:42:26,810 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:42:26,849 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [460acc48] Running command: LogoutUserCommand internal: false. 2012-11-11 17:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts 2012-11-11 17:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering 0 hosts 2012-11-11 17:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts done 2012-11-11 17:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering storage domains is disabled, skipping 2012-11-11 17:45:04,802 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-4) Lock Acquired to object EngineLock [exclusiveLocks= key: fromGUI value: VM_NAME , sharedLocks= ] 2012-11-11 17:45:04,832 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4ba58d5b 2012-11-11 17:45:04,833 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) FINISH, IsValidVDSCommand, return: true, log id: 4ba58d5b 2012-11-11 17:45:04,960 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) [2d70d628] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 17:45:04,961 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) [2d70d628] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 59e2c99e 2012-11-11 17:45:04,961 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) [2d70d628] FINISH, IsValidVDSCommand, return: true, log id: 59e2c99e 2012-11-11 17:45:04,967 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-48) [2d70d628] MacPoolManager::allocateNewMac entered 2012-11-11 17:45:04,967 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-48) [2d70d628] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:65 2012-11-11 17:45:05,023 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) [2d70d628] Lock freed to object EngineLock [exclusiveLocks= key: fromGUI value: VM_NAME , sharedLocks= ] 2012-11-11 17:45:05,023 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [2d70d628] START, SetVmStatusVDSCommand( vmId = fb4691db-5be0-4c6c-83ea-835e483ee1a6, status = ImageLocked), log id: 627a9239 2012-11-11 17:45:05,026 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [2d70d628] FINISH, SetVmStatusVDSCommand, log id: 627a9239 2012-11-11 17:45:05,027 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-48) [3da1597] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 17:45:05,033 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [3da1597] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 2e1d5d3c 2012-11-11 17:45:05,072 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [3da1597] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 2e1d5d3c 2012-11-11 17:45:05,076 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [3da1597] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 55713b3d-3ae2-484c-9c34-c9b2ac8930d6, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 43269ea0-c18d-4c5e-a4c3-1e1b7ac62dc7, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 6ed5539a 2012-11-11 17:45:05,076 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [3da1597] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 17:45:05,076 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [3da1597] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=55713b3d-3ae2-484c-9c34-c9b2ac8930d6 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=43269ea0-c18d-4c5e-a4c3-1e1b7ac62dc7 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 17:45:05,983 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-48) [3da1597] FINISH, CreateSnapshotVDSCommand, return: 43269ea0-c18d-4c5e-a4c3-1e1b7ac62dc7, log id: 6ed5539a 2012-11-11 17:45:05,999 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [3da1597] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity fb4691db-5be0-4c6c-83ea-835e483ee1a6 2012-11-11 17:45:05,999 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [3da1597] EntityMultiAsyncTasks::AttachTask: Attaching task ca28ef28-101d-40b0-a727-d1f5a7749a7f to entity fb4691db-5be0-4c6c-83ea-835e483ee1a6. 2012-11-11 17:45:06,000 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [3da1597] Adding task ca28ef28-101d-40b0-a727-d1f5a7749a7f to DataBase 2012-11-11 17:45:06,047 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [3da1597] Adding task ca28ef28-101d-40b0-a727-d1f5a7749a7f (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 17:45:06,188 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [3da1597] BaseAsyncTask::StartPollingTask: Starting to poll task ca28ef28-101d-40b0-a727-d1f5a7749a7f. 2012-11-11 17:45:06,188 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [3da1597] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity fb4691db-5be0-4c6c-83ea-835e483ee1a6 is AddVm (determined by task ca28ef28-101d-40b0-a727-d1f5a7749a7f) 2012-11-11 17:45:10,860 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-47) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 17:45:10,883 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-47) SPMAsyncTask::PollTask: Polling task ca28ef28-101d-40b0-a727-d1f5a7749a7f (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 17:45:10,924 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-47) BaseAsyncTask::OnTaskEndSuccess: Task ca28ef28-101d-40b0-a727-d1f5a7749a7f (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 17:45:10,924 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-47) EntityAsyncTask::EndActionIfNecessary: All tasks of entity fb4691db-5be0-4c6c-83ea-835e483ee1a6 has ended -> executing EndAction 2012-11-11 17:45:10,924 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-47) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: fb4691db-5be0-4c6c-83ea-835e483ee1a6): calling EndAction for action type AddVm. 2012-11-11 17:45:10,925 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 17:45:10,959 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 17:45:10,959 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-48) [3da1597] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 17:45:10,961 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [3da1597] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 55713b3d-3ae2-484c-9c34-c9b2ac8930d6, imageId = 43269ea0-c18d-4c5e-a4c3-1e1b7ac62dc7), log id: 6bb6484 2012-11-11 17:45:11,789 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [3da1597] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@7364ee86, log id: 6bb6484 2012-11-11 17:45:11,797 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) START, SetVmStatusVDSCommand( vmId = fb4691db-5be0-4c6c-83ea-835e483ee1a6, status = Down), log id: 56a63848 2012-11-11 17:45:11,799 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) FINISH, SetVmStatusVDSCommand, log id: 56a63848 2012-11-11 17:45:12,343 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 613ff976 2012-11-11 17:45:12,456 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) FINISH, UpdateVMVDSCommand, log id: 613ff976 2012-11-11 17:45:12,697 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 17:45:12,697 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 17:45:12,726 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task ca28ef28-101d-40b0-a727-d1f5a7749a7f 2012-11-11 17:45:12,726 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = ca28ef28-101d-40b0-a727-d1f5a7749a7f), log id: 4cf980da 2012-11-11 17:45:12,728 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=ca28ef28-101d-40b0-a727-d1f5a7749a7f), log id: 74694a47 2012-11-11 17:45:12,932 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 74694a47 2012-11-11 17:45:12,932 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 4cf980da 2012-11-11 17:45:12,963 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task ca28ef28-101d-40b0-a727-d1f5a7749a7f from DataBase 2012-11-11 17:45:12,963 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity fb4691db-5be0-4c6c-83ea-835e483ee1a6 2012-11-11 17:46:23,265 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-90) Setting new tasks map. The map contains now 0 tasks 2012-11-11 17:46:23,265 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-90) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 17:46:23,267 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-90) Could not find vds that is spm and non-operational. 2012-11-11 17:46:44,725 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:46:44,763 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 17:46:44,763 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 17:46:44,861 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:46:44,887 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [148613ee] Running command: LogoutUserCommand internal: false. 2012-11-11 17:47:32,557 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:47:32,617 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 17:47:32,617 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 17:47:32,688 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:47:32,774 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [361019a8] Lock Acquired to object EngineLock [exclusiveLocks= key: fromGUI value: VM_NAME , sharedLocks= ] 2012-11-11 17:47:32,774 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 17:47:32,774 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 17:47:32,774 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 17:47:32,774 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 17:47:32,794 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [361019a8] Running command: UpdateVmCommand internal: false. Entities affected : ID: fb4691db-5be0-4c6c-83ea-835e483ee1a6 Type: VM 2012-11-11 17:47:32,827 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [361019a8] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 53d5ea2 2012-11-11 17:47:32,827 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [361019a8] FINISH, IsValidVDSCommand, return: true, log id: 53d5ea2 2012-11-11 17:47:32,844 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-10) [361019a8] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 53da9303 2012-11-11 17:47:32,991 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-10) [361019a8] FINISH, UpdateVMVDSCommand, log id: 53da9303 2012-11-11 17:47:33,043 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [361019a8] Lock freed to object EngineLock [exclusiveLocks= key: fromGUI value: VM_NAME , sharedLocks= ] 2012-11-11 17:47:33,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [5d26a367] Running command: LogoutUserCommand internal: false. 2012-11-11 17:47:51,238 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-9) Lock Acquired to object EngineLock [exclusiveLocks= key: fb4691db-5be0-4c6c-83ea-835e483ee1a6 value: VM , sharedLocks= ] 2012-11-11 17:47:51,246 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 9628e8f 2012-11-11 17:47:51,247 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) FINISH, IsValidVDSCommand, return: true, log id: 9628e8f 2012-11-11 17:47:51,278 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) START, IsVmDuringInitiatingVDSCommand( vmId = fb4691db-5be0-4c6c-83ea-835e483ee1a6), log id: 3240c423 2012-11-11 17:47:51,278 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 3240c423 2012-11-11 17:47:51,495 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [70db7eae] Running command: RunVmCommand internal: false. Entities affected : ID: fb4691db-5be0-4c6c-83ea-835e483ee1a6 Type: VM 2012-11-11 17:47:51,529 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [70db7eae] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=fb4691db-5be0-4c6c-83ea-835e483ee1a6, vm=org.ovirt.engine.core.common.businessentities.VM@1434982c), log id: 7fa79f2a 2012-11-11 17:47:51,533 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [70db7eae] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=fb4691db-5be0-4c6c-83ea-835e483ee1a6, vm=org.ovirt.engine.core.common.businessentities.VM@1434982c), log id: 69453ec5 2012-11-11 17:47:51,608 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [70db7eae] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=-43200,transparentHugePages=true,vmId=fb4691db-5be0-4c6c-83ea-835e483ee1a6,devices=[Ljava.util.Map;@2d45f83f,acpiEnable=true,vmName=fromGUI,cpuType=Penryn,custom={device_648148e1-aba9-4075-bc9b-1c8dd349e2ffdevice_67cf0554-1dca-4441-8aa6-cb7d642e885edevice_870d10aa-c547-4689-bf46-d36945175af0=VmDevice {vmId=fb4691db-5be0-4c6c-83ea-835e483ee1a6, deviceId=870d10aa-c547-4689-bf46-d36945175af0, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_648148e1-aba9-4075-bc9b-1c8dd349e2ff=VmDevice {vmId=fb4691db-5be0-4c6c-83ea-835e483ee1a6, deviceId=648148e1-aba9-4075-bc9b-1c8dd349e2ff, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_648148e1-aba9-4075-bc9b-1c8dd349e2ffdevice_67cf0554-1dca-4441-8aa6-cb7d642e885e=VmDevice {vmId=fb4691db-5be0-4c6c-83ea-835e483ee1a6, deviceId=67cf0554-1dca-4441-8aa6-cb7d642e885e, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_648148e1-aba9-4075-bc9b-1c8dd349e2ffdevice_67cf0554-1dca-4441-8aa6-cb7d642e885edevice_870d10aa-c547-4689-bf46-d36945175af0device_dbe03eef-7120-43bc-88fc-dddf43b9945adevice_f537a3d7-b772-4afd-8188-e7a26f50cf2b=VmDevice {vmId=fb4691db-5be0-4c6c-83ea-835e483ee1a6, deviceId=f537a3d7-b772-4afd-8188-e7a26f50cf2b, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}, device_648148e1-aba9-4075-bc9b-1c8dd349e2ffdevice_67cf0554-1dca-4441-8aa6-cb7d642e885edevice_870d10aa-c547-4689-bf46-d36945175af0device_dbe03eef-7120-43bc-88fc-dddf43b9945adevice_f537a3d7-b772-4afd-8188-e7a26f50cf2bdevice_fb7ba872-1b8b-4d92-b647-78acd0615988=VmDevice {vmId=fb4691db-5be0-4c6c-83ea-835e483ee1a6, deviceId=fb7ba872-1b8b-4d92-b647-78acd0615988, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_648148e1-aba9-4075-bc9b-1c8dd349e2ffdevice_67cf0554-1dca-4441-8aa6-cb7d642e885edevice_870d10aa-c547-4689-bf46-d36945175af0device_dbe03eef-7120-43bc-88fc-dddf43b9945a=VmDevice {vmId=fb4691db-5be0-4c6c-83ea-835e483ee1a6, deviceId=dbe03eef-7120-43bc-88fc-dddf43b9945a, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}} 2012-11-11 17:47:51,609 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [70db7eae] FINISH, CreateVDSCommand, log id: 69453ec5 2012-11-11 17:47:51,632 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [70db7eae] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: fromGUI 2012-11-11 17:47:51,712 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [70db7eae] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 7fa79f2a 2012-11-11 17:47:51,712 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [70db7eae] Lock freed to object EngineLock [exclusiveLocks= key: fb4691db-5be0-4c6c-83ea-835e483ee1a6 value: VM , sharedLocks= ] 2012-11-11 17:47:54,827 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-33) VM fromGUI fb4691db-5be0-4c6c-83ea-835e483ee1a6 moved from WaitForLaunch --> PoweringUp 2012-11-11 17:47:54,828 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-33) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[fb4691db-5be0-4c6c-83ea-835e483ee1a6]), log id: 5edb1ca 2012-11-11 17:47:54,847 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-33) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@383347d0, log id: 5edb1ca 2012-11-11 17:48:52,435 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-61) VM fromGUI fb4691db-5be0-4c6c-83ea-835e483ee1a6 moved from PoweringUp --> Up 2012-11-11 17:48:52,463 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-61) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@4c060ec6), log id: 74e8a750 2012-11-11 17:48:52,518 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-61) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 74e8a750 2012-11-11 17:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-11 17:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-11 17:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-11 17:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-11 17:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts 2012-11-11 17:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering 0 hosts 2012-11-11 17:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts done 2012-11-11 17:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering storage domains is disabled, skipping 2012-11-11 17:56:50,193 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:56:50,278 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 17:56:50,278 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 17:56:50,445 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:56:50,484 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [383e0f2f] Running command: LogoutUserCommand internal: false. 2012-11-11 17:59:12,656 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user admin@internal is an admin, result true 2012-11-11 17:59:12,656 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 17:59:12,790 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:59:12,888 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [7d581d27] Running command: LogoutUserCommand internal: false. 2012-11-11 17:59:53,367 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 17:59:53,497 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 17:59:53,498 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 17:59:53,792 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 17:59:53,968 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [33c52a19] Running command: LogoutUserCommand internal: false. 2012-11-11 18:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-11 18:00:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-11 18:00:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-11 18:00:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-11 18:00:26,364 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:00:26,416 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:00:26,416 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:00:26,587 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:00:26,630 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [35693d06] Running command: LogoutUserCommand internal: false. 2012-11-11 18:00:53,907 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user admin@internal is an admin, result true 2012-11-11 18:00:53,907 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:00:53,975 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:00:54,021 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [13264215] Running command: LogoutUserCommand internal: false. 2012-11-11 18:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts 2012-11-11 18:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering 0 hosts 2012-11-11 18:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts done 2012-11-11 18:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering storage domains is disabled, skipping 2012-11-11 18:07:09,844 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user admin@internal is an admin, result true 2012-11-11 18:07:09,844 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:07:09,879 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:07:09,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [7a43b497] Running command: LogoutUserCommand internal: false. 2012-11-11 18:07:15,067 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user admin@internal is an admin, result true 2012-11-11 18:07:15,067 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:07:15,113 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:07:15,121 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7c5c10bf] Running command: LogoutUserCommand internal: false. 2012-11-11 18:07:21,148 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user admin@internal is an admin, result true 2012-11-11 18:07:21,149 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:07:21,201 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:07:21,225 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [59fc7e4e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:07:28,799 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user admin@internal is an admin, result true 2012-11-11 18:07:28,799 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:07:28,859 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:07:28,868 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [4f768d35] Running command: LogoutUserCommand internal: false. 2012-11-11 18:07:48,887 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user admin@internal is an admin, result true 2012-11-11 18:07:48,887 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:07:48,998 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:07:49,006 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [b65cfde] Running command: LogoutUserCommand internal: false. 2012-11-11 18:07:59,722 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user admin@internal is an admin, result true 2012-11-11 18:07:59,722 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:07:59,816 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:07:59,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [569a929e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:09:45,449 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:09:45,510 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:09:45,510 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:09:45,555 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:09:45,582 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [4feaaf14] Running command: LogoutUserCommand internal: false. 2012-11-11 18:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts 2012-11-11 18:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering 0 hosts 2012-11-11 18:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts done 2012-11-11 18:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering storage domains is disabled, skipping 2012-11-11 18:10:13,902 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-87) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 18:10:13,912 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-87) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:11:03,718 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-46) [7f4f425c] Running command: ShutdownVmCommand internal: false. Entities affected : ID: fb4691db-5be0-4c6c-83ea-835e483ee1a6 Type: VM 2012-11-11 18:11:03,719 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-46) [7f4f425c] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop fromGUI). 2012-11-11 18:11:03,719 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-46) [7f4f425c] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop fromGUI. 2012-11-11 18:11:03,720 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-46) [7f4f425c] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=fb4691db-5be0-4c6c-83ea-835e483ee1a6, force=false, secondsToWait=30, gracefully=true), log id: 2db21a24 2012-11-11 18:11:03,723 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-46) [7f4f425c] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=fb4691db-5be0-4c6c-83ea-835e483ee1a6, force=false, secondsToWait=30, gracefully=true), log id: 10498b5c 2012-11-11 18:11:03,741 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-46) [7f4f425c] FINISH, DestroyVDSCommand, log id: 10498b5c 2012-11-11 18:11:03,774 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-46) [7f4f425c] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 2db21a24 2012-11-11 18:11:15,009 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-46) [aa5ac79] Running command: ShutdownVmCommand internal: false. Entities affected : ID: fb4691db-5be0-4c6c-83ea-835e483ee1a6 Type: VM 2012-11-11 18:11:15,011 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-46) [aa5ac79] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop fromGUI). 2012-11-11 18:11:15,011 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-46) [aa5ac79] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop fromGUI, status is not up. Stopping instead. 2012-11-11 18:11:15,014 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-46) [b6bb16c] Running command: StopVmCommand internal: true. Entities affected : ID: fb4691db-5be0-4c6c-83ea-835e483ee1a6 Type: VM 2012-11-11 18:11:15,016 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-46) [b6bb16c] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=fb4691db-5be0-4c6c-83ea-835e483ee1a6, force=false, secondsToWait=0, gracefully=false), log id: 7181be4 2012-11-11 18:11:15,019 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-46) [b6bb16c] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=fb4691db-5be0-4c6c-83ea-835e483ee1a6, force=false, secondsToWait=0, gracefully=false), log id: 22de6854 2012-11-11 18:11:15,615 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-46) [b6bb16c] FINISH, DestroyVDSCommand, log id: 22de6854 2012-11-11 18:11:15,636 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-46) [b6bb16c] FINISH, DestroyVmVDSCommand, return: Down, log id: 7181be4 2012-11-11 18:11:24,863 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:11:25,172 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:11:25,172 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:11:25,285 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:11:25,309 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [6805cf93] Running command: LogoutUserCommand internal: false. 2012-11-11 18:11:33,743 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:11:33,781 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:11:33,781 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:11:33,825 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:11:33,895 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [2d7c8456] Running command: LogoutUserCommand internal: false. 2012-11-11 18:14:31,819 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:14:31,872 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:14:31,872 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:14:31,932 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:14:31,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [3fecc997] Running command: LogoutUserCommand internal: false. 2012-11-11 18:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts 2012-11-11 18:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering 0 hosts 2012-11-11 18:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts done 2012-11-11 18:15:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering storage domains is disabled, skipping 2012-11-11 18:15:02,878 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:15:02,950 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:15:02,950 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:15:03,010 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:15:03,053 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [55771e68] Running command: LogoutUserCommand internal: false. 2012-11-11 18:17:51,896 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user admin@internal is an admin, result true 2012-11-11 18:17:51,896 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:17:51,992 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:17:52,019 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [6297ee54] Running command: LogoutUserCommand internal: false. 2012-11-11 18:18:13,874 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:18:13,914 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:18:13,914 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:18:13,965 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:18:13,965 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (VdcVersion) with null version, using default general for version 2012-11-11 18:18:13,996 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [77ba7c0] Running command: LogoutUserCommand internal: false. 2012-11-11 18:18:36,071 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:18:36,121 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:18:36,121 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:18:36,178 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:18:36,205 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [6e022529] Running command: LogoutUserCommand internal: false. 2012-11-11 18:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-11 18:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-11 18:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-11 18:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-11 18:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts 2012-11-11 18:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering 0 hosts 2012-11-11 18:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts done 2012-11-11 18:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering storage domains is disabled, skipping 2012-11-11 18:27:58,784 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:27:58,833 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:27:58,833 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:27:58,908 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:27:58,910 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [51c6d16e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:27:58,982 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:27:59,035 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:27:59,036 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:27:59,252 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:27:59,254 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [4be856d9] Running command: LogoutUserCommand internal: false. 2012-11-11 18:27:59,359 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:27:59,468 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:27:59,468 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:27:59,996 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:27:59,998 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [3b151526] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:00,071 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:00,136 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:00,136 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:00,202 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:00,204 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [5841d6b3] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:00,259 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:00,305 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:00,305 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:00,388 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:00,389 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [2f8913fc] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:00,448 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:00,504 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:00,504 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:00,559 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:00,561 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1014e295] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:00,609 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:00,688 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:00,688 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:00,764 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:00,765 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [617abffd] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:00,839 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:00,882 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:00,883 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:00,974 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:00,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [63f8549f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:01,028 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:01,066 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:01,066 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:01,114 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:01,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [7d9edf2e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:01,189 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:01,279 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:01,280 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:01,323 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:01,324 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (SupportedClusterLevels) with null version, using default general for version 2012-11-11 18:28:01,325 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-2) Didnt find the value of VdsFenceOptionMapping in DB for version 3.1 - using default: alom:secure=secure,port=ipport;apc:secure=secure,port=ipport,slot=port;bladecenter:secure=secure,port=ipport,slot=port;drac5:secure=secure,port=ipport;eps:slot=port;ilo:secure=ssl,port=ipport;ipmilan:;rsa:secure=secure,port=ipport;rsb:;wti:secure=secure,port=ipport,slot=port 2012-11-11 18:28:01,325 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-2) Didnt find the value of VdsFenceOptionTypes in DB for version 3.1 - using default: secure=bool,port=int,slot=int 2012-11-11 18:28:01,330 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (VdcVersion) with null version, using default general for version 2012-11-11 18:28:01,331 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-2) Didnt find the value of VdsFenceOptionMapping in DB for version 3.0 - using default: alom:secure=secure,port=ipport;apc:secure=secure,port=ipport,slot=port;bladecenter:secure=secure,port=ipport,slot=port;drac5:secure=secure,port=ipport;eps:slot=port;ilo:secure=ssl,port=ipport;ipmilan:;rsa:secure=secure,port=ipport;rsb:;wti:secure=secure,port=ipport,slot=port 2012-11-11 18:28:01,331 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ajp-/127.0.0.1:8702-2) Didnt find the value of VdsFenceOptionTypes in DB for version 3.0 - using default: secure=bool,port=int,slot=int 2012-11-11 18:28:01,334 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [18d0e434] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:01,620 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:01,676 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:01,676 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:01,730 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:01,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [7b34d055] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:01,791 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:01,831 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:01,831 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:01,911 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:01,913 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [246befdb] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:02,007 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:02,060 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:02,061 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:02,128 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:02,130 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [5f77475d] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:02,232 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:02,278 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:02,278 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:02,328 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:02,330 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [5a080ac] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:02,384 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:02,442 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:02,442 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:02,480 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:02,482 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [97600e9] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:02,580 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:02,636 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:02,636 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:02,676 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:02,678 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [211037b6] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:02,749 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:02,786 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:02,786 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:02,830 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:02,832 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [241b08b4] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:02,890 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:02,944 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:02,944 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:02,997 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:02,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [7766504c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:03,067 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:03,132 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:03,132 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:03,191 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:03,193 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [39c6b875] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:03,279 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:03,377 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:03,377 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:03,427 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:03,433 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [272de6bd] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:03,489 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:03,533 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:03,533 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:03,671 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:03,674 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [1f6b47ab] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:03,749 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:03,796 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:03,797 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:03,891 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:03,893 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [1b0cfef9] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:03,948 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:03,983 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:03,983 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:04,064 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:04,066 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [98524b0] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:04,228 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:04,336 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:04,336 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:04,949 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:04,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [63769101] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:05,087 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:05,142 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:05,142 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:05,200 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:05,202 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [7ba43de1] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:05,249 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:05,286 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:05,286 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:05,337 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:05,338 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [74a37708] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:05,389 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:05,435 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:05,435 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:05,496 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:05,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [40ffea65] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:05,550 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:05,612 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:05,612 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:05,683 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:05,685 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [14a55e71] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:05,758 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:05,803 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:05,803 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:05,858 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:05,861 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [585a7109] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:05,916 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:05,976 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:05,976 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:06,043 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:06,045 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [5d7a2501] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:06,099 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:06,137 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:06,137 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:06,178 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:06,180 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [14515388] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:06,229 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:06,269 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:06,269 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:06,330 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:06,331 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [6c0e4263] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:06,388 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:06,446 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:06,446 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:06,482 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:06,484 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [59ea303f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:06,548 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:06,586 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:06,586 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:06,632 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:06,634 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [63ffbfd5] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:06,687 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:06,725 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:06,725 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:06,774 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:06,776 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [6eb58cd9] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:06,859 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:06,898 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:06,898 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:06,935 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:06,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [5990ba42] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:06,998 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:07,052 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:07,052 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:07,080 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:07,082 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [37011879] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:07,140 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:07,184 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:07,184 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:07,294 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:07,296 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [10e2aaba] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:07,349 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:07,385 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:07,385 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:07,423 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:07,425 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [685e9e40] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:07,479 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:07,516 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:07,516 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:07,563 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:07,565 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [106e6819] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:07,618 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:07,663 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:07,663 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:07,730 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:07,733 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [29a22c1a] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:07,818 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:07,860 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:07,860 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:07,948 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:07,950 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [2ab8ca84] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:08,010 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:08,057 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:08,057 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:08,115 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:08,117 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [50432706] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:08,170 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:08,210 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:08,210 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:08,275 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:08,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [39efec27] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:08,350 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:08,405 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:08,405 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:08,443 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:08,445 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [3583ec32] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:08,679 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:08,728 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:08,728 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:08,802 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:08,803 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [47103419] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:08,859 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:08,922 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:08,922 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:09,016 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:09,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [5ab182b0] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:09,140 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:09,179 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:09,179 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:09,244 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:09,246 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [4e1b169c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:09,320 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:09,442 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:09,443 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:09,916 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:09,918 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [3af13c9b] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:10,057 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:10,116 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:10,117 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:10,196 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:10,197 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [1ca28f8] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:10,259 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:10,305 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:10,305 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:10,364 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:10,366 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [661ae807] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:10,420 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:10,507 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:10,507 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:10,567 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:10,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6147bb7d] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:10,658 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:10,701 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:10,701 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:10,751 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:10,752 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [52ecd7b] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:10,819 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:10,888 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:10,888 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:10,946 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:10,948 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [28a37335] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:11,000 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:11,039 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:11,039 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:11,139 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:11,141 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [7929065c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:11,198 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:11,264 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:11,265 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:11,338 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:11,339 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [7fa1e1b6] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:11,408 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:11,464 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:11,464 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:11,527 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:11,529 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [564528a] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:11,608 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:11,655 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:11,655 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:11,714 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:11,716 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [4ba3fc8d] Running command: LogoutUserCommand internal: false. 2012-11-11 18:28:11,797 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:28:11,840 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:28:11,840 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:28:11,917 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:28:11,919 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [56356499] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts 2012-11-11 18:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering 0 hosts 2012-11-11 18:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts done 2012-11-11 18:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering storage domains is disabled, skipping 2012-11-11 18:30:38,322 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:39,161 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:39,161 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:41,022 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:41,024 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [298c8d58] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:41,106 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:41,142 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:41,142 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:41,183 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:41,184 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [75697dcc] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:41,237 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:41,303 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:41,303 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:41,364 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:41,365 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [49a56a62] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:41,417 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:41,461 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:41,461 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:41,525 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:41,526 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [30ef8e73] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:41,698 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:41,770 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:41,770 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:41,829 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:41,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [11b23130] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:41,878 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:41,915 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:41,915 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:41,963 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:41,965 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [1520eb28] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:42,017 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:42,109 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:42,110 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:42,156 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:42,157 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [18e1a9e5] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:42,228 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:42,278 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:42,278 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:42,333 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:42,335 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [4dd3015] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:42,398 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:42,437 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:42,437 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:42,481 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:42,482 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [45068bf1] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:42,558 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:42,596 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:42,596 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:43,340 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:43,372 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (SupportedClusterLevels) with null version, using default general for version 2012-11-11 18:30:43,375 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [2bd6d626] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:43,598 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:43,653 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:43,653 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:43,694 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:43,695 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [44a41ee1] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:43,798 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:43,852 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:43,852 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:43,900 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:43,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [6ea12bc5] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:43,957 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:44,017 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:44,017 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:44,057 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:44,059 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [1324753a] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:44,127 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:44,164 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:44,164 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:44,209 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:44,211 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [7e793f75] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:44,267 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:44,308 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:44,308 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:44,797 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:44,798 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [5cde85ec] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:45,059 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:45,307 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:45,307 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:45,519 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:45,521 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [506407e7] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:45,649 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:45,693 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:45,694 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:45,741 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:45,743 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [2d5949d9] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:45,798 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:45,837 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:45,837 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:45,879 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:45,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [266a958f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:45,928 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:45,966 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:45,966 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:46,004 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:46,005 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [3036643e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:46,057 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:46,100 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:46,100 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:46,140 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:46,141 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [2863a460] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:46,202 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:46,267 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:46,267 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:46,322 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:46,324 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [24a6e11a] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:46,379 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:46,423 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:46,423 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:46,494 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:46,496 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [1d9890e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:46,567 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:46,636 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:46,636 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:46,749 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:46,751 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [6c0ad6f7] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:46,809 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:46,861 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:46,861 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:46,967 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:46,968 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6eaca28a] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:47,032 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:47,068 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:47,068 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:47,121 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:47,123 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [58f2e0b5] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:47,200 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:47,267 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:47,267 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:47,358 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:47,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [3766f27] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:47,446 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:47,485 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:47,486 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:47,538 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:47,540 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [764d66b3] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:47,590 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:47,643 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:47,644 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:47,702 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:47,704 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [31b67664] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:47,757 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:47,803 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:47,804 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:47,847 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:47,849 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [122e8121] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:47,900 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:47,939 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:47,940 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:48,068 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:48,070 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6a40f24c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:48,128 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:48,210 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:48,210 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:48,278 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:48,280 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [3a1a4724] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:48,335 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:48,433 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:48,433 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:48,493 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:48,494 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [117e6e2d] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:48,581 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:48,635 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:48,635 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:48,689 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:48,691 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [5eb697d2] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:48,776 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:48,825 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:48,826 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:48,864 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:48,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [403191b8] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:48,929 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:48,968 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:48,968 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:48,998 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:49,000 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [44aa1303] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:49,087 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:49,139 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:49,139 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:49,191 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:49,198 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [28c1fd30] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:49,268 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:49,322 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:49,323 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:49,363 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:49,365 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [701bb75d] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:49,427 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:49,909 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:49,910 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:50,357 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:50,359 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [55cce6c6] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:50,450 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:50,523 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:50,523 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:50,634 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:50,636 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [e026dc7] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:50,699 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:50,741 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:50,742 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:50,784 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:50,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [50fef22e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:50,850 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:50,925 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:50,925 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:50,982 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:50,984 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [64e68be8] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:51,040 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:51,135 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:51,135 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:51,239 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:51,241 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [76476cbe] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:51,310 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:51,964 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:51,964 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:52,023 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:52,024 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [a95766e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:52,099 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:52,156 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:52,157 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:52,304 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:52,306 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [3de95107] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:52,385 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:52,443 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:52,444 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:52,481 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:52,483 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [356375b0] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:52,560 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:52,607 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:52,607 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:52,758 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:52,759 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [231ce743] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:52,829 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:52,867 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:52,867 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:52,935 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:52,937 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [217d6b70] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:52,990 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:53,026 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:53,026 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:53,078 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:53,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [11e95a4e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:53,130 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:53,185 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:53,185 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:53,223 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:53,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [65ef8c9] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:53,292 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:53,343 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:53,343 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:53,445 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:53,447 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [2903e5f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:53,519 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:53,574 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:53,574 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:53,607 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:53,608 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [b718470] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:53,670 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:53,713 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:53,713 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:53,780 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:53,782 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [8f3c540] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:53,829 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:53,876 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:53,876 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:53,932 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:53,934 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [38e6a4dc] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:54,040 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:54,092 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:54,092 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:54,130 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:54,132 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [48c168e5] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:54,198 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:54,239 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:54,239 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:54,288 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:54,290 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1417be40] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:54,340 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:54,390 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:54,390 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:55,008 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:55,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [7ae473dd] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:57,171 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:57,276 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:57,276 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:57,366 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:57,368 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [26626994] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:57,470 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:57,541 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:57,541 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:57,564 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:57,565 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [5527c50] Running command: LogoutUserCommand internal: false. 2012-11-11 18:30:57,682 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:30:57,725 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:30:57,725 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:30:57,822 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:30:57,824 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [209a8702] Running command: LogoutUserCommand internal: false. 2012-11-11 18:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-11 18:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-11 18:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-11 18:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-11 18:37:56,002 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:37:56,099 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:37:56,099 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:37:56,226 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:37:56,228 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [7ac3b7a9] Running command: LogoutUserCommand internal: false. 2012-11-11 18:37:56,369 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:37:56,452 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:37:56,452 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:37:56,509 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:37:56,511 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [72b6b7ad] Running command: LogoutUserCommand internal: false. 2012-11-11 18:37:56,568 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:37:56,611 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:37:56,611 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:37:56,701 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:37:56,704 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [3ebf6c05] Running command: LogoutUserCommand internal: false. 2012-11-11 18:37:56,808 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:37:56,923 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:37:56,923 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:37:58,138 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:37:58,141 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [4c51d66a] Running command: LogoutUserCommand internal: false. 2012-11-11 18:37:58,270 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:37:58,311 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:37:58,311 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:37:58,352 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:37:58,354 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [58c665ad] Running command: LogoutUserCommand internal: false. 2012-11-11 18:37:58,410 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:37:58,451 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:37:58,451 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:37:58,538 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:37:58,540 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [6a6856ea] Running command: LogoutUserCommand internal: false. 2012-11-11 18:37:58,598 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:37:58,640 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:37:58,640 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:37:58,690 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:37:58,692 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [67b3c17a] Running command: LogoutUserCommand internal: false. 2012-11-11 18:37:58,749 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:37:58,807 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:37:58,807 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:37:58,888 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:37:58,890 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [25ea7471] Running command: LogoutUserCommand internal: false. 2012-11-11 18:37:58,939 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:37:58,982 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:37:58,982 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:37:59,082 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:37:59,084 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [12fda983] Running command: LogoutUserCommand internal: false. 2012-11-11 18:37:59,169 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:37:59,268 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:37:59,269 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:00,261 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:00,261 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (SupportedClusterLevels) with null version, using default general for version 2012-11-11 18:38:00,267 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [3d38e6b1] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:00,841 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:00,948 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:00,948 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:01,186 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:01,188 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [246729c0] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:01,328 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:01,402 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:01,402 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:01,759 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:01,761 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6175cb5c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:01,978 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:02,154 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:02,154 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:02,365 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:02,366 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [54d921f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:02,591 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:02,678 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:02,678 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:02,873 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:02,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [29722aa6] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:03,031 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:03,242 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:03,242 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:03,569 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:03,571 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [77bca449] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:03,640 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:03,770 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:03,770 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:04,010 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:04,012 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [c4a4ccc] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:04,169 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:04,230 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:04,230 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:04,457 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:04,458 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [570c7cc1] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:04,537 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:05,122 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:05,122 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:05,669 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:05,671 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [25387bf2] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:05,821 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:06,044 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:06,044 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:06,188 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:06,190 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [8cb7bb6] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:06,240 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:06,306 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:06,306 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:06,358 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:06,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1885a79a] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:06,430 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:06,498 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:06,499 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:06,568 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:06,570 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [3ca327b3] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:06,741 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:06,819 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:06,819 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:06,904 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:06,905 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [1cc6e928] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:07,017 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:07,057 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:07,057 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:07,141 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:07,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [1a0969e5] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:07,198 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:07,273 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:07,273 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:07,331 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:07,333 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [4ce727bb] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:07,387 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:07,434 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:07,435 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:07,487 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:07,489 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [3900107e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:07,561 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:07,677 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:07,677 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:07,825 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:07,827 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [1fa167db] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:07,929 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:07,969 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:07,970 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:08,076 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:08,077 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [4d511e27] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:08,139 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:08,176 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:08,176 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:08,340 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:08,347 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2e8d6259] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:08,429 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:08,465 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:08,465 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:08,680 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:08,682 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [536c439] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:08,737 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:08,798 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:08,798 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:08,877 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:08,879 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7605bec9] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:08,960 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:09,010 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:09,010 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:09,077 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:09,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [45ed219a] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:09,149 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:09,195 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:09,196 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:09,382 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:09,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [4ce928b6] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:09,458 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:10,011 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:10,011 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:10,548 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:10,549 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [22524a93] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:10,680 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:10,988 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:10,988 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:11,040 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:11,041 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [7d71156e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:11,091 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:11,147 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:11,147 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:11,238 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:11,240 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [443bbdb5] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:11,334 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:11,370 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:11,370 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:11,411 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:11,413 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [42c9cf9f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:11,468 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:11,534 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:11,534 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:11,581 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:11,582 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [759de24c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:11,641 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:11,681 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:11,682 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:11,728 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:11,729 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [76b5e091] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:11,788 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:11,831 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:11,831 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:11,890 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:11,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [260214af] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:11,978 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:12,023 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:12,023 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:12,130 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:12,132 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1bde271c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:12,189 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:12,232 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:12,233 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:12,287 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:12,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7fc955ab] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:12,350 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:12,409 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:12,409 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:12,469 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:12,470 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [13cbd528] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:12,540 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:12,586 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:12,587 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:12,638 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:12,640 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [7774d7c8] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:12,703 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:12,844 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:12,844 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:13,036 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:13,038 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [5db543b5] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:13,098 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:13,146 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:13,146 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:13,377 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:13,379 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [7df720cd] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:13,458 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:13,503 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:13,503 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:13,689 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:13,691 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [5f29f7f4] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:13,769 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:13,823 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:13,824 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:14,076 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:14,078 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [5315c107] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:14,170 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:14,221 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:14,221 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:14,425 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:14,426 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [5c8fd6c4] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:14,499 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:14,559 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:14,560 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:15,300 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:15,302 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [371bcfc7] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:15,430 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:15,499 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:15,499 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:15,650 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:15,652 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [286e7dde] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:15,738 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:15,802 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:15,803 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:15,922 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:15,924 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [3085a028] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:16,010 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:16,136 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:16,136 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:16,441 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:16,443 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [262559b3] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:16,569 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:16,610 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:16,610 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:16,832 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:16,833 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [31d0ce51] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:16,960 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:17,108 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:17,108 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:17,295 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:17,296 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [34b05a9e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:17,398 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:17,515 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:17,515 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:17,710 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:17,712 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [7a186557] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:17,828 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:17,934 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:17,934 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:18,541 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:18,543 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [368bb40f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:18,628 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:18,670 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:18,670 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:18,981 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:18,983 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [3a7425f0] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:19,039 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:19,097 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:19,097 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:19,192 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:19,193 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [28b6730b] Running command: LogoutUserCommand internal: false. 2012-11-11 18:38:19,352 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:38:19,406 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:38:19,407 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:38:20,326 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:38:20,328 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6f259b63] Running command: LogoutUserCommand internal: false. 2012-11-11 18:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-11 18:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-11 18:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-11 18:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-11 18:43:25,056 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:25,143 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:25,143 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:25,311 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:25,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [1fe8c237] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:25,365 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:25,411 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:25,412 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:25,441 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:25,442 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [38fbe4d9] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:25,530 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:25,607 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:25,607 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:25,642 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:25,643 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [3dbb97a5] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:25,708 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:25,800 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:25,800 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:25,910 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:25,912 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [63286eb5] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:25,972 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:26,010 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:26,011 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:26,063 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:26,064 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [4b002b1f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:26,136 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:26,182 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:26,183 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:26,219 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:26,221 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [53fcbe99] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:26,290 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:26,328 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:26,328 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:26,387 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:26,388 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [5571799a] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:26,438 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:26,481 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:26,481 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:26,528 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:26,530 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [613c9d3f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:26,585 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:26,620 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:26,620 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:26,672 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:26,674 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [6d3ed718] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:26,741 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:26,796 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:26,796 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:26,844 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:26,844 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (SupportedClusterLevels) with null version, using default general for version 2012-11-11 18:43:26,846 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [480488af] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:26,999 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:27,130 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:27,130 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:27,264 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:27,266 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [7c98a66c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:27,364 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:27,408 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:27,408 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:27,457 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:27,458 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [119bc83c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:27,509 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:27,580 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:27,580 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:27,632 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:27,634 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [16635a64] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:27,688 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:27,734 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:27,735 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:27,791 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:27,793 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [1d27ee2b] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:27,849 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:27,913 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:27,913 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:27,960 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:27,962 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [4da58cb0] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:28,018 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:28,071 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:28,071 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:28,122 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:28,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [78ae1922] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:28,189 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:28,315 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:28,315 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:28,364 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:28,365 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [27f823d3] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:28,439 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:28,497 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:28,497 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:28,660 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:28,662 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [169d6e2b] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:28,740 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:28,788 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:28,789 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:28,829 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:28,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [7949a6e8] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:28,891 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:28,939 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:28,940 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:29,003 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:29,004 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [34c7288c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:29,096 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:29,139 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:29,139 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:29,189 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:29,191 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2e2fc1e9] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:29,240 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:29,289 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:29,289 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:29,328 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:29,331 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [760c7fa7] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:29,391 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:29,433 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:29,433 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:29,492 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:29,493 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [35352a0f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:29,559 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:30,186 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:30,186 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:30,296 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:30,298 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [4a5a0d14] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:30,349 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:30,390 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:30,390 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:30,499 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:30,500 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [2aa23c6] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:30,566 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:30,624 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:30,624 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:30,685 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:30,687 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [34f921d5] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:30,778 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:30,817 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:30,818 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:30,877 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:30,879 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [731b8cd1] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:30,929 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:30,992 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:30,992 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:31,026 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:31,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3ed4aab3] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:31,089 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:31,126 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:31,126 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:31,185 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:31,187 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [511c9c2a] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:31,239 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:31,291 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:31,291 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:31,355 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:31,357 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [4fd3dd19] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:31,409 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:31,457 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:31,458 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:31,519 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:31,521 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [3bc0477] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:31,579 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:31,618 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:31,618 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:31,674 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:31,676 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [986de6d] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:31,730 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:31,788 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:31,788 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:31,822 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:31,824 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [2b7f554e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:31,891 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:31,935 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:31,935 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:32,077 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:32,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [50f848ca] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:32,160 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:32,201 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:32,201 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:32,245 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:32,247 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [48bcb808] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:32,358 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:32,403 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:32,403 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:32,453 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:32,454 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [5aa257e4] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:32,509 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:32,550 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:32,550 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:32,644 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:32,646 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6aba8f19] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:32,718 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:32,779 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:32,779 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:32,825 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:32,827 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6383838e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:32,885 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:32,958 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:32,958 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:33,038 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:33,040 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [495cc2a6] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:33,110 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:33,155 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:33,156 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:33,238 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:33,240 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [25b4a769] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:33,299 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:33,342 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:33,342 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:33,411 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:33,413 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [4f1075c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:33,490 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:33,529 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:33,529 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:33,569 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:33,571 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [563c4a5b] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:33,628 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:33,671 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:33,671 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:33,721 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:33,723 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [14144e53] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:33,789 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:33,905 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:33,906 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:34,153 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:34,155 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [724df86d] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:34,229 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:34,270 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:34,270 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:34,337 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:34,340 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [56754fd7] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:34,410 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:34,447 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:34,448 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:34,498 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:34,499 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [44db47bc] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:34,568 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:35,157 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:35,157 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:35,572 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:35,574 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2ebc6687] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:35,661 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:35,764 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:35,764 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:35,880 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:35,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [47749667] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:35,940 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:35,991 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:35,991 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:36,039 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:36,041 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1f81fc4f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:36,141 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:36,178 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:36,178 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:36,219 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:36,220 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [66fc7cc4] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:36,269 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:36,325 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:36,325 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:36,384 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:36,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [599d02ec] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:36,440 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:36,506 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:36,506 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:36,553 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:36,554 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2ba10a6c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:36,610 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:36,661 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:36,661 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:36,789 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:36,791 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [5b1465b6] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:36,850 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:36,895 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:36,895 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:36,933 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:36,935 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [87de47a] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:37,000 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:37,045 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:37,045 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:37,105 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:37,107 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [63795c42] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:37,161 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:37,201 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:37,201 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:37,307 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:37,309 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [e9cf819] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:37,359 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:37,427 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:37,427 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:37,512 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:37,514 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [513a3e81] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:37,575 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:37,622 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:37,622 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:37,658 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:37,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6a5ae688] Running command: LogoutUserCommand internal: false. 2012-11-11 18:43:37,728 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:43:37,814 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:43:37,814 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:43:37,853 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:43:37,855 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [57c471c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts 2012-11-11 18:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering 0 hosts 2012-11-11 18:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts done 2012-11-11 18:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering storage domains is disabled, skipping 2012-11-11 18:46:14,962 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:15,164 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:15,164 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:15,451 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:15,453 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [2e67773] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:15,526 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:15,575 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:15,576 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:15,646 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:15,648 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [154ab333] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:15,727 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:15,790 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:15,790 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:15,891 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:15,892 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [308268cc] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:15,989 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:16,043 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:16,044 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:16,187 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:16,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [3da30ee2] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:16,258 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:16,323 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:16,323 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:17,395 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:17,397 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [fec3ccc] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:17,460 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:17,552 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:17,552 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:17,647 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:17,649 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [643f24d5] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:17,739 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:17,842 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:17,842 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:17,953 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:17,955 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6cfb081f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:18,051 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:18,140 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:18,140 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:18,264 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:18,266 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [5742825f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:18,360 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:18,477 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:18,477 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:18,554 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:18,556 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [7cb665eb] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:18,610 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:18,666 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:18,666 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:18,834 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:18,834 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (SupportedClusterLevels) with null version, using default general for version 2012-11-11 18:46:18,837 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [514a541d] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:18,936 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:18,994 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:18,994 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:19,099 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:19,101 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [210981e3] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:19,169 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:19,217 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:19,218 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:19,292 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:19,293 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [7513ae3f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:19,348 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:19,400 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:19,400 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:19,451 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:19,453 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [4b2e6ca3] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:19,559 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:20,034 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:20,034 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:20,528 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:20,530 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7441c9a] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:20,590 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:20,630 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:20,630 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:20,767 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:20,769 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [1c5a5db6] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:20,902 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:21,005 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:21,006 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:21,107 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:21,109 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [30c1dde9] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:21,181 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:21,247 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:21,247 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:21,382 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:21,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2d41c8e4] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:21,791 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:21,944 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:21,944 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:22,044 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:22,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [5dbee860] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:22,133 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:22,179 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:22,179 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:22,272 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:22,274 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [2005f4a0] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:22,339 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:22,406 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:22,406 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:22,493 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:22,495 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [79df6c23] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:22,600 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:22,679 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:22,679 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:22,727 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:22,729 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [212d6ce1] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:22,801 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:22,847 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:22,847 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:22,932 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:22,935 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [7469ddb0] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:23,028 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:23,085 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:23,085 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:23,245 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:23,247 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [4ebceabb] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:23,299 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:23,344 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:23,344 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:23,420 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:23,421 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [6e97e046] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:23,559 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:23,647 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:23,647 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:23,806 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:23,808 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [5454d332] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:23,869 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:23,916 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:23,917 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:24,004 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:24,006 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2c21e85e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:24,130 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:24,185 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:24,185 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:24,345 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:24,347 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [66857ce4] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:24,430 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:24,500 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:24,500 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:25,659 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:25,661 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [3cc807] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:25,720 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:25,788 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:25,788 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:25,923 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:25,924 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [766e7371] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:26,020 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:26,081 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:26,081 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:26,244 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:26,245 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [77e0e32f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:26,301 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:26,363 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:26,363 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:26,422 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:26,424 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [5f36c19e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:26,499 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:26,570 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:26,570 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:26,687 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:26,689 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [3dc39826] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:26,759 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:26,859 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:26,859 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:26,978 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:26,980 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [18ffc65d] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:27,067 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:27,120 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:27,120 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:27,191 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:27,193 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [2ca79848] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:27,258 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:27,382 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:27,382 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:27,479 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:27,481 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [1c1da874] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:27,566 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:27,606 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:27,606 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:27,682 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:27,684 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [7d4ba07b] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:27,741 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:27,835 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:27,835 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:27,925 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:27,927 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6b32b9b] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:28,070 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:28,111 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:28,111 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:28,209 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:28,211 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [24d83970] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:28,280 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:28,364 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:28,365 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:28,454 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:28,455 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [66988721] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:28,510 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:28,563 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:28,563 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:28,614 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:28,615 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [349596c9] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:28,719 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:28,797 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:28,797 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:28,921 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:28,924 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [52bc152b] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:29,021 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:29,084 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:29,084 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:29,265 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:29,267 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [6be4696] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:29,339 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:29,391 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:29,391 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:29,450 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:29,452 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [1c278e4c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:29,576 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:30,092 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:30,092 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:30,733 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:30,735 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [1b3c2826] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:30,890 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:30,985 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:30,985 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:31,083 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:31,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [171d4713] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:31,169 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:31,271 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:31,271 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:31,390 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:31,392 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [472b18ff] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:31,448 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:31,550 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:31,550 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:31,626 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:31,628 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [4e21d13e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:31,701 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:31,800 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:31,800 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:31,873 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:31,875 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6a42e6e9] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:31,969 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:32,108 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:32,108 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:32,244 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:32,246 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [1900cb70] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:32,371 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:32,433 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:32,434 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:32,589 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:32,591 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [9b252d4] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:32,663 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:32,773 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:32,773 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:32,872 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:32,875 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [1b2cc758] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:33,047 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:33,124 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:33,124 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:33,235 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:33,237 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [523a7f07] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:33,289 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:33,355 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:33,355 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:33,521 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:33,523 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [6d77c122] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:33,601 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:33,704 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:33,704 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:33,782 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:33,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [233da152] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:34,021 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:34,086 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:34,086 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:34,367 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:34,369 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [27a8c2de] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:34,461 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:34,520 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:34,521 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:35,668 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:35,670 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [b4583a9] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:35,832 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:35,906 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:35,907 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:35,988 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:35,990 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [5268e268] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:36,128 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:36,175 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:36,175 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:36,355 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:36,356 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [73e95355] Running command: LogoutUserCommand internal: false. 2012-11-11 18:46:36,451 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:46:36,502 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:46:36,502 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:46:36,599 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:46:36,601 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [1f9df3b5] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:31,745 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:31,819 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:31,819 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:31,877 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:31,879 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [2f57246c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:31,937 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:31,994 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:31,994 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:32,077 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:32,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [374cecc5] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:32,259 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:32,363 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:32,363 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:32,542 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:32,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [2306d9a3] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:32,601 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:32,654 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:32,654 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:32,749 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:32,751 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [6e2ddf34] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:32,822 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:32,891 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:32,891 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:33,029 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:33,031 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [682d1bf3] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:33,128 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:33,223 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:33,223 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:33,331 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:33,333 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [64ab0b60] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:33,391 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:33,460 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:33,460 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:33,563 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:33,564 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [33bdf972] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:33,690 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:33,758 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:33,758 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:34,027 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:34,029 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [11b188cd] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:34,097 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:34,144 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:34,144 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:34,214 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:34,216 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [6aae3e1f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:34,280 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:34,359 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:34,359 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:34,491 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:34,491 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (SupportedClusterLevels) with null version, using default general for version 2012-11-11 18:49:34,494 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [1e662616] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:34,595 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:34,755 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:34,755 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:35,403 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:35,405 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [8f6a58f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:35,470 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:35,523 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:35,523 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:35,581 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:35,583 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [79ecad62] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:35,699 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:35,765 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:35,765 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:35,825 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:35,827 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [473df048] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:35,949 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:35,988 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:35,988 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:36,054 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:36,056 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [469dfcce] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:36,127 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:36,168 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:36,168 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:36,297 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:36,299 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [52aff098] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:36,451 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:36,510 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:36,510 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:36,570 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:36,572 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [594ba171] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:36,640 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:36,677 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:36,677 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:36,768 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:36,770 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [377cef5c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:36,848 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:36,912 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:36,912 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:37,080 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:37,082 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [28ecc864] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:37,138 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:37,207 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:37,207 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:37,312 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:37,314 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2ff47c00] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:37,399 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:37,439 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:37,440 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:37,575 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:37,577 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [1b032033] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:37,659 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:37,698 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:37,698 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:37,839 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:37,840 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [775a288] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:37,909 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:37,950 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:37,950 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:38,109 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:38,111 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [261143bd] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:38,197 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:38,240 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:38,240 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:38,344 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:38,346 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [16982375] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:38,420 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:38,466 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:38,466 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:38,513 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:38,514 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [48432e37] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:38,569 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:38,618 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:38,618 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:38,729 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:38,731 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7ffa7539] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:38,796 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:38,866 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:38,867 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:38,960 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:38,961 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [1c49319e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:39,169 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:39,254 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:39,254 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:39,460 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:39,462 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [23fbbbdb] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:39,581 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:40,054 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:40,054 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:40,315 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:40,317 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [13f0e4c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:40,371 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:40,536 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:40,537 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:41,308 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:41,310 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [72015f05] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:41,409 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:41,449 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:41,449 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:41,497 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:41,498 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [42949b27] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:41,553 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:41,713 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:41,713 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:43,508 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:43,511 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [267b0bce] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:43,579 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:43,986 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:43,997 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:44,186 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:44,187 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [69e0a04] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:44,252 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:44,316 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:44,316 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:44,554 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:44,557 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [2472d92f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:44,660 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:45,240 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:45,240 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:45,660 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:45,662 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [2b6ecf6e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:45,740 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:45,783 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:45,783 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:45,869 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:45,871 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [32e73e8] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:45,977 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:46,030 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:46,030 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:46,080 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:46,082 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [1e06f2fc] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:46,169 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:46,223 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:46,223 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:46,353 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:46,354 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [7d45c0f2] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:46,439 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:46,491 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:46,492 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:46,700 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:46,702 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [51154eaf] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:46,850 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:46,923 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:46,923 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:47,043 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:47,044 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [4b0e1d41] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:47,107 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:47,174 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:47,174 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:47,275 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:47,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [6274d7b] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:47,399 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:47,463 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:47,463 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:47,584 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:47,585 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [1bb36622] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:47,648 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:47,781 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:47,781 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:47,871 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:47,875 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [75bec8d7] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:47,975 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:48,047 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:48,048 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:48,166 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:48,167 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [74658c19] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:48,260 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:48,332 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:48,332 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:48,438 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:48,440 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [1e24f136] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:48,541 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:48,586 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:48,586 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:48,780 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:48,782 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [728907f0] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:48,877 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:48,948 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:48,949 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:49,063 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:49,065 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [4d8f9ce6] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:49,148 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:49,201 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:49,201 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:49,259 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:49,261 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [771de333] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:49,310 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:49,353 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:49,353 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:49,438 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:49,439 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [82a9a39] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:49,511 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:49,567 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:49,568 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:50,360 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:50,362 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [6da1b4cf] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:50,602 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:50,690 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:50,690 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:50,834 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:50,835 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [1ddcd744] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:50,928 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:50,967 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:50,967 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:51,022 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:51,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [443c5a1c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:51,108 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:51,148 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:51,148 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:51,198 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:51,200 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [34acbb8c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:51,269 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:51,339 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:51,339 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:51,419 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:51,421 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [485da121] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:51,529 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:51,581 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:51,582 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:51,674 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:51,676 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [2337e2e3] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:51,730 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:51,768 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:51,768 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:51,819 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:51,821 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [43a7a924] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:51,909 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:51,946 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:51,946 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:51,997 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:51,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [1186065e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:52,061 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:52,098 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:52,098 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:52,175 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:52,177 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6e65a5de] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:52,232 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:52,268 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:52,269 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:52,486 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:52,488 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [463b4a5f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:49:52,552 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:49:52,590 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:49:52,591 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:49:52,693 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:49:52,694 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2d73d7cf] Running command: LogoutUserCommand internal: false. 2012-11-11 18:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts 2012-11-11 18:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering 0 hosts 2012-11-11 18:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Checking autorecoverable hosts done 2012-11-11 18:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-66) Autorecovering storage domains is disabled, skipping 2012-11-11 18:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-11 18:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-11 18:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-11 18:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-11 18:56:02,433 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:02,490 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:02,491 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:02,589 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:02,591 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [54a38bd6] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:02,637 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:02,690 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:02,691 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:02,809 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:02,811 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [5b6b23ac] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:02,888 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:02,939 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:02,939 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:02,985 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:02,987 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [152301e7] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:03,039 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:03,105 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:03,106 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:03,149 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:03,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [15d4af52] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:03,231 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:03,328 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:03,328 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:03,412 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:03,414 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [3359d9ff] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:03,501 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:03,559 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:03,559 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:03,649 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:03,651 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [5d902f29] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:03,714 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:03,751 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:03,751 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:03,800 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:03,802 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [4df394ec] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:03,850 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:03,887 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:03,887 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:03,977 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:03,979 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [59d9cda9] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:04,029 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:04,093 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:04,094 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:04,148 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:04,150 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [6d931e65] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:04,199 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:04,282 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:04,282 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:04,333 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:04,333 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (SupportedClusterLevels) with null version, using default general for version 2012-11-11 18:56:04,338 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [143ab54a] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:04,432 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:04,489 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:04,489 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:04,550 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:04,551 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6fa0f76a] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:04,628 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:05,399 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:05,399 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:05,556 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:05,558 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [24479ca9] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:05,743 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:05,786 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:05,786 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:05,855 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:05,857 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [306d99b8] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:05,910 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:05,951 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:05,951 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:06,000 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:06,001 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [14f04833] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:06,049 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:06,110 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:06,110 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:06,169 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:06,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [2c2c2f09] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:06,220 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:06,308 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:06,308 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:06,370 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:06,371 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [1000ce7e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:06,441 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:06,480 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:06,481 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:06,597 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:06,599 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [56a1cfdc] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:06,681 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:06,752 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:06,753 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:06,825 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:06,827 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [5627a15d] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:06,881 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:06,931 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:06,931 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:07,037 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:07,039 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [3e96d9cd] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:07,110 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:07,151 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:07,151 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:07,213 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:07,215 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [4d7898d9] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:07,269 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:07,316 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:07,316 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:07,383 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:07,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [78098bb8] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:07,449 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:07,495 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:07,496 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:07,561 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:07,563 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [614498c3] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:07,621 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:07,664 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:07,665 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:07,709 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:07,710 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [50d33daf] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:07,770 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:07,825 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:07,825 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:07,858 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:07,860 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [188b893b] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:07,933 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:07,977 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:07,977 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:08,039 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:08,041 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [4e439668] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:08,110 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:08,171 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:08,171 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:08,230 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:08,232 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [a45c627] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:08,302 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:08,349 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:08,349 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:08,397 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:08,399 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [1ee8a469] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:08,460 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:08,567 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:08,567 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:08,640 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:08,642 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [294e0055] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:08,708 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:08,746 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:08,747 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:08,823 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:08,824 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [77b2d569] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:08,918 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:08,973 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:08,973 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:09,006 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:09,008 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [14633cc6] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:09,099 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:09,157 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:09,157 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:09,195 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:09,197 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2065b4fc] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:09,260 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:09,296 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:09,296 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:09,336 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:09,338 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [775171c] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:09,389 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:09,492 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:09,492 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:09,578 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:09,580 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [44408e2f] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:10,093 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:10,167 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:10,167 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:10,457 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:10,459 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [391f6a71] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:10,529 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:10,649 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:10,649 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:10,786 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:10,787 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [7c4916b8] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:10,883 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:10,958 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:10,958 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:11,022 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:11,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [4f59eafd] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:11,100 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:11,141 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:11,141 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:11,198 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:11,199 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [670040bf] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:11,269 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:11,305 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:11,305 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:11,445 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:11,447 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [7a74f5b4] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:11,493 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:11,536 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:11,536 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:11,590 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:11,591 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [501922a7] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:11,651 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:11,690 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:11,690 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:11,783 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:11,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [67361bbe] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:11,900 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:11,940 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:11,940 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:12,011 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:12,013 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [6e0d8c3e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:12,098 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:12,147 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:12,147 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:12,230 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:12,232 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [5ff36f7b] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:12,287 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:12,378 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:12,378 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:12,468 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:12,470 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [5fea7521] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:12,548 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:12,587 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:12,587 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:12,651 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:12,654 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [6574f902] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:12,721 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:12,760 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:12,761 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:12,845 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:12,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [663e2782] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:12,912 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:12,948 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:12,948 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:13,079 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:13,080 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [4b17b2e5] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:13,161 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:13,221 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:13,221 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:13,266 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:13,268 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [1b527ad8] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:13,328 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:13,377 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:13,377 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:13,449 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:13,451 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [3691c6ce] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:13,541 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:13,606 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:13,606 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:13,683 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:13,686 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [54ac5659] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:13,793 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:13,834 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:13,834 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:13,873 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:13,875 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [6d8bf3f8] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:13,952 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:14,003 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:14,003 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:14,063 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:14,065 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [21dc016a] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:14,161 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:14,199 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:14,199 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:14,242 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:14,243 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [3606b659] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:14,300 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:14,338 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:14,338 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:14,382 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:14,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [31b461df] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:14,448 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:14,543 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:14,543 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:14,604 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:14,605 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [151dcbde] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:14,659 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:15,122 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:15,122 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:15,676 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:15,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [16045b2e] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:15,919 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:16,014 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:16,014 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:16,059 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:16,061 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [4b748259] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:16,129 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:16,177 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:16,177 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:16,296 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:16,298 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [33f5b45d] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:16,362 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:16,400 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:16,400 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:16,446 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:16,447 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [2c97eea] Running command: LogoutUserCommand internal: false. 2012-11-11 18:56:16,540 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 18:56:16,578 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 18:56:16,578 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 18:56:16,684 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 18:56:16,686 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [61a6b4e8] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-11 19:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-11 19:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-11 19:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-11 19:00:31,424 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:31,477 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:31,478 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:31,531 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:31,533 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [78a35c46] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:31,599 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:31,682 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:31,683 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:31,750 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:31,752 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [40a9bcf3] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:31,822 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:31,876 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:31,876 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:32,020 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:32,022 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [39aab1bb] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:32,093 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:32,166 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:32,166 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:32,281 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:32,283 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [3a49ec92] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:32,381 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:32,424 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:32,424 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:32,548 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:32,549 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [78296cf5] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:32,640 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:32,735 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:32,735 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:32,824 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:32,826 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [4fcc3fcf] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:32,891 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:32,969 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:32,969 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:33,038 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:33,039 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [705c423e] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:33,119 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:33,157 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:33,157 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:33,216 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:33,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [405e47dd] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:33,271 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:33,322 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:33,322 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:33,351 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:33,353 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [19b27bce] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:33,421 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:33,460 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:33,461 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:33,513 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:33,514 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (SupportedClusterLevels) with null version, using default general for version 2012-11-11 19:00:33,517 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [446c6a1c] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:33,577 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:33,619 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:33,619 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:33,690 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:33,691 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [5d10fd16] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:33,773 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:33,834 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:33,834 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:33,905 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:33,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [62a3dc1a] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:34,000 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:34,081 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:34,082 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:34,125 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:34,128 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [7c63fdaf] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:34,250 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:34,313 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:34,314 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:34,377 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:34,379 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [42c54cdc] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:34,439 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:34,487 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:34,487 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:34,523 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:34,524 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [a82aec0] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:34,590 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:34,633 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:34,633 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:35,636 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:35,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [7a29be86] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:35,890 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:35,933 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:35,933 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:35,976 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:35,978 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [633390a] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:36,031 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:36,072 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:36,073 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:36,118 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:36,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [693f7a11] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:36,173 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:36,254 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:36,254 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:36,331 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:36,333 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [38c927db] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:36,401 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:36,446 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:36,446 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:36,590 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:36,592 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [1ad1a9e5] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:36,659 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:36,722 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:36,723 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:36,773 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:36,775 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [1690da3c] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:36,841 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:36,920 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:36,920 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:36,977 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:36,979 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [5ad6e335] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:37,042 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:37,087 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:37,087 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:37,231 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:37,233 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [427f8f1b] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:37,350 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:37,417 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:37,417 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:37,539 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:37,540 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [552a09ec] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:37,612 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:37,663 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:37,664 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:37,711 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:37,712 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [519670b8] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:37,782 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:37,860 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:37,860 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:37,942 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:37,944 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [94a35c3] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:37,990 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:38,048 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:38,048 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:38,096 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:38,097 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [70684061] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:38,151 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:38,193 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:38,193 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:38,240 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:38,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [4a8a7662] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:38,299 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:38,351 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:38,352 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:38,404 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:38,406 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [65b60810] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:38,490 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:38,529 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:38,529 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:38,580 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:38,581 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [60b89642] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:38,632 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:38,673 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:38,673 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:38,742 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:38,744 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [4dad169c] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:38,806 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:38,865 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:38,865 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:38,995 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:38,997 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [78c9d39a] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:39,053 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:39,096 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:39,096 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:39,164 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:39,166 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [1a489cbc] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:39,237 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:39,279 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:39,279 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:39,334 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:39,336 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [23388b6f] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:39,391 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:39,446 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:39,446 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:39,517 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:39,519 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [35e8db82] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:39,614 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:39,666 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:39,666 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:39,818 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:39,820 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [752b68f] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:40,259 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:40,346 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:40,346 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:40,604 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:40,606 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [2eb81cbe] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:40,680 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:40,734 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:40,734 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:40,771 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:40,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [d0d819c] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:40,839 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:40,876 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:40,876 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:40,916 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:40,918 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [7c8116ae] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:41,009 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:41,094 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:41,094 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:41,162 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:41,164 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [20d1abb8] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:41,238 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:41,291 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:41,291 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:41,412 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:41,414 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [5b9d5da0] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:41,522 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:41,557 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:41,557 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:41,602 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:41,603 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [5b1933eb] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:41,659 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:41,713 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:41,713 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:41,800 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:41,802 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [6a1c65b6] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:41,865 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:41,924 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:41,924 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:41,959 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:41,960 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [35f39f4] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:42,029 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:42,121 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:42,121 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:42,189 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:42,190 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6fcdcfba] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:42,257 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:42,313 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:42,313 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:42,361 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:42,362 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [73b9202f] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:42,411 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:42,539 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:42,539 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:42,590 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:42,592 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [467c6d4a] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:42,640 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:42,692 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:42,692 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:42,761 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:42,763 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [937adcf] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:42,821 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:42,862 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:42,863 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:42,907 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:42,909 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [f0cfc0b] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:43,000 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:43,045 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:43,045 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:43,127 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:43,129 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [7d994c37] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:43,207 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:43,239 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:43,239 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:43,296 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:43,298 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [5210404a] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:43,363 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:43,425 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:43,425 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:43,463 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:43,465 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [5b04cd97] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:43,522 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:43,567 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:43,567 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:43,616 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:43,617 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6eb4e874] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:43,727 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:43,776 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:43,776 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:43,824 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:43,826 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [46487097] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:43,882 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:43,931 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:43,932 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:43,983 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:43,985 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [13671298] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:44,059 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:44,121 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:44,121 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:44,165 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:44,167 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [f403e0] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:44,220 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:44,299 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:44,299 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:44,413 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:44,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [215009b0] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:44,572 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:44,614 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:44,614 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:44,769 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:44,770 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [5f20e3c8] Running command: LogoutUserCommand internal: false. 2012-11-11 19:00:44,855 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:00:45,360 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:00:45,360 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:00:45,447 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:00:45,457 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [5638e3b4] Running command: LogoutUserCommand internal: false. 2012-11-11 19:01:58,273 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:01:58,325 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:01:58,326 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:01:58,382 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:01:58,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6e853380] Running command: LogoutUserCommand internal: false. 2012-11-11 19:01:58,442 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:01:58,516 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:01:58,516 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:01:58,551 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:01:58,553 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [165d8e61] Running command: LogoutUserCommand internal: false. 2012-11-11 19:01:58,635 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:01:58,686 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:01:58,687 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:01:58,741 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:01:58,743 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [a445c82] Running command: LogoutUserCommand internal: false. 2012-11-11 19:01:58,792 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:01:58,913 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:01:58,913 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:01:58,973 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:01:58,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [69c89a77] Running command: LogoutUserCommand internal: false. 2012-11-11 19:01:59,031 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:01:59,072 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:01:59,072 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:01:59,118 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:01:59,121 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [75da450d] Running command: LogoutUserCommand internal: false. 2012-11-11 19:01:59,181 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:01:59,229 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:01:59,229 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:01:59,267 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:01:59,269 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [733df2e4] Running command: LogoutUserCommand internal: false. 2012-11-11 19:01:59,332 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:01:59,408 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:01:59,408 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:01:59,461 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:01:59,463 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [43f8fc3f] Running command: LogoutUserCommand internal: false. 2012-11-11 19:01:59,521 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:01:59,574 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:01:59,574 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:01:59,615 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:01:59,617 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [2479e4a4] Running command: LogoutUserCommand internal: false. 2012-11-11 19:01:59,701 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:00,182 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:00,182 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:00,241 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:00,243 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [4df7d1b1] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:00,341 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:00,382 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:00,383 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:00,434 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:00,434 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (SupportedClusterLevels) with null version, using default general for version 2012-11-11 19:02:00,437 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [59a32ceb] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:00,514 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:00,561 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:00,562 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:00,604 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:00,605 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [78f9d05b] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:00,670 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:00,741 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:00,741 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:00,800 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:00,802 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [a1ac2e6] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:00,853 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:00,948 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:00,948 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:01,022 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:01,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [508ee938] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:01,080 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:01,131 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:01,131 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:01,174 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:01,176 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [7c11ebdf] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:01,239 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:01,291 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:01,291 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:01,373 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:01,375 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [8ea65bb] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:01,452 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:01,532 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:01,532 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:01,622 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:01,624 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [18db8532] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:01,682 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:01,779 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:01,779 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:01,849 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:01,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [66832823] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:01,910 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:01,952 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:01,952 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:02,001 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:02,002 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [5d132fd2] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:02,060 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:02,112 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:02,112 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:02,147 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:02,149 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [787f7557] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:02,223 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:02,279 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:02,279 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:02,332 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:02,334 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [161e84d8] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:02,401 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:02,464 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:02,464 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:02,502 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:02,503 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [70b7638c] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:02,569 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:02,658 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:02,658 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:02,709 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:02,711 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6e7175d3] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:02,762 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:02,831 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:02,831 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:02,866 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:02,868 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [33232ae7] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:02,943 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:03,020 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:03,020 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:03,075 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:03,077 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [5f490f29] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:03,132 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:03,184 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:03,184 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:03,221 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:03,223 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [40c52f6f] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:03,290 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:03,341 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:03,341 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:03,425 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:03,427 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [5df21495] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:03,541 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:03,605 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:03,605 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:03,664 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:03,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [7a16ede2] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:03,723 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:03,766 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:03,767 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:03,853 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:03,855 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [62c500a2] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:03,933 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:04,013 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:04,013 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:04,112 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:04,114 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [49abc19c] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:04,211 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:04,258 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:04,258 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:04,331 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:04,333 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [4a66dd72] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:04,473 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:04,522 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:04,522 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:04,600 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:04,602 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [35615fcd] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:04,677 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:05,604 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:05,604 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:06,102 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:06,105 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7e4f898] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:06,212 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:06,253 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:06,253 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:06,421 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:06,423 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [42382513] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:06,484 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:06,544 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:06,544 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:06,590 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:06,591 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [7f660745] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:06,652 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:06,714 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:06,714 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:06,755 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:06,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [13c8ae79] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:06,847 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:06,919 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:06,919 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:06,949 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:06,950 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [396c6626] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:07,025 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:07,079 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:07,079 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:07,141 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:07,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [3cd99ed1] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:07,211 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:07,261 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:07,261 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:07,379 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:07,381 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6e453338] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:07,439 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:07,513 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:07,513 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:07,564 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:07,565 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [162ee346] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:07,621 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:07,692 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:07,692 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:07,766 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:07,767 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [1f40197d] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:07,820 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:07,877 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:07,878 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:07,924 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:07,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [14e08771] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:07,988 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:08,029 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:08,029 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:08,071 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:08,073 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1bd188c6] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:08,128 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:08,172 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:08,172 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:08,225 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:08,226 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [61996017] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:08,280 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:08,325 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:08,325 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:08,373 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:08,375 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [257d8bdd] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:08,421 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:08,456 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:08,456 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:08,500 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:08,502 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [22ee9e7d] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:08,570 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:08,607 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:08,607 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:08,656 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:08,658 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [11c64037] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:08,724 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:08,776 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:08,776 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:08,889 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:08,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3994d597] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:08,960 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:09,002 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:09,002 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:09,052 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:09,053 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [564c2464] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:09,119 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:09,160 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:09,160 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:09,216 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:09,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [24f3f06f] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:09,272 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:09,321 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:09,321 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:09,368 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:09,370 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [b82dd3a] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:09,420 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:09,454 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:09,454 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:09,500 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:09,501 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [66a58e09] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:09,552 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:09,594 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:09,594 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:10,026 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:10,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6d7ccb84] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:10,412 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:10,453 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:10,453 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:10,491 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:10,492 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [33d95793] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:10,541 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:10,583 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:10,583 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:10,626 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:10,628 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [1f1f7484] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:10,688 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:10,739 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:10,740 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:10,783 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:10,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [32a66ff0] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:10,859 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:10,903 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:10,903 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:10,983 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:10,985 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [69ae9444] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:11,051 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:11,094 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:11,094 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:11,140 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:11,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [5895d9f2] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:11,192 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:11,234 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:11,234 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:11,279 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:11,281 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [4785b5f1] Running command: LogoutUserCommand internal: false. 2012-11-11 19:02:11,333 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:02:11,374 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:02:11,375 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:02:11,452 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:02:11,454 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [231290bf] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:01,389 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:01,460 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:01,460 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:01,577 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:01,579 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [3ed2d24a] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:01,643 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:01,680 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:01,681 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:01,731 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:01,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [5f516db4] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:01,792 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:01,831 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:01,831 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:01,906 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:01,908 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [6627a1b4] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:01,961 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:02,006 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:02,006 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:02,050 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:02,052 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [272db523] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:02,109 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:02,145 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:02,145 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:02,190 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:02,191 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [1185c722] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:02,252 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:02,292 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:02,293 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:02,401 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:02,418 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [73af39cf] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:02,591 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:02,649 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:02,649 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:02,699 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:02,701 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [649dc779] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:02,782 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:02,834 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:02,834 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:02,902 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:02,904 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6a3d8108] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:02,963 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:03,032 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:03,032 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:03,098 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:03,100 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [60d760f2] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:03,150 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:03,206 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:03,206 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:03,238 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:03,238 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (SupportedClusterLevels) with null version, using default general for version 2012-11-11 19:04:03,241 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [2ad616f4] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:03,313 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:03,357 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:03,358 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:03,408 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:03,410 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [16ac8c27] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:03,490 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:03,545 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:03,545 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:03,594 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:03,596 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [6c2083ae] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:03,651 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:03,689 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:03,689 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:03,738 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:03,741 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [36a199ad] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:03,789 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:03,838 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:03,839 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:03,876 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:03,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [7bfbf7cb] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:03,940 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:03,984 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:03,984 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:04,034 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:04,036 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [2297beb8] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:04,092 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:04,135 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:04,135 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:04,189 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:04,190 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [6ca1f2e7] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:04,241 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:04,338 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:04,338 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:04,428 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:04,429 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [222a68b0] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:04,543 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:04,599 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:04,599 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:05,252 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:05,254 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [27139c69] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:05,480 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:05,522 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:05,522 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:05,563 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:05,565 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6eb63ac0] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:05,621 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:05,659 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:05,659 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:05,750 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:05,752 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [8f76fb1] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:05,811 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:05,850 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:05,850 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:05,892 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:05,894 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [35297b5f] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:05,973 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:06,024 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:06,024 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:06,069 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:06,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [6ce7e16a] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:06,130 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:06,184 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:06,184 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:06,225 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:06,227 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [360952ba] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:06,301 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:06,362 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:06,362 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:06,411 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:06,413 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [1957caa8] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:06,470 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:06,527 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:06,527 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:06,612 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:06,614 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [55d98a56] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:06,669 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:06,706 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:06,706 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:06,761 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:06,763 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [2e15a10b] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:06,821 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:06,853 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:06,854 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:06,927 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:06,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [4ede9b69] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:06,999 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:07,051 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:07,051 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:07,112 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:07,114 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [44d5cea] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:07,167 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:07,204 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:07,204 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:07,256 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:07,258 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [787acfc2] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:07,310 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:07,391 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:07,391 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:07,574 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:07,576 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2a3dcb16] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:07,650 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:07,721 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:07,721 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:07,773 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:07,774 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [77e6cb9f] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:07,841 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:07,889 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:07,889 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:07,949 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:07,950 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [75a545c7] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:08,018 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:08,107 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:08,107 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:08,166 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:08,168 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [b8f5592] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:08,238 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:08,299 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:08,300 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:08,382 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:08,383 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [7e001b99] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:08,488 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:08,557 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:08,557 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:08,608 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:08,610 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [82cce16] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:08,699 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:08,758 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:08,758 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:08,900 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:08,902 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [9c47851] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:08,971 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:09,017 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:09,017 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:09,076 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:09,078 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [424d6ef3] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:09,156 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:09,203 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:09,203 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:09,297 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:09,298 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [383a8a8] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:09,352 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:09,406 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:09,406 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:09,561 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:09,563 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2e1c129b] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:09,711 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:10,309 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:10,309 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:10,422 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:10,424 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [308cda03] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:10,481 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:10,543 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:10,543 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:10,603 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:10,605 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [61d24d77] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:10,680 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:10,743 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:10,744 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:10,823 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:10,825 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [1d276cd] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:10,895 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:10,978 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:10,978 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:11,088 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:11,089 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [78a2c3c7] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:11,152 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:11,187 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:11,187 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:11,232 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:11,234 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [26208759] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:11,290 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:11,341 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:11,341 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:11,377 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:11,379 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [1a776881] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:11,451 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:11,488 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:11,488 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:11,533 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:11,535 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [112f67fd] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:11,590 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:11,625 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:11,625 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:11,663 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:11,664 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [2095cdff] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:11,720 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:11,768 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:11,768 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:11,823 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:11,824 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [6e8ad7b4] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:11,879 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:11,942 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:11,942 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:11,993 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:11,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6b53519] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:12,051 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:12,091 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:12,091 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:12,134 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:12,136 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [22a00c34] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:12,195 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:12,255 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:12,255 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:12,295 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:12,296 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [63ad42de] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:12,359 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:12,407 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:12,407 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:12,545 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:12,547 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [52758c47] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:12,608 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:12,654 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:12,654 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:12,723 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:12,725 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [5f2c7c02] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:12,790 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:12,824 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:12,824 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:12,907 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:12,909 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [e2a19a2] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:12,956 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:13,012 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:13,012 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:13,072 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:13,074 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [61cb8edd] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:13,130 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:13,238 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:13,238 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:13,283 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:13,285 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [60b8688b] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:13,359 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:13,396 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:13,396 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:13,447 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:13,449 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [437ab6bf] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:13,512 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:13,555 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:13,555 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:13,604 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:13,605 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [565f2486] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:13,651 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:13,691 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:13,691 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:13,733 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:13,734 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [5fd99511] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:13,924 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:13,966 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:13,966 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:14,034 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:14,036 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [33778108] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:14,099 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:14,143 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:14,143 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:14,206 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:14,208 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [40898526] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:14,311 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:14,371 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:14,371 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:14,489 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:14,491 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [13f75fe7] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:14,571 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:14,655 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:14,655 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:15,392 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:15,395 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [71372323] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:15,450 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:15,499 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:15,499 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:15,716 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:15,717 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [54798621] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:15,770 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:15,861 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:15,861 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:15,925 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:15,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [5f3600c] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:16,010 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:16,078 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:16,078 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:16,121 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:16,123 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [25bfb358] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:16,191 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:16,231 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:16,231 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:16,284 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:16,285 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [5a1e0fa5] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:16,353 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:16,399 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:16,399 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:16,520 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:16,522 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [6ab18f8d] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:16,619 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:16,674 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:16,675 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:16,712 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:16,714 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6693566] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:16,780 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:16,847 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:16,847 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:16,907 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:16,909 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [cdcb7b8] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:16,960 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:17,016 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:17,016 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:17,043 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:17,045 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [6f5db9ea] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:17,128 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:17,176 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:17,176 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:17,233 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:17,235 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [3f724c47] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:17,290 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:17,328 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:17,329 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:17,380 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:17,381 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [73a18da] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:17,439 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:17,539 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:17,540 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:17,572 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:17,573 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [612372db] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:17,640 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:17,693 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:17,693 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:17,744 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:17,746 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [6d1cc964] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:17,810 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:17,882 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:17,883 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:17,968 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:17,970 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [1a8e07e8] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:18,028 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:18,077 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:18,077 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:18,139 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:18,140 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [505cb9f7] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:18,269 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:18,321 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:18,321 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:18,373 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:18,374 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [43ff48a] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:18,429 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:18,490 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:18,490 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:18,574 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:18,576 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [333026d9] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:18,652 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:18,692 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:18,692 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:18,743 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:18,745 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [73f069bd] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:18,799 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:18,856 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:18,856 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:18,922 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:18,923 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [715cf1bb] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:18,980 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:19,057 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:19,057 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:19,117 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:19,119 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [379dfff] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:19,169 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:19,209 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:19,210 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:19,297 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:19,297 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (SupportedClusterLevels) with null version, using default general for version 2012-11-11 19:04:19,302 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [514948ce] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:19,369 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:19,405 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:19,405 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:19,453 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:19,455 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [ee39fb0] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:19,509 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:19,550 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:19,550 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:19,616 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:19,617 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [24581176] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:19,861 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:20,240 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:20,240 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:20,557 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:20,559 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [6e61bf02] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:20,672 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:20,738 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:20,738 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:20,898 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:20,900 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [6058cca1] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:20,960 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:21,039 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:21,040 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:21,095 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:21,096 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [108bdc5f] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:21,183 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:21,237 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:21,238 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:21,263 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:21,265 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [36ebf6b3] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:21,326 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:21,385 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:21,385 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:21,444 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:21,459 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6a0bd22] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:21,522 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:21,563 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:21,563 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:21,625 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:21,650 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [77ab256c] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:21,710 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:21,754 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:21,754 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:21,810 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:21,900 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-9) [54acee09] Lock Acquired to object EngineLock [exclusiveLocks= key: fromART1 value: VM_NAME , sharedLocks= ] 2012-11-11 19:04:21,961 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [54acee09] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 18511c18 2012-11-11 19:04:21,962 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [54acee09] FINISH, IsValidVDSCommand, return: true, log id: 18511c18 2012-11-11 19:04:21,997 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-9) [54acee09] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 19:04:21,998 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [54acee09] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6e51a378 2012-11-11 19:04:21,999 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [54acee09] FINISH, IsValidVDSCommand, return: true, log id: 6e51a378 2012-11-11 19:04:22,005 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-9) [54acee09] MacPoolManager::allocateNewMac entered 2012-11-11 19:04:22,005 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-9) [54acee09] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:63 2012-11-11 19:04:22,061 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-9) [54acee09] Lock freed to object EngineLock [exclusiveLocks= key: fromART1 value: VM_NAME , sharedLocks= ] 2012-11-11 19:04:22,061 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-9) [54acee09] START, SetVmStatusVDSCommand( vmId = 34ab974c-a5c5-4b76-985f-a459f0a2ff84, status = ImageLocked), log id: 798773f 2012-11-11 19:04:22,064 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-9) [54acee09] FINISH, SetVmStatusVDSCommand, log id: 798773f 2012-11-11 19:04:22,065 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-9) [4df66d14] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 19:04:22,070 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-9) [4df66d14] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 157c109e 2012-11-11 19:04:22,117 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-9) [4df66d14] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 157c109e 2012-11-11 19:04:22,119 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-9) [4df66d14] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = d330f573-0040-4f72-a64c-b1aa14b9309a, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 5b61a76e-2efe-4c30-bbd8-4f8d84fb7174, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 79fe68e9 2012-11-11 19:04:22,119 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-9) [4df66d14] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 19:04:22,119 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-9) [4df66d14] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=d330f573-0040-4f72-a64c-b1aa14b9309a size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=5b61a76e-2efe-4c30-bbd8-4f8d84fb7174 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 19:04:22,504 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-9) [4df66d14] FINISH, CreateSnapshotVDSCommand, return: 5b61a76e-2efe-4c30-bbd8-4f8d84fb7174, log id: 79fe68e9 2012-11-11 19:04:22,584 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-9) [4df66d14] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 34ab974c-a5c5-4b76-985f-a459f0a2ff84 2012-11-11 19:04:22,584 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-9) [4df66d14] EntityMultiAsyncTasks::AttachTask: Attaching task 067934e1-6323-454f-82c4-1eb6440740ea to entity 34ab974c-a5c5-4b76-985f-a459f0a2ff84. 2012-11-11 19:04:22,585 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-9) [4df66d14] Adding task 067934e1-6323-454f-82c4-1eb6440740ea to DataBase 2012-11-11 19:04:22,616 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-9) [4df66d14] Adding task 067934e1-6323-454f-82c4-1eb6440740ea (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 19:04:22,756 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-9) [4df66d14] BaseAsyncTask::StartPollingTask: Starting to poll task 067934e1-6323-454f-82c4-1eb6440740ea. 2012-11-11 19:04:22,756 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-9) [4df66d14] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 34ab974c-a5c5-4b76-985f-a459f0a2ff84 is AddVm (determined by task 067934e1-6323-454f-82c4-1eb6440740ea) 2012-11-11 19:04:22,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [1a4ef588] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:22,823 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:22,870 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:22,870 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:22,924 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:22,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [498e819a] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:23,025 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:23,319 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:23,319 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:23,388 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:23,456 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [6711c644] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:31,183 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-68) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 19:04:31,206 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-68) SPMAsyncTask::PollTask: Polling task 067934e1-6323-454f-82c4-1eb6440740ea (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 19:04:31,272 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-68) BaseAsyncTask::OnTaskEndSuccess: Task 067934e1-6323-454f-82c4-1eb6440740ea (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 19:04:31,273 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-68) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 34ab974c-a5c5-4b76-985f-a459f0a2ff84 has ended -> executing EndAction 2012-11-11 19:04:31,273 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-68) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 34ab974c-a5c5-4b76-985f-a459f0a2ff84): calling EndAction for action type AddVm. 2012-11-11 19:04:31,274 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 19:04:31,301 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-45) [54acee09] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 19:04:31,301 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-45) [4df66d14] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 19:04:31,303 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-45) [4df66d14] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = d330f573-0040-4f72-a64c-b1aa14b9309a, imageId = 5b61a76e-2efe-4c30-bbd8-4f8d84fb7174), log id: 5a3211d4 2012-11-11 19:04:31,345 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-45) [4df66d14] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@e9448ba7, log id: 5a3211d4 2012-11-11 19:04:31,351 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) START, SetVmStatusVDSCommand( vmId = 34ab974c-a5c5-4b76-985f-a459f0a2ff84, status = Down), log id: 60f45a5d 2012-11-11 19:04:31,355 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) FINISH, SetVmStatusVDSCommand, log id: 60f45a5d 2012-11-11 19:04:31,374 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-45) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 3d45901b 2012-11-11 19:04:31,431 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-45) FINISH, UpdateVMVDSCommand, log id: 3d45901b 2012-11-11 19:04:31,476 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 19:04:31,476 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 19:04:31,487 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 067934e1-6323-454f-82c4-1eb6440740ea 2012-11-11 19:04:31,487 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 067934e1-6323-454f-82c4-1eb6440740ea), log id: e5dc254 2012-11-11 19:04:31,488 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=067934e1-6323-454f-82c4-1eb6440740ea), log id: 34789fc8 2012-11-11 19:04:31,567 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) FINISH, HSMClearTaskVDSCommand, log id: 34789fc8 2012-11-11 19:04:31,567 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) FINISH, SPMClearTaskVDSCommand, log id: e5dc254 2012-11-11 19:04:31,578 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) BaseAsyncTask::RemoveTaskFromDB: Removed task 067934e1-6323-454f-82c4-1eb6440740ea from DataBase 2012-11-11 19:04:31,578 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 34ab974c-a5c5-4b76-985f-a459f0a2ff84 2012-11-11 19:04:33,521 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:33,590 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:33,590 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:33,622 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:33,661 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2a4d4ef6] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:33,709 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:33,746 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:33,755 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:33,825 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:33,853 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [7a9eeac8] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:33,906 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:04:33,959 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:04:33,959 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:04:33,993 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:04:34,073 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-6) [72198942] Lock Acquired to object EngineLock [exclusiveLocks= key: fromART1 value: VM_NAME , sharedLocks= ] 2012-11-11 19:04:34,073 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-6) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 19:04:34,073 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-6) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 19:04:34,073 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-6) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 19:04:34,073 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-6) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 19:04:34,095 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-6) [72198942] Running command: UpdateVmCommand internal: false. Entities affected : ID: 34ab974c-a5c5-4b76-985f-a459f0a2ff84 Type: VM 2012-11-11 19:04:34,126 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [72198942] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 22a39350 2012-11-11 19:04:34,126 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [72198942] FINISH, IsValidVDSCommand, return: true, log id: 22a39350 2012-11-11 19:04:34,139 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-6) [72198942] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 396d333b 2012-11-11 19:04:34,210 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-6) [72198942] FINISH, UpdateVMVDSCommand, log id: 396d333b 2012-11-11 19:04:34,249 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-6) [72198942] Lock freed to object EngineLock [exclusiveLocks= key: fromART1 value: VM_NAME , sharedLocks= ] 2012-11-11 19:04:34,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [67ecf439] Running command: LogoutUserCommand internal: false. 2012-11-11 19:04:58,815 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-4) Lock Acquired to object EngineLock [exclusiveLocks= key: 611eccbb-0bea-4022-8056-f65b7bf6b926 value: VM , sharedLocks= ] 2012-11-11 19:04:58,819 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 46cc1291 2012-11-11 19:04:58,820 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) FINISH, IsValidVDSCommand, return: true, log id: 46cc1291 2012-11-11 19:04:58,840 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-4) START, IsVmDuringInitiatingVDSCommand( vmId = 611eccbb-0bea-4022-8056-f65b7bf6b926), log id: 9bc4ab9 2012-11-11 19:04:58,840 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-4) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 9bc4ab9 2012-11-11 19:04:58,928 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [463d0e9a] Running command: RunVmCommand internal: false. Entities affected : ID: 611eccbb-0bea-4022-8056-f65b7bf6b926 Type: VM 2012-11-11 19:04:58,966 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [463d0e9a] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=611eccbb-0bea-4022-8056-f65b7bf6b926, vm=org.ovirt.engine.core.common.businessentities.VM@53461076), log id: 69b1be12 2012-11-11 19:04:58,968 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [463d0e9a] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=611eccbb-0bea-4022-8056-f65b7bf6b926, vm=org.ovirt.engine.core.common.businessentities.VM@53461076), log id: 57c2a35d 2012-11-11 19:04:59,025 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [463d0e9a] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=611eccbb-0bea-4022-8056-f65b7bf6b926,devices=[Ljava.util.Map;@638856bf,acpiEnable=true,vmName=test111,cpuType=Penryn,custom={device_4801e08a-4b0d-413a-aad8-88eb2c8e4744device_7d0c5c7e-1144-4a57-85ce-e33dab7412e9device_8f8f0373-3c05-4ba3-9ec0-c1fefd6e1843device_9ebc3795-60bc-4c47-8400-47ff4587158c=VmDevice {vmId=611eccbb-0bea-4022-8056-f65b7bf6b926, deviceId=9ebc3795-60bc-4c47-8400-47ff4587158c, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_4801e08a-4b0d-413a-aad8-88eb2c8e4744device_7d0c5c7e-1144-4a57-85ce-e33dab7412e9=VmDevice {vmId=611eccbb-0bea-4022-8056-f65b7bf6b926, deviceId=7d0c5c7e-1144-4a57-85ce-e33dab7412e9, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_4801e08a-4b0d-413a-aad8-88eb2c8e4744device_7d0c5c7e-1144-4a57-85ce-e33dab7412e9device_8f8f0373-3c05-4ba3-9ec0-c1fefd6e1843=VmDevice {vmId=611eccbb-0bea-4022-8056-f65b7bf6b926, deviceId=8f8f0373-3c05-4ba3-9ec0-c1fefd6e1843, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}, device_4801e08a-4b0d-413a-aad8-88eb2c8e4744=VmDevice {vmId=611eccbb-0bea-4022-8056-f65b7bf6b926, deviceId=4801e08a-4b0d-413a-aad8-88eb2c8e4744, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_4801e08a-4b0d-413a-aad8-88eb2c8e4744device_7d0c5c7e-1144-4a57-85ce-e33dab7412e9device_8f8f0373-3c05-4ba3-9ec0-c1fefd6e1843device_9ebc3795-60bc-4c47-8400-47ff4587158cdevice_b80fab56-0172-46ad-911b-0bea1d19fe12=VmDevice {vmId=611eccbb-0bea-4022-8056-f65b7bf6b926, deviceId=b80fab56-0172-46ad-911b-0bea1d19fe12, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_4801e08a-4b0d-413a-aad8-88eb2c8e4744device_7d0c5c7e-1144-4a57-85ce-e33dab7412e9device_8f8f0373-3c05-4ba3-9ec0-c1fefd6e1843device_9ebc3795-60bc-4c47-8400-47ff4587158cdevice_b80fab56-0172-46ad-911b-0bea1d19fe12device_d6402544-d07e-4696-bfde-ebd3aa3efaa9=VmDevice {vmId=611eccbb-0bea-4022-8056-f65b7bf6b926, deviceId=d6402544-d07e-4696-bfde-ebd3aa3efaa9, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}} 2012-11-11 19:04:59,026 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [463d0e9a] FINISH, CreateVDSCommand, log id: 57c2a35d 2012-11-11 19:04:59,026 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [463d0e9a] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: test111 2012-11-11 19:04:59,050 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [463d0e9a] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 69b1be12 2012-11-11 19:04:59,050 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [463d0e9a] Lock freed to object EngineLock [exclusiveLocks= key: 611eccbb-0bea-4022-8056-f65b7bf6b926 value: VM , sharedLocks= ] 2012-11-11 19:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts 2012-11-11 19:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering 0 hosts 2012-11-11 19:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts done 2012-11-11 19:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering storage domains is disabled, skipping 2012-11-11 19:05:02,623 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-22) VM test111 611eccbb-0bea-4022-8056-f65b7bf6b926 moved from WaitForLaunch --> PoweringUp 2012-11-11 19:05:02,627 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-22) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[611eccbb-0bea-4022-8056-f65b7bf6b926]), log id: 47800190 2012-11-11 19:05:02,646 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-22) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@24e6b99c, log id: 47800190 2012-11-11 19:05:38,676 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-6) Lock Acquired to object EngineLock [exclusiveLocks= key: 34ab974c-a5c5-4b76-985f-a459f0a2ff84 value: VM , sharedLocks= ] 2012-11-11 19:05:38,684 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 69a036ce 2012-11-11 19:05:38,685 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) FINISH, IsValidVDSCommand, return: true, log id: 69a036ce 2012-11-11 19:05:38,724 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-6) START, IsVmDuringInitiatingVDSCommand( vmId = 34ab974c-a5c5-4b76-985f-a459f0a2ff84), log id: 557a1fbc 2012-11-11 19:05:38,724 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-6) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 557a1fbc 2012-11-11 19:05:38,784 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [65967b57] Running command: RunVmCommand internal: false. Entities affected : ID: 34ab974c-a5c5-4b76-985f-a459f0a2ff84 Type: VM 2012-11-11 19:05:38,819 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [65967b57] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=34ab974c-a5c5-4b76-985f-a459f0a2ff84, vm=org.ovirt.engine.core.common.businessentities.VM@6bd98806), log id: 32b116d2 2012-11-11 19:05:38,823 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [65967b57] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=34ab974c-a5c5-4b76-985f-a459f0a2ff84, vm=org.ovirt.engine.core.common.businessentities.VM@6bd98806), log id: 2934709a 2012-11-11 19:05:38,838 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-48) [65967b57] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 19:05:38,838 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [65967b57] FINISH, CreateVDSCommand, log id: 2934709a 2012-11-11 19:05:38,838 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [65967b57] VDS::create Failed creating vm fromART1 in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 19:05:38,841 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [65967b57] FINISH, CreateVmVDSCommand, return: Down, log id: 32b116d2 2012-11-11 19:05:38,841 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [65967b57] Lock freed to object EngineLock [exclusiveLocks= key: 34ab974c-a5c5-4b76-985f-a459f0a2ff84 value: VM , sharedLocks= ] 2012-11-11 19:05:38,841 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [65967b57] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 19:05:53,325 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-62) Setting new tasks map. The map contains now 0 tasks 2012-11-11 19:05:53,325 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-62) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 19:05:53,328 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-62) Could not find vds that is spm and non-operational. 2012-11-11 19:06:00,197 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-57) VM test111 611eccbb-0bea-4022-8056-f65b7bf6b926 moved from PoweringUp --> Up 2012-11-11 19:06:00,211 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-57) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@8b836c96), log id: 2e80c3f7 2012-11-11 19:06:00,222 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-57) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 2e80c3f7 2012-11-11 19:06:23,271 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:06:23,316 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:06:23,316 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:06:23,355 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:06:23,382 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [1e016983] Running command: LogoutUserCommand internal: false. 2012-11-11 19:07:22,519 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:07:22,558 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:07:22,558 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:07:22,603 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:07:22,627 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [99e83b] Running command: LogoutUserCommand internal: false. 2012-11-11 19:08:21,929 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:08:21,967 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:08:21,968 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:08:22,052 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:08:22,088 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [5579ad3d] Running command: LogoutUserCommand internal: false. 2012-11-11 19:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-11 19:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-11 19:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-11 19:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-11 19:10:13,945 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-69) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 19:10:13,956 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-69) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:06,770 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user admin@internal is an admin, result true 2012-11-11 19:13:06,770 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:06,836 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:06,863 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3c6be55a] Running command: LogoutUserCommand internal: false. 2012-11-11 19:13:29,427 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:29,465 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 19:13:29,465 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:29,509 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:29,511 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [534f1d96] Running command: LogoutUserCommand internal: false. 2012-11-11 19:13:29,559 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:29,600 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:13:29,600 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:29,744 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:29,746 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [59a32b0f] Running command: LogoutUserCommand internal: false. 2012-11-11 19:13:29,812 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:30,265 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:13:30,265 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:30,315 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:30,316 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [47732f15] Running command: LogoutUserCommand internal: false. 2012-11-11 19:13:30,369 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:30,408 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:13:30,408 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:30,454 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:30,455 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [4a8129ec] Running command: LogoutUserCommand internal: false. 2012-11-11 19:13:30,510 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:30,570 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:13:30,571 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:30,615 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:30,617 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [26aae32c] Running command: LogoutUserCommand internal: false. 2012-11-11 19:13:30,671 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:30,730 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:13:30,730 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:30,794 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:30,796 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [77f2a53d] Running command: LogoutUserCommand internal: false. 2012-11-11 19:13:30,860 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:30,904 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:13:30,904 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:30,965 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:30,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [4e435ba4] Running command: LogoutUserCommand internal: false. 2012-11-11 19:13:31,019 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:31,069 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:13:31,069 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:31,102 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:31,103 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [72c09dc2] Running command: LogoutUserCommand internal: false. 2012-11-11 19:13:31,180 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:31,216 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:13:31,216 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:31,259 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:31,261 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [6b3aafd0] Running command: LogoutUserCommand internal: false. 2012-11-11 19:13:31,319 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:31,352 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:13:31,353 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:31,419 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:31,421 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [2ec3c7cc] Running command: LogoutUserCommand internal: false. 2012-11-11 19:13:31,490 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:31,546 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 19:13:31,546 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:31,605 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:31,607 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7afafc14] Running command: LogoutUserCommand internal: false. 2012-11-11 19:13:31,659 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:31,697 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:13:31,698 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:31,790 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:31,792 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [4a3a9428] Running command: LogoutUserCommand internal: false. 2012-11-11 19:13:31,851 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:31,902 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:13:31,902 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:31,941 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:31,944 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [6b375432] Running command: LogoutUserCommand internal: false. 2012-11-11 19:13:31,988 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:32,055 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:13:32,055 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:32,087 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:32,103 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [61d9b9e9] Running command: LogoutUserCommand internal: false. 2012-11-11 19:13:32,187 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:32,228 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:13:32,228 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:32,365 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:32,393 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [53961314] Running command: LogoutUserCommand internal: false. 2012-11-11 19:13:32,493 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:32,562 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:13:32,562 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:32,689 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:32,783 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-2) [739d619] Lock Acquired to object EngineLock [exclusiveLocks= key: fromARTnoupdate value: VM_NAME , sharedLocks= ] 2012-11-11 19:13:32,808 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [739d619] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 68f6cf1a 2012-11-11 19:13:32,809 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [739d619] FINISH, IsValidVDSCommand, return: true, log id: 68f6cf1a 2012-11-11 19:13:32,910 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-2) [739d619] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 19:13:32,910 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [739d619] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 55aef333 2012-11-11 19:13:32,911 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [739d619] FINISH, IsValidVDSCommand, return: true, log id: 55aef333 2012-11-11 19:13:32,916 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-2) [739d619] MacPoolManager::allocateNewMac entered 2012-11-11 19:13:32,916 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-2) [739d619] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:5a 2012-11-11 19:13:32,967 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-2) [739d619] Lock freed to object EngineLock [exclusiveLocks= key: fromARTnoupdate value: VM_NAME , sharedLocks= ] 2012-11-11 19:13:32,967 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-2) [739d619] START, SetVmStatusVDSCommand( vmId = 2dddca7a-1ed0-426d-b505-3a02f7d82bd3, status = ImageLocked), log id: 3f3dbf1f 2012-11-11 19:13:32,969 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-2) [739d619] FINISH, SetVmStatusVDSCommand, log id: 3f3dbf1f 2012-11-11 19:13:32,970 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-2) [6604d140] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 19:13:32,975 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-2) [6604d140] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 5b2eb5d8 2012-11-11 19:13:33,014 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-2) [6604d140] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 5b2eb5d8 2012-11-11 19:13:33,015 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-2) [6604d140] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 1ebb61c0-1b37-4222-b768-fceebb691298, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = a85f0fa9-9f10-45dc-961c-412801a08ed4, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 79c9645a 2012-11-11 19:13:33,016 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-2) [6604d140] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 19:13:33,016 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-2) [6604d140] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=1ebb61c0-1b37-4222-b768-fceebb691298 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=a85f0fa9-9f10-45dc-961c-412801a08ed4 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 19:13:33,340 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-2) [6604d140] FINISH, CreateSnapshotVDSCommand, return: a85f0fa9-9f10-45dc-961c-412801a08ed4, log id: 79c9645a 2012-11-11 19:13:33,379 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-2) [6604d140] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 2012-11-11 19:13:33,380 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-2) [6604d140] EntityMultiAsyncTasks::AttachTask: Attaching task f8a2d5fa-c2f2-4dfa-8cd1-ec1ca7bfb83d to entity 2dddca7a-1ed0-426d-b505-3a02f7d82bd3. 2012-11-11 19:13:33,380 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-2) [6604d140] Adding task f8a2d5fa-c2f2-4dfa-8cd1-ec1ca7bfb83d to DataBase 2012-11-11 19:13:33,467 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-2) [6604d140] Adding task f8a2d5fa-c2f2-4dfa-8cd1-ec1ca7bfb83d (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 19:13:33,688 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-2) [6604d140] BaseAsyncTask::StartPollingTask: Starting to poll task f8a2d5fa-c2f2-4dfa-8cd1-ec1ca7bfb83d. 2012-11-11 19:13:33,688 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-2) [6604d140] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 is AddVm (determined by task f8a2d5fa-c2f2-4dfa-8cd1-ec1ca7bfb83d) 2012-11-11 19:13:33,704 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [67ac0a3e] Running command: LogoutUserCommand internal: false. 2012-11-11 19:13:33,745 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:33,806 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:13:33,806 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:33,889 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:33,919 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [5d3cbf2f] Running command: LogoutUserCommand internal: false. 2012-11-11 19:13:34,037 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:34,082 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:13:34,082 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:34,131 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:34,166 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [1a973a0e] Running command: LogoutUserCommand internal: false. 2012-11-11 19:13:41,290 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-46) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 19:13:41,312 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-46) SPMAsyncTask::PollTask: Polling task f8a2d5fa-c2f2-4dfa-8cd1-ec1ca7bfb83d (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 19:13:41,343 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-46) BaseAsyncTask::OnTaskEndSuccess: Task f8a2d5fa-c2f2-4dfa-8cd1-ec1ca7bfb83d (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 19:13:41,344 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-46) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 has ended -> executing EndAction 2012-11-11 19:13:41,344 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-46) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3): calling EndAction for action type AddVm. 2012-11-11 19:13:41,344 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 19:13:41,365 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-45) [739d619] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 19:13:41,366 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-45) [6604d140] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 19:13:41,368 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-45) [6604d140] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 1ebb61c0-1b37-4222-b768-fceebb691298, imageId = a85f0fa9-9f10-45dc-961c-412801a08ed4), log id: 61128624 2012-11-11 19:13:41,412 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-45) [6604d140] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@71f6cfec, log id: 61128624 2012-11-11 19:13:41,420 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) START, SetVmStatusVDSCommand( vmId = 2dddca7a-1ed0-426d-b505-3a02f7d82bd3, status = Down), log id: 235b2d3f 2012-11-11 19:13:41,422 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) FINISH, SetVmStatusVDSCommand, log id: 235b2d3f 2012-11-11 19:13:41,443 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-45) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 2cb9cc96 2012-11-11 19:13:41,498 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-45) FINISH, UpdateVMVDSCommand, log id: 2cb9cc96 2012-11-11 19:13:41,536 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 19:13:41,536 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 19:13:41,549 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) SPMAsyncTask::ClearAsyncTask: Attempting to clear task f8a2d5fa-c2f2-4dfa-8cd1-ec1ca7bfb83d 2012-11-11 19:13:41,549 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = f8a2d5fa-c2f2-4dfa-8cd1-ec1ca7bfb83d), log id: 6800ad6c 2012-11-11 19:13:41,551 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=f8a2d5fa-c2f2-4dfa-8cd1-ec1ca7bfb83d), log id: 5d4ced24 2012-11-11 19:13:41,634 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) FINISH, HSMClearTaskVDSCommand, log id: 5d4ced24 2012-11-11 19:13:41,634 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) FINISH, SPMClearTaskVDSCommand, log id: 6800ad6c 2012-11-11 19:13:41,643 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) BaseAsyncTask::RemoveTaskFromDB: Removed task f8a2d5fa-c2f2-4dfa-8cd1-ec1ca7bfb83d from DataBase 2012-11-11 19:13:41,643 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 2012-11-11 19:13:44,238 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:13:44,297 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:13:44,297 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:13:44,340 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:13:44,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [1f45b423] Running command: LogoutUserCommand internal: false. 2012-11-11 19:14:39,096 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:14:39,133 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:14:39,133 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:14:39,184 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:14:39,214 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [49484f43] Running command: LogoutUserCommand internal: false. 2012-11-11 19:14:53,335 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-7) Setting new tasks map. The map contains now 0 tasks 2012-11-11 19:14:53,335 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-7) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 19:14:53,338 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-7) Could not find vds that is spm and non-operational. 2012-11-11 19:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts 2012-11-11 19:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering 0 hosts 2012-11-11 19:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts done 2012-11-11 19:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering storage domains is disabled, skipping 2012-11-11 19:15:03,868 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:15:03,916 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:15:03,916 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:15:03,952 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:15:03,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [74563eab] Running command: LogoutUserCommand internal: false. 2012-11-11 19:15:23,007 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:15:23,091 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 19:15:23,091 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 19:15:23,218 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:15:23,261 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [357c61f7] Running command: LogoutUserCommand internal: false. 2012-11-11 19:15:43,316 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user admin@internal is an admin, result true 2012-11-11 19:15:43,317 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:15:43,372 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:15:43,395 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [71360d43] Running command: LogoutUserCommand internal: false. 2012-11-11 19:16:16,804 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-8) [3f9ce93e] Lock Acquired to object EngineLock [exclusiveLocks= key: fromGUInoUpdate value: VM_NAME , sharedLocks= ] 2012-11-11 19:16:16,846 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [3f9ce93e] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 70f8d99 2012-11-11 19:16:16,846 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [3f9ce93e] FINISH, IsValidVDSCommand, return: true, log id: 70f8d99 2012-11-11 19:16:16,891 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-8) [3f9ce93e] Running command: AddVmFromScratchCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups 2012-11-11 19:16:16,891 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [3f9ce93e] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 13d1e95a 2012-11-11 19:16:16,892 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [3f9ce93e] FINISH, IsValidVDSCommand, return: true, log id: 13d1e95a 2012-11-11 19:16:16,933 INFO [org.ovirt.engine.core.bll.AddVmFromScratchCommand] (ajp-/127.0.0.1:8702-8) [3f9ce93e] Lock freed to object EngineLock [exclusiveLocks= key: fromGUInoUpdate value: VM_NAME , sharedLocks= ] 2012-11-11 19:16:26,901 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-9) Lock Acquired to object EngineLock [exclusiveLocks= key: 9445f696-f200-4d72-acd7-b147ee3a3f3a value: VM , sharedLocks= ] 2012-11-11 19:16:26,906 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 205591df 2012-11-11 19:16:26,908 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) FINISH, IsValidVDSCommand, return: true, log id: 205591df 2012-11-11 19:16:26,994 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [5b865b7e] Running command: RemoveVmCommand internal: false. Entities affected : ID: 9445f696-f200-4d72-acd7-b147ee3a3f3a Type: VM 2012-11-11 19:16:26,995 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [5b865b7e] START, SetVmStatusVDSCommand( vmId = 9445f696-f200-4d72-acd7-b147ee3a3f3a, status = ImageLocked), log id: 30c70eee 2012-11-11 19:16:26,998 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [5b865b7e] FINISH, SetVmStatusVDSCommand, log id: 30c70eee 2012-11-11 19:16:27,035 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [5b865b7e] Lock freed to object EngineLock [exclusiveLocks= key: 9445f696-f200-4d72-acd7-b147ee3a3f3a value: VM , sharedLocks= ] 2012-11-11 19:16:27,035 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [5b865b7e] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 9445f696-f200-4d72-acd7-b147ee3a3f3a), log id: 23d6abb1 2012-11-11 19:16:27,063 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [5b865b7e] FINISH, RemoveVMVDSCommand, log id: 23d6abb1 2012-11-11 19:16:42,389 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-7) Lock Acquired to object EngineLock [exclusiveLocks= key: GUInoupdate value: VM_NAME , sharedLocks= ] 2012-11-11 19:16:42,451 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 207c8e5b 2012-11-11 19:16:42,452 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) FINISH, IsValidVDSCommand, return: true, log id: 207c8e5b 2012-11-11 19:16:42,574 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-46) [597928c1] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 19:16:42,574 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-46) [597928c1] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: fe03472 2012-11-11 19:16:42,575 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-46) [597928c1] FINISH, IsValidVDSCommand, return: true, log id: fe03472 2012-11-11 19:16:42,581 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-46) [597928c1] MacPoolManager::allocateNewMac entered 2012-11-11 19:16:42,581 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-46) [597928c1] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:5f 2012-11-11 19:16:42,629 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-46) [597928c1] Lock freed to object EngineLock [exclusiveLocks= key: GUInoupdate value: VM_NAME , sharedLocks= ] 2012-11-11 19:16:42,629 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-46) [597928c1] START, SetVmStatusVDSCommand( vmId = 9926c9df-0b57-42cc-a761-18343e36fb9e, status = ImageLocked), log id: 614beff7 2012-11-11 19:16:42,631 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-46) [597928c1] FINISH, SetVmStatusVDSCommand, log id: 614beff7 2012-11-11 19:16:42,631 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-46) [4ffb3b12] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 19:16:42,637 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-46) [4ffb3b12] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 6ddb1306 2012-11-11 19:16:42,683 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-46) [4ffb3b12] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 6ddb1306 2012-11-11 19:16:42,684 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-46) [4ffb3b12] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = af939c99-6f11-4e43-a5f6-5ebe0ba703b0, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 4e6ae1c3-f0a6-42a4-8da4-8e1f453ce9a1, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 3dae6b1b 2012-11-11 19:16:42,684 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-46) [4ffb3b12] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 19:16:42,684 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-46) [4ffb3b12] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=af939c99-6f11-4e43-a5f6-5ebe0ba703b0 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=4e6ae1c3-f0a6-42a4-8da4-8e1f453ce9a1 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 19:16:43,257 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-46) [4ffb3b12] FINISH, CreateSnapshotVDSCommand, return: 4e6ae1c3-f0a6-42a4-8da4-8e1f453ce9a1, log id: 3dae6b1b 2012-11-11 19:16:43,283 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-46) [4ffb3b12] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 9926c9df-0b57-42cc-a761-18343e36fb9e 2012-11-11 19:16:43,283 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-46) [4ffb3b12] EntityMultiAsyncTasks::AttachTask: Attaching task dc8626e9-7b3c-42db-9a42-ed75413835d5 to entity 9926c9df-0b57-42cc-a761-18343e36fb9e. 2012-11-11 19:16:43,284 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-46) [4ffb3b12] Adding task dc8626e9-7b3c-42db-9a42-ed75413835d5 to DataBase 2012-11-11 19:16:43,317 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-46) [4ffb3b12] Adding task dc8626e9-7b3c-42db-9a42-ed75413835d5 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 19:16:43,430 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-46) [4ffb3b12] BaseAsyncTask::StartPollingTask: Starting to poll task dc8626e9-7b3c-42db-9a42-ed75413835d5. 2012-11-11 19:16:43,430 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-46) [4ffb3b12] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 9926c9df-0b57-42cc-a761-18343e36fb9e is AddVm (determined by task dc8626e9-7b3c-42db-9a42-ed75413835d5) 2012-11-11 19:16:49,095 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-46) [11dfe95d] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 611eccbb-0bea-4022-8056-f65b7bf6b926 Type: VM 2012-11-11 19:16:49,096 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-46) [11dfe95d] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop test111). 2012-11-11 19:16:49,097 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-46) [11dfe95d] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop test111. 2012-11-11 19:16:49,098 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-46) [11dfe95d] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=611eccbb-0bea-4022-8056-f65b7bf6b926, force=false, secondsToWait=30, gracefully=true), log id: 472ffa0e 2012-11-11 19:16:49,101 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-46) [11dfe95d] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=611eccbb-0bea-4022-8056-f65b7bf6b926, force=false, secondsToWait=30, gracefully=true), log id: 2c0f39e8 2012-11-11 19:16:49,120 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-46) [11dfe95d] FINISH, DestroyVDSCommand, log id: 2c0f39e8 2012-11-11 19:16:49,132 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-46) [11dfe95d] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 472ffa0e 2012-11-11 19:16:51,351 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-14) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 19:16:51,380 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-14) SPMAsyncTask::PollTask: Polling task dc8626e9-7b3c-42db-9a42-ed75413835d5 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 19:16:51,413 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-14) BaseAsyncTask::OnTaskEndSuccess: Task dc8626e9-7b3c-42db-9a42-ed75413835d5 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 19:16:51,414 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-14) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 9926c9df-0b57-42cc-a761-18343e36fb9e has ended -> executing EndAction 2012-11-11 19:16:51,414 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-14) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 9926c9df-0b57-42cc-a761-18343e36fb9e): calling EndAction for action type AddVm. 2012-11-11 19:16:51,414 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 19:16:51,437 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-45) Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 19:16:51,438 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-45) [4ffb3b12] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 19:16:51,443 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-45) [4ffb3b12] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = af939c99-6f11-4e43-a5f6-5ebe0ba703b0, imageId = 4e6ae1c3-f0a6-42a4-8da4-8e1f453ce9a1), log id: 5d67627e 2012-11-11 19:16:51,485 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-45) [4ffb3b12] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@2dc2497c, log id: 5d67627e 2012-11-11 19:16:51,491 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) START, SetVmStatusVDSCommand( vmId = 9926c9df-0b57-42cc-a761-18343e36fb9e, status = Down), log id: 6064aaae 2012-11-11 19:16:51,495 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) FINISH, SetVmStatusVDSCommand, log id: 6064aaae 2012-11-11 19:16:51,529 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-45) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 613dd274 2012-11-11 19:16:51,584 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-45) FINISH, UpdateVMVDSCommand, log id: 613dd274 2012-11-11 19:16:51,609 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 19:16:51,609 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 19:16:51,630 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) SPMAsyncTask::ClearAsyncTask: Attempting to clear task dc8626e9-7b3c-42db-9a42-ed75413835d5 2012-11-11 19:16:51,630 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = dc8626e9-7b3c-42db-9a42-ed75413835d5), log id: 49d24c9f 2012-11-11 19:16:51,631 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=dc8626e9-7b3c-42db-9a42-ed75413835d5), log id: 4c5ebb32 2012-11-11 19:16:52,208 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) FINISH, HSMClearTaskVDSCommand, log id: 4c5ebb32 2012-11-11 19:16:52,208 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) FINISH, SPMClearTaskVDSCommand, log id: 49d24c9f 2012-11-11 19:16:52,222 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) BaseAsyncTask::RemoveTaskFromDB: Removed task dc8626e9-7b3c-42db-9a42-ed75413835d5 from DataBase 2012-11-11 19:16:52,222 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 9926c9df-0b57-42cc-a761-18343e36fb9e 2012-11-11 19:16:53,243 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [22cbc3cd] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 19597565-e63a-46c0-83e5-1dfc1b3e9b37 Type: VM 2012-11-11 19:16:53,245 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [22cbc3cd] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop floppy). 2012-11-11 19:16:53,245 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [22cbc3cd] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop floppy. 2012-11-11 19:16:53,246 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [22cbc3cd] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=19597565-e63a-46c0-83e5-1dfc1b3e9b37, force=false, secondsToWait=30, gracefully=true), log id: 1fc51c11 2012-11-11 19:16:53,250 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [22cbc3cd] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=19597565-e63a-46c0-83e5-1dfc1b3e9b37, force=false, secondsToWait=30, gracefully=true), log id: 1257e05b 2012-11-11 19:16:53,271 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [22cbc3cd] FINISH, DestroyVDSCommand, log id: 1257e05b 2012-11-11 19:16:53,314 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [22cbc3cd] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 1fc51c11 2012-11-11 19:16:56,599 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [658ea9db] Running command: ShutdownVmCommand internal: false. Entities affected : ID: d7ca863b-58c2-47ca-9488-f1dbfba2cb03 Type: VM 2012-11-11 19:16:56,600 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [658ea9db] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop cd-payload). 2012-11-11 19:16:56,600 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [658ea9db] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop cd-payload. 2012-11-11 19:16:56,601 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [658ea9db] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=d7ca863b-58c2-47ca-9488-f1dbfba2cb03, force=false, secondsToWait=30, gracefully=true), log id: 31d96f04 2012-11-11 19:16:56,605 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [658ea9db] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=d7ca863b-58c2-47ca-9488-f1dbfba2cb03, force=false, secondsToWait=30, gracefully=true), log id: 32974d53 2012-11-11 19:16:56,625 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [658ea9db] FINISH, DestroyVDSCommand, log id: 32974d53 2012-11-11 19:16:56,647 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [658ea9db] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 31d96f04 2012-11-11 19:17:18,819 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:17:18,862 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:17:18,862 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:17:18,893 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:17:18,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [2dbc9683] Running command: LogoutUserCommand internal: false. 2012-11-11 19:17:45,392 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:17:45,458 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:17:45,458 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:17:45,523 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:17:45,546 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [331e6dcc] Running command: LogoutUserCommand internal: false. 2012-11-11 19:17:53,339 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-33) Setting new tasks map. The map contains now 0 tasks 2012-11-11 19:17:53,339 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-33) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 19:17:53,341 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-33) Could not find vds that is spm and non-operational. 2012-11-11 19:17:59,796 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (QuartzScheduler_Worker-44) START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=611eccbb-0bea-4022-8056-f65b7bf6b926, force=false, secondsToWait=0, gracefully=false), log id: 77c63541 2012-11-11 19:17:59,814 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (QuartzScheduler_Worker-44) FINISH, DestroyVDSCommand, log id: 77c63541 2012-11-11 19:17:59,832 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-44) vm test111 running in db and not running in vds - add to rerun treatment. vds dhcp-1-217 2012-11-11 19:18:09,109 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:18:09,169 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:18:09,169 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:18:09,265 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:18:09,312 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [432ae9c9] Running command: LogoutUserCommand internal: false. 2012-11-11 19:18:31,216 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:18:31,268 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:18:31,268 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:18:31,314 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:18:31,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [11c8ef5d] Running command: LogoutUserCommand internal: false. 2012-11-11 19:18:45,717 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:18:45,776 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:18:45,776 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:18:45,831 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:18:45,873 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [41dba440] Running command: LogoutUserCommand internal: false. 2012-11-11 19:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-11 19:20:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-11 19:20:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-11 19:20:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-11 19:20:08,939 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:20:09,027 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:20:09,027 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:20:09,071 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:20:09,112 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [348624b9] Running command: LogoutUserCommand internal: false. 2012-11-11 19:21:55,015 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-51) VM floppy 19597565-e63a-46c0-83e5-1dfc1b3e9b37 moved from PoweringDown --> Up 2012-11-11 19:21:57,759 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-54) VM cd-payload d7ca863b-58c2-47ca-9488-f1dbfba2cb03 moved from PoweringDown --> Up 2012-11-11 19:24:01,430 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-10) Lock Acquired to object EngineLock [exclusiveLocks= key: 9926c9df-0b57-42cc-a761-18343e36fb9e value: VM , sharedLocks= ] 2012-11-11 19:24:01,437 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3ecfb8c1 2012-11-11 19:24:01,438 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) FINISH, IsValidVDSCommand, return: true, log id: 3ecfb8c1 2012-11-11 19:24:01,493 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-10) START, IsVmDuringInitiatingVDSCommand( vmId = 9926c9df-0b57-42cc-a761-18343e36fb9e), log id: 70b73011 2012-11-11 19:24:01,493 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-10) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 70b73011 2012-11-11 19:24:01,576 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [317ac17b] Running command: RunVmCommand internal: false. Entities affected : ID: 9926c9df-0b57-42cc-a761-18343e36fb9e Type: VM 2012-11-11 19:24:01,642 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [317ac17b] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=9926c9df-0b57-42cc-a761-18343e36fb9e, vm=org.ovirt.engine.core.common.businessentities.VM@7a714de5), log id: 11045923 2012-11-11 19:24:01,644 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [317ac17b] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=9926c9df-0b57-42cc-a761-18343e36fb9e, vm=org.ovirt.engine.core.common.businessentities.VM@7a714de5), log id: 65723d95 2012-11-11 19:24:01,708 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [317ac17b] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=-43200,transparentHugePages=true,vmId=9926c9df-0b57-42cc-a761-18343e36fb9e,devices=[Ljava.util.Map;@701e13e1,acpiEnable=true,vmName=GUInoupdate,cpuType=Penryn,custom={device_1aff2457-a3b2-41c7-96b0-1a4862977dcadevice_206e6e61-76d1-4812-8340-a8bbdef8cd54device_432a05e9-a109-4857-9014-60416eef6e16device_55b97ec9-a25f-4bbc-b987-ee4a1bf5c9b0=VmDevice {vmId=9926c9df-0b57-42cc-a761-18343e36fb9e, deviceId=55b97ec9-a25f-4bbc-b987-ee4a1bf5c9b0, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_1aff2457-a3b2-41c7-96b0-1a4862977dca=VmDevice {vmId=9926c9df-0b57-42cc-a761-18343e36fb9e, deviceId=1aff2457-a3b2-41c7-96b0-1a4862977dca, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_1aff2457-a3b2-41c7-96b0-1a4862977dcadevice_206e6e61-76d1-4812-8340-a8bbdef8cd54device_432a05e9-a109-4857-9014-60416eef6e16device_55b97ec9-a25f-4bbc-b987-ee4a1bf5c9b0device_c97cf537-b155-4ff7-b7b5-f6fe3a43b10d=VmDevice {vmId=9926c9df-0b57-42cc-a761-18343e36fb9e, deviceId=c97cf537-b155-4ff7-b7b5-f6fe3a43b10d, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_1aff2457-a3b2-41c7-96b0-1a4862977dcadevice_206e6e61-76d1-4812-8340-a8bbdef8cd54device_432a05e9-a109-4857-9014-60416eef6e16=VmDevice {vmId=9926c9df-0b57-42cc-a761-18343e36fb9e, deviceId=432a05e9-a109-4857-9014-60416eef6e16, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_1aff2457-a3b2-41c7-96b0-1a4862977dcadevice_206e6e61-76d1-4812-8340-a8bbdef8cd54device_432a05e9-a109-4857-9014-60416eef6e16device_55b97ec9-a25f-4bbc-b987-ee4a1bf5c9b0device_c97cf537-b155-4ff7-b7b5-f6fe3a43b10ddevice_f84cc174-3c5b-4f89-adf2-851cfc501728=VmDevice {vmId=9926c9df-0b57-42cc-a761-18343e36fb9e, deviceId=f84cc174-3c5b-4f89-adf2-851cfc501728, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}, device_1aff2457-a3b2-41c7-96b0-1a4862977dcadevice_206e6e61-76d1-4812-8340-a8bbdef8cd54=VmDevice {vmId=9926c9df-0b57-42cc-a761-18343e36fb9e, deviceId=206e6e61-76d1-4812-8340-a8bbdef8cd54, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}} 2012-11-11 19:24:01,708 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [317ac17b] FINISH, CreateVDSCommand, log id: 65723d95 2012-11-11 19:24:01,709 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [317ac17b] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: GUInoupdate 2012-11-11 19:24:01,794 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [317ac17b] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 11045923 2012-11-11 19:24:01,794 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [317ac17b] Lock freed to object EngineLock [exclusiveLocks= key: 9926c9df-0b57-42cc-a761-18343e36fb9e value: VM , sharedLocks= ] 2012-11-11 19:24:04,290 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-52) VM GUInoupdate 9926c9df-0b57-42cc-a761-18343e36fb9e moved from WaitForLaunch --> PoweringUp 2012-11-11 19:24:04,290 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-52) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[9926c9df-0b57-42cc-a761-18343e36fb9e]), log id: 962a81e 2012-11-11 19:24:04,311 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-52) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@2c0b4e62, log id: 962a81e 2012-11-11 19:24:05,440 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-5) Lock Acquired to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 19:24:05,449 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7107d7a0 2012-11-11 19:24:05,449 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) FINISH, IsValidVDSCommand, return: true, log id: 7107d7a0 2012-11-11 19:24:05,502 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-5) START, IsVmDuringInitiatingVDSCommand( vmId = 2dddca7a-1ed0-426d-b505-3a02f7d82bd3), log id: ae07b70 2012-11-11 19:24:05,502 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-5) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: ae07b70 2012-11-11 19:24:05,583 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [591fff4a] Running command: RunVmCommand internal: false. Entities affected : ID: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 Type: VM 2012-11-11 19:24:05,642 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [591fff4a] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, vm=org.ovirt.engine.core.common.businessentities.VM@dd57808), log id: 6377684c 2012-11-11 19:24:05,645 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [591fff4a] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, vm=org.ovirt.engine.core.common.businessentities.VM@dd57808), log id: 292369f8 2012-11-11 19:24:05,721 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [591fff4a] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3,devices=[Ljava.util.Map;@15f172ba,acpiEnable=true,vmName=fromARTnoupdate,cpuType=Penryn,custom={device_318a93e9-7dcd-47b2-9c5b-80881d98a156device_3340fe50-3c80-4df6-b131-3bb4571c7632device_4977d01d-aa3c-4818-97b8-791cdbadc7aadevice_90a50153-0f3a-48ce-8c1f-7056ceac52bddevice_91cccfb4-6730-4c68-a808-eeab76839f01device_de0b0e53-19ef-4e32-8d40-28a998b49860=VmDevice {vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, deviceId=de0b0e53-19ef-4e32-8d40-28a998b49860, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_318a93e9-7dcd-47b2-9c5b-80881d98a156=VmDevice {vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, deviceId=318a93e9-7dcd-47b2-9c5b-80881d98a156, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}, device_318a93e9-7dcd-47b2-9c5b-80881d98a156device_3340fe50-3c80-4df6-b131-3bb4571c7632device_4977d01d-aa3c-4818-97b8-791cdbadc7aadevice_90a50153-0f3a-48ce-8c1f-7056ceac52bddevice_91cccfb4-6730-4c68-a808-eeab76839f01=VmDevice {vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, deviceId=91cccfb4-6730-4c68-a808-eeab76839f01, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_318a93e9-7dcd-47b2-9c5b-80881d98a156device_3340fe50-3c80-4df6-b131-3bb4571c7632device_4977d01d-aa3c-4818-97b8-791cdbadc7aadevice_90a50153-0f3a-48ce-8c1f-7056ceac52bd=VmDevice {vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, deviceId=90a50153-0f3a-48ce-8c1f-7056ceac52bd, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}, device_318a93e9-7dcd-47b2-9c5b-80881d98a156device_3340fe50-3c80-4df6-b131-3bb4571c7632device_4977d01d-aa3c-4818-97b8-791cdbadc7aa=VmDevice {vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, deviceId=4977d01d-aa3c-4818-97b8-791cdbadc7aa, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_318a93e9-7dcd-47b2-9c5b-80881d98a156device_3340fe50-3c80-4df6-b131-3bb4571c7632=VmDevice {vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, deviceId=3340fe50-3c80-4df6-b131-3bb4571c7632, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}} 2012-11-11 19:24:05,721 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-46) [591fff4a] FINISH, CreateVDSCommand, log id: 292369f8 2012-11-11 19:24:05,724 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [591fff4a] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 2. Vm: fromARTnoupdate 2012-11-11 19:24:05,786 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-46) [591fff4a] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 6377684c 2012-11-11 19:24:05,786 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-46) [591fff4a] Lock freed to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 19:24:08,587 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-82) VM fromARTnoupdate 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 moved from WaitForLaunch --> PoweringUp 2012-11-11 19:24:08,587 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-82) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[2dddca7a-1ed0-426d-b505-3a02f7d82bd3]), log id: 2cc4ca86 2012-11-11 19:24:08,608 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-82) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@2bcc3a60, log id: 2cc4ca86 2012-11-11 19:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts 2012-11-11 19:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering 0 hosts 2012-11-11 19:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts done 2012-11-11 19:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering storage domains is disabled, skipping 2012-11-11 19:25:02,969 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-85) VM GUInoupdate 9926c9df-0b57-42cc-a761-18343e36fb9e moved from PoweringUp --> Up 2012-11-11 19:25:02,987 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-85) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@58bf36d9), log id: 1967d6e6 2012-11-11 19:25:03,088 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-85) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 1967d6e6 2012-11-11 19:25:07,592 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-47) VM fromARTnoupdate 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 moved from PoweringUp --> Up 2012-11-11 19:25:07,607 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-47) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@381d16f6), log id: 5ec2c9ff 2012-11-11 19:25:07,645 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-47) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 5ec2c9ff 2012-11-11 19:25:11,787 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [158f98be] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 9926c9df-0b57-42cc-a761-18343e36fb9e Type: VM 2012-11-11 19:25:11,788 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [158f98be] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop GUInoupdate). 2012-11-11 19:25:11,789 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [158f98be] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop GUInoupdate. 2012-11-11 19:25:11,790 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [158f98be] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=9926c9df-0b57-42cc-a761-18343e36fb9e, force=false, secondsToWait=30, gracefully=true), log id: 3e2e30a4 2012-11-11 19:25:11,793 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [158f98be] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=9926c9df-0b57-42cc-a761-18343e36fb9e, force=false, secondsToWait=30, gracefully=true), log id: 7ed988a 2012-11-11 19:25:16,308 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [158f98be] FINISH, DestroyVDSCommand, log id: 7ed988a 2012-11-11 19:25:16,335 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [158f98be] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 3e2e30a4 2012-11-11 19:28:06,091 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-45) [201c59f2] Running command: StopVmCommand internal: false. Entities affected : ID: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 Type: VM 2012-11-11 19:28:06,094 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [201c59f2] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, force=false, secondsToWait=0, gracefully=false), log id: 163659a 2012-11-11 19:28:06,099 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [201c59f2] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, force=false, secondsToWait=0, gracefully=false), log id: 6d99b6c6 2012-11-11 19:28:06,672 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [201c59f2] FINISH, DestroyVDSCommand, log id: 6d99b6c6 2012-11-11 19:28:06,702 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [201c59f2] FINISH, DestroyVmVDSCommand, return: Down, log id: 163659a 2012-11-11 19:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts 2012-11-11 19:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering 0 hosts 2012-11-11 19:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts done 2012-11-11 19:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering storage domains is disabled, skipping 2012-11-11 19:30:07,631 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:30:07,670 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:30:07,670 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:30:07,720 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:30:07,722 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [38365284] Running command: LogoutUserCommand internal: false. 2012-11-11 19:30:07,777 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:30:07,824 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:30:07,824 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:30:07,910 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:30:07,912 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [328abaca] Running command: LogoutUserCommand internal: false. 2012-11-11 19:30:07,956 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:30:08,012 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:30:08,012 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:30:08,066 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:30:08,068 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [1ad45410] Running command: LogoutUserCommand internal: false. 2012-11-11 19:30:08,136 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:30:08,190 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:30:08,190 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:30:08,226 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:30:08,228 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [14fa5f74] Running command: LogoutUserCommand internal: false. 2012-11-11 19:30:08,311 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:30:08,366 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:30:08,367 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:30:08,432 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:30:08,434 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [132aacdc] Running command: LogoutUserCommand internal: false. 2012-11-11 19:30:08,507 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:30:08,570 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:30:08,570 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:30:08,629 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:30:08,631 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [71623611] Running command: LogoutUserCommand internal: false. 2012-11-11 19:30:08,724 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:30:08,775 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:30:08,775 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:30:08,862 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:30:08,863 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [1d035c64] Running command: LogoutUserCommand internal: false. 2012-11-11 19:30:08,919 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:30:09,007 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 19:30:09,007 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:30:09,068 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:30:09,070 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [5d9ad389] Running command: LogoutUserCommand internal: false. 2012-11-11 19:30:09,129 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:30:09,164 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 19:30:09,164 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:30:09,216 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:30:09,217 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [34af33f0] Running command: LogoutUserCommand internal: false. 2012-11-11 19:30:09,264 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:30:09,316 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 19:30:09,317 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 19:30:09,378 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:30:09,380 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [79adcec9] Running command: LogoutUserCommand internal: false. 2012-11-11 19:30:09,432 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:30:09,574 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 19:30:09,574 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 19:30:09,691 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:30:09,693 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [6ee2a8f] Running command: LogoutUserCommand internal: false. 2012-11-11 19:30:09,812 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:30:10,117 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:30:10,117 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 19:30:10,191 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:30:10,193 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [72233b79] Running command: LogoutUserCommand internal: false. 2012-11-11 19:30:10,242 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:30:10,288 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:30:10,288 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:30:10,356 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:30:10,405 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [5caf1a71] Running command: LogoutUserCommand internal: false. 2012-11-11 19:30:10,478 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:30:10,533 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 19:30:10,533 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 19:30:10,588 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:30:10,625 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-7) [30bdb99e] Lock Acquired to object EngineLock [exclusiveLocks= key: fromARTnoupdate value: VM_NAME , sharedLocks= ] 2012-11-11 19:30:10,626 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-7) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 19:30:10,626 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-7) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 19:30:10,626 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-7) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 19:30:10,626 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-7) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 19:30:10,665 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-7) [30bdb99e] Running command: UpdateVmCommand internal: false. Entities affected : ID: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 Type: VM 2012-11-11 19:30:10,693 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [30bdb99e] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 60902237 2012-11-11 19:30:10,693 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [30bdb99e] FINISH, IsValidVDSCommand, return: true, log id: 60902237 2012-11-11 19:30:10,704 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-7) [30bdb99e] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 3d8490b4 2012-11-11 19:30:10,793 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-7) [30bdb99e] FINISH, UpdateVMVDSCommand, log id: 3d8490b4 2012-11-11 19:30:10,806 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-7) [30bdb99e] Lock freed to object EngineLock [exclusiveLocks= key: fromARTnoupdate value: VM_NAME , sharedLocks= ] 2012-11-11 19:30:10,893 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [7b5baa85] Running command: LogoutUserCommand internal: false. 2012-11-11 19:30:12,875 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-97) VM GUInoupdate 9926c9df-0b57-42cc-a761-18343e36fb9e moved from PoweringDown --> Up 2012-11-11 19:30:57,985 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-3) Lock Acquired to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 19:30:58,016 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 657b3e8a 2012-11-11 19:30:58,017 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) FINISH, IsValidVDSCommand, return: true, log id: 657b3e8a 2012-11-11 19:30:58,046 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-3) START, IsVmDuringInitiatingVDSCommand( vmId = 2dddca7a-1ed0-426d-b505-3a02f7d82bd3), log id: 84e94f8 2012-11-11 19:30:58,046 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-3) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 84e94f8 2012-11-11 19:30:58,180 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [4956f9d5] Running command: RunVmCommand internal: false. Entities affected : ID: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 Type: VM 2012-11-11 19:30:58,203 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [4956f9d5] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, vm=org.ovirt.engine.core.common.businessentities.VM@aeecbf7), log id: 4952cdd 2012-11-11 19:30:58,207 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [4956f9d5] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, vm=org.ovirt.engine.core.common.businessentities.VM@aeecbf7), log id: a77393e 2012-11-11 19:30:58,218 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-45) [4956f9d5] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 19:30:58,218 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [4956f9d5] FINISH, CreateVDSCommand, log id: a77393e 2012-11-11 19:30:58,218 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [4956f9d5] VDS::create Failed creating vm fromARTnoupdate in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 19:30:58,219 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [4956f9d5] FINISH, CreateVmVDSCommand, return: Down, log id: 4952cdd 2012-11-11 19:30:58,219 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [4956f9d5] Lock freed to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 19:30:58,219 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [4956f9d5] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 19:32:06,542 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-46) [608e7560] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 9926c9df-0b57-42cc-a761-18343e36fb9e Type: VM 2012-11-11 19:32:06,543 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-46) [608e7560] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop GUInoupdate). 2012-11-11 19:32:06,543 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-46) [608e7560] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop GUInoupdate. 2012-11-11 19:32:06,544 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-46) [608e7560] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=9926c9df-0b57-42cc-a761-18343e36fb9e, force=false, secondsToWait=30, gracefully=true), log id: 47c101af 2012-11-11 19:32:06,548 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-46) [608e7560] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=9926c9df-0b57-42cc-a761-18343e36fb9e, force=false, secondsToWait=30, gracefully=true), log id: 1dde3bba 2012-11-11 19:32:11,296 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-46) [608e7560] FINISH, DestroyVDSCommand, log id: 1dde3bba 2012-11-11 19:32:11,307 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-46) [608e7560] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 47c101af 2012-11-11 19:33:43,740 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:33:43,792 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:33:43,792 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:33:43,829 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:33:43,870 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [8ad319b] Running command: LogoutUserCommand internal: false. 2012-11-11 19:34:10,395 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:34:10,478 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 19:34:10,478 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 19:34:10,536 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:34:10,581 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [708ce89a] Running command: LogoutUserCommand internal: false. 2012-11-11 19:34:24,674 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:34:24,745 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 19:34:24,745 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:34:25,368 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:34:25,417 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [a5f4cab] Running command: LogoutUserCommand internal: false. 2012-11-11 19:34:53,298 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:34:53,339 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 19:34:53,339 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 19:34:53,420 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:34:53,474 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [51703161] Running command: LogoutUserCommand internal: false. 2012-11-11 19:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts 2012-11-11 19:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering 0 hosts 2012-11-11 19:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Checking autorecoverable hosts done 2012-11-11 19:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) Autorecovering storage domains is disabled, skipping 2012-11-11 19:35:00,156 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:35:00,284 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 19:35:00,284 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:35:00,379 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:35:00,425 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-5) [47c5b135] Lock Acquired to object EngineLock [exclusiveLocks= key: GUInoupdate value: VM_NAME , sharedLocks= ] 2012-11-11 19:35:00,425 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 19:35:00,425 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 19:35:00,425 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 19:35:00,425 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 19:35:00,480 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-5) [47c5b135] Running command: UpdateVmCommand internal: false. Entities affected : ID: 9926c9df-0b57-42cc-a761-18343e36fb9e Type: VM 2012-11-11 19:35:00,508 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [47c5b135] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 74bcc3a 2012-11-11 19:35:00,508 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [47c5b135] FINISH, IsValidVDSCommand, return: true, log id: 74bcc3a 2012-11-11 19:35:00,518 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-5) [47c5b135] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: b357988 2012-11-11 19:35:00,635 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-5) [47c5b135] FINISH, UpdateVMVDSCommand, log id: b357988 2012-11-11 19:35:00,699 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-5) [47c5b135] Lock freed to object EngineLock [exclusiveLocks= key: GUInoupdate value: VM_NAME , sharedLocks= ] 2012-11-11 19:35:00,823 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [5377945f] Running command: LogoutUserCommand internal: false. 2012-11-11 19:37:08,255 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-22) VM GUInoupdate 9926c9df-0b57-42cc-a761-18343e36fb9e moved from PoweringDown --> Up 2012-11-11 19:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-11 19:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-11 19:40:00,013 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-11 19:40:00,013 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-11 19:43:23,387 ERROR [org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy] (ajp-/127.0.0.1:8702-8) Authentication Failed. Please verify the username and password. 2012-11-11 19:43:23,387 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Failed ldap search server LDAP://qa1.qa.lab.tlv.redhat.com:389 due to Authentication Failed. Please verify the username and password.. We should not try the next server 2012-11-11 19:43:23,387 ERROR [org.ovirt.engine.core.bll.adbroker.LdapAuthenticateUserCommand] (ajp-/127.0.0.1:8702-8) Failed authenticating user: admin to domain qa.lab.tlv.redhat.com. Ldap Query Type is getUserByName 2012-11-11 19:43:23,388 ERROR [org.ovirt.engine.core.bll.adbroker.LdapAuthenticateUserCommand] (ajp-/127.0.0.1:8702-8) Authentication Failed. Please verify the username and password. 2012-11-11 19:43:23,388 ERROR [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-8) USER_FAILED_TO_AUTHENTICATE_WRONG_USERNAME_OR_PASSWORD : admin 2012-11-11 19:43:23,388 WARN [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-8) CanDoAction of action LoginAdminUser failed. Reasons:USER_FAILED_TO_AUTHENTICATE_WRONG_USERNAME_OR_PASSWORD 2012-11-11 19:43:27,371 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 19:43:27,413 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 19:43:27,414 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginAdminUserCommand internal: false. 2012-11-11 19:43:59,277 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-3) Lock Acquired to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 19:43:59,283 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 46c809b2 2012-11-11 19:43:59,284 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) FINISH, IsValidVDSCommand, return: true, log id: 46c809b2 2012-11-11 19:43:59,359 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-3) START, IsVmDuringInitiatingVDSCommand( vmId = 2dddca7a-1ed0-426d-b505-3a02f7d82bd3), log id: 1a981e62 2012-11-11 19:43:59,359 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-3) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 1a981e62 2012-11-11 19:43:59,516 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [3ca20ed9] Running command: RunVmCommand internal: false. Entities affected : ID: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 Type: VM 2012-11-11 19:43:59,544 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [3ca20ed9] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, vm=org.ovirt.engine.core.common.businessentities.VM@2c25ef95), log id: 13fc75bf 2012-11-11 19:43:59,548 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [3ca20ed9] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, vm=org.ovirt.engine.core.common.businessentities.VM@2c25ef95), log id: 69830955 2012-11-11 19:43:59,559 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-48) [3ca20ed9] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 19:43:59,559 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [3ca20ed9] FINISH, CreateVDSCommand, log id: 69830955 2012-11-11 19:43:59,559 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [3ca20ed9] VDS::create Failed creating vm fromARTnoupdate in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 19:43:59,560 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [3ca20ed9] FINISH, CreateVmVDSCommand, return: Down, log id: 13fc75bf 2012-11-11 19:43:59,560 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [3ca20ed9] Lock freed to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 19:43:59,560 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [3ca20ed9] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 19:44:46,677 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-3) Lock Acquired to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 19:44:46,682 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 25198fdc 2012-11-11 19:44:46,684 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) FINISH, IsValidVDSCommand, return: true, log id: 25198fdc 2012-11-11 19:44:46,726 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-3) START, IsVmDuringInitiatingVDSCommand( vmId = 2dddca7a-1ed0-426d-b505-3a02f7d82bd3), log id: 1e8d02ea 2012-11-11 19:44:46,726 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-3) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 1e8d02ea 2012-11-11 19:44:46,823 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [74f3cfc] Running command: RunVmCommand internal: false. Entities affected : ID: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 Type: VM 2012-11-11 19:44:46,854 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [74f3cfc] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, vm=org.ovirt.engine.core.common.businessentities.VM@2418a400), log id: 6d9dd18f 2012-11-11 19:44:46,857 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [74f3cfc] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, vm=org.ovirt.engine.core.common.businessentities.VM@2418a400), log id: 6fb67d40 2012-11-11 19:44:46,868 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-45) [74f3cfc] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 19:44:46,869 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [74f3cfc] FINISH, CreateVDSCommand, log id: 6fb67d40 2012-11-11 19:44:46,869 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [74f3cfc] VDS::create Failed creating vm fromARTnoupdate in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 19:44:46,869 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [74f3cfc] FINISH, CreateVmVDSCommand, return: Down, log id: 6d9dd18f 2012-11-11 19:44:46,869 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [74f3cfc] Lock freed to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 19:44:46,869 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [74f3cfc] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 19:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-11 19:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-11 19:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-11 19:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-11 19:48:41,066 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-8) Lock Acquired to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 19:48:41,084 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 22fc2a74 2012-11-11 19:48:41,085 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) FINISH, IsValidVDSCommand, return: true, log id: 22fc2a74 2012-11-11 19:48:41,110 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-8) START, IsVmDuringInitiatingVDSCommand( vmId = 2dddca7a-1ed0-426d-b505-3a02f7d82bd3), log id: 3585d89f 2012-11-11 19:48:41,110 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-8) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 3585d89f 2012-11-11 19:48:41,231 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [5d176dc8] Running command: RunVmCommand internal: false. Entities affected : ID: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 Type: VM 2012-11-11 19:48:41,259 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [5d176dc8] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, vm=org.ovirt.engine.core.common.businessentities.VM@1f6e4b64), log id: 79e1d2d5 2012-11-11 19:48:41,266 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [5d176dc8] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, vm=org.ovirt.engine.core.common.businessentities.VM@1f6e4b64), log id: 12cb0d8a 2012-11-11 19:48:41,282 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-48) [5d176dc8] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 19:48:41,282 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [5d176dc8] FINISH, CreateVDSCommand, log id: 12cb0d8a 2012-11-11 19:48:41,282 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [5d176dc8] VDS::create Failed creating vm fromARTnoupdate in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 19:48:41,282 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [5d176dc8] FINISH, CreateVmVDSCommand, return: Down, log id: 79e1d2d5 2012-11-11 19:48:41,282 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [5d176dc8] Lock freed to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 19:48:41,282 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [5d176dc8] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 19:48:54,714 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-10) Lock Acquired to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 19:48:54,720 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6804975e 2012-11-11 19:48:54,721 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) FINISH, IsValidVDSCommand, return: true, log id: 6804975e 2012-11-11 19:48:55,268 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-10) START, IsVmDuringInitiatingVDSCommand( vmId = 2dddca7a-1ed0-426d-b505-3a02f7d82bd3), log id: 63908da4 2012-11-11 19:48:55,268 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-10) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 63908da4 2012-11-11 19:48:55,417 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [24c368] Running command: RunVmCommand internal: false. Entities affected : ID: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 Type: VM 2012-11-11 19:48:55,448 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [24c368] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, vm=org.ovirt.engine.core.common.businessentities.VM@522779e4), log id: 4c552120 2012-11-11 19:48:55,450 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [24c368] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, vm=org.ovirt.engine.core.common.businessentities.VM@522779e4), log id: 32a1323d 2012-11-11 19:48:55,460 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-48) [24c368] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 19:48:55,460 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [24c368] FINISH, CreateVDSCommand, log id: 32a1323d 2012-11-11 19:48:55,460 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [24c368] VDS::create Failed creating vm fromARTnoupdate in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 19:48:55,461 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [24c368] FINISH, CreateVmVDSCommand, return: Down, log id: 4c552120 2012-11-11 19:48:55,461 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [24c368] Lock freed to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 19:48:55,461 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [24c368] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 19:49:51,428 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user admin@internal is an admin, result true 2012-11-11 19:49:51,428 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:49:51,481 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:49:51,539 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [380c3308] Running command: LogoutUserCommand internal: false. 2012-11-11 19:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts 2012-11-11 19:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering 0 hosts 2012-11-11 19:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts done 2012-11-11 19:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering storage domains is disabled, skipping 2012-11-11 19:50:11,212 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user admin@internal is an admin, result true 2012-11-11 19:50:11,212 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:50:11,286 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:50:11,315 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [62c9e0b4] Running command: LogoutUserCommand internal: false. 2012-11-11 19:52:24,503 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user admin@internal is an admin, result true 2012-11-11 19:52:24,503 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 19:52:24,542 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:52:24,588 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [77459856] Running command: LogoutUserCommand internal: false. 2012-11-11 19:52:26,083 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user admin@internal is an admin, result true 2012-11-11 19:52:26,083 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:52:26,145 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:52:26,172 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [6f17ec44] Running command: LogoutUserCommand internal: false. 2012-11-11 19:52:29,467 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user admin@internal is an admin, result true 2012-11-11 19:52:29,467 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 19:52:29,556 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:52:29,603 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [3ac8ced4] Running command: LogoutUserCommand internal: false. 2012-11-11 19:52:41,742 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user admin@internal is an admin, result true 2012-11-11 19:52:41,742 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 19:52:41,789 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:52:41,819 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [145d78ec] Running command: LogoutUserCommand internal: false. 2012-11-11 19:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts 2012-11-11 19:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering 0 hosts 2012-11-11 19:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts done 2012-11-11 19:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering storage domains is disabled, skipping 2012-11-11 19:56:03,652 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user admin@internal is an admin, result true 2012-11-11 19:56:03,652 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 19:56:03,702 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 19:56:03,730 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [278a7ff9] Running command: LogoutUserCommand internal: false. 2012-11-11 20:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-11 20:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-11 20:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-11 20:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-11 20:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts 2012-11-11 20:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering 0 hosts 2012-11-11 20:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts done 2012-11-11 20:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering storage domains is disabled, skipping 2012-11-11 20:08:22,427 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (QuartzScheduler_Worker-100) START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=9926c9df-0b57-42cc-a761-18343e36fb9e, force=false, secondsToWait=0, gracefully=false), log id: 56ee759d 2012-11-11 20:08:22,447 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (QuartzScheduler_Worker-100) FINISH, DestroyVDSCommand, log id: 56ee759d 2012-11-11 20:08:22,478 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-100) vm GUInoupdate running in db and not running in vds - add to rerun treatment. vds dhcp-1-217 2012-11-11 20:08:24,607 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (QuartzScheduler_Worker-11) START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=94c7f8c1-2295-4e35-b582-b5544a777f52, force=false, secondsToWait=0, gracefully=false), log id: b2c91ef 2012-11-11 20:08:24,680 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (QuartzScheduler_Worker-11) FINISH, DestroyVDSCommand, log id: b2c91ef 2012-11-11 20:08:25,168 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-11) vm test-payload-update running in db and not running in vds - add to rerun treatment. vds dhcp-1-217 2012-11-11 20:08:41,877 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-48) Start time: 11/11/12 8:08 PM. Start running CanDoAction for command number 2/2 (Command type: ShutdownVm) 2012-11-11 20:08:41,877 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-46) Start time: 11/11/12 8:08 PM. Start running CanDoAction for command number 1/2 (Command type: ShutdownVm) 2012-11-11 20:08:41,885 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-48) End time: 11/11/12 8:08 PM. Finish handling CanDoAction for command number 2/2 (Command type: ShutdownVm) 2012-11-11 20:08:41,886 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-46) End time: 11/11/12 8:08 PM. Finish handling CanDoAction for command number 1/2 (Command type: ShutdownVm) 2012-11-11 20:08:41,951 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [5083aa72] Running command: ShutdownVmCommand internal: false. Entities affected : ID: d7ca863b-58c2-47ca-9488-f1dbfba2cb03 Type: VM 2012-11-11 20:08:41,954 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [5083aa72] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop cd-payload). 2012-11-11 20:08:41,954 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [5083aa72] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop cd-payload. 2012-11-11 20:08:41,957 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [5083aa72] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=d7ca863b-58c2-47ca-9488-f1dbfba2cb03, force=false, secondsToWait=30, gracefully=true), log id: 7ab514ec 2012-11-11 20:08:41,961 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [5083aa72] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=d7ca863b-58c2-47ca-9488-f1dbfba2cb03, force=false, secondsToWait=30, gracefully=true), log id: 4b9f9d9b 2012-11-11 20:08:41,982 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [5083aa72] FINISH, DestroyVDSCommand, log id: 4b9f9d9b 2012-11-11 20:08:42,023 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [5083aa72] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 7ab514ec 2012-11-11 20:08:42,196 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [742b4ba9] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 19597565-e63a-46c0-83e5-1dfc1b3e9b37 Type: VM 2012-11-11 20:08:42,198 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [742b4ba9] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop floppy). 2012-11-11 20:08:42,198 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [742b4ba9] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop floppy. 2012-11-11 20:08:42,199 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [742b4ba9] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=19597565-e63a-46c0-83e5-1dfc1b3e9b37, force=false, secondsToWait=30, gracefully=true), log id: 5d1a0bec 2012-11-11 20:08:42,204 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [742b4ba9] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=19597565-e63a-46c0-83e5-1dfc1b3e9b37, force=false, secondsToWait=30, gracefully=true), log id: 192e615a 2012-11-11 20:08:42,225 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [742b4ba9] FINISH, DestroyVDSCommand, log id: 192e615a 2012-11-11 20:08:42,265 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [742b4ba9] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 5d1a0bec 2012-11-11 20:08:44,491 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-45) Start time: 11/11/12 8:08 PM. Start running CanDoAction for command number 2/2 (Command type: ShutdownVm) 2012-11-11 20:08:44,491 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-48) Start time: 11/11/12 8:08 PM. Start running CanDoAction for command number 1/2 (Command type: ShutdownVm) 2012-11-11 20:08:44,499 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-48) End time: 11/11/12 8:08 PM. Finish handling CanDoAction for command number 1/2 (Command type: ShutdownVm) 2012-11-11 20:08:44,499 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-45) End time: 11/11/12 8:08 PM. Finish handling CanDoAction for command number 2/2 (Command type: ShutdownVm) 2012-11-11 20:08:45,293 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [168f2f2e] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 19597565-e63a-46c0-83e5-1dfc1b3e9b37 Type: VM 2012-11-11 20:08:45,295 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [168f2f2e] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop floppy). 2012-11-11 20:08:45,295 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [168f2f2e] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop floppy, status is not up. Stopping instead. 2012-11-11 20:08:45,298 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-45) [f51fdc6] Running command: StopVmCommand internal: true. Entities affected : ID: 19597565-e63a-46c0-83e5-1dfc1b3e9b37 Type: VM 2012-11-11 20:08:45,300 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [f51fdc6] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=19597565-e63a-46c0-83e5-1dfc1b3e9b37, force=false, secondsToWait=0, gracefully=false), log id: 5e57be3a 2012-11-11 20:08:45,303 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [f51fdc6] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=19597565-e63a-46c0-83e5-1dfc1b3e9b37, force=false, secondsToWait=0, gracefully=false), log id: 30d35eac 2012-11-11 20:08:45,373 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [f51fdc6] FINISH, DestroyVDSCommand, log id: 30d35eac 2012-11-11 20:08:45,422 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [f51fdc6] FINISH, DestroyVmVDSCommand, return: Down, log id: 5e57be3a 2012-11-11 20:08:45,639 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [12628094] Running command: ShutdownVmCommand internal: false. Entities affected : ID: d7ca863b-58c2-47ca-9488-f1dbfba2cb03 Type: VM 2012-11-11 20:08:45,640 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [12628094] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop cd-payload). 2012-11-11 20:08:45,641 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [12628094] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop cd-payload, status is not up. Stopping instead. 2012-11-11 20:08:45,644 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-45) [1aeffb5e] Running command: StopVmCommand internal: true. Entities affected : ID: d7ca863b-58c2-47ca-9488-f1dbfba2cb03 Type: VM 2012-11-11 20:08:45,646 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [1aeffb5e] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=d7ca863b-58c2-47ca-9488-f1dbfba2cb03, force=false, secondsToWait=0, gracefully=false), log id: 6359465d 2012-11-11 20:08:45,649 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [1aeffb5e] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=d7ca863b-58c2-47ca-9488-f1dbfba2cb03, force=false, secondsToWait=0, gracefully=false), log id: 1c3064 2012-11-11 20:08:45,717 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [1aeffb5e] FINISH, DestroyVDSCommand, log id: 1c3064 2012-11-11 20:08:45,740 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [1aeffb5e] FINISH, DestroyVmVDSCommand, return: Down, log id: 6359465d 2012-11-11 20:08:58,374 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-1) Lock Acquired to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 20:08:58,378 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4ff001a6 2012-11-11 20:08:58,379 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) FINISH, IsValidVDSCommand, return: true, log id: 4ff001a6 2012-11-11 20:08:58,425 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-1) START, IsVmDuringInitiatingVDSCommand( vmId = 2dddca7a-1ed0-426d-b505-3a02f7d82bd3), log id: 4e46a6a8 2012-11-11 20:08:58,425 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-1) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 4e46a6a8 2012-11-11 20:08:58,550 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [7c947d27] Running command: RunVmCommand internal: false. Entities affected : ID: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 Type: VM 2012-11-11 20:08:58,598 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [7c947d27] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, vm=org.ovirt.engine.core.common.businessentities.VM@646fa5f7), log id: 154fec0c 2012-11-11 20:08:58,603 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [7c947d27] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, vm=org.ovirt.engine.core.common.businessentities.VM@646fa5f7), log id: 75494603 2012-11-11 20:08:58,622 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-45) [7c947d27] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 20:08:58,622 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [7c947d27] FINISH, CreateVDSCommand, log id: 75494603 2012-11-11 20:08:58,622 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [7c947d27] VDS::create Failed creating vm fromARTnoupdate in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 20:08:58,622 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [7c947d27] FINISH, CreateVmVDSCommand, return: Down, log id: 154fec0c 2012-11-11 20:08:58,622 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [7c947d27] Lock freed to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 20:08:58,622 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [7c947d27] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 20:09:58,544 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-9) Lock Acquired to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 20:09:58,550 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 696197fd 2012-11-11 20:09:58,551 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) FINISH, IsValidVDSCommand, return: true, log id: 696197fd 2012-11-11 20:09:58,638 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) START, IsVmDuringInitiatingVDSCommand( vmId = 2dddca7a-1ed0-426d-b505-3a02f7d82bd3), log id: 5a26885e 2012-11-11 20:09:58,638 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 5a26885e 2012-11-11 20:09:58,728 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [6de1f513] Running command: RunVmCommand internal: false. Entities affected : ID: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 Type: VM 2012-11-11 20:09:58,756 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [6de1f513] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, vm=org.ovirt.engine.core.common.businessentities.VM@155dc046), log id: 6a9325ed 2012-11-11 20:09:58,758 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [6de1f513] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, vm=org.ovirt.engine.core.common.businessentities.VM@155dc046), log id: 2f0476a5 2012-11-11 20:09:58,773 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-45) [6de1f513] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 20:09:58,773 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [6de1f513] FINISH, CreateVDSCommand, log id: 2f0476a5 2012-11-11 20:09:58,773 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [6de1f513] VDS::create Failed creating vm fromARTnoupdate in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 20:09:58,773 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [6de1f513] FINISH, CreateVmVDSCommand, return: Down, log id: 6a9325ed 2012-11-11 20:09:58,774 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [6de1f513] Lock freed to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 20:09:58,774 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [6de1f513] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 20:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts 2012-11-11 20:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering 0 hosts 2012-11-11 20:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts done 2012-11-11 20:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering storage domains is disabled, skipping 2012-11-11 20:10:13,979 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-68) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 20:10:13,990 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-68) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 20:12:42,397 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [2e767ff9] Running command: LogoutUserCommand internal: false. 2012-11-11 20:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts 2012-11-11 20:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering 0 hosts 2012-11-11 20:15:00,009 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts done 2012-11-11 20:15:00,009 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering storage domains is disabled, skipping 2012-11-11 20:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts 2012-11-11 20:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering 0 hosts 2012-11-11 20:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts done 2012-11-11 20:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering storage domains is disabled, skipping 2012-11-11 20:20:43,817 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 20:20:43,890 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 20:20:43,891 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 20:20:43,990 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 20:20:43,991 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [4572f6ed] Running command: LogoutUserCommand internal: false. 2012-11-11 20:20:44,061 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 20:20:44,101 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 20:20:44,102 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 20:20:44,151 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 20:20:44,153 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [5759acce] Running command: LogoutUserCommand internal: false. 2012-11-11 20:20:44,218 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 20:20:44,261 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 20:20:44,262 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 20:20:44,314 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 20:20:44,316 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2b851fb2] Running command: LogoutUserCommand internal: false. 2012-11-11 20:20:44,392 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 20:20:44,431 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 20:20:44,431 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 20:20:44,531 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 20:20:44,533 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [1c97d4aa] Running command: LogoutUserCommand internal: false. 2012-11-11 20:20:44,595 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 20:20:44,961 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 20:20:44,961 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 20:20:45,046 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 20:20:45,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [6e9a7228] Running command: LogoutUserCommand internal: false. 2012-11-11 20:20:45,108 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 20:20:45,188 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 20:20:45,188 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 20:20:45,291 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 20:20:45,293 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [91eff1a] Running command: LogoutUserCommand internal: false. 2012-11-11 20:20:45,359 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 20:20:45,408 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 20:20:45,408 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 20:20:45,444 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 20:20:45,446 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [35f2a954] Running command: LogoutUserCommand internal: false. 2012-11-11 20:20:45,544 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 20:20:45,584 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 20:20:45,584 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 20:20:45,646 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 20:20:45,648 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [7ab792c4] Running command: LogoutUserCommand internal: false. 2012-11-11 20:20:45,725 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 20:20:45,765 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 20:20:45,765 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 20:20:45,815 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 20:20:45,816 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3a5c2e17] Running command: LogoutUserCommand internal: false. 2012-11-11 20:20:45,907 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 20:20:45,945 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 20:20:45,945 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 20:20:45,994 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 20:20:45,996 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [181df6e9] Running command: LogoutUserCommand internal: false. 2012-11-11 20:20:46,063 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 20:20:46,099 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 20:20:46,100 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 20:20:46,201 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 20:20:46,202 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [37c95af1] Running command: LogoutUserCommand internal: false. 2012-11-11 20:20:46,292 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 20:20:46,335 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 20:20:46,335 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 20:20:46,457 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 20:20:46,458 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [b14c86e] Running command: LogoutUserCommand internal: false. 2012-11-11 20:20:46,526 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 20:20:46,564 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 20:20:46,564 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 20:20:46,617 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 20:20:46,663 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7e4ceb03] Running command: LogoutUserCommand internal: false. 2012-11-11 20:20:46,732 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 20:20:46,779 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 20:20:46,779 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 20:20:46,907 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 20:20:46,987 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-8) [7830a774] Lock Acquired to object EngineLock [exclusiveLocks= key: fromARTnoupdate value: VM_NAME , sharedLocks= ] 2012-11-11 20:20:46,987 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-8) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 20:20:46,987 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-8) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 20:20:46,987 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-8) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 20:20:46,987 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-8) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 20:20:47,009 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-8) [7830a774] Running command: UpdateVmCommand internal: false. Entities affected : ID: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 Type: VM 2012-11-11 20:20:47,041 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [7830a774] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2abd8bbe 2012-11-11 20:20:47,042 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [7830a774] FINISH, IsValidVDSCommand, return: true, log id: 2abd8bbe 2012-11-11 20:20:47,053 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-8) [7830a774] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 4b6150de 2012-11-11 20:20:47,127 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-8) [7830a774] FINISH, UpdateVMVDSCommand, log id: 4b6150de 2012-11-11 20:20:47,162 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-8) [7830a774] Lock freed to object EngineLock [exclusiveLocks= key: fromARTnoupdate value: VM_NAME , sharedLocks= ] 2012-11-11 20:20:47,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [41ec0e4] Running command: LogoutUserCommand internal: false. 2012-11-11 20:21:00,215 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-7) Lock Acquired to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 20:21:00,219 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 260b9222 2012-11-11 20:21:00,220 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) FINISH, IsValidVDSCommand, return: true, log id: 260b9222 2012-11-11 20:21:00,309 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-7) START, IsVmDuringInitiatingVDSCommand( vmId = 2dddca7a-1ed0-426d-b505-3a02f7d82bd3), log id: 2f1afe30 2012-11-11 20:21:00,309 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-7) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 2f1afe30 2012-11-11 20:21:00,434 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [7e8c2ef5] Running command: RunVmCommand internal: false. Entities affected : ID: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 Type: VM 2012-11-11 20:21:00,471 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [7e8c2ef5] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, vm=org.ovirt.engine.core.common.businessentities.VM@485c3270), log id: 702ffa10 2012-11-11 20:21:00,473 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [7e8c2ef5] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, vm=org.ovirt.engine.core.common.businessentities.VM@485c3270), log id: 57e75b23 2012-11-11 20:21:00,533 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [7e8c2ef5] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3,devices=[Ljava.util.Map;@50b25759,acpiEnable=true,vmName=fromARTnoupdate,cpuType=Penryn,custom={device_0a7b6d17-5e3f-46d3-9bd5-9599fc510459device_39d8148c-83a5-4362-8ff4-420d2b3f5598device_6ff32b25-3c97-4429-ac31-7e252205d391device_b1256792-ba46-4c93-b827-f16d03451fde=VmDevice {vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, deviceId=b1256792-ba46-4c93-b827-f16d03451fde, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}, device_0a7b6d17-5e3f-46d3-9bd5-9599fc510459device_39d8148c-83a5-4362-8ff4-420d2b3f5598=VmDevice {vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, deviceId=39d8148c-83a5-4362-8ff4-420d2b3f5598, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_0a7b6d17-5e3f-46d3-9bd5-9599fc510459=VmDevice {vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, deviceId=0a7b6d17-5e3f-46d3-9bd5-9599fc510459, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_0a7b6d17-5e3f-46d3-9bd5-9599fc510459device_39d8148c-83a5-4362-8ff4-420d2b3f5598device_6ff32b25-3c97-4429-ac31-7e252205d391device_b1256792-ba46-4c93-b827-f16d03451fdedevice_c3dde9b4-6960-4e96-a47b-ff1e061f5cea=VmDevice {vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, deviceId=c3dde9b4-6960-4e96-a47b-ff1e061f5cea, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_0a7b6d17-5e3f-46d3-9bd5-9599fc510459device_39d8148c-83a5-4362-8ff4-420d2b3f5598device_6ff32b25-3c97-4429-ac31-7e252205d391=VmDevice {vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, deviceId=6ff32b25-3c97-4429-ac31-7e252205d391, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}} 2012-11-11 20:21:00,533 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-48) [7e8c2ef5] FINISH, CreateVDSCommand, log id: 57e75b23 2012-11-11 20:21:00,533 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [7e8c2ef5] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: fromARTnoupdate 2012-11-11 20:21:00,547 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-48) [7e8c2ef5] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 702ffa10 2012-11-11 20:21:00,548 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-48) [7e8c2ef5] Lock freed to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 20:21:03,451 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-6) VM fromARTnoupdate 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 moved from WaitForLaunch --> PoweringUp 2012-11-11 20:21:03,452 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-6) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[2dddca7a-1ed0-426d-b505-3a02f7d82bd3]), log id: 4a6ce9a1 2012-11-11 20:21:03,471 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-6) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@345e6f33, log id: 4a6ce9a1 2012-11-11 20:21:54,760 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-89) VM fromARTnoupdate 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 moved from PoweringUp --> Up 2012-11-11 20:21:54,778 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-89) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@86581fa4), log id: 2b8b570f 2012-11-11 20:21:54,792 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-89) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 2b8b570f 2012-11-11 20:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts 2012-11-11 20:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering 0 hosts 2012-11-11 20:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Checking autorecoverable hosts done 2012-11-11 20:25:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-40) Autorecovering storage domains is disabled, skipping 2012-11-11 20:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Checking autorecoverable hosts 2012-11-11 20:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Autorecovering 0 hosts 2012-11-11 20:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Checking autorecoverable hosts done 2012-11-11 20:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-73) Autorecovering storage domains is disabled, skipping 2012-11-11 20:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts 2012-11-11 20:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering 0 hosts 2012-11-11 20:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts done 2012-11-11 20:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering storage domains is disabled, skipping 2012-11-11 20:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts 2012-11-11 20:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering 0 hosts 2012-11-11 20:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts done 2012-11-11 20:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering storage domains is disabled, skipping 2012-11-11 20:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-11 20:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-11 20:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-11 20:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-11 20:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-11 20:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-11 20:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-11 20:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-11 20:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts 2012-11-11 20:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering 0 hosts 2012-11-11 20:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts done 2012-11-11 20:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering storage domains is disabled, skipping 2012-11-11 21:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts 2012-11-11 21:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering 0 hosts 2012-11-11 21:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts done 2012-11-11 21:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering storage domains is disabled, skipping 2012-11-11 21:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts 2012-11-11 21:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering 0 hosts 2012-11-11 21:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts done 2012-11-11 21:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering storage domains is disabled, skipping 2012-11-11 21:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts 2012-11-11 21:10:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering 0 hosts 2012-11-11 21:10:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Checking autorecoverable hosts done 2012-11-11 21:10:00,006 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-2) [75935a49] Autorecovering storage domains is disabled, skipping 2012-11-11 21:10:14,033 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-12) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 21:10:14,044 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-12) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 21:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts 2012-11-11 21:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering 0 hosts 2012-11-11 21:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts done 2012-11-11 21:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering storage domains is disabled, skipping 2012-11-11 21:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-11 21:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-11 21:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-11 21:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-11 21:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts 2012-11-11 21:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering 0 hosts 2012-11-11 21:25:00,015 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts done 2012-11-11 21:25:00,015 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering storage domains is disabled, skipping 2012-11-11 21:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts 2012-11-11 21:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering 0 hosts 2012-11-11 21:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts done 2012-11-11 21:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering storage domains is disabled, skipping 2012-11-11 21:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts 2012-11-11 21:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering 0 hosts 2012-11-11 21:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts done 2012-11-11 21:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering storage domains is disabled, skipping 2012-11-11 21:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts 2012-11-11 21:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering 0 hosts 2012-11-11 21:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Checking autorecoverable hosts done 2012-11-11 21:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-32) Autorecovering storage domains is disabled, skipping 2012-11-11 21:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts 2012-11-11 21:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering 0 hosts 2012-11-11 21:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts done 2012-11-11 21:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering storage domains is disabled, skipping 2012-11-11 21:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts 2012-11-11 21:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering 0 hosts 2012-11-11 21:50:00,014 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Checking autorecoverable hosts done 2012-11-11 21:50:00,014 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-47) Autorecovering storage domains is disabled, skipping 2012-11-11 21:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts 2012-11-11 21:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering 0 hosts 2012-11-11 21:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts done 2012-11-11 21:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering storage domains is disabled, skipping 2012-11-11 22:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts 2012-11-11 22:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering 0 hosts 2012-11-11 22:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Checking autorecoverable hosts done 2012-11-11 22:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-34) Autorecovering storage domains is disabled, skipping 2012-11-11 22:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts 2012-11-11 22:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering 0 hosts 2012-11-11 22:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Checking autorecoverable hosts done 2012-11-11 22:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-69) Autorecovering storage domains is disabled, skipping 2012-11-11 22:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts 2012-11-11 22:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering 0 hosts 2012-11-11 22:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts done 2012-11-11 22:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering storage domains is disabled, skipping 2012-11-11 22:10:14,073 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-49) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 22:10:14,084 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-49) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 22:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts 2012-11-11 22:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering 0 hosts 2012-11-11 22:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts done 2012-11-11 22:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering storage domains is disabled, skipping 2012-11-11 22:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts 2012-11-11 22:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering 0 hosts 2012-11-11 22:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts done 2012-11-11 22:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering storage domains is disabled, skipping 2012-11-11 22:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts 2012-11-11 22:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering 0 hosts 2012-11-11 22:25:00,007 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Checking autorecoverable hosts done 2012-11-11 22:25:00,007 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-15) Autorecovering storage domains is disabled, skipping 2012-11-11 22:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts 2012-11-11 22:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering 0 hosts 2012-11-11 22:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts done 2012-11-11 22:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering storage domains is disabled, skipping 2012-11-11 22:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts 2012-11-11 22:35:00,137 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering 0 hosts 2012-11-11 22:35:00,137 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts done 2012-11-11 22:35:00,137 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering storage domains is disabled, skipping 2012-11-11 22:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts 2012-11-11 22:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering 0 hosts 2012-11-11 22:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts done 2012-11-11 22:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering storage domains is disabled, skipping 2012-11-11 22:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts 2012-11-11 22:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering 0 hosts 2012-11-11 22:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts done 2012-11-11 22:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering storage domains is disabled, skipping 2012-11-11 22:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts 2012-11-11 22:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering 0 hosts 2012-11-11 22:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts done 2012-11-11 22:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering storage domains is disabled, skipping 2012-11-11 22:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts 2012-11-11 22:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering 0 hosts 2012-11-11 22:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Checking autorecoverable hosts done 2012-11-11 22:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-95) Autorecovering storage domains is disabled, skipping 2012-11-11 23:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-11 23:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-11 23:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-11 23:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-11 23:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts 2012-11-11 23:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering 0 hosts 2012-11-11 23:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts done 2012-11-11 23:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering storage domains is disabled, skipping 2012-11-11 23:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-11 23:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-11 23:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-11 23:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-11 23:10:14,098 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-82) DbUserCacheManager::refreshAllUserData() - entered 2012-11-11 23:10:14,111 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-82) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts 2012-11-11 23:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering 0 hosts 2012-11-11 23:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts done 2012-11-11 23:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering storage domains is disabled, skipping 2012-11-11 23:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts 2012-11-11 23:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering 0 hosts 2012-11-11 23:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts done 2012-11-11 23:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering storage domains is disabled, skipping 2012-11-11 23:23:36,537 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:23:36,579 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:23:36,579 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:23:36,652 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:23:36,654 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [3eee5455] Running command: LogoutUserCommand internal: false. 2012-11-11 23:23:37,060 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:23:37,105 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 23:23:37,106 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 23:23:37,209 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:23:37,211 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [6bf15083] Running command: LogoutUserCommand internal: false. 2012-11-11 23:23:37,672 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:23:37,713 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 23:23:37,713 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 23:23:37,763 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:23:37,765 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [676fe5cd] Running command: LogoutUserCommand internal: false. 2012-11-11 23:23:38,180 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:23:38,219 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:23:38,219 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:23:38,279 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:23:38,280 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [76803078] Running command: LogoutUserCommand internal: false. 2012-11-11 23:23:38,689 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:23:38,747 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:23:38,747 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:23:38,818 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:23:38,819 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7f7898d1] Running command: LogoutUserCommand internal: false. 2012-11-11 23:23:39,238 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:23:39,279 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:23:39,279 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:23:39,341 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:23:39,343 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [2ce7cd51] Running command: LogoutUserCommand internal: false. 2012-11-11 23:23:39,766 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:23:40,129 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 23:23:40,129 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 23:23:40,590 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:23:40,592 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [596e8890] Running command: LogoutUserCommand internal: false. 2012-11-11 23:23:40,625 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:23:40,943 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 23:23:40,943 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginAdminUserCommand internal: false. 2012-11-11 23:23:41,107 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:23:41,172 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:23:41,172 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:23:41,234 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:23:41,236 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [7991b230] Running command: LogoutUserCommand internal: false. 2012-11-11 23:23:41,676 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:23:41,714 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 23:23:41,714 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 23:23:41,766 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:23:41,768 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [2ef857cd] Running command: LogoutUserCommand internal: false. 2012-11-11 23:23:42,174 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:23:42,238 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 23:23:42,238 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 23:23:42,288 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:23:42,290 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [643ae168] Running command: LogoutUserCommand internal: false. 2012-11-11 23:23:42,692 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:23:42,733 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:23:42,733 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:23:42,809 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:23:42,811 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [35b2bd21] Running command: LogoutUserCommand internal: false. 2012-11-11 23:23:43,321 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:23:43,363 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:23:43,364 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:23:43,449 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:23:43,451 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [4b3dbf7c] Running command: LogoutUserCommand internal: false. 2012-11-11 23:23:43,899 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:23:43,985 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:23:43,985 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:23:44,038 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:23:44,093 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [70a4fbb2] Running command: LogoutUserCommand internal: false. 2012-11-11 23:23:44,592 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:23:45,029 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:23:45,029 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:23:45,214 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:23:45,270 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [7362292f] Running command: LogoutUserCommand internal: false. 2012-11-11 23:23:55,725 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:23:55,780 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:23:55,780 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:23:55,844 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:23:55,892 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [3627e449] Running command: LogoutUserCommand internal: false. 2012-11-11 23:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts 2012-11-11 23:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering 0 hosts 2012-11-11 23:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts done 2012-11-11 23:25:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering storage domains is disabled, skipping 2012-11-11 23:26:15,556 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:15,605 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:15,605 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:15,662 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:15,664 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [2e88af45] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:16,106 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:16,195 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:16,195 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:16,265 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:16,267 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [31740bf2] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:16,793 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:16,844 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:16,844 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:16,929 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:16,931 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [296f534f] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:17,483 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:17,523 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:17,523 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:17,566 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:17,568 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [9e35f86] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:18,132 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:18,192 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:18,192 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:18,332 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:18,333 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [164370bf] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:18,845 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:18,883 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:18,884 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:18,928 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:18,929 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [9c0c0a2] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:19,443 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:19,484 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:19,484 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:19,537 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:19,538 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [21ea732] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:20,080 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:20,232 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:20,232 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:20,356 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:20,357 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [64c9c56f] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:20,793 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:20,827 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:20,827 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:20,877 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:20,879 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [3f7f8e19] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:21,302 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:21,343 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:21,343 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:21,410 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:21,411 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [16ca9de7] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:21,859 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:21,941 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:21,941 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:21,970 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:21,972 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [3864d1d5] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:22,399 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:22,439 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:22,439 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:22,491 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:22,492 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6b160183] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:22,906 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:22,945 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:22,945 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:23,020 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:23,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [2362ca34] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:23,431 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:23,497 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:23,497 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:23,560 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:23,574 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [3bf4d755] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:23,981 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:24,022 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:24,022 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:24,088 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:24,136 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [662708b8] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:24,568 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:25,047 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:25,047 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:25,126 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:25,185 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-7) [52065102] Lock Acquired to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:26:25,221 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [52065102] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: fad63b9 2012-11-11 23:26:25,222 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [52065102] FINISH, IsValidVDSCommand, return: true, log id: fad63b9 2012-11-11 23:26:25,257 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-7) [52065102] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 23:26:25,258 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [52065102] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6ee7416a 2012-11-11 23:26:25,258 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) [52065102] FINISH, IsValidVDSCommand, return: true, log id: 6ee7416a 2012-11-11 23:26:25,264 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-7) [52065102] MacPoolManager::allocateNewMac entered 2012-11-11 23:26:25,264 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-7) [52065102] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:5d 2012-11-11 23:26:25,343 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-7) [52065102] Lock freed to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:26:25,343 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-7) [52065102] START, SetVmStatusVDSCommand( vmId = a9a4dd01-4af8-4f67-a46d-431a861dbf37, status = ImageLocked), log id: 3070429c 2012-11-11 23:26:25,345 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-7) [52065102] FINISH, SetVmStatusVDSCommand, log id: 3070429c 2012-11-11 23:26:25,346 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-7) [54ff950e] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 23:26:25,353 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-7) [54ff950e] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 3d9933a3 2012-11-11 23:26:25,400 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-7) [54ff950e] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 3d9933a3 2012-11-11 23:26:25,402 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-7) [54ff950e] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 391198f8-2da5-480b-962d-0de062758a77, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 24fd6122-4861-40e5-a949-0ef458ff495d, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 1d721e51 2012-11-11 23:26:25,402 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-7) [54ff950e] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 23:26:25,402 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-7) [54ff950e] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=391198f8-2da5-480b-962d-0de062758a77 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=24fd6122-4861-40e5-a949-0ef458ff495d descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 23:26:25,751 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-7) [54ff950e] FINISH, CreateSnapshotVDSCommand, return: 24fd6122-4861-40e5-a949-0ef458ff495d, log id: 1d721e51 2012-11-11 23:26:25,762 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-7) [54ff950e] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity a9a4dd01-4af8-4f67-a46d-431a861dbf37 2012-11-11 23:26:25,762 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-7) [54ff950e] EntityMultiAsyncTasks::AttachTask: Attaching task 6e881733-e73f-470d-898b-dae764214de9 to entity a9a4dd01-4af8-4f67-a46d-431a861dbf37. 2012-11-11 23:26:25,763 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-7) [54ff950e] Adding task 6e881733-e73f-470d-898b-dae764214de9 to DataBase 2012-11-11 23:26:25,788 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-7) [54ff950e] Adding task 6e881733-e73f-470d-898b-dae764214de9 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 23:26:25,938 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-7) [54ff950e] BaseAsyncTask::StartPollingTask: Starting to poll task 6e881733-e73f-470d-898b-dae764214de9. 2012-11-11 23:26:25,938 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-7) [54ff950e] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity a9a4dd01-4af8-4f67-a46d-431a861dbf37 is AddVm (determined by task 6e881733-e73f-470d-898b-dae764214de9) 2012-11-11 23:26:25,954 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [7f97c5f] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:26,358 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:26,417 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:26,417 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:26,469 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:26,519 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [257d31aa] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:26,965 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:27,002 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:27,002 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:27,058 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:27,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [14e8a859] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:31,884 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-5) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 23:26:31,906 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-5) SPMAsyncTask::PollTask: Polling task 6e881733-e73f-470d-898b-dae764214de9 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 23:26:31,928 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-5) BaseAsyncTask::OnTaskEndSuccess: Task 6e881733-e73f-470d-898b-dae764214de9 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 23:26:31,929 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-5) EntityAsyncTask::EndActionIfNecessary: All tasks of entity a9a4dd01-4af8-4f67-a46d-431a861dbf37 has ended -> executing EndAction 2012-11-11 23:26:31,929 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-5) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: a9a4dd01-4af8-4f67-a46d-431a861dbf37): calling EndAction for action type AddVm. 2012-11-11 23:26:31,929 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 23:26:31,957 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-48) [52065102] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 23:26:31,957 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-48) [54ff950e] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 23:26:31,959 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [54ff950e] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 391198f8-2da5-480b-962d-0de062758a77, imageId = 24fd6122-4861-40e5-a949-0ef458ff495d), log id: 9e68b14 2012-11-11 23:26:32,002 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-48) [54ff950e] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@b0a36621, log id: 9e68b14 2012-11-11 23:26:32,008 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) START, SetVmStatusVDSCommand( vmId = a9a4dd01-4af8-4f67-a46d-431a861dbf37, status = Down), log id: 386ccc95 2012-11-11 23:26:32,011 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) FINISH, SetVmStatusVDSCommand, log id: 386ccc95 2012-11-11 23:26:32,040 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 365ee821 2012-11-11 23:26:32,102 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-48) FINISH, UpdateVMVDSCommand, log id: 365ee821 2012-11-11 23:26:32,128 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 23:26:32,128 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 23:26:32,141 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 6e881733-e73f-470d-898b-dae764214de9 2012-11-11 23:26:32,142 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 6e881733-e73f-470d-898b-dae764214de9), log id: 6b9fc674 2012-11-11 23:26:32,143 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=6e881733-e73f-470d-898b-dae764214de9), log id: 6ee49f1d 2012-11-11 23:26:32,224 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 6ee49f1d 2012-11-11 23:26:32,224 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 6b9fc674 2012-11-11 23:26:32,247 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task 6e881733-e73f-470d-898b-dae764214de9 from DataBase 2012-11-11 23:26:32,247 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity a9a4dd01-4af8-4f67-a46d-431a861dbf37 2012-11-11 23:26:37,517 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:37,559 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:37,559 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:37,607 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:37,638 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2bbfabaf] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:38,065 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:38,119 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:38,119 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:38,212 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:38,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [60dac1de] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:38,712 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:38,755 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:38,755 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:38,828 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:38,898 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [636d1e87] Lock Acquired to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:26:38,898 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:26:38,898 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:26:38,898 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:26:38,898 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:26:38,923 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [636d1e87] Running command: UpdateVmCommand internal: false. Entities affected : ID: a9a4dd01-4af8-4f67-a46d-431a861dbf37 Type: VM 2012-11-11 23:26:38,959 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [636d1e87] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 640e8944 2012-11-11 23:26:38,960 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [636d1e87] FINISH, IsValidVDSCommand, return: true, log id: 640e8944 2012-11-11 23:26:38,971 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-10) [636d1e87] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 76a5a73c 2012-11-11 23:26:39,046 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-10) [636d1e87] FINISH, UpdateVMVDSCommand, log id: 76a5a73c 2012-11-11 23:26:39,102 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [636d1e87] Lock freed to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:26:39,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [6e0c7a1d] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:39,614 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:39,939 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:39,939 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:40,529 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:40,584 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [5fbab523] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:41,065 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:41,098 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:41,098 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:41,174 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:41,234 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [630d091a] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 448ad3a9 2012-11-11 23:26:41,235 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [630d091a] FINISH, IsValidVDSCommand, return: true, log id: 448ad3a9 2012-11-11 23:26:41,286 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-5) [630d091a] START, IsVmDuringInitiatingVDSCommand( vmId = a9a4dd01-4af8-4f67-a46d-431a861dbf37), log id: 306532c9 2012-11-11 23:26:41,286 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-5) [630d091a] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 306532c9 2012-11-11 23:26:41,336 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-5) [630d091a] Running command: RunVmOnceCommand internal: false. Entities affected : ID: a9a4dd01-4af8-4f67-a46d-431a861dbf37 Type: VM 2012-11-11 23:26:41,351 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-5) [630d091a] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=a9a4dd01-4af8-4f67-a46d-431a861dbf37, vm=org.ovirt.engine.core.common.businessentities.VM@6e988f03), log id: 7e5f7f63 2012-11-11 23:26:41,355 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-5) [630d091a] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=a9a4dd01-4af8-4f67-a46d-431a861dbf37, vm=org.ovirt.engine.core.common.businessentities.VM@6e988f03), log id: 106a9c0b 2012-11-11 23:26:41,364 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (ajp-/127.0.0.1:8702-5) [630d091a] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 23:26:41,365 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-5) [630d091a] FINISH, CreateVDSCommand, log id: 106a9c0b 2012-11-11 23:26:41,365 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-5) [630d091a] VDS::create Failed creating vm both in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 23:26:41,365 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-5) [630d091a] FINISH, CreateVmVDSCommand, return: Down, log id: 7e5f7f63 2012-11-11 23:26:41,365 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-5) [630d091a] Command org.ovirt.engine.core.bll.RunVmOnceCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 23:26:41,367 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-5) [630d091a] Transaction rolled-back for command: org.ovirt.engine.core.bll.RunVmOnceCommand. 2012-11-11 23:26:41,434 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-5) Operation Failed: [Network error during communication with the Host.] 2012-11-11 23:26:41,435 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [3e2195a6] Running command: LogoutUserCommand internal: false. 2012-11-11 23:26:51,861 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:26:51,905 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:26:51,905 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:26:51,951 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:26:52,001 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [3487ced0] Running command: LogoutUserCommand internal: false. 2012-11-11 23:27:02,427 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:27:02,478 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:27:02,478 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:27:02,542 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:27:02,592 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [20da77e] Running command: LogoutUserCommand internal: false. 2012-11-11 23:27:13,029 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:27:13,070 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 23:27:13,070 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 23:27:13,115 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:27:13,165 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [6b068b1] Running command: LogoutUserCommand internal: false. 2012-11-11 23:27:23,590 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:27:23,634 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:27:23,634 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:27:23,676 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:27:23,726 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [62eb29b] Running command: LogoutUserCommand internal: false. 2012-11-11 23:27:34,154 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:27:34,192 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:27:34,192 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:27:34,243 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:27:34,317 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [1552c56e] Running command: LogoutUserCommand internal: false. 2012-11-11 23:27:44,745 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:27:45,271 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:27:45,271 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:27:45,342 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:27:45,393 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [667627b1] Running command: LogoutUserCommand internal: false. 2012-11-11 23:27:48,194 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [7f8f3862] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 Type: VM 2012-11-11 23:27:48,195 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [7f8f3862] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop fromARTnoupdate). 2012-11-11 23:27:48,195 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [7f8f3862] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop fromARTnoupdate. 2012-11-11 23:27:48,196 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [7f8f3862] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, force=false, secondsToWait=30, gracefully=true), log id: 1779b3ba 2012-11-11 23:27:48,200 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [7f8f3862] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, force=false, secondsToWait=30, gracefully=true), log id: 47453861 2012-11-11 23:27:48,218 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [7f8f3862] FINISH, DestroyVDSCommand, log id: 47453861 2012-11-11 23:27:48,231 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [7f8f3862] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 1779b3ba 2012-11-11 23:27:53,511 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-52) Setting new tasks map. The map contains now 0 tasks 2012-11-11 23:27:53,512 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-52) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 23:27:53,515 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-52) Could not find vds that is spm and non-operational. 2012-11-11 23:28:17,935 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:18,003 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:18,004 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:18,050 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:18,052 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [e046111] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:18,474 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:18,517 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:18,517 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:18,568 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:18,570 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [301c763c] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:18,981 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:19,019 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:19,020 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:19,079 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:19,080 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [32e1b415] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:19,488 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:19,613 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:19,613 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:19,925 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:19,927 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [18f963db] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:20,375 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:20,448 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:20,448 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:20,495 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:20,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [23c65f0e] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:20,925 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:20,966 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:20,966 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:21,030 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:21,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [60166156] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:21,456 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:21,516 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:21,516 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:21,607 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:21,608 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [65b44850] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:22,009 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:22,064 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:22,064 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:22,085 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:22,087 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [35048d9] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:22,509 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:22,553 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:22,553 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:22,604 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:22,606 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [45ce4a78] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:23,023 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:23,056 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:23,057 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:23,106 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:23,108 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [b2a2700] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:23,512 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:23,565 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:23,565 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:23,628 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:23,630 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [1054eb40] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:24,040 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:24,093 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:24,093 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:24,139 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:24,141 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [6e133708] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:24,549 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:25,087 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:25,088 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:25,250 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:25,252 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [674c6baf] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:25,718 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:25,751 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:25,751 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:25,809 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:25,823 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [5baa4fa1] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:26,232 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:26,288 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:26,289 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:26,340 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:26,390 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [410ee489] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:26,853 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:26,892 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:26,892 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:26,942 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:27,008 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-9) [14ddfb59] Lock Acquired to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:28:27,064 WARN [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-9) [14ddfb59] CanDoAction of action AddVm failed. Reasons:VAR__ACTION__ADD,VAR__TYPE__VM,ACTION_TYPE_FAILED_VM_ALREADY_EXIST 2012-11-11 23:28:27,064 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-9) [14ddfb59] Lock freed to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:28:27,110 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-9) Operation Failed: [Cannot add VM. VM with the same name already exists.] 2012-11-11 23:28:27,112 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [18daf03a] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:27,514 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:27,559 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:27,560 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:27,612 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:27,662 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [30bf15f5] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:28,128 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:28,178 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:28,178 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:28,233 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:28,282 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [7d82206a] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:28,734 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:28,775 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:28,775 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:28,817 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:28,882 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-2) [4f277acd] Lock Acquired to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:28:28,882 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:28:28,882 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:28:28,882 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:28:28,882 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-2) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:28:28,926 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-2) [4f277acd] Running command: UpdateVmCommand internal: false. Entities affected : ID: a9a4dd01-4af8-4f67-a46d-431a861dbf37 Type: VM 2012-11-11 23:28:28,951 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [4f277acd] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 249b554b 2012-11-11 23:28:28,952 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [4f277acd] FINISH, IsValidVDSCommand, return: true, log id: 249b554b 2012-11-11 23:28:28,959 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-2) [4f277acd] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 7dac408 2012-11-11 23:28:29,037 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-2) [4f277acd] FINISH, UpdateVMVDSCommand, log id: 7dac408 2012-11-11 23:28:29,056 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-2) [4f277acd] Lock freed to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:28:29,112 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [589ba8b5] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:29,514 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:29,595 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:29,595 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:30,133 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:30,183 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [76249365] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:30,689 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:30,734 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:30,734 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:30,782 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:30,853 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [41b331e4] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 320b432a 2012-11-11 23:28:30,854 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [41b331e4] FINISH, IsValidVDSCommand, return: true, log id: 320b432a 2012-11-11 23:28:30,944 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-8) [41b331e4] START, IsVmDuringInitiatingVDSCommand( vmId = a9a4dd01-4af8-4f67-a46d-431a861dbf37), log id: 761e742f 2012-11-11 23:28:30,944 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-8) [41b331e4] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 761e742f 2012-11-11 23:28:30,989 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-8) [41b331e4] Running command: RunVmOnceCommand internal: false. Entities affected : ID: a9a4dd01-4af8-4f67-a46d-431a861dbf37 Type: VM 2012-11-11 23:28:31,004 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-8) [41b331e4] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=a9a4dd01-4af8-4f67-a46d-431a861dbf37, vm=org.ovirt.engine.core.common.businessentities.VM@6f3ebfd0), log id: 19516a62 2012-11-11 23:28:31,006 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-8) [41b331e4] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=a9a4dd01-4af8-4f67-a46d-431a861dbf37, vm=org.ovirt.engine.core.common.businessentities.VM@6f3ebfd0), log id: 6a19d406 2012-11-11 23:28:31,014 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (ajp-/127.0.0.1:8702-8) [41b331e4] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 23:28:31,015 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-8) [41b331e4] FINISH, CreateVDSCommand, log id: 6a19d406 2012-11-11 23:28:31,015 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-8) [41b331e4] VDS::create Failed creating vm both in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 23:28:31,015 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-8) [41b331e4] FINISH, CreateVmVDSCommand, return: Down, log id: 19516a62 2012-11-11 23:28:31,015 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-8) [41b331e4] Command org.ovirt.engine.core.bll.RunVmOnceCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 23:28:31,018 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-8) [41b331e4] Transaction rolled-back for command: org.ovirt.engine.core.bll.RunVmOnceCommand. 2012-11-11 23:28:31,066 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-8) Operation Failed: [Network error during communication with the Host.] 2012-11-11 23:28:31,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [6ae9df33] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:41,499 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:41,544 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:41,544 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:41,608 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:41,657 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [74e29b55] Running command: LogoutUserCommand internal: false. 2012-11-11 23:28:52,102 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:28:52,156 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:28:52,156 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:28:52,222 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:28:52,274 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [10909605] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:34,693 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:34,737 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:34,737 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:34,883 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:34,884 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [33c17480] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:35,315 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:35,351 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:35,351 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:35,399 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:35,400 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [2521dfb] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:35,806 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:35,850 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:35,850 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:35,940 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:35,942 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [45c88d6d] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:36,359 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:36,399 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:36,399 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:36,551 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:36,552 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [63b62d38] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:36,959 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:37,014 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:37,014 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:37,064 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:37,065 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1b6a067b] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:37,488 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:37,527 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:37,527 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:37,611 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:37,613 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [4e82a92f] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:38,017 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:38,077 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:38,077 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:38,127 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:38,128 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [4cc8b373] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:38,543 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:38,588 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:38,588 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:38,637 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:38,638 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [5a93b4c3] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:39,043 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:39,094 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:39,094 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:39,126 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:39,128 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [162ffe16] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:39,563 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:39,991 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:39,991 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:40,315 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:40,317 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [67e04e5f] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:40,743 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:40,785 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:40,785 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:40,865 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:40,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7ff713a0] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:41,316 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:41,376 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:41,376 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:41,474 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:41,475 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [78d31e66] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:41,878 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:41,938 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:41,938 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:42,088 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:42,091 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [2cb2ea6e] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:42,528 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:42,581 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:42,581 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:42,722 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:42,736 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [367ecf45] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:43,154 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:43,198 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:43,199 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:43,293 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:43,342 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [4d1593ea] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:43,763 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:43,813 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:43,814 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:43,907 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:44,015 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-2) [2ba7a4f3] Lock Acquired to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:29:44,073 WARN [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-2) [2ba7a4f3] CanDoAction of action AddVm failed. Reasons:VAR__ACTION__ADD,VAR__TYPE__VM,ACTION_TYPE_FAILED_VM_ALREADY_EXIST 2012-11-11 23:29:44,073 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-2) [2ba7a4f3] Lock freed to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:29:44,092 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-2) Operation Failed: [Cannot add VM. VM with the same name already exists.] 2012-11-11 23:29:44,094 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [40b1b0c] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:44,491 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:44,531 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:44,531 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:45,115 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:45,166 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [551f2b96] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:45,831 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:45,881 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:45,881 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:45,923 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:45,972 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [66f8bd0d] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:46,400 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:46,443 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:46,443 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:46,485 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:46,541 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-1) [78cb9232] Lock Acquired to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:29:46,541 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-1) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:29:46,541 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-1) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:29:46,541 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-1) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:29:46,541 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-1) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:29:46,603 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-1) [78cb9232] Running command: UpdateVmCommand internal: false. Entities affected : ID: a9a4dd01-4af8-4f67-a46d-431a861dbf37 Type: VM 2012-11-11 23:29:46,630 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [78cb9232] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 37d0b741 2012-11-11 23:29:46,630 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [78cb9232] FINISH, IsValidVDSCommand, return: true, log id: 37d0b741 2012-11-11 23:29:46,640 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-1) [78cb9232] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 31df8653 2012-11-11 23:29:46,716 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-1) [78cb9232] FINISH, UpdateVMVDSCommand, log id: 31df8653 2012-11-11 23:29:46,778 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-1) [78cb9232] Lock freed to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:29:46,848 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [389e3016] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:47,257 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:47,299 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:47,300 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:47,358 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:47,423 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [51ec6a7a] Running command: LogoutUserCommand internal: false. 2012-11-11 23:29:47,842 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:29:47,901 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:29:47,901 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:29:47,955 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:29:48,026 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [6a7f4b06] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 77edbf2b 2012-11-11 23:29:48,027 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [6a7f4b06] FINISH, IsValidVDSCommand, return: true, log id: 77edbf2b 2012-11-11 23:29:48,068 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) [6a7f4b06] START, IsVmDuringInitiatingVDSCommand( vmId = a9a4dd01-4af8-4f67-a46d-431a861dbf37), log id: 2e23e04e 2012-11-11 23:29:48,068 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) [6a7f4b06] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 2e23e04e 2012-11-11 23:29:48,136 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-9) [6a7f4b06] Running command: RunVmOnceCommand internal: false. Entities affected : ID: a9a4dd01-4af8-4f67-a46d-431a861dbf37 Type: VM 2012-11-11 23:29:48,150 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [6a7f4b06] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=a9a4dd01-4af8-4f67-a46d-431a861dbf37, vm=org.ovirt.engine.core.common.businessentities.VM@f81ed79), log id: 9280bd3 2012-11-11 23:29:48,153 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-9) [6a7f4b06] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=a9a4dd01-4af8-4f67-a46d-431a861dbf37, vm=org.ovirt.engine.core.common.businessentities.VM@f81ed79), log id: 20ccfb29 2012-11-11 23:29:48,164 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (ajp-/127.0.0.1:8702-9) [6a7f4b06] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 23:29:48,164 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-9) [6a7f4b06] FINISH, CreateVDSCommand, log id: 20ccfb29 2012-11-11 23:29:48,164 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [6a7f4b06] VDS::create Failed creating vm both in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 23:29:48,165 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [6a7f4b06] FINISH, CreateVmVDSCommand, return: Down, log id: 9280bd3 2012-11-11 23:29:48,167 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-9) [6a7f4b06] Command org.ovirt.engine.core.bll.RunVmOnceCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 23:29:48,170 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-9) [6a7f4b06] Transaction rolled-back for command: org.ovirt.engine.core.bll.RunVmOnceCommand. 2012-11-11 23:29:48,204 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-9) Operation Failed: [Network error during communication with the Host.] 2012-11-11 23:29:48,205 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [65570db6] Running command: LogoutUserCommand internal: false. 2012-11-11 23:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts 2012-11-11 23:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering 0 hosts 2012-11-11 23:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts done 2012-11-11 23:30:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering storage domains is disabled, skipping 2012-11-11 23:30:18,668 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [3c5e6a4f] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 Type: VM 2012-11-11 23:30:18,670 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [3c5e6a4f] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop fromARTnoupdate). 2012-11-11 23:30:18,670 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-48) [3c5e6a4f] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop fromARTnoupdate, status is not up. Stopping instead. 2012-11-11 23:30:18,674 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-48) [36a542fe] Running command: StopVmCommand internal: true. Entities affected : ID: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 Type: VM 2012-11-11 23:30:18,676 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [36a542fe] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, force=false, secondsToWait=0, gracefully=false), log id: 30c51660 2012-11-11 23:30:18,680 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [36a542fe] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2dddca7a-1ed0-426d-b505-3a02f7d82bd3, force=false, secondsToWait=0, gracefully=false), log id: 10c1a94b 2012-11-11 23:30:18,765 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-48) [36a542fe] FINISH, DestroyVDSCommand, log id: 10c1a94b 2012-11-11 23:30:18,800 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-48) [36a542fe] FINISH, DestroyVmVDSCommand, return: Down, log id: 30c51660 2012-11-11 23:30:25,900 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-48) Start time: 11/11/12 11:30 PM. Start running CanDoAction for command number 1/10 (Command type: RemoveVm) 2012-11-11 23:30:25,900 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-46) Start time: 11/11/12 11:30 PM. Start running CanDoAction for command number 3/10 (Command type: RemoveVm) 2012-11-11 23:30:25,900 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-45) Start time: 11/11/12 11:30 PM. Start running CanDoAction for command number 2/10 (Command type: RemoveVm) 2012-11-11 23:30:25,900 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-44) Start time: 11/11/12 11:30 PM. Start running CanDoAction for command number 4/10 (Command type: RemoveVm) 2012-11-11 23:30:25,901 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-43) Start time: 11/11/12 11:30 PM. Start running CanDoAction for command number 5/10 (Command type: RemoveVm) 2012-11-11 23:30:25,901 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-42) Start time: 11/11/12 11:30 PM. Start running CanDoAction for command number 6/10 (Command type: RemoveVm) 2012-11-11 23:30:25,902 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-50) Start time: 11/11/12 11:30 PM. Start running CanDoAction for command number 7/10 (Command type: RemoveVm) 2012-11-11 23:30:25,902 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-47) Start time: 11/11/12 11:30 PM. Start running CanDoAction for command number 8/10 (Command type: RemoveVm) 2012-11-11 23:30:25,902 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-49) Start time: 11/11/12 11:30 PM. Start running CanDoAction for command number 9/10 (Command type: RemoveVm) 2012-11-11 23:30:25,903 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-41) Start time: 11/11/12 11:30 PM. Start running CanDoAction for command number 10/10 (Command type: RemoveVm) 2012-11-11 23:30:25,939 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Lock Acquired to object EngineLock [exclusiveLocks= key: 1415a1a3-a14e-4323-b453-ad6e40aec930 value: VM , sharedLocks= ] 2012-11-11 23:30:25,939 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-44) Lock Acquired to object EngineLock [exclusiveLocks= key: 19597565-e63a-46c0-83e5-1dfc1b3e9b37 value: VM , sharedLocks= ] 2012-11-11 23:30:25,939 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-46) Lock Acquired to object EngineLock [exclusiveLocks= key: d7ca863b-58c2-47ca-9488-f1dbfba2cb03 value: VM , sharedLocks= ] 2012-11-11 23:30:25,940 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock Acquired to object EngineLock [exclusiveLocks= key: a9a4dd01-4af8-4f67-a46d-431a861dbf37 value: VM , sharedLocks= ] 2012-11-11 23:30:25,946 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-41) Lock Acquired to object EngineLock [exclusiveLocks= key: 94c7f8c1-2295-4e35-b582-b5544a777f52 value: VM , sharedLocks= ] 2012-11-11 23:30:25,949 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 794ef46d 2012-11-11 23:30:25,954 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6ac81143 2012-11-11 23:30:25,954 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-41) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 78faa9de 2012-11-11 23:30:25,955 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-44) FINISH, IsValidVDSCommand, return: true, log id: 794ef46d 2012-11-11 23:30:25,958 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-46) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6f29fc25 2012-11-11 23:30:25,963 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-46) FINISH, IsValidVDSCommand, return: true, log id: 6f29fc25 2012-11-11 23:30:25,964 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Lock Acquired to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 23:30:25,970 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-47) Lock Acquired to object EngineLock [exclusiveLocks= key: ce70f911-a059-4ce2-8c43-aa0671c20fd7 value: VM , sharedLocks= ] 2012-11-11 23:30:25,975 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) FINISH, IsValidVDSCommand, return: true, log id: 6ac81143 2012-11-11 23:30:25,978 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-41) FINISH, IsValidVDSCommand, return: true, log id: 78faa9de 2012-11-11 23:30:25,984 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-43) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4b4ae344 2012-11-11 23:30:25,985 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-43) FINISH, IsValidVDSCommand, return: true, log id: 4b4ae344 2012-11-11 23:30:25,992 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock Acquired to object EngineLock [exclusiveLocks= key: 611eccbb-0bea-4022-8056-f65b7bf6b926 value: VM , sharedLocks= ] 2012-11-11 23:30:25,998 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-44) End time: 11/11/12 11:30 PM. Finish handling CanDoAction for command number 4/10 (Command type: RemoveVm) 2012-11-11 23:30:25,999 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) Lock Acquired to object EngineLock [exclusiveLocks= key: 9926c9df-0b57-42cc-a761-18343e36fb9e value: VM , sharedLocks= ] 2012-11-11 23:30:26,009 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-42) Lock Acquired to object EngineLock [exclusiveLocks= key: fb4691db-5be0-4c6c-83ea-835e483ee1a6 value: VM , sharedLocks= ] 2012-11-11 23:30:26,017 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-41) End time: 11/11/12 11:30 PM. Finish handling CanDoAction for command number 10/10 (Command type: RemoveVm) 2012-11-11 23:30:26,022 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-43) End time: 11/11/12 11:30 PM. Finish handling CanDoAction for command number 5/10 (Command type: RemoveVm) 2012-11-11 23:30:26,080 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-45) End time: 11/11/12 11:30 PM. Finish handling CanDoAction for command number 2/10 (Command type: RemoveVm) 2012-11-11 23:30:26,139 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 78b0d4ae 2012-11-11 23:30:26,190 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-42) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7dc37909 2012-11-11 23:30:26,175 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 195be270 2012-11-11 23:30:26,170 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 67fbbd9a 2012-11-11 23:30:26,331 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 34400ced 2012-11-11 23:30:26,335 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 34400ced 2012-11-11 23:30:26,336 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-47) FINISH, IsValidVDSCommand, return: true, log id: 67fbbd9a 2012-11-11 23:30:26,340 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-42) FINISH, IsValidVDSCommand, return: true, log id: 7dc37909 2012-11-11 23:30:26,348 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 195be270 2012-11-11 23:30:26,359 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-48) FINISH, IsValidVDSCommand, return: true, log id: 78b0d4ae 2012-11-11 23:30:26,364 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-46) End time: 11/11/12 11:30 PM. Finish handling CanDoAction for command number 3/10 (Command type: RemoveVm) 2012-11-11 23:30:26,427 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-47) End time: 11/11/12 11:30 PM. Finish handling CanDoAction for command number 8/10 (Command type: RemoveVm) 2012-11-11 23:30:26,446 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-49) End time: 11/11/12 11:30 PM. Finish handling CanDoAction for command number 9/10 (Command type: RemoveVm) 2012-11-11 23:30:26,456 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-42) End time: 11/11/12 11:30 PM. Finish handling CanDoAction for command number 6/10 (Command type: RemoveVm) 2012-11-11 23:30:26,476 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-50) End time: 11/11/12 11:30 PM. Finish handling CanDoAction for command number 7/10 (Command type: RemoveVm) 2012-11-11 23:30:26,492 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-48) End time: 11/11/12 11:30 PM. Finish handling CanDoAction for command number 1/10 (Command type: RemoveVm) 2012-11-11 23:30:26,492 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-50) Start time: 11/11/12 11:30 PM. Start running CanDoAction for command number 11/11 (Command type: RemoveVm) 2012-11-11 23:30:26,497 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) Lock Acquired to object EngineLock [exclusiveLocks= key: 34ab974c-a5c5-4b76-985f-a459f0a2ff84 value: VM , sharedLocks= ] 2012-11-11 23:30:26,503 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1d70ed52 2012-11-11 23:30:26,504 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-50) FINISH, IsValidVDSCommand, return: true, log id: 1d70ed52 2012-11-11 23:30:26,545 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-50) End time: 11/11/12 11:30 PM. Finish handling CanDoAction for command number 11/11 (Command type: RemoveVm) 2012-11-11 23:30:26,699 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [aa17c4e] Running command: RemoveVmCommand internal: false. Entities affected : ID: 1415a1a3-a14e-4323-b453-ad6e40aec930 Type: VM 2012-11-11 23:30:26,700 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [aa17c4e] START, SetVmStatusVDSCommand( vmId = 1415a1a3-a14e-4323-b453-ad6e40aec930, status = ImageLocked), log id: 6a812ab9 2012-11-11 23:30:26,703 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [aa17c4e] FINISH, SetVmStatusVDSCommand, log id: 6a812ab9 2012-11-11 23:30:26,724 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [aa17c4e] Lock freed to object EngineLock [exclusiveLocks= key: 1415a1a3-a14e-4323-b453-ad6e40aec930 value: VM , sharedLocks= ] 2012-11-11 23:30:26,724 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [aa17c4e] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 1415a1a3-a14e-4323-b453-ad6e40aec930), log id: 238ff589 2012-11-11 23:30:26,767 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [aa17c4e] FINISH, RemoveVMVDSCommand, log id: 238ff589 2012-11-11 23:30:26,775 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [4041079c] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 1415a1a3-a14e-4323-b453-ad6e40aec930 Type: VM 2012-11-11 23:30:26,785 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [2f3d934] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 23:30:26,805 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [2f3d934] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = f5b1301e-80eb-4f70-824f-8cb1ae05c999, postZeros = false, forceDelete = false), log id: 23345809 2012-11-11 23:30:27,352 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [2f3d934] FINISH, DeleteImageGroupVDSCommand, log id: 23345809 2012-11-11 23:30:27,362 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [2f3d934] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 1415a1a3-a14e-4323-b453-ad6e40aec930 2012-11-11 23:30:27,362 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [2f3d934] EntityMultiAsyncTasks::AttachTask: Attaching task edceba7e-37dd-47cb-8d3c-0fc07562e75b to entity 1415a1a3-a14e-4323-b453-ad6e40aec930. 2012-11-11 23:30:27,363 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [2f3d934] Adding task edceba7e-37dd-47cb-8d3c-0fc07562e75b to DataBase 2012-11-11 23:30:27,391 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [2f3d934] Adding task edceba7e-37dd-47cb-8d3c-0fc07562e75b (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 23:30:27,514 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [2f3d934] BaseAsyncTask::StartPollingTask: Starting to poll task edceba7e-37dd-47cb-8d3c-0fc07562e75b. 2012-11-11 23:30:27,514 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [2f3d934] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 1415a1a3-a14e-4323-b453-ad6e40aec930 is RemoveVm (determined by task edceba7e-37dd-47cb-8d3c-0fc07562e75b) 2012-11-11 23:30:27,582 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [4d3a2dcf] Running command: RemoveVmCommand internal: false. Entities affected : ID: a9a4dd01-4af8-4f67-a46d-431a861dbf37 Type: VM 2012-11-11 23:30:27,583 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [4d3a2dcf] START, SetVmStatusVDSCommand( vmId = a9a4dd01-4af8-4f67-a46d-431a861dbf37, status = ImageLocked), log id: 2df70c91 2012-11-11 23:30:27,586 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [4d3a2dcf] FINISH, SetVmStatusVDSCommand, log id: 2df70c91 2012-11-11 23:30:27,612 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [4d3a2dcf] Lock freed to object EngineLock [exclusiveLocks= key: a9a4dd01-4af8-4f67-a46d-431a861dbf37 value: VM , sharedLocks= ] 2012-11-11 23:30:27,612 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [4d3a2dcf] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = a9a4dd01-4af8-4f67-a46d-431a861dbf37), log id: 6eada54e 2012-11-11 23:30:27,654 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [4d3a2dcf] FINISH, RemoveVMVDSCommand, log id: 6eada54e 2012-11-11 23:30:27,657 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [4a3fdca6] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: a9a4dd01-4af8-4f67-a46d-431a861dbf37 Type: VM 2012-11-11 23:30:27,662 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [3a7136aa] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 23:30:27,677 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [3a7136aa] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 391198f8-2da5-480b-962d-0de062758a77, postZeros = false, forceDelete = false), log id: 5c1418f6 2012-11-11 23:30:28,251 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [3a7136aa] FINISH, DeleteImageGroupVDSCommand, log id: 5c1418f6 2012-11-11 23:30:28,282 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [3a7136aa] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity a9a4dd01-4af8-4f67-a46d-431a861dbf37 2012-11-11 23:30:28,282 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [3a7136aa] EntityMultiAsyncTasks::AttachTask: Attaching task f448de11-3676-4a24-8ba2-55df75b75ea7 to entity a9a4dd01-4af8-4f67-a46d-431a861dbf37. 2012-11-11 23:30:28,283 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [3a7136aa] Adding task f448de11-3676-4a24-8ba2-55df75b75ea7 to DataBase 2012-11-11 23:30:28,317 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [3a7136aa] Adding task f448de11-3676-4a24-8ba2-55df75b75ea7 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 23:30:28,480 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [3a7136aa] BaseAsyncTask::StartPollingTask: Starting to poll task f448de11-3676-4a24-8ba2-55df75b75ea7. 2012-11-11 23:30:28,480 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [3a7136aa] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity a9a4dd01-4af8-4f67-a46d-431a861dbf37 is RemoveVm (determined by task f448de11-3676-4a24-8ba2-55df75b75ea7) 2012-11-11 23:30:28,581 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [312c8d42] Running command: RemoveVmCommand internal: false. Entities affected : ID: d7ca863b-58c2-47ca-9488-f1dbfba2cb03 Type: VM 2012-11-11 23:30:28,582 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [312c8d42] START, SetVmStatusVDSCommand( vmId = d7ca863b-58c2-47ca-9488-f1dbfba2cb03, status = ImageLocked), log id: fbe07bb 2012-11-11 23:30:28,584 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [312c8d42] FINISH, SetVmStatusVDSCommand, log id: fbe07bb 2012-11-11 23:30:28,595 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [312c8d42] Lock freed to object EngineLock [exclusiveLocks= key: d7ca863b-58c2-47ca-9488-f1dbfba2cb03 value: VM , sharedLocks= ] 2012-11-11 23:30:28,595 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [312c8d42] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = d7ca863b-58c2-47ca-9488-f1dbfba2cb03), log id: 5b73070d 2012-11-11 23:30:28,638 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [312c8d42] FINISH, RemoveVMVDSCommand, log id: 5b73070d 2012-11-11 23:30:28,650 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [5cd41562] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: d7ca863b-58c2-47ca-9488-f1dbfba2cb03 Type: VM 2012-11-11 23:30:28,655 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [72134997] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 23:30:28,668 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [72134997] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 07b7dd91-a798-4822-939d-f2dd87a7d2a8, postZeros = false, forceDelete = false), log id: 5e5ec810 2012-11-11 23:30:29,272 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [72134997] FINISH, DeleteImageGroupVDSCommand, log id: 5e5ec810 2012-11-11 23:30:29,283 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [72134997] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity d7ca863b-58c2-47ca-9488-f1dbfba2cb03 2012-11-11 23:30:29,283 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [72134997] EntityMultiAsyncTasks::AttachTask: Attaching task 5867d8bf-571f-4b82-a5b8-ae78df2dc746 to entity d7ca863b-58c2-47ca-9488-f1dbfba2cb03. 2012-11-11 23:30:29,284 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [72134997] Adding task 5867d8bf-571f-4b82-a5b8-ae78df2dc746 to DataBase 2012-11-11 23:30:29,294 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [72134997] Adding task 5867d8bf-571f-4b82-a5b8-ae78df2dc746 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 23:30:29,705 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [72134997] BaseAsyncTask::StartPollingTask: Starting to poll task 5867d8bf-571f-4b82-a5b8-ae78df2dc746. 2012-11-11 23:30:29,705 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [72134997] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity d7ca863b-58c2-47ca-9488-f1dbfba2cb03 is RemoveVm (determined by task 5867d8bf-571f-4b82-a5b8-ae78df2dc746) 2012-11-11 23:30:30,186 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [48c04ed] Running command: RemoveVmCommand internal: false. Entities affected : ID: 19597565-e63a-46c0-83e5-1dfc1b3e9b37 Type: VM 2012-11-11 23:30:30,187 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [48c04ed] START, SetVmStatusVDSCommand( vmId = 19597565-e63a-46c0-83e5-1dfc1b3e9b37, status = ImageLocked), log id: 14ddc947 2012-11-11 23:30:30,190 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [48c04ed] FINISH, SetVmStatusVDSCommand, log id: 14ddc947 2012-11-11 23:30:30,221 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [48c04ed] Lock freed to object EngineLock [exclusiveLocks= key: 19597565-e63a-46c0-83e5-1dfc1b3e9b37 value: VM , sharedLocks= ] 2012-11-11 23:30:30,221 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [48c04ed] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 19597565-e63a-46c0-83e5-1dfc1b3e9b37), log id: 3da99f43 2012-11-11 23:30:30,293 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [48c04ed] FINISH, RemoveVMVDSCommand, log id: 3da99f43 2012-11-11 23:30:30,301 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [2e2241a9] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 19597565-e63a-46c0-83e5-1dfc1b3e9b37 Type: VM 2012-11-11 23:30:30,311 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [1e14b45f] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 23:30:30,334 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [1e14b45f] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = e22a5dc7-6875-4230-afb0-e68eff68b4ed, postZeros = false, forceDelete = false), log id: 5d8356b9 2012-11-11 23:30:31,682 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [1e14b45f] FINISH, DeleteImageGroupVDSCommand, log id: 5d8356b9 2012-11-11 23:30:31,785 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [1e14b45f] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 19597565-e63a-46c0-83e5-1dfc1b3e9b37 2012-11-11 23:30:31,785 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [1e14b45f] EntityMultiAsyncTasks::AttachTask: Attaching task c2411abb-11bb-4114-88e3-07506541cd9a to entity 19597565-e63a-46c0-83e5-1dfc1b3e9b37. 2012-11-11 23:30:31,787 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [1e14b45f] Adding task c2411abb-11bb-4114-88e3-07506541cd9a to DataBase 2012-11-11 23:30:31,801 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [1e14b45f] Adding task c2411abb-11bb-4114-88e3-07506541cd9a (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 23:30:31,936 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [1e14b45f] BaseAsyncTask::StartPollingTask: Starting to poll task c2411abb-11bb-4114-88e3-07506541cd9a. 2012-11-11 23:30:31,936 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [1e14b45f] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 19597565-e63a-46c0-83e5-1dfc1b3e9b37 is RemoveVm (determined by task c2411abb-11bb-4114-88e3-07506541cd9a) 2012-11-11 23:30:31,939 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-93) Polling and updating Async Tasks: 4 tasks, 4 tasks to poll now 2012-11-11 23:30:31,963 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-93) SPMAsyncTask::PollTask: Polling task edceba7e-37dd-47cb-8d3c-0fc07562e75b (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 23:30:32,015 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-93) BaseAsyncTask::OnTaskEndSuccess: Task edceba7e-37dd-47cb-8d3c-0fc07562e75b (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 23:30:32,017 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-93) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 1415a1a3-a14e-4323-b453-ad6e40aec930 has ended -> executing EndAction 2012-11-11 23:30:32,017 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-93) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 1415a1a3-a14e-4323-b453-ad6e40aec930): calling EndAction for action type RemoveVm. 2012-11-11 23:30:32,017 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-93) SPMAsyncTask::PollTask: Polling task c2411abb-11bb-4114-88e3-07506541cd9a (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 23:30:32,017 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-42) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 23:30:32,067 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-93) BaseAsyncTask::OnTaskEndSuccess: Task c2411abb-11bb-4114-88e3-07506541cd9a (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 23:30:32,067 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-93) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 19597565-e63a-46c0-83e5-1dfc1b3e9b37 has ended -> executing EndAction 2012-11-11 23:30:32,068 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-93) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 19597565-e63a-46c0-83e5-1dfc1b3e9b37): calling EndAction for action type RemoveVm. 2012-11-11 23:30:32,068 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-93) SPMAsyncTask::PollTask: Polling task f448de11-3676-4a24-8ba2-55df75b75ea7 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 23:30:32,068 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 23:30:32,077 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-42) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 23:30:32,077 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-42) Lock Acquired to object EngineLock [exclusiveLocks= key: 1415a1a3-a14e-4323-b453-ad6e40aec930 value: VM , sharedLocks= ] 2012-11-11 23:30:32,084 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-42) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:69) - entered 2012-11-11 23:30:32,090 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-42) Lock freed to object EngineLock [exclusiveLocks= key: 1415a1a3-a14e-4323-b453-ad6e40aec930 value: VM , sharedLocks= ] 2012-11-11 23:30:32,121 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-93) BaseAsyncTask::OnTaskEndSuccess: Task f448de11-3676-4a24-8ba2-55df75b75ea7 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 23:30:32,122 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-93) EntityAsyncTask::EndActionIfNecessary: All tasks of entity a9a4dd01-4af8-4f67-a46d-431a861dbf37 has ended -> executing EndAction 2012-11-11 23:30:32,123 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-93) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: a9a4dd01-4af8-4f67-a46d-431a861dbf37): calling EndAction for action type RemoveVm. 2012-11-11 23:30:32,123 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-93) SPMAsyncTask::PollTask: Polling task 5867d8bf-571f-4b82-a5b8-ae78df2dc746 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 23:30:32,124 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 23:30:32,153 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [27b760be] Running command: RemoveVmCommand internal: false. Entities affected : ID: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 Type: VM 2012-11-11 23:30:32,154 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [27b760be] START, SetVmStatusVDSCommand( vmId = 2dddca7a-1ed0-426d-b505-3a02f7d82bd3, status = ImageLocked), log id: 725c18f2 2012-11-11 23:30:32,156 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 23:30:32,157 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock Acquired to object EngineLock [exclusiveLocks= key: 19597565-e63a-46c0-83e5-1dfc1b3e9b37 value: VM , sharedLocks= ] 2012-11-11 23:30:32,157 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [27b760be] FINISH, SetVmStatusVDSCommand, log id: 725c18f2 2012-11-11 23:30:32,164 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-49) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:67) - entered 2012-11-11 23:30:32,169 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock freed to object EngineLock [exclusiveLocks= key: 19597565-e63a-46c0-83e5-1dfc1b3e9b37 value: VM , sharedLocks= ] 2012-11-11 23:30:32,214 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-93) BaseAsyncTask::OnTaskEndSuccess: Task 5867d8bf-571f-4b82-a5b8-ae78df2dc746 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 23:30:32,214 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-93) EntityAsyncTask::EndActionIfNecessary: All tasks of entity d7ca863b-58c2-47ca-9488-f1dbfba2cb03 has ended -> executing EndAction 2012-11-11 23:30:32,214 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-93) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: d7ca863b-58c2-47ca-9488-f1dbfba2cb03): calling EndAction for action type RemoveVm. 2012-11-11 23:30:32,215 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 23:30:32,235 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-42) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 23:30:32,235 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-42) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 23:30:32,235 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [27b760be] Lock freed to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 23:30:32,235 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [27b760be] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 2dddca7a-1ed0-426d-b505-3a02f7d82bd3), log id: 402d1c24 2012-11-11 23:30:32,235 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 23:30:32,235 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) Lock Acquired to object EngineLock [exclusiveLocks= key: a9a4dd01-4af8-4f67-a46d-431a861dbf37 value: VM , sharedLocks= ] 2012-11-11 23:30:32,251 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-50) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:5d) - entered 2012-11-11 23:30:32,257 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) Lock freed to object EngineLock [exclusiveLocks= key: a9a4dd01-4af8-4f67-a46d-431a861dbf37 value: VM , sharedLocks= ] 2012-11-11 23:30:32,275 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-42) SPMAsyncTask::ClearAsyncTask: Attempting to clear task edceba7e-37dd-47cb-8d3c-0fc07562e75b 2012-11-11 23:30:32,275 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-42) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = edceba7e-37dd-47cb-8d3c-0fc07562e75b), log id: 6e0525ea 2012-11-11 23:30:32,283 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [27b760be] FINISH, RemoveVMVDSCommand, log id: 402d1c24 2012-11-11 23:30:32,285 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-42) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=edceba7e-37dd-47cb-8d3c-0fc07562e75b), log id: 32358bdf 2012-11-11 23:30:32,287 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [5954e0a8] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 Type: VM 2012-11-11 23:30:32,292 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [8da05f7] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 23:30:32,297 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-47) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 23:30:32,297 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-47) Lock Acquired to object EngineLock [exclusiveLocks= key: d7ca863b-58c2-47ca-9488-f1dbfba2cb03 value: VM , sharedLocks= ] 2012-11-11 23:30:32,303 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-47) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:68) - entered 2012-11-11 23:30:32,309 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-47) Lock freed to object EngineLock [exclusiveLocks= key: d7ca863b-58c2-47ca-9488-f1dbfba2cb03 value: VM , sharedLocks= ] 2012-11-11 23:30:32,323 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [8da05f7] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 1ebb61c0-1b37-4222-b768-fceebb691298, postZeros = false, forceDelete = false), log id: 44f35cc6 2012-11-11 23:30:32,323 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 23:30:32,323 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 23:30:32,340 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 23:30:32,340 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 23:30:32,366 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) SPMAsyncTask::ClearAsyncTask: Attempting to clear task c2411abb-11bb-4114-88e3-07506541cd9a 2012-11-11 23:30:32,366 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = c2411abb-11bb-4114-88e3-07506541cd9a), log id: 3a5fb042 2012-11-11 23:30:32,372 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-50) SPMAsyncTask::ClearAsyncTask: Attempting to clear task f448de11-3676-4a24-8ba2-55df75b75ea7 2012-11-11 23:30:32,372 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-50) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = f448de11-3676-4a24-8ba2-55df75b75ea7), log id: 602cdafe 2012-11-11 23:30:32,373 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 23:30:32,373 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 23:30:32,374 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-42) FINISH, HSMClearTaskVDSCommand, log id: 32358bdf 2012-11-11 23:30:32,374 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-42) FINISH, SPMClearTaskVDSCommand, log id: 6e0525ea 2012-11-11 23:30:32,383 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-42) BaseAsyncTask::RemoveTaskFromDB: Removed task edceba7e-37dd-47cb-8d3c-0fc07562e75b from DataBase 2012-11-11 23:30:32,383 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-42) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 1415a1a3-a14e-4323-b453-ad6e40aec930 2012-11-11 23:30:32,383 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-50) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=f448de11-3676-4a24-8ba2-55df75b75ea7), log id: 256bd023 2012-11-11 23:30:32,403 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-47) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 5867d8bf-571f-4b82-a5b8-ae78df2dc746 2012-11-11 23:30:32,403 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-47) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 5867d8bf-571f-4b82-a5b8-ae78df2dc746), log id: 492dbd06 2012-11-11 23:30:32,446 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-50) FINISH, HSMClearTaskVDSCommand, log id: 256bd023 2012-11-11 23:30:32,446 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-50) FINISH, SPMClearTaskVDSCommand, log id: 602cdafe 2012-11-11 23:30:32,448 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=c2411abb-11bb-4114-88e3-07506541cd9a), log id: 44dcb542 2012-11-11 23:30:32,456 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-50) BaseAsyncTask::RemoveTaskFromDB: Removed task f448de11-3676-4a24-8ba2-55df75b75ea7 from DataBase 2012-11-11 23:30:32,456 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity a9a4dd01-4af8-4f67-a46d-431a861dbf37 2012-11-11 23:30:32,536 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) FINISH, HSMClearTaskVDSCommand, log id: 44dcb542 2012-11-11 23:30:32,536 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) FINISH, SPMClearTaskVDSCommand, log id: 3a5fb042 2012-11-11 23:30:32,608 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) BaseAsyncTask::RemoveTaskFromDB: Removed task c2411abb-11bb-4114-88e3-07506541cd9a from DataBase 2012-11-11 23:30:32,608 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 19597565-e63a-46c0-83e5-1dfc1b3e9b37 2012-11-11 23:30:33,099 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [8da05f7] FINISH, DeleteImageGroupVDSCommand, log id: 44f35cc6 2012-11-11 23:30:33,111 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-47) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=5867d8bf-571f-4b82-a5b8-ae78df2dc746), log id: 7c21c56e 2012-11-11 23:30:33,128 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [8da05f7] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 2012-11-11 23:30:33,128 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [8da05f7] EntityMultiAsyncTasks::AttachTask: Attaching task 0df1d36f-42b8-4da4-9d87-31c079aa4316 to entity 2dddca7a-1ed0-426d-b505-3a02f7d82bd3. 2012-11-11 23:30:33,130 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [8da05f7] Adding task 0df1d36f-42b8-4da4-9d87-31c079aa4316 to DataBase 2012-11-11 23:30:33,146 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [8da05f7] Adding task 0df1d36f-42b8-4da4-9d87-31c079aa4316 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 23:30:33,215 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-47) FINISH, HSMClearTaskVDSCommand, log id: 7c21c56e 2012-11-11 23:30:33,215 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-47) FINISH, SPMClearTaskVDSCommand, log id: 492dbd06 2012-11-11 23:30:33,252 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-47) BaseAsyncTask::RemoveTaskFromDB: Removed task 5867d8bf-571f-4b82-a5b8-ae78df2dc746 from DataBase 2012-11-11 23:30:33,252 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity d7ca863b-58c2-47ca-9488-f1dbfba2cb03 2012-11-11 23:30:33,297 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [8da05f7] BaseAsyncTask::StartPollingTask: Starting to poll task 0df1d36f-42b8-4da4-9d87-31c079aa4316. 2012-11-11 23:30:33,297 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [8da05f7] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 is RemoveVm (determined by task 0df1d36f-42b8-4da4-9d87-31c079aa4316) 2012-11-11 23:30:33,378 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [13f75655] Running command: RemoveVmCommand internal: false. Entities affected : ID: fb4691db-5be0-4c6c-83ea-835e483ee1a6 Type: VM 2012-11-11 23:30:33,379 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [13f75655] START, SetVmStatusVDSCommand( vmId = fb4691db-5be0-4c6c-83ea-835e483ee1a6, status = ImageLocked), log id: 779105a4 2012-11-11 23:30:33,382 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [13f75655] FINISH, SetVmStatusVDSCommand, log id: 779105a4 2012-11-11 23:30:33,392 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [13f75655] Lock freed to object EngineLock [exclusiveLocks= key: fb4691db-5be0-4c6c-83ea-835e483ee1a6 value: VM , sharedLocks= ] 2012-11-11 23:30:33,392 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [13f75655] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = fb4691db-5be0-4c6c-83ea-835e483ee1a6), log id: 1186756 2012-11-11 23:30:33,448 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [13f75655] FINISH, RemoveVMVDSCommand, log id: 1186756 2012-11-11 23:30:33,451 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [69283fa9] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: fb4691db-5be0-4c6c-83ea-835e483ee1a6 Type: VM 2012-11-11 23:30:33,460 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [48437d9f] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 23:30:33,472 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [48437d9f] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 55713b3d-3ae2-484c-9c34-c9b2ac8930d6, postZeros = false, forceDelete = false), log id: 788d507d 2012-11-11 23:30:34,072 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [48437d9f] FINISH, DeleteImageGroupVDSCommand, log id: 788d507d 2012-11-11 23:30:34,098 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [48437d9f] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity fb4691db-5be0-4c6c-83ea-835e483ee1a6 2012-11-11 23:30:34,098 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [48437d9f] EntityMultiAsyncTasks::AttachTask: Attaching task 6f490bc8-d5ec-4b36-a243-73e5facfc222 to entity fb4691db-5be0-4c6c-83ea-835e483ee1a6. 2012-11-11 23:30:34,099 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [48437d9f] Adding task 6f490bc8-d5ec-4b36-a243-73e5facfc222 to DataBase 2012-11-11 23:30:34,110 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [48437d9f] Adding task 6f490bc8-d5ec-4b36-a243-73e5facfc222 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 23:30:34,178 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [48437d9f] BaseAsyncTask::StartPollingTask: Starting to poll task 6f490bc8-d5ec-4b36-a243-73e5facfc222. 2012-11-11 23:30:34,178 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [48437d9f] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity fb4691db-5be0-4c6c-83ea-835e483ee1a6 is RemoveVm (determined by task 6f490bc8-d5ec-4b36-a243-73e5facfc222) 2012-11-11 23:30:34,275 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [392d73b5] Running command: RemoveVmCommand internal: false. Entities affected : ID: 9926c9df-0b57-42cc-a761-18343e36fb9e Type: VM 2012-11-11 23:30:34,275 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [392d73b5] START, SetVmStatusVDSCommand( vmId = 9926c9df-0b57-42cc-a761-18343e36fb9e, status = ImageLocked), log id: 93103b7 2012-11-11 23:30:34,277 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [392d73b5] FINISH, SetVmStatusVDSCommand, log id: 93103b7 2012-11-11 23:30:34,304 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [392d73b5] Lock freed to object EngineLock [exclusiveLocks= key: 9926c9df-0b57-42cc-a761-18343e36fb9e value: VM , sharedLocks= ] 2012-11-11 23:30:34,305 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [392d73b5] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 9926c9df-0b57-42cc-a761-18343e36fb9e), log id: 3daec433 2012-11-11 23:30:34,368 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [392d73b5] FINISH, RemoveVMVDSCommand, log id: 3daec433 2012-11-11 23:30:34,372 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [44072989] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 9926c9df-0b57-42cc-a761-18343e36fb9e Type: VM 2012-11-11 23:30:34,381 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [3e22be61] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 23:30:34,391 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [3e22be61] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = af939c99-6f11-4e43-a5f6-5ebe0ba703b0, postZeros = false, forceDelete = false), log id: 6a9afaa2 2012-11-11 23:30:34,994 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [3e22be61] FINISH, DeleteImageGroupVDSCommand, log id: 6a9afaa2 2012-11-11 23:30:35,078 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [3e22be61] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 9926c9df-0b57-42cc-a761-18343e36fb9e 2012-11-11 23:30:35,078 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [3e22be61] EntityMultiAsyncTasks::AttachTask: Attaching task b4935389-357a-41f3-9b79-962715131708 to entity 9926c9df-0b57-42cc-a761-18343e36fb9e. 2012-11-11 23:30:35,079 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [3e22be61] Adding task b4935389-357a-41f3-9b79-962715131708 to DataBase 2012-11-11 23:30:35,108 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [3e22be61] Adding task b4935389-357a-41f3-9b79-962715131708 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 23:30:35,213 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [3e22be61] BaseAsyncTask::StartPollingTask: Starting to poll task b4935389-357a-41f3-9b79-962715131708. 2012-11-11 23:30:35,213 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [3e22be61] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 9926c9df-0b57-42cc-a761-18343e36fb9e is RemoveVm (determined by task b4935389-357a-41f3-9b79-962715131708) 2012-11-11 23:30:35,282 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [77c1a3b9] Running command: RemoveVmCommand internal: false. Entities affected : ID: ce70f911-a059-4ce2-8c43-aa0671c20fd7 Type: VM 2012-11-11 23:30:35,282 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [77c1a3b9] START, SetVmStatusVDSCommand( vmId = ce70f911-a059-4ce2-8c43-aa0671c20fd7, status = ImageLocked), log id: 392b563a 2012-11-11 23:30:35,286 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [77c1a3b9] FINISH, SetVmStatusVDSCommand, log id: 392b563a 2012-11-11 23:30:35,312 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [77c1a3b9] Lock freed to object EngineLock [exclusiveLocks= key: ce70f911-a059-4ce2-8c43-aa0671c20fd7 value: VM , sharedLocks= ] 2012-11-11 23:30:35,312 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [77c1a3b9] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = ce70f911-a059-4ce2-8c43-aa0671c20fd7), log id: 345b751 2012-11-11 23:30:35,359 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [77c1a3b9] FINISH, RemoveVMVDSCommand, log id: 345b751 2012-11-11 23:30:35,362 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [56062884] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: ce70f911-a059-4ce2-8c43-aa0671c20fd7 Type: VM 2012-11-11 23:30:35,368 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [60c20ac4] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 23:30:35,383 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [60c20ac4] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 82cd6ab0-01c7-437c-bda1-278b62ddbfa7, postZeros = false, forceDelete = false), log id: 707ab71b 2012-11-11 23:30:36,659 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [60c20ac4] FINISH, DeleteImageGroupVDSCommand, log id: 707ab71b 2012-11-11 23:30:36,681 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [60c20ac4] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity ce70f911-a059-4ce2-8c43-aa0671c20fd7 2012-11-11 23:30:36,681 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [60c20ac4] EntityMultiAsyncTasks::AttachTask: Attaching task 56b249c8-2c4f-4687-9138-ef08610229e7 to entity ce70f911-a059-4ce2-8c43-aa0671c20fd7. 2012-11-11 23:30:36,682 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [60c20ac4] Adding task 56b249c8-2c4f-4687-9138-ef08610229e7 to DataBase 2012-11-11 23:30:36,732 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [60c20ac4] Adding task 56b249c8-2c4f-4687-9138-ef08610229e7 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 23:30:36,841 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [60c20ac4] BaseAsyncTask::StartPollingTask: Starting to poll task 56b249c8-2c4f-4687-9138-ef08610229e7. 2012-11-11 23:30:36,841 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [60c20ac4] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity ce70f911-a059-4ce2-8c43-aa0671c20fd7 is RemoveVm (determined by task 56b249c8-2c4f-4687-9138-ef08610229e7) 2012-11-11 23:30:36,897 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [27208fa] Running command: RemoveVmCommand internal: false. Entities affected : ID: 611eccbb-0bea-4022-8056-f65b7bf6b926 Type: VM 2012-11-11 23:30:36,898 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [27208fa] START, SetVmStatusVDSCommand( vmId = 611eccbb-0bea-4022-8056-f65b7bf6b926, status = ImageLocked), log id: 6957e057 2012-11-11 23:30:36,900 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [27208fa] FINISH, SetVmStatusVDSCommand, log id: 6957e057 2012-11-11 23:30:36,914 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [27208fa] Lock freed to object EngineLock [exclusiveLocks= key: 611eccbb-0bea-4022-8056-f65b7bf6b926 value: VM , sharedLocks= ] 2012-11-11 23:30:36,914 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [27208fa] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 611eccbb-0bea-4022-8056-f65b7bf6b926), log id: 3b09ccca 2012-11-11 23:30:36,967 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [27208fa] FINISH, RemoveVMVDSCommand, log id: 3b09ccca 2012-11-11 23:30:36,971 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [64000e] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 611eccbb-0bea-4022-8056-f65b7bf6b926 Type: VM 2012-11-11 23:30:36,975 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [4d29fe3c] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 23:30:36,997 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [4d29fe3c] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = c0e42d2a-c5ec-4e3d-af37-5235eb0df6dc, postZeros = false, forceDelete = false), log id: 1ac2230b 2012-11-11 23:30:37,580 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [4d29fe3c] FINISH, DeleteImageGroupVDSCommand, log id: 1ac2230b 2012-11-11 23:30:37,604 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [4d29fe3c] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 611eccbb-0bea-4022-8056-f65b7bf6b926 2012-11-11 23:30:37,604 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [4d29fe3c] EntityMultiAsyncTasks::AttachTask: Attaching task a792d1c1-f9a0-4c1f-8fdd-0b94839d450b to entity 611eccbb-0bea-4022-8056-f65b7bf6b926. 2012-11-11 23:30:37,605 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [4d29fe3c] Adding task a792d1c1-f9a0-4c1f-8fdd-0b94839d450b to DataBase 2012-11-11 23:30:37,618 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [4d29fe3c] Adding task a792d1c1-f9a0-4c1f-8fdd-0b94839d450b (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 23:30:37,691 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [4d29fe3c] BaseAsyncTask::StartPollingTask: Starting to poll task a792d1c1-f9a0-4c1f-8fdd-0b94839d450b. 2012-11-11 23:30:37,691 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [4d29fe3c] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 611eccbb-0bea-4022-8056-f65b7bf6b926 is RemoveVm (determined by task a792d1c1-f9a0-4c1f-8fdd-0b94839d450b) 2012-11-11 23:30:37,783 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [5a31b28a] Running command: RemoveVmCommand internal: false. Entities affected : ID: 94c7f8c1-2295-4e35-b582-b5544a777f52 Type: VM 2012-11-11 23:30:37,784 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [5a31b28a] START, SetVmStatusVDSCommand( vmId = 94c7f8c1-2295-4e35-b582-b5544a777f52, status = ImageLocked), log id: 6f980d36 2012-11-11 23:30:37,786 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [5a31b28a] FINISH, SetVmStatusVDSCommand, log id: 6f980d36 2012-11-11 23:30:37,804 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [5a31b28a] Lock freed to object EngineLock [exclusiveLocks= key: 94c7f8c1-2295-4e35-b582-b5544a777f52 value: VM , sharedLocks= ] 2012-11-11 23:30:37,804 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [5a31b28a] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 94c7f8c1-2295-4e35-b582-b5544a777f52), log id: f5cc49b 2012-11-11 23:30:37,855 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [5a31b28a] FINISH, RemoveVMVDSCommand, log id: f5cc49b 2012-11-11 23:30:37,858 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [136fa3fe] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 94c7f8c1-2295-4e35-b582-b5544a777f52 Type: VM 2012-11-11 23:30:37,862 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [4a0220a4] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 23:30:37,876 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [4a0220a4] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 8d1f0695-bea7-414a-9fee-730ff3b53774, postZeros = false, forceDelete = false), log id: 2088f4fd 2012-11-11 23:30:38,427 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [4a0220a4] FINISH, DeleteImageGroupVDSCommand, log id: 2088f4fd 2012-11-11 23:30:38,470 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [4a0220a4] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 94c7f8c1-2295-4e35-b582-b5544a777f52 2012-11-11 23:30:38,470 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [4a0220a4] EntityMultiAsyncTasks::AttachTask: Attaching task 76278038-0259-4d24-a49c-f654db3d8061 to entity 94c7f8c1-2295-4e35-b582-b5544a777f52. 2012-11-11 23:30:38,472 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [4a0220a4] Adding task 76278038-0259-4d24-a49c-f654db3d8061 to DataBase 2012-11-11 23:30:38,510 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [4a0220a4] Adding task 76278038-0259-4d24-a49c-f654db3d8061 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 23:30:38,646 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [4a0220a4] BaseAsyncTask::StartPollingTask: Starting to poll task 76278038-0259-4d24-a49c-f654db3d8061. 2012-11-11 23:30:38,646 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [4a0220a4] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 94c7f8c1-2295-4e35-b582-b5544a777f52 is RemoveVm (determined by task 76278038-0259-4d24-a49c-f654db3d8061) 2012-11-11 23:30:38,855 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [67e76f66] Running command: RemoveVmCommand internal: false. Entities affected : ID: 34ab974c-a5c5-4b76-985f-a459f0a2ff84 Type: VM 2012-11-11 23:30:38,856 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [67e76f66] START, SetVmStatusVDSCommand( vmId = 34ab974c-a5c5-4b76-985f-a459f0a2ff84, status = ImageLocked), log id: 2f7def47 2012-11-11 23:30:38,859 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-48) [67e76f66] FINISH, SetVmStatusVDSCommand, log id: 2f7def47 2012-11-11 23:30:38,903 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) [67e76f66] Lock freed to object EngineLock [exclusiveLocks= key: 34ab974c-a5c5-4b76-985f-a459f0a2ff84 value: VM , sharedLocks= ] 2012-11-11 23:30:38,903 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [67e76f66] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 34ab974c-a5c5-4b76-985f-a459f0a2ff84), log id: 458ad24 2012-11-11 23:30:38,946 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-48) [67e76f66] FINISH, RemoveVMVDSCommand, log id: 458ad24 2012-11-11 23:30:38,949 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-48) [59cf18b6] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 34ab974c-a5c5-4b76-985f-a459f0a2ff84 Type: VM 2012-11-11 23:30:38,953 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-48) [4dbd1d7a] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 23:30:39,034 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [4dbd1d7a] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = d330f573-0040-4f72-a64c-b1aa14b9309a, postZeros = false, forceDelete = false), log id: 19429685 2012-11-11 23:30:39,763 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-48) [4dbd1d7a] FINISH, DeleteImageGroupVDSCommand, log id: 19429685 2012-11-11 23:30:39,777 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) [4dbd1d7a] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 34ab974c-a5c5-4b76-985f-a459f0a2ff84 2012-11-11 23:30:39,777 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [4dbd1d7a] EntityMultiAsyncTasks::AttachTask: Attaching task e4cc279e-c194-46e0-bce9-8d10228fff72 to entity 34ab974c-a5c5-4b76-985f-a459f0a2ff84. 2012-11-11 23:30:39,778 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-48) [4dbd1d7a] Adding task e4cc279e-c194-46e0-bce9-8d10228fff72 to DataBase 2012-11-11 23:30:40,124 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-48) [4dbd1d7a] Adding task e4cc279e-c194-46e0-bce9-8d10228fff72 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 23:30:40,485 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) [4dbd1d7a] BaseAsyncTask::StartPollingTask: Starting to poll task e4cc279e-c194-46e0-bce9-8d10228fff72. 2012-11-11 23:30:40,485 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-48) [4dbd1d7a] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 34ab974c-a5c5-4b76-985f-a459f0a2ff84 is RemoveVm (determined by task e4cc279e-c194-46e0-bce9-8d10228fff72) 2012-11-11 23:30:42,215 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-76) Polling and updating Async Tasks: 11 tasks, 7 tasks to poll now 2012-11-11 23:30:42,242 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-76) SPMAsyncTask::PollTask: Polling task 76278038-0259-4d24-a49c-f654db3d8061 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 23:30:42,287 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-76) BaseAsyncTask::OnTaskEndSuccess: Task 76278038-0259-4d24-a49c-f654db3d8061 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 23:30:42,288 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-76) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 94c7f8c1-2295-4e35-b582-b5544a777f52 has ended -> executing EndAction 2012-11-11 23:30:42,288 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-76) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 94c7f8c1-2295-4e35-b582-b5544a777f52): calling EndAction for action type RemoveVm. 2012-11-11 23:30:42,288 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-76) SPMAsyncTask::PollTask: Polling task 6f490bc8-d5ec-4b36-a243-73e5facfc222 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 23:30:42,288 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 23:30:42,308 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-76) BaseAsyncTask::OnTaskEndSuccess: Task 6f490bc8-d5ec-4b36-a243-73e5facfc222 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 23:30:42,309 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-76) EntityAsyncTask::EndActionIfNecessary: All tasks of entity fb4691db-5be0-4c6c-83ea-835e483ee1a6 has ended -> executing EndAction 2012-11-11 23:30:42,309 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-76) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: fb4691db-5be0-4c6c-83ea-835e483ee1a6): calling EndAction for action type RemoveVm. 2012-11-11 23:30:42,309 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-76) SPMAsyncTask::PollTask: Polling task b4935389-357a-41f3-9b79-962715131708 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 23:30:42,309 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 23:30:42,334 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 23:30:42,334 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Lock Acquired to object EngineLock [exclusiveLocks= key: 94c7f8c1-2295-4e35-b582-b5544a777f52 value: VM , sharedLocks= ] 2012-11-11 23:30:42,339 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-48) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:66) - entered 2012-11-11 23:30:42,341 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-48) Lock freed to object EngineLock [exclusiveLocks= key: 94c7f8c1-2295-4e35-b582-b5544a777f52 value: VM , sharedLocks= ] 2012-11-11 23:30:42,343 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-76) BaseAsyncTask::OnTaskEndSuccess: Task b4935389-357a-41f3-9b79-962715131708 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 23:30:42,344 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-76) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 9926c9df-0b57-42cc-a761-18343e36fb9e has ended -> executing EndAction 2012-11-11 23:30:42,344 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-76) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 9926c9df-0b57-42cc-a761-18343e36fb9e): calling EndAction for action type RemoveVm. 2012-11-11 23:30:42,344 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-76) SPMAsyncTask::PollTask: Polling task 0df1d36f-42b8-4da4-9d87-31c079aa4316 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 23:30:42,344 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 23:30:42,345 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-47) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 23:30:42,345 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-47) Lock Acquired to object EngineLock [exclusiveLocks= key: fb4691db-5be0-4c6c-83ea-835e483ee1a6 value: VM , sharedLocks= ] 2012-11-11 23:30:42,352 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-47) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:65) - entered 2012-11-11 23:30:42,357 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-47) Lock freed to object EngineLock [exclusiveLocks= key: fb4691db-5be0-4c6c-83ea-835e483ee1a6 value: VM , sharedLocks= ] 2012-11-11 23:30:42,389 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-76) BaseAsyncTask::OnTaskEndSuccess: Task 0df1d36f-42b8-4da4-9d87-31c079aa4316 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 23:30:42,389 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 23:30:42,389 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) Lock Acquired to object EngineLock [exclusiveLocks= key: 9926c9df-0b57-42cc-a761-18343e36fb9e value: VM , sharedLocks= ] 2012-11-11 23:30:42,390 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-76) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 has ended -> executing EndAction 2012-11-11 23:30:42,390 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-76) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3): calling EndAction for action type RemoveVm. 2012-11-11 23:30:42,390 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-76) SPMAsyncTask::PollTask: Polling task e4cc279e-c194-46e0-bce9-8d10228fff72 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 23:30:42,390 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 23:30:42,396 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-50) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:5f) - entered 2012-11-11 23:30:42,398 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 23:30:42,398 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 23:30:42,401 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-50) Lock freed to object EngineLock [exclusiveLocks= key: 9926c9df-0b57-42cc-a761-18343e36fb9e value: VM , sharedLocks= ] 2012-11-11 23:30:42,402 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-76) BaseAsyncTask::OnTaskEndSuccess: Task e4cc279e-c194-46e0-bce9-8d10228fff72 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 23:30:42,403 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-76) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 34ab974c-a5c5-4b76-985f-a459f0a2ff84 has ended -> executing EndAction 2012-11-11 23:30:42,403 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-76) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 34ab974c-a5c5-4b76-985f-a459f0a2ff84): calling EndAction for action type RemoveVm. 2012-11-11 23:30:42,403 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-76) SPMAsyncTask::PollTask: Polling task a792d1c1-f9a0-4c1f-8fdd-0b94839d450b (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 23:30:42,403 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-42) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 23:30:42,456 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 76278038-0259-4d24-a49c-f654db3d8061 2012-11-11 23:30:42,456 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 76278038-0259-4d24-a49c-f654db3d8061), log id: 53b51ff0 2012-11-11 23:30:42,456 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 23:30:42,457 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 23:30:42,458 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=76278038-0259-4d24-a49c-f654db3d8061), log id: 55f801c2 2012-11-11 23:30:42,482 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-76) BaseAsyncTask::OnTaskEndSuccess: Task a792d1c1-f9a0-4c1f-8fdd-0b94839d450b (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 23:30:42,483 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-76) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 611eccbb-0bea-4022-8056-f65b7bf6b926 has ended -> executing EndAction 2012-11-11 23:30:42,483 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-76) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 611eccbb-0bea-4022-8056-f65b7bf6b926): calling EndAction for action type RemoveVm. 2012-11-11 23:30:42,483 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-76) SPMAsyncTask::PollTask: Polling task 56b249c8-2c4f-4687-9138-ef08610229e7 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 23:30:42,484 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-42) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 23:30:42,484 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-42) Lock Acquired to object EngineLock [exclusiveLocks= key: 34ab974c-a5c5-4b76-985f-a459f0a2ff84 value: VM , sharedLocks= ] 2012-11-11 23:30:42,484 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 23:30:42,484 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock Acquired to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 23:30:42,488 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 23:30:42,489 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-49) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:5a) - entered 2012-11-11 23:30:42,491 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock freed to object EngineLock [exclusiveLocks= key: 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 value: VM , sharedLocks= ] 2012-11-11 23:30:42,493 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-42) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:63) - entered 2012-11-11 23:30:42,495 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-42) Lock freed to object EngineLock [exclusiveLocks= key: 34ab974c-a5c5-4b76-985f-a459f0a2ff84 value: VM , sharedLocks= ] 2012-11-11 23:30:42,512 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-47) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 6f490bc8-d5ec-4b36-a243-73e5facfc222 2012-11-11 23:30:42,512 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-47) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 6f490bc8-d5ec-4b36-a243-73e5facfc222), log id: 1e4a378 2012-11-11 23:30:42,522 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-48) FINISH, HSMClearTaskVDSCommand, log id: 55f801c2 2012-11-11 23:30:42,522 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-48) FINISH, SPMClearTaskVDSCommand, log id: 53b51ff0 2012-11-11 23:30:42,524 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-47) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=6f490bc8-d5ec-4b36-a243-73e5facfc222), log id: 750b06fd 2012-11-11 23:30:42,550 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-76) BaseAsyncTask::OnTaskEndSuccess: Task 56b249c8-2c4f-4687-9138-ef08610229e7 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 23:30:42,551 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 23:30:42,551 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 23:30:42,552 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-76) EntityAsyncTask::EndActionIfNecessary: All tasks of entity ce70f911-a059-4ce2-8c43-aa0671c20fd7 has ended -> executing EndAction 2012-11-11 23:30:42,552 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-76) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: ce70f911-a059-4ce2-8c43-aa0671c20fd7): calling EndAction for action type RemoveVm. 2012-11-11 23:30:42,553 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 23:30:42,573 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-48) BaseAsyncTask::RemoveTaskFromDB: Removed task 76278038-0259-4d24-a49c-f654db3d8061 from DataBase 2012-11-11 23:30:42,573 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-48) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 94c7f8c1-2295-4e35-b582-b5544a777f52 2012-11-11 23:30:42,584 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-42) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 23:30:42,584 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 23:30:42,584 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-42) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 23:30:42,584 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 23:30:42,589 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-47) FINISH, HSMClearTaskVDSCommand, log id: 750b06fd 2012-11-11 23:30:42,589 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-47) FINISH, SPMClearTaskVDSCommand, log id: 1e4a378 2012-11-11 23:30:42,598 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 0df1d36f-42b8-4da4-9d87-31c079aa4316 2012-11-11 23:30:42,598 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 23:30:42,598 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 0df1d36f-42b8-4da4-9d87-31c079aa4316), log id: 9519fd8 2012-11-11 23:30:42,598 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Lock Acquired to object EngineLock [exclusiveLocks= key: ce70f911-a059-4ce2-8c43-aa0671c20fd7 value: VM , sharedLocks= ] 2012-11-11 23:30:42,599 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 23:30:42,599 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock Acquired to object EngineLock [exclusiveLocks= key: 611eccbb-0bea-4022-8056-f65b7bf6b926 value: VM , sharedLocks= ] 2012-11-11 23:30:42,603 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=0df1d36f-42b8-4da4-9d87-31c079aa4316), log id: 30b3d2c7 2012-11-11 23:30:42,605 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-50) SPMAsyncTask::ClearAsyncTask: Attempting to clear task b4935389-357a-41f3-9b79-962715131708 2012-11-11 23:30:42,605 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-50) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = b4935389-357a-41f3-9b79-962715131708), log id: 3fcc80c1 2012-11-11 23:30:42,610 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-45) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:5e) - entered 2012-11-11 23:30:42,612 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-43) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:64) - entered 2012-11-11 23:30:42,613 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock freed to object EngineLock [exclusiveLocks= key: 611eccbb-0bea-4022-8056-f65b7bf6b926 value: VM , sharedLocks= ] 2012-11-11 23:30:42,619 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Lock freed to object EngineLock [exclusiveLocks= key: ce70f911-a059-4ce2-8c43-aa0671c20fd7 value: VM , sharedLocks= ] 2012-11-11 23:30:42,634 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-42) SPMAsyncTask::ClearAsyncTask: Attempting to clear task e4cc279e-c194-46e0-bce9-8d10228fff72 2012-11-11 23:30:42,634 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-47) BaseAsyncTask::RemoveTaskFromDB: Removed task 6f490bc8-d5ec-4b36-a243-73e5facfc222 from DataBase 2012-11-11 23:30:42,634 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-47) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity fb4691db-5be0-4c6c-83ea-835e483ee1a6 2012-11-11 23:30:42,634 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-42) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = e4cc279e-c194-46e0-bce9-8d10228fff72), log id: 2285f3cf 2012-11-11 23:30:42,675 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) FINISH, HSMClearTaskVDSCommand, log id: 30b3d2c7 2012-11-11 23:30:42,675 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) FINISH, SPMClearTaskVDSCommand, log id: 9519fd8 2012-11-11 23:30:42,677 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-42) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=e4cc279e-c194-46e0-bce9-8d10228fff72), log id: 48983b22 2012-11-11 23:30:42,733 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) BaseAsyncTask::RemoveTaskFromDB: Removed task 0df1d36f-42b8-4da4-9d87-31c079aa4316 from DataBase 2012-11-11 23:30:42,733 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 2dddca7a-1ed0-426d-b505-3a02f7d82bd3 2012-11-11 23:30:42,746 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 23:30:42,746 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 23:30:42,746 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 23:30:42,746 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 23:30:42,747 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-42) FINISH, HSMClearTaskVDSCommand, log id: 48983b22 2012-11-11 23:30:42,748 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-42) FINISH, SPMClearTaskVDSCommand, log id: 2285f3cf 2012-11-11 23:30:42,749 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-50) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=b4935389-357a-41f3-9b79-962715131708), log id: 23eb6882 2012-11-11 23:30:42,759 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 56b249c8-2c4f-4687-9138-ef08610229e7 2012-11-11 23:30:42,759 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 56b249c8-2c4f-4687-9138-ef08610229e7), log id: 2cd507a4 2012-11-11 23:30:42,767 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-42) BaseAsyncTask::RemoveTaskFromDB: Removed task e4cc279e-c194-46e0-bce9-8d10228fff72 from DataBase 2012-11-11 23:30:42,767 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-42) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 34ab974c-a5c5-4b76-985f-a459f0a2ff84 2012-11-11 23:30:42,768 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) SPMAsyncTask::ClearAsyncTask: Attempting to clear task a792d1c1-f9a0-4c1f-8fdd-0b94839d450b 2012-11-11 23:30:42,768 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = a792d1c1-f9a0-4c1f-8fdd-0b94839d450b), log id: 21450326 2012-11-11 23:30:42,815 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-50) FINISH, HSMClearTaskVDSCommand, log id: 23eb6882 2012-11-11 23:30:42,815 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-50) FINISH, SPMClearTaskVDSCommand, log id: 3fcc80c1 2012-11-11 23:30:42,817 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=a792d1c1-f9a0-4c1f-8fdd-0b94839d450b), log id: 4c5b27a 2012-11-11 23:30:42,825 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-50) BaseAsyncTask::RemoveTaskFromDB: Removed task b4935389-357a-41f3-9b79-962715131708 from DataBase 2012-11-11 23:30:42,825 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 9926c9df-0b57-42cc-a761-18343e36fb9e 2012-11-11 23:30:42,882 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) FINISH, HSMClearTaskVDSCommand, log id: 4c5b27a 2012-11-11 23:30:42,882 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) FINISH, SPMClearTaskVDSCommand, log id: 21450326 2012-11-11 23:30:42,884 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=56b249c8-2c4f-4687-9138-ef08610229e7), log id: 55ccbd06 2012-11-11 23:30:42,901 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) BaseAsyncTask::RemoveTaskFromDB: Removed task a792d1c1-f9a0-4c1f-8fdd-0b94839d450b from DataBase 2012-11-11 23:30:42,901 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 611eccbb-0bea-4022-8056-f65b7bf6b926 2012-11-11 23:30:42,961 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) FINISH, HSMClearTaskVDSCommand, log id: 55ccbd06 2012-11-11 23:30:42,962 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) FINISH, SPMClearTaskVDSCommand, log id: 2cd507a4 2012-11-11 23:30:42,977 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) BaseAsyncTask::RemoveTaskFromDB: Removed task 56b249c8-2c4f-4687-9138-ef08610229e7 from DataBase 2012-11-11 23:30:42,977 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity ce70f911-a059-4ce2-8c43-aa0671c20fd7 2012-11-11 23:31:12,370 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:12,421 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:12,422 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:12,459 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:12,461 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [489390f5] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:12,875 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:12,915 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:12,916 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:12,966 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:12,968 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [7b32af44] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:13,378 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:13,434 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:13,434 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:13,484 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:13,486 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [4467cc9b] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:13,888 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:13,927 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:13,928 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:14,018 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:14,020 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [7943d6d5] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:14,438 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:14,493 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:14,493 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:14,971 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:14,973 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [287353be] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:15,395 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:15,466 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:15,466 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:15,561 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:15,563 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [4d9dea72] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:15,989 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:16,043 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:16,043 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:16,098 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:16,099 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [4647e01e] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:16,504 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:16,540 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:16,541 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:16,589 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:16,590 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [3064d3e8] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:17,000 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:17,032 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:17,032 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:17,080 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:17,082 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [730288bc] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:17,494 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:17,540 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:17,540 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:17,615 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:17,617 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [5a8e4f3f] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:18,056 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:18,145 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:18,145 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:18,231 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:18,233 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [6bec50d9] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:18,633 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:18,676 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:18,676 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:18,718 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:18,720 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [1ea43de2] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:19,132 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:19,170 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:19,170 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:19,211 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:19,214 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [d844a73] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:19,613 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:19,657 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:19,657 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:20,120 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:20,155 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [424e5e9d] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:20,587 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:20,653 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:20,653 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:20,739 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:20,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [6beb5ae] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:21,177 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:21,242 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:21,242 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:21,293 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:21,370 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-6) [38a2edc3] Lock Acquired to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:31:21,396 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [38a2edc3] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4d55813 2012-11-11 23:31:21,398 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [38a2edc3] FINISH, IsValidVDSCommand, return: true, log id: 4d55813 2012-11-11 23:31:21,455 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-6) [38a2edc3] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 23:31:21,456 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [38a2edc3] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5546da2e 2012-11-11 23:31:21,456 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [38a2edc3] FINISH, IsValidVDSCommand, return: true, log id: 5546da2e 2012-11-11 23:31:21,461 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-6) [38a2edc3] MacPoolManager::allocateNewMac entered 2012-11-11 23:31:21,461 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-6) [38a2edc3] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:69 2012-11-11 23:31:21,496 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-6) [38a2edc3] Lock freed to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:31:21,497 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-6) [38a2edc3] START, SetVmStatusVDSCommand( vmId = 27ba3741-6cea-44fe-92d4-ca25e52b8296, status = ImageLocked), log id: 2442d036 2012-11-11 23:31:21,499 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-6) [38a2edc3] FINISH, SetVmStatusVDSCommand, log id: 2442d036 2012-11-11 23:31:21,499 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-6) [24ed5bc1] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 23:31:21,504 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-6) [24ed5bc1] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 23ac33a0 2012-11-11 23:31:21,542 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-6) [24ed5bc1] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 23ac33a0 2012-11-11 23:31:21,543 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-6) [24ed5bc1] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 14cc8fde-4dac-4f1d-bce5-74cb13c9637f, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 6fbecee6-f7f4-4e3a-97c0-536038460b41, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 61bbedf4 2012-11-11 23:31:21,543 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-6) [24ed5bc1] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 23:31:21,543 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-6) [24ed5bc1] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=14cc8fde-4dac-4f1d-bce5-74cb13c9637f size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=6fbecee6-f7f4-4e3a-97c0-536038460b41 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 23:31:21,910 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-6) [24ed5bc1] FINISH, CreateSnapshotVDSCommand, return: 6fbecee6-f7f4-4e3a-97c0-536038460b41, log id: 61bbedf4 2012-11-11 23:31:21,922 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-6) [24ed5bc1] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 27ba3741-6cea-44fe-92d4-ca25e52b8296 2012-11-11 23:31:21,922 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-6) [24ed5bc1] EntityMultiAsyncTasks::AttachTask: Attaching task 694d37c3-1d63-4162-a187-cf1896adc6d8 to entity 27ba3741-6cea-44fe-92d4-ca25e52b8296. 2012-11-11 23:31:21,923 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-6) [24ed5bc1] Adding task 694d37c3-1d63-4162-a187-cf1896adc6d8 to DataBase 2012-11-11 23:31:21,979 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-6) [24ed5bc1] Adding task 694d37c3-1d63-4162-a187-cf1896adc6d8 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 23:31:22,115 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-6) [24ed5bc1] BaseAsyncTask::StartPollingTask: Starting to poll task 694d37c3-1d63-4162-a187-cf1896adc6d8. 2012-11-11 23:31:22,115 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-6) [24ed5bc1] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 27ba3741-6cea-44fe-92d4-ca25e52b8296 is AddVm (determined by task 694d37c3-1d63-4162-a187-cf1896adc6d8) 2012-11-11 23:31:22,136 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [991db4b] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:22,553 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-43) Polling and updating Async Tasks: 12 tasks, 1 tasks to poll now 2012-11-11 23:31:22,554 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:22,575 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-43) SPMAsyncTask::PollTask: Polling task 694d37c3-1d63-4162-a187-cf1896adc6d8 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-11 23:31:22,576 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-43) Finished polling Tasks, will poll again in 10 seconds. 2012-11-11 23:31:22,596 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:22,596 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:22,643 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:22,678 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [27d7abe] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:23,092 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:23,172 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:23,172 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:23,264 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:23,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3430786] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:32,599 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-60) SPMAsyncTask::PollTask: Polling task 694d37c3-1d63-4162-a187-cf1896adc6d8 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 23:31:32,611 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-60) BaseAsyncTask::OnTaskEndSuccess: Task 694d37c3-1d63-4162-a187-cf1896adc6d8 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 23:31:32,613 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-60) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 27ba3741-6cea-44fe-92d4-ca25e52b8296 has ended -> executing EndAction 2012-11-11 23:31:32,613 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-60) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 27ba3741-6cea-44fe-92d4-ca25e52b8296): calling EndAction for action type AddVm. 2012-11-11 23:31:32,614 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 23:31:32,641 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-43) [38a2edc3] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 23:31:32,642 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-43) [24ed5bc1] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 23:31:32,643 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-43) [24ed5bc1] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 14cc8fde-4dac-4f1d-bce5-74cb13c9637f, imageId = 6fbecee6-f7f4-4e3a-97c0-536038460b41), log id: 6864320a 2012-11-11 23:31:32,686 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-43) [24ed5bc1] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@b8803243, log id: 6864320a 2012-11-11 23:31:32,693 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) START, SetVmStatusVDSCommand( vmId = 27ba3741-6cea-44fe-92d4-ca25e52b8296, status = Down), log id: 71499ef7 2012-11-11 23:31:32,696 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) FINISH, SetVmStatusVDSCommand, log id: 71499ef7 2012-11-11 23:31:32,732 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-43) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 323c9101 2012-11-11 23:31:32,793 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-43) FINISH, UpdateVMVDSCommand, log id: 323c9101 2012-11-11 23:31:32,835 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 23:31:32,835 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 23:31:32,857 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 694d37c3-1d63-4162-a187-cf1896adc6d8 2012-11-11 23:31:32,858 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 694d37c3-1d63-4162-a187-cf1896adc6d8), log id: 354c0712 2012-11-11 23:31:32,859 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=694d37c3-1d63-4162-a187-cf1896adc6d8), log id: 7af9d6ba 2012-11-11 23:31:32,946 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) FINISH, HSMClearTaskVDSCommand, log id: 7af9d6ba 2012-11-11 23:31:32,946 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) FINISH, SPMClearTaskVDSCommand, log id: 354c0712 2012-11-11 23:31:32,955 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) BaseAsyncTask::RemoveTaskFromDB: Removed task 694d37c3-1d63-4162-a187-cf1896adc6d8 from DataBase 2012-11-11 23:31:32,955 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 27ba3741-6cea-44fe-92d4-ca25e52b8296 2012-11-11 23:31:33,748 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:33,806 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:33,806 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:33,884 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:33,910 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [7d71cc89] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:34,329 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:34,367 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:34,367 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:34,414 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:34,448 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [32512d88] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:34,861 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:34,923 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:34,923 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:35,141 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:35,183 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-6) [3579acc7] Lock Acquired to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:31:35,183 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-6) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:31:35,183 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-6) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:31:35,183 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-6) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:31:35,183 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-6) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:31:35,286 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-6) [3579acc7] Running command: UpdateVmCommand internal: false. Entities affected : ID: 27ba3741-6cea-44fe-92d4-ca25e52b8296 Type: VM 2012-11-11 23:31:35,317 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [3579acc7] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3d7afb66 2012-11-11 23:31:35,318 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [3579acc7] FINISH, IsValidVDSCommand, return: true, log id: 3d7afb66 2012-11-11 23:31:35,333 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-6) [3579acc7] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 43b9816f 2012-11-11 23:31:35,404 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-6) [3579acc7] FINISH, UpdateVMVDSCommand, log id: 43b9816f 2012-11-11 23:31:35,422 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-6) [3579acc7] Lock freed to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:31:35,587 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [7417c3bc] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:36,013 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:36,049 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:36,049 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:36,100 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:36,134 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [212ad3b2] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:36,540 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:36,620 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:36,620 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:36,679 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:36,750 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [6c4aa86e] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2098509f 2012-11-11 23:31:36,750 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [6c4aa86e] FINISH, IsValidVDSCommand, return: true, log id: 2098509f 2012-11-11 23:31:36,782 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) [6c4aa86e] START, IsVmDuringInitiatingVDSCommand( vmId = 27ba3741-6cea-44fe-92d4-ca25e52b8296), log id: 5c661b06 2012-11-11 23:31:36,782 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) [6c4aa86e] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 5c661b06 2012-11-11 23:31:36,832 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-9) [6c4aa86e] Running command: RunVmOnceCommand internal: false. Entities affected : ID: 27ba3741-6cea-44fe-92d4-ca25e52b8296 Type: VM 2012-11-11 23:31:36,847 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [6c4aa86e] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=27ba3741-6cea-44fe-92d4-ca25e52b8296, vm=org.ovirt.engine.core.common.businessentities.VM@541d7991), log id: 5c485767 2012-11-11 23:31:36,849 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-9) [6c4aa86e] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=27ba3741-6cea-44fe-92d4-ca25e52b8296, vm=org.ovirt.engine.core.common.businessentities.VM@541d7991), log id: 59470439 2012-11-11 23:31:36,859 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (ajp-/127.0.0.1:8702-9) [6c4aa86e] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 23:31:36,859 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-9) [6c4aa86e] FINISH, CreateVDSCommand, log id: 59470439 2012-11-11 23:31:36,859 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [6c4aa86e] VDS::create Failed creating vm both in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 23:31:36,859 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [6c4aa86e] FINISH, CreateVmVDSCommand, return: Down, log id: 5c485767 2012-11-11 23:31:36,859 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-9) [6c4aa86e] Command org.ovirt.engine.core.bll.RunVmOnceCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 23:31:36,864 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-9) [6c4aa86e] Transaction rolled-back for command: org.ovirt.engine.core.bll.RunVmOnceCommand. 2012-11-11 23:31:36,916 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-9) Operation Failed: [Network error during communication with the Host.] 2012-11-11 23:31:36,917 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [23707160] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:47,342 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:47,394 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:47,394 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:47,471 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:47,505 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [5ea3bae9] Running command: LogoutUserCommand internal: false. 2012-11-11 23:31:53,517 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-1) Setting new tasks map. The map contains now 1 tasks 2012-11-11 23:31:57,920 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:31:57,962 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 23:31:57,962 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 23:31:58,011 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:31:58,045 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [7912a457] Running command: LogoutUserCommand internal: false. 2012-11-11 23:32:08,462 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:32:08,503 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 23:32:08,503 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 23:32:08,559 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:32:08,594 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [111342e0] Running command: LogoutUserCommand internal: false. 2012-11-11 23:32:21,251 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-6) Lock Acquired to object EngineLock [exclusiveLocks= key: 27ba3741-6cea-44fe-92d4-ca25e52b8296 value: VM , sharedLocks= ] 2012-11-11 23:32:21,274 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 66591396 2012-11-11 23:32:21,275 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) FINISH, IsValidVDSCommand, return: true, log id: 66591396 2012-11-11 23:32:21,371 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) [58ee52fc] Running command: RemoveVmCommand internal: false. Entities affected : ID: 27ba3741-6cea-44fe-92d4-ca25e52b8296 Type: VM 2012-11-11 23:32:21,372 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) [58ee52fc] START, SetVmStatusVDSCommand( vmId = 27ba3741-6cea-44fe-92d4-ca25e52b8296, status = ImageLocked), log id: 786bec43 2012-11-11 23:32:21,375 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) [58ee52fc] FINISH, SetVmStatusVDSCommand, log id: 786bec43 2012-11-11 23:32:21,387 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) [58ee52fc] Lock freed to object EngineLock [exclusiveLocks= key: 27ba3741-6cea-44fe-92d4-ca25e52b8296 value: VM , sharedLocks= ] 2012-11-11 23:32:21,387 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-43) [58ee52fc] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 27ba3741-6cea-44fe-92d4-ca25e52b8296), log id: 5d7493c 2012-11-11 23:32:21,447 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-43) [58ee52fc] FINISH, RemoveVMVDSCommand, log id: 5d7493c 2012-11-11 23:32:21,452 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-43) [79090522] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 27ba3741-6cea-44fe-92d4-ca25e52b8296 Type: VM 2012-11-11 23:32:21,461 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-43) [2938acf0] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 23:32:21,473 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-43) [2938acf0] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 14cc8fde-4dac-4f1d-bce5-74cb13c9637f, postZeros = false, forceDelete = false), log id: 16a6cfe9 2012-11-11 23:32:22,072 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-43) [2938acf0] FINISH, DeleteImageGroupVDSCommand, log id: 16a6cfe9 2012-11-11 23:32:22,100 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) [2938acf0] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 27ba3741-6cea-44fe-92d4-ca25e52b8296 2012-11-11 23:32:22,100 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-43) [2938acf0] EntityMultiAsyncTasks::AttachTask: Attaching task 422f2b2b-b49a-4c69-bc12-ef88c203a051 to entity 27ba3741-6cea-44fe-92d4-ca25e52b8296. 2012-11-11 23:32:22,102 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-43) [2938acf0] Adding task 422f2b2b-b49a-4c69-bc12-ef88c203a051 to DataBase 2012-11-11 23:32:22,109 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-43) [2938acf0] Adding task 422f2b2b-b49a-4c69-bc12-ef88c203a051 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 23:32:22,224 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) [2938acf0] BaseAsyncTask::StartPollingTask: Starting to poll task 422f2b2b-b49a-4c69-bc12-ef88c203a051. 2012-11-11 23:32:22,224 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-43) [2938acf0] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 27ba3741-6cea-44fe-92d4-ca25e52b8296 is RemoveVm (determined by task 422f2b2b-b49a-4c69-bc12-ef88c203a051) 2012-11-11 23:32:22,616 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-99) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-11 23:32:22,638 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-99) SPMAsyncTask::PollTask: Polling task 422f2b2b-b49a-4c69-bc12-ef88c203a051 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 23:32:22,679 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-99) BaseAsyncTask::OnTaskEndSuccess: Task 422f2b2b-b49a-4c69-bc12-ef88c203a051 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 23:32:22,680 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-99) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 27ba3741-6cea-44fe-92d4-ca25e52b8296 has ended -> executing EndAction 2012-11-11 23:32:22,680 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-99) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 27ba3741-6cea-44fe-92d4-ca25e52b8296): calling EndAction for action type RemoveVm. 2012-11-11 23:32:22,681 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 23:32:22,705 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 23:32:22,705 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Lock Acquired to object EngineLock [exclusiveLocks= key: 27ba3741-6cea-44fe-92d4-ca25e52b8296 value: VM , sharedLocks= ] 2012-11-11 23:32:22,728 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-43) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:69) - entered 2012-11-11 23:32:22,731 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Lock freed to object EngineLock [exclusiveLocks= key: 27ba3741-6cea-44fe-92d4-ca25e52b8296 value: VM , sharedLocks= ] 2012-11-11 23:32:22,757 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 23:32:22,757 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 23:32:22,788 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 422f2b2b-b49a-4c69-bc12-ef88c203a051 2012-11-11 23:32:22,788 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 422f2b2b-b49a-4c69-bc12-ef88c203a051), log id: 3402657f 2012-11-11 23:32:22,790 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=422f2b2b-b49a-4c69-bc12-ef88c203a051), log id: 45cc4128 2012-11-11 23:32:22,859 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) FINISH, HSMClearTaskVDSCommand, log id: 45cc4128 2012-11-11 23:32:22,859 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) FINISH, SPMClearTaskVDSCommand, log id: 3402657f 2012-11-11 23:32:22,891 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) BaseAsyncTask::RemoveTaskFromDB: Removed task 422f2b2b-b49a-4c69-bc12-ef88c203a051 from DataBase 2012-11-11 23:32:22,891 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 27ba3741-6cea-44fe-92d4-ca25e52b8296 2012-11-11 23:32:53,519 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-32) Setting new tasks map. The map contains now 1 tasks 2012-11-11 23:33:01,487 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:01,533 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:01,534 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:01,610 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:01,612 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [36667022] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:02,023 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:02,092 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:02,092 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:02,126 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:02,128 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [7331397c] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:02,576 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:02,616 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:02,616 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:02,666 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:02,667 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [621cda07] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:03,074 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:03,113 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:03,113 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:03,166 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:03,168 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [317065d2] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:03,578 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:03,671 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:03,671 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:03,726 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:03,729 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [3f839059] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:04,157 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:04,200 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:04,200 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:04,257 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:04,259 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [4c1c29f0] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:04,699 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:05,067 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:05,067 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:05,203 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:05,205 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [27d40cb2] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:05,628 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:05,668 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:05,668 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:05,711 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:05,713 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [18328e55] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:06,133 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:06,181 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:06,181 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:06,232 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:06,234 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [1d52873] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:06,650 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:06,730 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:06,730 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:06,834 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:06,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [bf66d8c] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:07,267 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:07,311 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:07,311 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:07,343 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:07,345 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [225e4b8b] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:07,770 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:07,813 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:07,813 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:07,866 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:07,867 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [40683248] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:08,298 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:08,359 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:08,359 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:08,510 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:08,513 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [1a4f2bf] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:08,922 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:08,990 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:08,990 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:09,060 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:09,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [37d24768] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:09,484 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:09,589 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:09,590 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:10,149 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:10,183 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [157330d2] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:10,602 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:10,658 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:10,658 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:10,690 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:10,773 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-8) [184e0f7c] Lock Acquired to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:33:10,800 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [184e0f7c] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 14565c85 2012-11-11 23:33:10,801 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [184e0f7c] FINISH, IsValidVDSCommand, return: true, log id: 14565c85 2012-11-11 23:33:10,880 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-8) [184e0f7c] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 23:33:10,881 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [184e0f7c] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6fef7e04 2012-11-11 23:33:10,882 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [184e0f7c] FINISH, IsValidVDSCommand, return: true, log id: 6fef7e04 2012-11-11 23:33:10,887 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-8) [184e0f7c] MacPoolManager::allocateNewMac entered 2012-11-11 23:33:10,887 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-8) [184e0f7c] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:69 2012-11-11 23:33:10,909 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-8) [184e0f7c] Lock freed to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:33:10,909 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-8) [184e0f7c] START, SetVmStatusVDSCommand( vmId = 822fe709-5238-41da-ab58-96a700d18aed, status = ImageLocked), log id: 519157e4 2012-11-11 23:33:10,912 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-8) [184e0f7c] FINISH, SetVmStatusVDSCommand, log id: 519157e4 2012-11-11 23:33:10,913 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-8) [6d45c4e4] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 23:33:10,919 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-8) [6d45c4e4] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 1bac9c46 2012-11-11 23:33:10,957 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-8) [6d45c4e4] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 1bac9c46 2012-11-11 23:33:10,959 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-8) [6d45c4e4] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 8b62f603-e63a-4e13-b233-eca45e53f1a1, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = d46f09c5-bfff-4d22-9e7a-90ebb8f56ffb, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 4afdfa03 2012-11-11 23:33:10,959 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-8) [6d45c4e4] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 23:33:10,959 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-8) [6d45c4e4] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=8b62f603-e63a-4e13-b233-eca45e53f1a1 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=d46f09c5-bfff-4d22-9e7a-90ebb8f56ffb descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 23:33:11,546 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-8) [6d45c4e4] FINISH, CreateSnapshotVDSCommand, return: d46f09c5-bfff-4d22-9e7a-90ebb8f56ffb, log id: 4afdfa03 2012-11-11 23:33:11,560 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-8) [6d45c4e4] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 822fe709-5238-41da-ab58-96a700d18aed 2012-11-11 23:33:11,560 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-8) [6d45c4e4] EntityMultiAsyncTasks::AttachTask: Attaching task 0a3bc1b9-22ce-4c24-bed2-75b81bc51682 to entity 822fe709-5238-41da-ab58-96a700d18aed. 2012-11-11 23:33:11,562 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-8) [6d45c4e4] Adding task 0a3bc1b9-22ce-4c24-bed2-75b81bc51682 to DataBase 2012-11-11 23:33:11,592 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-8) [6d45c4e4] Adding task 0a3bc1b9-22ce-4c24-bed2-75b81bc51682 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 23:33:11,713 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-8) [6d45c4e4] BaseAsyncTask::StartPollingTask: Starting to poll task 0a3bc1b9-22ce-4c24-bed2-75b81bc51682. 2012-11-11 23:33:11,713 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-8) [6d45c4e4] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 822fe709-5238-41da-ab58-96a700d18aed is AddVm (determined by task 0a3bc1b9-22ce-4c24-bed2-75b81bc51682) 2012-11-11 23:33:11,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2c39d3c9] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:12,143 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:12,186 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:12,186 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:12,242 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:12,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3a37a3f6] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:12,682 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-38) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-11 23:33:12,704 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:12,706 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-38) SPMAsyncTask::PollTask: Polling task 0a3bc1b9-22ce-4c24-bed2-75b81bc51682 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-11 23:33:12,706 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-38) Finished polling Tasks, will poll again in 10 seconds. 2012-11-11 23:33:12,776 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:12,776 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:12,863 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:12,892 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [1c27aaaf] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:22,728 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-25) SPMAsyncTask::PollTask: Polling task 0a3bc1b9-22ce-4c24-bed2-75b81bc51682 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 23:33:22,758 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-25) BaseAsyncTask::OnTaskEndSuccess: Task 0a3bc1b9-22ce-4c24-bed2-75b81bc51682 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 23:33:22,759 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-25) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 822fe709-5238-41da-ab58-96a700d18aed has ended -> executing EndAction 2012-11-11 23:33:22,759 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-25) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 822fe709-5238-41da-ab58-96a700d18aed): calling EndAction for action type AddVm. 2012-11-11 23:33:22,759 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 23:33:22,845 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-49) [184e0f7c] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 23:33:22,845 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-49) [6d45c4e4] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 23:33:22,851 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [6d45c4e4] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 8b62f603-e63a-4e13-b233-eca45e53f1a1, imageId = d46f09c5-bfff-4d22-9e7a-90ebb8f56ffb), log id: 796b9108 2012-11-11 23:33:22,892 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [6d45c4e4] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@c45227db, log id: 796b9108 2012-11-11 23:33:22,899 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) START, SetVmStatusVDSCommand( vmId = 822fe709-5238-41da-ab58-96a700d18aed, status = Down), log id: 7d45d009 2012-11-11 23:33:22,902 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) FINISH, SetVmStatusVDSCommand, log id: 7d45d009 2012-11-11 23:33:22,924 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 78c4ffae 2012-11-11 23:33:22,994 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) FINISH, UpdateVMVDSCommand, log id: 78c4ffae 2012-11-11 23:33:23,046 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 23:33:23,046 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 23:33:23,062 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 0a3bc1b9-22ce-4c24-bed2-75b81bc51682 2012-11-11 23:33:23,062 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 0a3bc1b9-22ce-4c24-bed2-75b81bc51682), log id: c6515f1 2012-11-11 23:33:23,063 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=0a3bc1b9-22ce-4c24-bed2-75b81bc51682), log id: 68b13b99 2012-11-11 23:33:23,148 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) FINISH, HSMClearTaskVDSCommand, log id: 68b13b99 2012-11-11 23:33:23,148 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) FINISH, SPMClearTaskVDSCommand, log id: c6515f1 2012-11-11 23:33:23,158 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) BaseAsyncTask::RemoveTaskFromDB: Removed task 0a3bc1b9-22ce-4c24-bed2-75b81bc51682 from DataBase 2012-11-11 23:33:23,158 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 822fe709-5238-41da-ab58-96a700d18aed 2012-11-11 23:33:23,425 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:23,461 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:23,461 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:23,519 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-49) Setting new tasks map. The map contains now 1 tasks 2012-11-11 23:33:23,540 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:23,578 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [52cd4f9c] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:24,080 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:24,118 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:24,119 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:24,208 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:24,244 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [ff20d28] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:24,665 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:25,093 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:25,093 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:25,393 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:25,474 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-9) [51932950] Lock Acquired to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:33:25,474 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:33:25,475 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:33:25,475 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:33:25,475 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:33:25,492 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-9) [51932950] Running command: UpdateVmCommand internal: false. Entities affected : ID: 822fe709-5238-41da-ab58-96a700d18aed Type: VM 2012-11-11 23:33:25,517 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [51932950] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2d7ec4e1 2012-11-11 23:33:25,518 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [51932950] FINISH, IsValidVDSCommand, return: true, log id: 2d7ec4e1 2012-11-11 23:33:25,527 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-9) [51932950] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 7dbb3d21 2012-11-11 23:33:25,599 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-9) [51932950] FINISH, UpdateVMVDSCommand, log id: 7dbb3d21 2012-11-11 23:33:25,625 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-9) [51932950] Lock freed to object EngineLock [exclusiveLocks= key: both value: VM_NAME , sharedLocks= ] 2012-11-11 23:33:25,746 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [6ccae97b] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:26,160 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:26,256 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:26,256 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:26,295 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:26,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [f1ef66] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:26,771 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:26,812 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:26,812 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:26,881 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:26,943 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) [634419f2] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 62436f72 2012-11-11 23:33:26,944 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) [634419f2] FINISH, IsValidVDSCommand, return: true, log id: 62436f72 2012-11-11 23:33:26,983 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-17) [634419f2] START, IsVmDuringInitiatingVDSCommand( vmId = 822fe709-5238-41da-ab58-96a700d18aed), log id: 5ae6e89a 2012-11-11 23:33:26,983 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-17) [634419f2] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 5ae6e89a 2012-11-11 23:33:27,092 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-17) [634419f2] Running command: RunVmOnceCommand internal: false. Entities affected : ID: 822fe709-5238-41da-ab58-96a700d18aed Type: VM 2012-11-11 23:33:27,104 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-17) [634419f2] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=822fe709-5238-41da-ab58-96a700d18aed, vm=org.ovirt.engine.core.common.businessentities.VM@4aaacc4d), log id: 5ce529ba 2012-11-11 23:33:27,106 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-17) [634419f2] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=822fe709-5238-41da-ab58-96a700d18aed, vm=org.ovirt.engine.core.common.businessentities.VM@4aaacc4d), log id: 26f7964c 2012-11-11 23:33:27,116 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (ajp-/127.0.0.1:8702-17) [634419f2] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 23:33:27,116 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-17) [634419f2] FINISH, CreateVDSCommand, log id: 26f7964c 2012-11-11 23:33:27,116 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-17) [634419f2] VDS::create Failed creating vm both in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 23:33:27,120 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-17) [634419f2] FINISH, CreateVmVDSCommand, return: Down, log id: 5ce529ba 2012-11-11 23:33:27,120 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-17) [634419f2] Command org.ovirt.engine.core.bll.RunVmOnceCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 23:33:27,123 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-17) [634419f2] Transaction rolled-back for command: org.ovirt.engine.core.bll.RunVmOnceCommand. 2012-11-11 23:33:27,219 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-17) Operation Failed: [Network error during communication with the Host.] 2012-11-11 23:33:27,220 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [f3a9b72] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:37,634 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:37,677 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:37,677 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:37,740 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:37,774 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [711d4ade] Running command: LogoutUserCommand internal: false. 2012-11-11 23:33:48,186 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:33:48,272 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:33:48,272 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:33:48,316 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:33:48,350 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [24561dc8] Running command: LogoutUserCommand internal: false. 2012-11-11 23:34:23,519 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-77) Setting new tasks map. The map contains now 0 tasks 2012-11-11 23:34:23,519 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-77) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 23:34:23,522 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-77) Could not find vds that is spm and non-operational. 2012-11-11 23:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts 2012-11-11 23:35:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering 0 hosts 2012-11-11 23:35:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts done 2012-11-11 23:35:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering storage domains is disabled, skipping 2012-11-11 23:35:23,591 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-8) Lock Acquired to object EngineLock [exclusiveLocks= key: 822fe709-5238-41da-ab58-96a700d18aed value: VM , sharedLocks= ] 2012-11-11 23:35:23,595 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 19491713 2012-11-11 23:35:23,596 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) FINISH, IsValidVDSCommand, return: true, log id: 19491713 2012-11-11 23:35:23,729 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) [1926bd39] Running command: RemoveVmCommand internal: false. Entities affected : ID: 822fe709-5238-41da-ab58-96a700d18aed Type: VM 2012-11-11 23:35:23,730 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [1926bd39] START, SetVmStatusVDSCommand( vmId = 822fe709-5238-41da-ab58-96a700d18aed, status = ImageLocked), log id: 30592876 2012-11-11 23:35:23,732 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [1926bd39] FINISH, SetVmStatusVDSCommand, log id: 30592876 2012-11-11 23:35:23,744 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) [1926bd39] Lock freed to object EngineLock [exclusiveLocks= key: 822fe709-5238-41da-ab58-96a700d18aed value: VM , sharedLocks= ] 2012-11-11 23:35:23,744 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-49) [1926bd39] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 822fe709-5238-41da-ab58-96a700d18aed), log id: 75e018be 2012-11-11 23:35:23,796 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-49) [1926bd39] FINISH, RemoveVMVDSCommand, log id: 75e018be 2012-11-11 23:35:23,804 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-49) [19177df4] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 822fe709-5238-41da-ab58-96a700d18aed Type: VM 2012-11-11 23:35:23,833 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-49) [fe8aab] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 23:35:23,850 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-49) [fe8aab] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 8b62f603-e63a-4e13-b233-eca45e53f1a1, postZeros = false, forceDelete = false), log id: 1fe65f6f 2012-11-11 23:35:24,465 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-49) [fe8aab] FINISH, DeleteImageGroupVDSCommand, log id: 1fe65f6f 2012-11-11 23:35:24,484 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) [fe8aab] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 822fe709-5238-41da-ab58-96a700d18aed 2012-11-11 23:35:24,484 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [fe8aab] EntityMultiAsyncTasks::AttachTask: Attaching task 16aa3dc7-a774-45dc-8a8c-8c4248ce777d to entity 822fe709-5238-41da-ab58-96a700d18aed. 2012-11-11 23:35:24,485 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-49) [fe8aab] Adding task 16aa3dc7-a774-45dc-8a8c-8c4248ce777d to DataBase 2012-11-11 23:35:24,499 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-49) [fe8aab] Adding task 16aa3dc7-a774-45dc-8a8c-8c4248ce777d (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 23:35:25,236 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) [fe8aab] BaseAsyncTask::StartPollingTask: Starting to poll task 16aa3dc7-a774-45dc-8a8c-8c4248ce777d. 2012-11-11 23:35:25,236 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [fe8aab] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 822fe709-5238-41da-ab58-96a700d18aed is RemoveVm (determined by task 16aa3dc7-a774-45dc-8a8c-8c4248ce777d) 2012-11-11 23:35:32,763 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-59) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 23:35:32,787 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-59) SPMAsyncTask::PollTask: Polling task 16aa3dc7-a774-45dc-8a8c-8c4248ce777d (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 23:35:32,809 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-59) BaseAsyncTask::OnTaskEndSuccess: Task 16aa3dc7-a774-45dc-8a8c-8c4248ce777d (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 23:35:32,809 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-59) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 822fe709-5238-41da-ab58-96a700d18aed has ended -> executing EndAction 2012-11-11 23:35:32,810 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-59) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 822fe709-5238-41da-ab58-96a700d18aed): calling EndAction for action type RemoveVm. 2012-11-11 23:35:32,810 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 23:35:32,871 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 23:35:32,871 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock Acquired to object EngineLock [exclusiveLocks= key: 822fe709-5238-41da-ab58-96a700d18aed value: VM , sharedLocks= ] 2012-11-11 23:35:32,876 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-49) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:69) - entered 2012-11-11 23:35:32,882 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock freed to object EngineLock [exclusiveLocks= key: 822fe709-5238-41da-ab58-96a700d18aed value: VM , sharedLocks= ] 2012-11-11 23:35:32,933 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 23:35:32,933 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 23:35:32,955 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 16aa3dc7-a774-45dc-8a8c-8c4248ce777d 2012-11-11 23:35:32,955 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 16aa3dc7-a774-45dc-8a8c-8c4248ce777d), log id: 2d547fcc 2012-11-11 23:35:32,956 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=16aa3dc7-a774-45dc-8a8c-8c4248ce777d), log id: de0ef2c 2012-11-11 23:35:33,025 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) FINISH, HSMClearTaskVDSCommand, log id: de0ef2c 2012-11-11 23:35:33,026 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) FINISH, SPMClearTaskVDSCommand, log id: 2d547fcc 2012-11-11 23:35:33,040 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) BaseAsyncTask::RemoveTaskFromDB: Removed task 16aa3dc7-a774-45dc-8a8c-8c4248ce777d from DataBase 2012-11-11 23:35:33,040 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 822fe709-5238-41da-ab58-96a700d18aed 2012-11-11 23:35:59,668 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:00,100 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:00,100 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:00,414 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:00,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [7c2b01ce] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:00,890 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:00,929 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:00,929 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:00,976 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:00,977 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [794eec1e] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:01,399 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:01,434 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:01,434 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:01,508 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:01,509 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [2a696be2] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:01,914 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:01,985 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:01,985 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:02,066 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:02,068 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [1255907b] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:02,500 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:02,556 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:02,556 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:02,647 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:02,649 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [5998834b] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:03,092 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:03,130 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:03,130 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:03,180 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:03,182 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [4ee662b1] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:03,624 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:03,700 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:03,700 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:03,774 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:03,777 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7ba8deab] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:04,190 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:04,229 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:04,229 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:04,321 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:04,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [4f17446f] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:04,741 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:05,189 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:05,189 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:05,253 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:05,256 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [60cf894] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:05,708 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:05,752 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:05,752 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:05,835 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:05,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [2cb7b1e9] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:06,246 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:06,287 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:06,287 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:06,354 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:06,355 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [4b27711c] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:06,761 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:06,820 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:06,820 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:06,909 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:06,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [5e3f16a3] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:07,317 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:07,353 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:07,353 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:07,392 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:07,394 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [17e554ee] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:07,818 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:07,869 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:07,869 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:07,904 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:07,919 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [6c1b80f] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:08,341 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:08,395 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:08,395 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:08,459 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:08,491 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [39fc96a5] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:08,921 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:08,960 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:08,960 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:09,062 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:09,114 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-4) [59b9176b] Lock Acquired to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-11 23:36:09,197 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [59b9176b] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1b97cddf 2012-11-11 23:36:09,198 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [59b9176b] FINISH, IsValidVDSCommand, return: true, log id: 1b97cddf 2012-11-11 23:36:09,252 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-4) [59b9176b] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 23:36:09,253 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [59b9176b] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7d26ff92 2012-11-11 23:36:09,253 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [59b9176b] FINISH, IsValidVDSCommand, return: true, log id: 7d26ff92 2012-11-11 23:36:09,258 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-4) [59b9176b] MacPoolManager::allocateNewMac entered 2012-11-11 23:36:09,258 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-4) [59b9176b] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:69 2012-11-11 23:36:09,307 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-4) [59b9176b] Lock freed to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-11 23:36:09,308 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-4) [59b9176b] START, SetVmStatusVDSCommand( vmId = cf89bdac-550a-42a7-b1a1-a37fedb98813, status = ImageLocked), log id: 6b050067 2012-11-11 23:36:09,310 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-4) [59b9176b] FINISH, SetVmStatusVDSCommand, log id: 6b050067 2012-11-11 23:36:09,311 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-4) [51c6bce] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-11 23:36:09,316 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-4) [51c6bce] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 30ac7ae 2012-11-11 23:36:09,354 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-4) [51c6bce] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 30ac7ae 2012-11-11 23:36:09,356 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-4) [51c6bce] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 00e4721a-2dc4-4176-8f3d-25762c58b028, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 21672aa8-72f3-4e3d-97db-d8a026127b88, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 665a1fd 2012-11-11 23:36:09,356 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-4) [51c6bce] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-11 23:36:09,356 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-4) [51c6bce] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=00e4721a-2dc4-4176-8f3d-25762c58b028 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=21672aa8-72f3-4e3d-97db-d8a026127b88 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-11 23:36:09,681 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-4) [51c6bce] FINISH, CreateSnapshotVDSCommand, return: 21672aa8-72f3-4e3d-97db-d8a026127b88, log id: 665a1fd 2012-11-11 23:36:09,919 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-4) [51c6bce] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity cf89bdac-550a-42a7-b1a1-a37fedb98813 2012-11-11 23:36:09,922 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-4) [51c6bce] EntityMultiAsyncTasks::AttachTask: Attaching task 2c2e46bb-45e9-4a42-a4e5-d24528e09e1e to entity cf89bdac-550a-42a7-b1a1-a37fedb98813. 2012-11-11 23:36:09,923 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-4) [51c6bce] Adding task 2c2e46bb-45e9-4a42-a4e5-d24528e09e1e to DataBase 2012-11-11 23:36:10,285 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-4) [51c6bce] Adding task 2c2e46bb-45e9-4a42-a4e5-d24528e09e1e (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 23:36:10,449 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-4) [51c6bce] BaseAsyncTask::StartPollingTask: Starting to poll task 2c2e46bb-45e9-4a42-a4e5-d24528e09e1e. 2012-11-11 23:36:10,449 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-4) [51c6bce] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity cf89bdac-550a-42a7-b1a1-a37fedb98813 is AddVm (determined by task 2c2e46bb-45e9-4a42-a4e5-d24528e09e1e) 2012-11-11 23:36:10,507 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [13d092ea] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:10,911 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:10,960 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:10,960 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:10,997 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:11,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [3f0905f4] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:11,460 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:11,504 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:11,504 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:11,547 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:11,573 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [322b72c4] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:12,812 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-24) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-11 23:36:12,834 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-24) SPMAsyncTask::PollTask: Polling task 2c2e46bb-45e9-4a42-a4e5-d24528e09e1e (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 23:36:12,867 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-24) BaseAsyncTask::OnTaskEndSuccess: Task 2c2e46bb-45e9-4a42-a4e5-d24528e09e1e (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 23:36:12,868 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-24) EntityAsyncTask::EndActionIfNecessary: All tasks of entity cf89bdac-550a-42a7-b1a1-a37fedb98813 has ended -> executing EndAction 2012-11-11 23:36:12,869 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-24) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: cf89bdac-550a-42a7-b1a1-a37fedb98813): calling EndAction for action type AddVm. 2012-11-11 23:36:12,869 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-11 23:36:12,888 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-43) [59b9176b] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-11 23:36:12,888 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-43) [51c6bce] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-11 23:36:12,889 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-43) [51c6bce] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 00e4721a-2dc4-4176-8f3d-25762c58b028, imageId = 21672aa8-72f3-4e3d-97db-d8a026127b88), log id: b8a446f 2012-11-11 23:36:12,931 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-43) [51c6bce] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@85c65ebe, log id: b8a446f 2012-11-11 23:36:12,936 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) START, SetVmStatusVDSCommand( vmId = cf89bdac-550a-42a7-b1a1-a37fedb98813, status = Down), log id: 2f1a687a 2012-11-11 23:36:12,939 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) FINISH, SetVmStatusVDSCommand, log id: 2f1a687a 2012-11-11 23:36:12,957 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-43) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 5536d0d3 2012-11-11 23:36:13,010 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-43) FINISH, UpdateVMVDSCommand, log id: 5536d0d3 2012-11-11 23:36:13,043 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-11 23:36:13,043 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-11 23:36:13,058 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 2c2e46bb-45e9-4a42-a4e5-d24528e09e1e 2012-11-11 23:36:13,058 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 2c2e46bb-45e9-4a42-a4e5-d24528e09e1e), log id: 47b2cb04 2012-11-11 23:36:13,060 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=2c2e46bb-45e9-4a42-a4e5-d24528e09e1e), log id: 378fec49 2012-11-11 23:36:13,163 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) FINISH, HSMClearTaskVDSCommand, log id: 378fec49 2012-11-11 23:36:13,163 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) FINISH, SPMClearTaskVDSCommand, log id: 47b2cb04 2012-11-11 23:36:13,182 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) BaseAsyncTask::RemoveTaskFromDB: Removed task 2c2e46bb-45e9-4a42-a4e5-d24528e09e1e from DataBase 2012-11-11 23:36:13,182 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity cf89bdac-550a-42a7-b1a1-a37fedb98813 2012-11-11 23:36:21,998 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:22,071 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:22,071 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:22,104 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:22,150 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [75c80bbe] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:22,553 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:22,610 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:22,610 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:22,650 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:22,685 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [263b2c2c] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:23,092 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:23,133 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:23,133 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:23,179 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:23,251 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-5) [719c5071] Lock Acquired to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-11 23:36:23,251 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:36:23,251 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:36:23,251 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:36:23,251 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:36:23,323 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-5) [719c5071] Running command: UpdateVmCommand internal: false. Entities affected : ID: cf89bdac-550a-42a7-b1a1-a37fedb98813 Type: VM 2012-11-11 23:36:23,353 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [719c5071] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 457e5ad3 2012-11-11 23:36:23,354 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [719c5071] FINISH, IsValidVDSCommand, return: true, log id: 457e5ad3 2012-11-11 23:36:23,368 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-5) [719c5071] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 4551370 2012-11-11 23:36:23,446 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-5) [719c5071] FINISH, UpdateVMVDSCommand, log id: 4551370 2012-11-11 23:36:23,463 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-5) [719c5071] Lock freed to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-11 23:36:23,556 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [58efc414] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:23,992 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:24,033 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:24,033 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:24,116 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:24,153 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [555eeb09] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:24,604 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:24,977 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:24,977 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:25,204 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:25,479 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [25db72f4] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 32a2ef52 2012-11-11 23:36:25,480 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [25db72f4] FINISH, IsValidVDSCommand, return: true, log id: 32a2ef52 2012-11-11 23:36:25,506 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-6) [25db72f4] START, IsVmDuringInitiatingVDSCommand( vmId = cf89bdac-550a-42a7-b1a1-a37fedb98813), log id: 649ba09e 2012-11-11 23:36:25,506 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-6) [25db72f4] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 649ba09e 2012-11-11 23:36:25,543 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-6) [25db72f4] Running command: RunVmOnceCommand internal: false. Entities affected : ID: cf89bdac-550a-42a7-b1a1-a37fedb98813 Type: VM 2012-11-11 23:36:25,559 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-6) [25db72f4] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=cf89bdac-550a-42a7-b1a1-a37fedb98813, vm=org.ovirt.engine.core.common.businessentities.VM@1f5205ef), log id: 7ebe3a40 2012-11-11 23:36:25,561 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-6) [25db72f4] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=cf89bdac-550a-42a7-b1a1-a37fedb98813, vm=org.ovirt.engine.core.common.businessentities.VM@1f5205ef), log id: 3725e88c 2012-11-11 23:36:25,570 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (ajp-/127.0.0.1:8702-6) [25db72f4] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 23:36:25,570 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-6) [25db72f4] FINISH, CreateVDSCommand, log id: 3725e88c 2012-11-11 23:36:25,570 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-6) [25db72f4] VDS::create Failed creating vm both1 in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 23:36:25,570 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-6) [25db72f4] FINISH, CreateVmVDSCommand, return: Down, log id: 7ebe3a40 2012-11-11 23:36:25,571 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-6) [25db72f4] Command org.ovirt.engine.core.bll.RunVmOnceCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 23:36:25,573 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-6) [25db72f4] Transaction rolled-back for command: org.ovirt.engine.core.bll.RunVmOnceCommand. 2012-11-11 23:36:25,627 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-6) Operation Failed: [Network error during communication with the Host.] 2012-11-11 23:36:25,629 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [f3772fc] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:36,035 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:36,084 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:36,084 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:36,143 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:36,177 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [359090e5] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:46,592 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:46,672 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:46,672 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:46,784 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:46,819 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [33aea84c] Running command: LogoutUserCommand internal: false. 2012-11-11 23:36:53,523 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-39) Setting new tasks map. The map contains now 1 tasks 2012-11-11 23:36:57,244 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:36:57,283 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:36:57,283 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:36:57,325 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:36:57,359 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [7e4e552e] Running command: LogoutUserCommand internal: false. 2012-11-11 23:37:23,523 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-70) Setting new tasks map. The map contains now 0 tasks 2012-11-11 23:37:23,523 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-70) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-11 23:37:23,525 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-70) Could not find vds that is spm and non-operational. 2012-11-11 23:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-11 23:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-11 23:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-11 23:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-11 23:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-11 23:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-11 23:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-11 23:45:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-11 23:46:41,094 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:46:41,137 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 23:46:41,137 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 23:46:41,240 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:46:41,276 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [13c57994] Running command: LogoutUserCommand internal: false. 2012-11-11 23:47:13,403 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-2) Lock Acquired to object EngineLock [exclusiveLocks= key: cf89bdac-550a-42a7-b1a1-a37fedb98813 value: VM , sharedLocks= ] 2012-11-11 23:47:13,407 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 30f3314d 2012-11-11 23:47:13,408 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) FINISH, IsValidVDSCommand, return: true, log id: 30f3314d 2012-11-11 23:47:13,472 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-2) START, IsVmDuringInitiatingVDSCommand( vmId = cf89bdac-550a-42a7-b1a1-a37fedb98813), log id: 2cd6bf2e 2012-11-11 23:47:13,472 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-2) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 2cd6bf2e 2012-11-11 23:47:13,567 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-49) [40b5fc42] Running command: RunVmCommand internal: false. Entities affected : ID: cf89bdac-550a-42a7-b1a1-a37fedb98813 Type: VM 2012-11-11 23:47:13,597 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-49) [40b5fc42] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=cf89bdac-550a-42a7-b1a1-a37fedb98813, vm=org.ovirt.engine.core.common.businessentities.VM@4b5761f), log id: 68bb06df 2012-11-11 23:47:13,601 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-49) [40b5fc42] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=cf89bdac-550a-42a7-b1a1-a37fedb98813, vm=org.ovirt.engine.core.common.businessentities.VM@4b5761f), log id: 59afbfcb 2012-11-11 23:47:13,619 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-49) [40b5fc42] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 23:47:13,619 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-49) [40b5fc42] FINISH, CreateVDSCommand, log id: 59afbfcb 2012-11-11 23:47:13,619 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-49) [40b5fc42] VDS::create Failed creating vm both1 in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 23:47:13,620 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-49) [40b5fc42] FINISH, CreateVmVDSCommand, return: Down, log id: 68bb06df 2012-11-11 23:47:13,620 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-49) [40b5fc42] Lock freed to object EngineLock [exclusiveLocks= key: cf89bdac-550a-42a7-b1a1-a37fedb98813 value: VM , sharedLocks= ] 2012-11-11 23:47:13,621 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-49) [40b5fc42] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 23:48:29,191 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:48:29,242 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:48:29,242 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:48:29,293 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:48:29,294 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6a5cefd] Running command: LogoutUserCommand internal: false. 2012-11-11 23:48:29,704 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:48:29,745 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 23:48:29,745 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 23:48:30,138 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:48:30,141 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [91c102f] Running command: LogoutUserCommand internal: false. 2012-11-11 23:48:30,583 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:48:30,647 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 23:48:30,648 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 23:48:30,746 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:48:30,747 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2ce0e8cc] Running command: LogoutUserCommand internal: false. 2012-11-11 23:48:31,190 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:48:31,226 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:48:31,226 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:48:31,305 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:48:31,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [48f4a83f] Running command: LogoutUserCommand internal: false. 2012-11-11 23:48:31,724 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:48:31,780 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:48:31,780 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:48:31,817 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:48:31,819 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [7c4b3a11] Running command: LogoutUserCommand internal: false. 2012-11-11 23:48:32,241 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:48:32,288 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:48:32,288 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:48:32,466 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:48:32,468 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [612f27d6] Running command: LogoutUserCommand internal: false. 2012-11-11 23:48:32,873 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:48:32,930 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 23:48:32,930 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 23:48:32,978 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:48:32,980 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [1206b759] Running command: LogoutUserCommand internal: false. 2012-11-11 23:48:33,400 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:48:33,464 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 23:48:33,464 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 23:48:33,553 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:48:33,555 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [7cde3555] Running command: LogoutUserCommand internal: false. 2012-11-11 23:48:33,969 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:48:34,016 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:48:34,016 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:48:34,112 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:48:34,113 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [a69bf03] Running command: LogoutUserCommand internal: false. 2012-11-11 23:48:34,516 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:48:34,692 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:48:34,692 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:48:35,367 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:48:35,369 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [3925fe67] Running command: LogoutUserCommand internal: false. 2012-11-11 23:48:35,897 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:48:35,959 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:48:35,959 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:48:36,012 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:48:36,014 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7123c331] Running command: LogoutUserCommand internal: false. 2012-11-11 23:48:36,420 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:48:36,463 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:48:36,463 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:48:36,514 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:48:36,516 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [2de9afdb] Running command: LogoutUserCommand internal: false. 2012-11-11 23:48:36,945 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:48:37,003 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:48:37,003 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:48:37,034 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:48:37,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [21c7d416] Running command: LogoutUserCommand internal: false. 2012-11-11 23:48:37,513 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:48:37,561 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 23:48:37,561 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 23:48:37,614 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:48:37,656 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-5) [1e70e83e] Lock Acquired to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-11 23:48:37,656 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:48:37,656 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:48:37,656 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:48:37,656 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:48:37,696 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-5) [1e70e83e] Running command: UpdateVmCommand internal: false. Entities affected : ID: cf89bdac-550a-42a7-b1a1-a37fedb98813 Type: VM 2012-11-11 23:48:37,723 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [1e70e83e] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5efc695d 2012-11-11 23:48:37,724 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [1e70e83e] FINISH, IsValidVDSCommand, return: true, log id: 5efc695d 2012-11-11 23:48:37,735 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-5) [1e70e83e] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 7b6d9c37 2012-11-11 23:48:37,814 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-5) [1e70e83e] FINISH, UpdateVMVDSCommand, log id: 7b6d9c37 2012-11-11 23:48:37,825 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-5) [1e70e83e] Lock freed to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-11 23:48:37,900 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [12423717] Running command: LogoutUserCommand internal: false. 2012-11-11 23:48:38,431 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:48:38,474 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:48:38,474 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:48:38,515 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:48:38,550 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [7ddde3ca] Running command: LogoutUserCommand internal: false. 2012-11-11 23:48:38,984 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:48:39,031 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 23:48:39,031 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 23:48:39,083 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:48:39,169 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [2b86699c] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 20b1d19e 2012-11-11 23:48:39,170 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [2b86699c] FINISH, IsValidVDSCommand, return: true, log id: 20b1d19e 2012-11-11 23:48:39,215 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-3) [2b86699c] START, IsVmDuringInitiatingVDSCommand( vmId = cf89bdac-550a-42a7-b1a1-a37fedb98813), log id: 26f24af1 2012-11-11 23:48:39,215 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-3) [2b86699c] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 26f24af1 2012-11-11 23:48:39,248 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-3) [2b86699c] Running command: RunVmOnceCommand internal: false. Entities affected : ID: cf89bdac-550a-42a7-b1a1-a37fedb98813 Type: VM 2012-11-11 23:48:39,261 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-3) [2b86699c] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=cf89bdac-550a-42a7-b1a1-a37fedb98813, vm=org.ovirt.engine.core.common.businessentities.VM@15980981), log id: 1cda4e89 2012-11-11 23:48:39,263 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-3) [2b86699c] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=cf89bdac-550a-42a7-b1a1-a37fedb98813, vm=org.ovirt.engine.core.common.businessentities.VM@15980981), log id: b3e429 2012-11-11 23:48:39,272 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (ajp-/127.0.0.1:8702-3) [2b86699c] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 23:48:39,272 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-3) [2b86699c] FINISH, CreateVDSCommand, log id: b3e429 2012-11-11 23:48:39,273 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-3) [2b86699c] VDS::create Failed creating vm both1 in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 23:48:39,273 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-3) [2b86699c] FINISH, CreateVmVDSCommand, return: Down, log id: 1cda4e89 2012-11-11 23:48:39,273 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-3) [2b86699c] Command org.ovirt.engine.core.bll.RunVmOnceCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 23:48:39,276 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-3) [2b86699c] Transaction rolled-back for command: org.ovirt.engine.core.bll.RunVmOnceCommand. 2012-11-11 23:48:39,323 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-3) Operation Failed: [Network error during communication with the Host.] 2012-11-11 23:48:39,324 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1e4b139d] Running command: LogoutUserCommand internal: false. 2012-11-11 23:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-11 23:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-11 23:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-11 23:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-11 23:50:18,998 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:50:19,044 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 23:50:19,044 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 23:50:19,120 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:50:19,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [7bc943f5] Running command: LogoutUserCommand internal: false. 2012-11-11 23:50:19,531 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:50:19,953 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:50:19,953 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:50:20,416 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:50:20,419 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [765b0e69] Running command: LogoutUserCommand internal: false. 2012-11-11 23:50:20,848 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:50:20,891 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:50:20,892 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:50:20,940 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:50:20,942 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6bf1dfe] Running command: LogoutUserCommand internal: false. 2012-11-11 23:50:21,346 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:50:21,462 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:50:21,462 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:50:21,523 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:50:21,525 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [4adb243f] Running command: LogoutUserCommand internal: false. 2012-11-11 23:50:21,975 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:50:22,092 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:50:22,092 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:50:22,178 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:50:22,180 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [7217bc64] Running command: LogoutUserCommand internal: false. 2012-11-11 23:50:22,614 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:50:22,703 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 23:50:22,704 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 23:50:22,745 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:50:22,747 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [5a7e8bc2] Running command: LogoutUserCommand internal: false. 2012-11-11 23:50:23,154 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:50:23,203 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 23:50:23,204 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 23:50:23,278 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:50:23,279 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [72d76c32] Running command: LogoutUserCommand internal: false. 2012-11-11 23:50:23,683 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:50:23,724 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:50:23,724 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:50:23,785 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:50:23,787 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [1d8bd88f] Running command: LogoutUserCommand internal: false. 2012-11-11 23:50:24,210 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:50:24,251 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 23:50:24,251 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 23:50:24,298 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:50:24,300 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [252921f6] Running command: LogoutUserCommand internal: false. 2012-11-11 23:50:24,712 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:50:25,189 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:50:25,190 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:50:25,461 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:50:25,464 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [4013a758] Running command: LogoutUserCommand internal: false. 2012-11-11 23:50:25,907 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:50:25,955 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:50:25,955 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:50:26,068 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:50:26,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [5bbcb89e] Running command: LogoutUserCommand internal: false. 2012-11-11 23:50:26,481 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:50:26,519 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:50:26,520 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:50:26,628 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:50:26,630 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [3cf9cb81] Running command: LogoutUserCommand internal: false. 2012-11-11 23:50:27,037 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:50:27,080 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 23:50:27,080 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 23:50:27,184 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:50:27,219 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [77685d16] Running command: LogoutUserCommand internal: false. 2012-11-11 23:50:27,623 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:50:27,675 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:50:27,675 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:50:27,755 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:50:27,823 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-9) [38dab2d2] Lock Acquired to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-11 23:50:27,823 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:50:27,823 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:50:27,823 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:50:27,823 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:50:27,849 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-9) [38dab2d2] Running command: UpdateVmCommand internal: false. Entities affected : ID: cf89bdac-550a-42a7-b1a1-a37fedb98813 Type: VM 2012-11-11 23:50:27,880 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [38dab2d2] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5fd8c2fa 2012-11-11 23:50:27,881 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [38dab2d2] FINISH, IsValidVDSCommand, return: true, log id: 5fd8c2fa 2012-11-11 23:50:27,892 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-9) [38dab2d2] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 69f8e9f1 2012-11-11 23:50:27,973 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-9) [38dab2d2] FINISH, UpdateVMVDSCommand, log id: 69f8e9f1 2012-11-11 23:50:28,033 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-9) [38dab2d2] Lock freed to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-11 23:50:28,150 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [62b8b4a5] Running command: LogoutUserCommand internal: false. 2012-11-11 23:50:28,574 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:50:28,620 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 23:50:28,620 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 23:50:28,656 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:50:28,690 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [92db80a] Running command: LogoutUserCommand internal: false. 2012-11-11 23:50:29,107 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:50:29,146 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:50:29,146 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:50:29,211 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:50:29,290 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [59887f5f] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 33f9dba9 2012-11-11 23:50:29,292 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [59887f5f] FINISH, IsValidVDSCommand, return: true, log id: 33f9dba9 2012-11-11 23:50:29,325 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-1) [59887f5f] START, IsVmDuringInitiatingVDSCommand( vmId = cf89bdac-550a-42a7-b1a1-a37fedb98813), log id: 70d6a924 2012-11-11 23:50:29,326 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-1) [59887f5f] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 70d6a924 2012-11-11 23:50:29,376 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-1) [59887f5f] Running command: RunVmOnceCommand internal: false. Entities affected : ID: cf89bdac-550a-42a7-b1a1-a37fedb98813 Type: VM 2012-11-11 23:50:29,390 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-1) [59887f5f] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=cf89bdac-550a-42a7-b1a1-a37fedb98813, vm=org.ovirt.engine.core.common.businessentities.VM@3d0d2262), log id: 3e80f03 2012-11-11 23:50:29,440 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-1) [59887f5f] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=cf89bdac-550a-42a7-b1a1-a37fedb98813, vm=org.ovirt.engine.core.common.businessentities.VM@3d0d2262), log id: 63636839 2012-11-11 23:50:29,448 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (ajp-/127.0.0.1:8702-1) [59887f5f] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-11 23:50:29,448 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-1) [59887f5f] FINISH, CreateVDSCommand, log id: 63636839 2012-11-11 23:50:29,448 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-1) [59887f5f] VDS::create Failed creating vm both1 in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-11 23:50:29,448 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-1) [59887f5f] FINISH, CreateVmVDSCommand, return: Down, log id: 3e80f03 2012-11-11 23:50:29,449 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-1) [59887f5f] Command org.ovirt.engine.core.bll.RunVmOnceCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-11 23:50:29,451 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-1) [59887f5f] Transaction rolled-back for command: org.ovirt.engine.core.bll.RunVmOnceCommand. 2012-11-11 23:50:29,503 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-1) Operation Failed: [Network error during communication with the Host.] 2012-11-11 23:50:29,504 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [5bd96d45] Running command: LogoutUserCommand internal: false. 2012-11-11 23:50:39,938 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:50:40,458 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:50:40,459 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:50:40,637 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:50:40,672 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [45637687] Running command: LogoutUserCommand internal: false. 2012-11-11 23:50:51,137 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:50:51,187 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 23:50:51,187 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 23:50:51,248 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:50:51,283 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [5bd54e84] Running command: LogoutUserCommand internal: false. 2012-11-11 23:51:43,569 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:51:43,618 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:51:43,618 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:51:43,674 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:51:43,675 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [3f59f9ea] Running command: LogoutUserCommand internal: false. 2012-11-11 23:51:44,087 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:51:44,162 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 23:51:44,162 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 23:51:44,203 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:51:44,205 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [4c0d244e] Running command: LogoutUserCommand internal: false. 2012-11-11 23:51:44,611 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:51:44,650 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 23:51:44,650 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 23:51:44,965 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:51:44,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [70d2ac3e] Running command: LogoutUserCommand internal: false. 2012-11-11 23:51:45,423 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:51:45,462 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:51:45,462 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:51:45,533 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:51:45,535 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [138b113e] Running command: LogoutUserCommand internal: false. 2012-11-11 23:51:45,967 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:51:46,008 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 23:51:46,008 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 23:51:46,048 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:51:46,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [5121c266] Running command: LogoutUserCommand internal: false. 2012-11-11 23:51:46,458 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:51:46,503 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 23:51:46,503 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 23:51:46,555 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:51:46,557 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [7d676f9a] Running command: LogoutUserCommand internal: false. 2012-11-11 23:51:46,974 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:51:47,045 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:51:47,045 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:51:47,095 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:51:47,096 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [109f852] Running command: LogoutUserCommand internal: false. 2012-11-11 23:51:47,505 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:51:47,548 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:51:47,548 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:51:47,592 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:51:47,594 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [7d6fb070] Running command: LogoutUserCommand internal: false. 2012-11-11 23:51:48,000 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:51:48,068 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:51:48,068 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:51:48,122 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:51:48,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [44bddcaf] Running command: LogoutUserCommand internal: false. 2012-11-11 23:51:48,537 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:51:48,588 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 23:51:48,588 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 23:51:48,646 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:51:48,648 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [5bda9db2] Running command: LogoutUserCommand internal: false. 2012-11-11 23:51:49,068 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:51:49,143 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 23:51:49,143 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 23:51:49,206 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:51:49,207 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [1a245c02] Running command: LogoutUserCommand internal: false. 2012-11-11 23:51:49,619 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:51:49,998 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 23:51:49,998 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 23:51:50,085 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:51:50,087 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [156a86fc] Running command: LogoutUserCommand internal: false. 2012-11-11 23:51:50,560 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:51:50,602 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 23:51:50,602 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 23:51:50,683 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:51:50,723 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [1aadcd9e] Running command: LogoutUserCommand internal: false. 2012-11-11 23:51:51,142 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:51:51,193 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:51:51,194 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:51:51,261 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:51:51,329 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-4) [3f15b2fa] Lock Acquired to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-11 23:51:51,329 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-4) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:51:51,329 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-4) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:51:51,329 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-4) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:51:51,329 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-4) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-11 23:51:51,365 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-4) [3f15b2fa] Running command: UpdateVmCommand internal: false. Entities affected : ID: cf89bdac-550a-42a7-b1a1-a37fedb98813 Type: VM 2012-11-11 23:51:51,395 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [3f15b2fa] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6fd12e1b 2012-11-11 23:51:51,396 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [3f15b2fa] FINISH, IsValidVDSCommand, return: true, log id: 6fd12e1b 2012-11-11 23:51:51,414 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-4) [3f15b2fa] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 5871ec56 2012-11-11 23:51:51,482 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-4) [3f15b2fa] FINISH, UpdateVMVDSCommand, log id: 5871ec56 2012-11-11 23:51:51,506 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-4) [3f15b2fa] Lock freed to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-11 23:51:51,574 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [42d6c3bb] Running command: LogoutUserCommand internal: false. 2012-11-11 23:51:51,983 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:51:52,043 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:51:52,043 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:51:52,103 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:51:52,137 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [62523aef] Running command: LogoutUserCommand internal: false. 2012-11-11 23:51:52,540 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:51:52,601 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:51:52,601 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:51:52,658 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:51:52,720 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [4021d7a6] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1070b61b 2012-11-11 23:51:52,721 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [4021d7a6] FINISH, IsValidVDSCommand, return: true, log id: 1070b61b 2012-11-11 23:51:52,780 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) [4021d7a6] START, IsVmDuringInitiatingVDSCommand( vmId = cf89bdac-550a-42a7-b1a1-a37fedb98813), log id: 7a690c62 2012-11-11 23:51:52,780 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) [4021d7a6] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 7a690c62 2012-11-11 23:51:52,830 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-9) [4021d7a6] Running command: RunVmOnceCommand internal: false. Entities affected : ID: cf89bdac-550a-42a7-b1a1-a37fedb98813 Type: VM 2012-11-11 23:51:52,845 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [4021d7a6] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=cf89bdac-550a-42a7-b1a1-a37fedb98813, vm=org.ovirt.engine.core.common.businessentities.VM@23872010), log id: 7bcdd188 2012-11-11 23:51:52,847 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-9) [4021d7a6] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=cf89bdac-550a-42a7-b1a1-a37fedb98813, vm=org.ovirt.engine.core.common.businessentities.VM@23872010), log id: 3244895a 2012-11-11 23:51:52,903 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-9) [4021d7a6] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=cf89bdac-550a-42a7-b1a1-a37fedb98813,devices=[Ljava.util.Map;@553ffce5,acpiEnable=true,vmName=both1,cpuType=Penryn,custom={device_13b0c366-cf5b-4843-a143-5051f563eea0device_2a523393-dc63-4bcc-beb3-267b3a259455device_0a211637-cba1-4630-9026-29ba84e2ba73device_7af46b8e-cb28-4f5c-b6f2-61406476b702device_87e21b19-e517-4ee6-b5ac-9c09c94a3e33device_9300dd46-adb2-4861-b05e-a0f463a528b3=VmDevice {vmId=cf89bdac-550a-42a7-b1a1-a37fedb98813, deviceId=9300dd46-adb2-4861-b05e-a0f463a528b3, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_13b0c366-cf5b-4843-a143-5051f563eea0device_2a523393-dc63-4bcc-beb3-267b3a259455device_0a211637-cba1-4630-9026-29ba84e2ba73device_7af46b8e-cb28-4f5c-b6f2-61406476b702=VmDevice {vmId=cf89bdac-550a-42a7-b1a1-a37fedb98813, deviceId=7af46b8e-cb28-4f5c-b6f2-61406476b702, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_13b0c366-cf5b-4843-a143-5051f563eea0device_2a523393-dc63-4bcc-beb3-267b3a259455=VmDevice {vmId=cf89bdac-550a-42a7-b1a1-a37fedb98813, deviceId=2a523393-dc63-4bcc-beb3-267b3a259455, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_13b0c366-cf5b-4843-a143-5051f563eea0=VmDevice {vmId=cf89bdac-550a-42a7-b1a1-a37fedb98813, deviceId=13b0c366-cf5b-4843-a143-5051f563eea0, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}, device_13b0c366-cf5b-4843-a143-5051f563eea0device_2a523393-dc63-4bcc-beb3-267b3a259455device_0a211637-cba1-4630-9026-29ba84e2ba73device_7af46b8e-cb28-4f5c-b6f2-61406476b702device_87e21b19-e517-4ee6-b5ac-9c09c94a3e33=VmDevice {vmId=cf89bdac-550a-42a7-b1a1-a37fedb98813, deviceId=87e21b19-e517-4ee6-b5ac-9c09c94a3e33, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_13b0c366-cf5b-4843-a143-5051f563eea0device_2a523393-dc63-4bcc-beb3-267b3a259455device_0a211637-cba1-4630-9026-29ba84e2ba73=VmDevice {vmId=cf89bdac-550a-42a7-b1a1-a37fedb98813, deviceId=0a211637-cba1-4630-9026-29ba84e2ba73, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}} 2012-11-11 23:51:52,903 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-9) [4021d7a6] FINISH, CreateVDSCommand, log id: 3244895a 2012-11-11 23:51:52,904 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [4021d7a6] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: both1 2012-11-11 23:51:52,906 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [4021d7a6] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 7bcdd188 2012-11-11 23:51:52,958 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [4c73f705] Running command: LogoutUserCommand internal: false. 2012-11-11 23:51:53,405 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:51:53,486 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:51:53,486 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:51:53,533 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:51:53,559 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [55660daa] Running command: LogoutUserCommand internal: false. 2012-11-11 23:51:58,090 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-79) VM both1 cf89bdac-550a-42a7-b1a1-a37fedb98813 moved from WaitForLaunch --> PoweringUp 2012-11-11 23:51:58,091 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-79) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[cf89bdac-550a-42a7-b1a1-a37fedb98813]), log id: 2b86126f 2012-11-11 23:51:58,109 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-79) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@6f244bbb, log id: 2b86126f 2012-11-11 23:52:03,982 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:52:04,020 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:52:04,020 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:52:04,105 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:52:04,131 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [347868ad] Running command: LogoutUserCommand internal: false. 2012-11-11 23:52:14,563 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:52:14,643 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-11 23:52:14,643 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-11 23:52:15,211 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:52:15,250 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [5c1e242b] Running command: LogoutUserCommand internal: false. 2012-11-11 23:52:25,707 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:52:25,751 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:52:25,752 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:52:25,802 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:52:25,837 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [3f32f6af] Running command: LogoutUserCommand internal: false. 2012-11-11 23:52:36,242 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:52:36,299 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 23:52:36,299 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 23:52:36,362 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:52:36,396 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [20c78957] Running command: LogoutUserCommand internal: false. 2012-11-11 23:52:46,808 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:52:46,848 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:52:46,848 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:52:46,890 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:52:46,927 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6bef704b] Running command: LogoutUserCommand internal: false. 2012-11-11 23:52:54,004 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-43) VM both1 cf89bdac-550a-42a7-b1a1-a37fedb98813 moved from PoweringUp --> Up 2012-11-11 23:52:54,019 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-43) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@ce47cb5e), log id: 31b8c44b 2012-11-11 23:52:54,062 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-43) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 31b8c44b 2012-11-11 23:52:57,342 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:52:57,400 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-11 23:52:57,400 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-11 23:52:57,427 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:52:57,463 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [ddf7eff] Running command: LogoutUserCommand internal: false. 2012-11-11 23:53:07,938 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:53:07,986 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 23:53:07,987 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 23:53:08,041 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:53:08,099 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2936cfe] Running command: LogoutUserCommand internal: false. 2012-11-11 23:53:18,531 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:53:18,575 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:53:18,575 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:53:18,628 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:53:18,665 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [62c4e365] Running command: LogoutUserCommand internal: false. 2012-11-11 23:53:29,077 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:53:29,134 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-11 23:53:29,134 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-11 23:53:29,206 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:53:29,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [404b5a3b] Running command: LogoutUserCommand internal: false. 2012-11-11 23:53:39,662 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:53:40,180 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:53:40,180 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:53:40,286 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:53:40,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [68667b6a] Running command: LogoutUserCommand internal: false. 2012-11-11 23:53:50,766 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:53:50,809 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-11 23:53:50,809 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-11 23:53:50,880 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:53:50,919 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [274dacac] Running command: LogoutUserCommand internal: false. 2012-11-11 23:54:01,360 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:54:01,445 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-11 23:54:01,445 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-11 23:54:01,537 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:54:01,574 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [67061801] Running command: LogoutUserCommand internal: false. 2012-11-11 23:54:12,013 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:54:12,057 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:54:12,057 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:54:12,107 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:54:12,144 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [418554f] Running command: LogoutUserCommand internal: false. 2012-11-11 23:54:22,578 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:54:22,629 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:54:22,629 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-11 23:54:22,667 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:54:22,707 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [16acbc1] Running command: LogoutUserCommand internal: false. 2012-11-11 23:54:33,133 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:54:33,173 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-11 23:54:33,175 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-11 23:54:33,227 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:54:33,264 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [65978f4e] Running command: LogoutUserCommand internal: false. 2012-11-11 23:54:43,700 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:54:43,740 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:54:43,740 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:54:43,812 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:54:43,848 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7f9738e2] Running command: LogoutUserCommand internal: false. 2012-11-11 23:54:54,264 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:54:54,306 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:54:54,306 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:54:54,350 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:54:54,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [17a525be] Running command: LogoutUserCommand internal: false. 2012-11-11 23:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts 2012-11-11 23:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering 0 hosts 2012-11-11 23:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Checking autorecoverable hosts done 2012-11-11 23:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-92) Autorecovering storage domains is disabled, skipping 2012-11-11 23:55:04,800 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:55:05,416 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-11 23:55:05,417 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-11 23:55:05,496 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:55:05,533 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [1ddc0e9c] Running command: LogoutUserCommand internal: false. 2012-11-11 23:58:56,631 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-45) [7c4cabb6] Running command: StopVmCommand internal: false. Entities affected : ID: cf89bdac-550a-42a7-b1a1-a37fedb98813 Type: VM 2012-11-11 23:58:56,633 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [7c4cabb6] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=cf89bdac-550a-42a7-b1a1-a37fedb98813, force=false, secondsToWait=0, gracefully=false), log id: 2b4eb761 2012-11-11 23:58:56,636 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [7c4cabb6] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=cf89bdac-550a-42a7-b1a1-a37fedb98813, force=false, secondsToWait=0, gracefully=false), log id: 242ac860 2012-11-11 23:58:57,298 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [7c4cabb6] FINISH, DestroyVDSCommand, log id: 242ac860 2012-11-11 23:58:57,317 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [7c4cabb6] FINISH, DestroyVmVDSCommand, return: Down, log id: 2b4eb761 2012-11-11 23:59:07,650 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-17) Lock Acquired to object EngineLock [exclusiveLocks= key: cf89bdac-550a-42a7-b1a1-a37fedb98813 value: VM , sharedLocks= ] 2012-11-11 23:59:07,655 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 32a0e864 2012-11-11 23:59:07,656 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) FINISH, IsValidVDSCommand, return: true, log id: 32a0e864 2012-11-11 23:59:07,756 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) [2314cfa2] Running command: RemoveVmCommand internal: false. Entities affected : ID: cf89bdac-550a-42a7-b1a1-a37fedb98813 Type: VM 2012-11-11 23:59:07,756 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) [2314cfa2] START, SetVmStatusVDSCommand( vmId = cf89bdac-550a-42a7-b1a1-a37fedb98813, status = ImageLocked), log id: 422ca642 2012-11-11 23:59:07,760 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) [2314cfa2] FINISH, SetVmStatusVDSCommand, log id: 422ca642 2012-11-11 23:59:07,767 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) [2314cfa2] Lock freed to object EngineLock [exclusiveLocks= key: cf89bdac-550a-42a7-b1a1-a37fedb98813 value: VM , sharedLocks= ] 2012-11-11 23:59:07,767 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-43) [2314cfa2] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = cf89bdac-550a-42a7-b1a1-a37fedb98813), log id: 7e01c16a 2012-11-11 23:59:07,819 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-43) [2314cfa2] FINISH, RemoveVMVDSCommand, log id: 7e01c16a 2012-11-11 23:59:07,822 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-43) [254156c7] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: cf89bdac-550a-42a7-b1a1-a37fedb98813 Type: VM 2012-11-11 23:59:07,830 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-43) [315a590] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-11 23:59:07,845 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-43) [315a590] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 00e4721a-2dc4-4176-8f3d-25762c58b028, postZeros = false, forceDelete = false), log id: 7d5ad607 2012-11-11 23:59:08,434 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-43) [315a590] FINISH, DeleteImageGroupVDSCommand, log id: 7d5ad607 2012-11-11 23:59:08,448 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) [315a590] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity cf89bdac-550a-42a7-b1a1-a37fedb98813 2012-11-11 23:59:08,448 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-43) [315a590] EntityMultiAsyncTasks::AttachTask: Attaching task 0d7224a2-2bf2-4ec9-87b8-e35706c6ddd2 to entity cf89bdac-550a-42a7-b1a1-a37fedb98813. 2012-11-11 23:59:08,450 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-43) [315a590] Adding task 0d7224a2-2bf2-4ec9-87b8-e35706c6ddd2 to DataBase 2012-11-11 23:59:08,476 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-43) [315a590] Adding task 0d7224a2-2bf2-4ec9-87b8-e35706c6ddd2 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-11 23:59:08,585 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) [315a590] BaseAsyncTask::StartPollingTask: Starting to poll task 0d7224a2-2bf2-4ec9-87b8-e35706c6ddd2. 2012-11-11 23:59:08,585 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-43) [315a590] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity cf89bdac-550a-42a7-b1a1-a37fedb98813 is RemoveVm (determined by task 0d7224a2-2bf2-4ec9-87b8-e35706c6ddd2) 2012-11-11 23:59:12,911 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-56) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-11 23:59:12,933 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-56) SPMAsyncTask::PollTask: Polling task 0d7224a2-2bf2-4ec9-87b8-e35706c6ddd2 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-11 23:59:12,946 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-56) BaseAsyncTask::OnTaskEndSuccess: Task 0d7224a2-2bf2-4ec9-87b8-e35706c6ddd2 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-11 23:59:12,946 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-56) EntityAsyncTask::EndActionIfNecessary: All tasks of entity cf89bdac-550a-42a7-b1a1-a37fedb98813 has ended -> executing EndAction 2012-11-11 23:59:12,946 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-56) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: cf89bdac-550a-42a7-b1a1-a37fedb98813): calling EndAction for action type RemoveVm. 2012-11-11 23:59:12,947 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-11 23:59:13,089 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-11 23:59:13,089 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Lock Acquired to object EngineLock [exclusiveLocks= key: cf89bdac-550a-42a7-b1a1-a37fedb98813 value: VM , sharedLocks= ] 2012-11-11 23:59:13,095 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-43) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:69) - entered 2012-11-11 23:59:13,100 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Lock freed to object EngineLock [exclusiveLocks= key: cf89bdac-550a-42a7-b1a1-a37fedb98813 value: VM , sharedLocks= ] 2012-11-11 23:59:13,156 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-11 23:59:13,156 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-11 23:59:13,178 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 0d7224a2-2bf2-4ec9-87b8-e35706c6ddd2 2012-11-11 23:59:13,178 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 0d7224a2-2bf2-4ec9-87b8-e35706c6ddd2), log id: 59d9bba 2012-11-11 23:59:13,180 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=0d7224a2-2bf2-4ec9-87b8-e35706c6ddd2), log id: 103da07b 2012-11-11 23:59:13,258 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) FINISH, HSMClearTaskVDSCommand, log id: 103da07b 2012-11-11 23:59:13,258 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) FINISH, SPMClearTaskVDSCommand, log id: 59d9bba 2012-11-11 23:59:13,267 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) BaseAsyncTask::RemoveTaskFromDB: Removed task 0d7224a2-2bf2-4ec9-87b8-e35706c6ddd2 from DataBase 2012-11-11 23:59:13,267 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity cf89bdac-550a-42a7-b1a1-a37fedb98813 2012-11-11 23:59:57,611 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:59:57,654 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-11 23:59:57,654 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-11 23:59:57,713 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:59:57,715 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [24febef2] Running command: LogoutUserCommand internal: false. 2012-11-11 23:59:58,129 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:59:58,187 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-11 23:59:58,188 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-11 23:59:58,235 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:59:58,237 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [d3ab936] Running command: LogoutUserCommand internal: false. 2012-11-11 23:59:58,653 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:59:58,688 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-11 23:59:58,688 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-11 23:59:58,741 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:59:58,743 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [6ffc1497] Running command: LogoutUserCommand internal: false. 2012-11-11 23:59:59,166 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:59:59,230 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-11 23:59:59,230 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-11 23:59:59,292 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-11 23:59:59,294 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [3342f3a2] Running command: LogoutUserCommand internal: false. 2012-11-11 23:59:59,699 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-11 23:59:59,906 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-11 23:59:59,907 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-12 00:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-12 00:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-12 00:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-12 00:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-12 00:00:00,291 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:00:00,293 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [47fed402] Running command: LogoutUserCommand internal: false. 2012-11-12 00:00:00,740 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:00:00,790 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 00:00:00,790 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 00:00:00,841 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:00:00,844 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [7d8e125f] Running command: LogoutUserCommand internal: false. 2012-11-12 00:00:01,263 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:00:01,302 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 00:00:01,302 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 00:00:01,351 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:00:01,352 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [7151828f] Running command: LogoutUserCommand internal: false. 2012-11-12 00:00:01,758 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:00:01,803 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 00:00:01,803 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 00:00:01,879 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:00:01,880 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [790981e3] Running command: LogoutUserCommand internal: false. 2012-11-12 00:00:02,333 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:00:02,371 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 00:00:02,371 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 00:00:02,429 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:00:02,431 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [1b45f124] Running command: LogoutUserCommand internal: false. 2012-11-12 00:00:02,854 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:00:02,898 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-12 00:00:02,899 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-12 00:00:02,926 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:00:02,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [7681b261] Running command: LogoutUserCommand internal: false. 2012-11-12 00:00:03,395 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:00:03,462 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-12 00:00:03,462 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-12 00:00:03,516 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:00:03,518 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [258e492f] Running command: LogoutUserCommand internal: false. 2012-11-12 00:00:03,928 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:00:04,029 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-12 00:00:04,029 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-12 00:00:04,065 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:00:04,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [6ca34c65] Running command: LogoutUserCommand internal: false. 2012-11-12 00:00:04,512 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:00:04,993 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 00:00:04,993 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 00:00:05,267 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:00:05,270 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [5530b555] Running command: LogoutUserCommand internal: false. 2012-11-12 00:00:05,863 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:00:05,910 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 00:00:05,910 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 00:00:05,951 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:00:05,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [542e3c94] Running command: LogoutUserCommand internal: false. 2012-11-12 00:00:06,403 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:00:06,443 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 00:00:06,443 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 00:00:06,479 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:00:06,498 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [4120c6ca] Running command: LogoutUserCommand internal: false. 2012-11-12 00:00:06,922 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:00:06,961 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 00:00:06,961 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 00:00:06,995 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:00:07,087 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-2) [25f1f214] Lock Acquired to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:00:07,125 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [25f1f214] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7db35d32 2012-11-12 00:00:07,126 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [25f1f214] FINISH, IsValidVDSCommand, return: true, log id: 7db35d32 2012-11-12 00:00:07,199 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-2) [25f1f214] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 00:00:07,199 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [25f1f214] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1c4a587d 2012-11-12 00:00:07,200 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [25f1f214] FINISH, IsValidVDSCommand, return: true, log id: 1c4a587d 2012-11-12 00:00:07,204 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-2) [25f1f214] MacPoolManager::allocateNewMac entered 2012-11-12 00:00:07,204 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-2) [25f1f214] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:69 2012-11-12 00:00:07,225 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-2) [25f1f214] Lock freed to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:00:07,226 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-2) [25f1f214] START, SetVmStatusVDSCommand( vmId = 839003d5-3d86-4fdc-9c6c-dae63b87688d, status = ImageLocked), log id: 3331fa4b 2012-11-12 00:00:07,228 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-2) [25f1f214] FINISH, SetVmStatusVDSCommand, log id: 3331fa4b 2012-11-12 00:00:07,229 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-2) [28b7c405] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-12 00:00:07,234 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-2) [28b7c405] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 3dcb8c06 2012-11-12 00:00:07,272 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-2) [28b7c405] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 3dcb8c06 2012-11-12 00:00:07,274 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-2) [28b7c405] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = c95b1091-0793-499c-93a8-678adda70e48, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = eb73329b-a63e-4c68-bea1-90cee2ebd71b, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 6e6fb289 2012-11-12 00:00:07,274 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-2) [28b7c405] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-12 00:00:07,274 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-2) [28b7c405] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=c95b1091-0793-499c-93a8-678adda70e48 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=eb73329b-a63e-4c68-bea1-90cee2ebd71b descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-12 00:00:07,582 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-2) [28b7c405] FINISH, CreateSnapshotVDSCommand, return: eb73329b-a63e-4c68-bea1-90cee2ebd71b, log id: 6e6fb289 2012-11-12 00:00:07,603 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-2) [28b7c405] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 839003d5-3d86-4fdc-9c6c-dae63b87688d 2012-11-12 00:00:07,603 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-2) [28b7c405] EntityMultiAsyncTasks::AttachTask: Attaching task 8bdadadb-f501-4077-8e64-859716337dfa to entity 839003d5-3d86-4fdc-9c6c-dae63b87688d. 2012-11-12 00:00:07,604 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-2) [28b7c405] Adding task 8bdadadb-f501-4077-8e64-859716337dfa to DataBase 2012-11-12 00:00:07,631 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-2) [28b7c405] Adding task 8bdadadb-f501-4077-8e64-859716337dfa (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 00:00:07,772 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-2) [28b7c405] BaseAsyncTask::StartPollingTask: Starting to poll task 8bdadadb-f501-4077-8e64-859716337dfa. 2012-11-12 00:00:07,772 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-2) [28b7c405] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 839003d5-3d86-4fdc-9c6c-dae63b87688d is AddVm (determined by task 8bdadadb-f501-4077-8e64-859716337dfa) 2012-11-12 00:00:07,779 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [2be77549] Running command: LogoutUserCommand internal: false. 2012-11-12 00:00:08,199 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:00:08,241 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-12 00:00:08,241 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-12 00:00:08,269 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:00:08,290 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [15750c31] Running command: LogoutUserCommand internal: false. 2012-11-12 00:00:08,707 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:00:08,747 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-12 00:00:08,747 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-12 00:00:08,786 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:00:08,804 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [6868d3aa] Running command: LogoutUserCommand internal: false. 2012-11-12 00:00:12,948 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-7) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-12 00:00:12,971 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-7) SPMAsyncTask::PollTask: Polling task 8bdadadb-f501-4077-8e64-859716337dfa (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 00:00:13,000 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-7) BaseAsyncTask::OnTaskEndSuccess: Task 8bdadadb-f501-4077-8e64-859716337dfa (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 00:00:13,001 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-7) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 839003d5-3d86-4fdc-9c6c-dae63b87688d has ended -> executing EndAction 2012-11-12 00:00:13,001 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-7) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 839003d5-3d86-4fdc-9c6c-dae63b87688d): calling EndAction for action type AddVm. 2012-11-12 00:00:13,001 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-12 00:00:13,019 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-43) [25f1f214] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-12 00:00:13,019 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-43) [28b7c405] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-12 00:00:13,021 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-43) [28b7c405] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = c95b1091-0793-499c-93a8-678adda70e48, imageId = eb73329b-a63e-4c68-bea1-90cee2ebd71b), log id: 69f5fc16 2012-11-12 00:00:13,062 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-43) [28b7c405] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@8923b544, log id: 69f5fc16 2012-11-12 00:00:13,067 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) START, SetVmStatusVDSCommand( vmId = 839003d5-3d86-4fdc-9c6c-dae63b87688d, status = Down), log id: 267c7b51 2012-11-12 00:00:13,070 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) FINISH, SetVmStatusVDSCommand, log id: 267c7b51 2012-11-12 00:00:13,100 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-43) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 59d135c4 2012-11-12 00:00:13,156 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-43) FINISH, UpdateVMVDSCommand, log id: 59d135c4 2012-11-12 00:00:13,228 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-12 00:00:13,228 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-12 00:00:13,250 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 8bdadadb-f501-4077-8e64-859716337dfa 2012-11-12 00:00:13,250 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 8bdadadb-f501-4077-8e64-859716337dfa), log id: 3f54c93b 2012-11-12 00:00:13,251 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=8bdadadb-f501-4077-8e64-859716337dfa), log id: 1f1ac6c6 2012-11-12 00:00:13,331 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) FINISH, HSMClearTaskVDSCommand, log id: 1f1ac6c6 2012-11-12 00:00:13,331 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) FINISH, SPMClearTaskVDSCommand, log id: 3f54c93b 2012-11-12 00:00:13,364 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) BaseAsyncTask::RemoveTaskFromDB: Removed task 8bdadadb-f501-4077-8e64-859716337dfa from DataBase 2012-11-12 00:00:13,364 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 839003d5-3d86-4fdc-9c6c-dae63b87688d 2012-11-12 00:00:19,219 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:00:19,279 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-12 00:00:19,279 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-12 00:00:19,369 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:00:19,395 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [48359c0b] Running command: LogoutUserCommand internal: false. 2012-11-12 00:00:19,859 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:00:20,008 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-12 00:00:20,008 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-12 00:00:20,078 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:00:20,098 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [3ddb9b22] Running command: LogoutUserCommand internal: false. 2012-11-12 00:00:20,518 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:00:20,560 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 00:00:20,560 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 00:00:20,624 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:00:20,688 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-5) [6ebb9e44] Lock Acquired to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:00:20,688 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:00:20,688 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:00:20,688 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:00:20,688 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:00:20,769 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-5) [6ebb9e44] Running command: UpdateVmCommand internal: false. Entities affected : ID: 839003d5-3d86-4fdc-9c6c-dae63b87688d Type: VM 2012-11-12 00:00:20,793 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [6ebb9e44] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1f216f07 2012-11-12 00:00:20,793 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [6ebb9e44] FINISH, IsValidVDSCommand, return: true, log id: 1f216f07 2012-11-12 00:00:20,800 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-5) [6ebb9e44] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 1f38b50c 2012-11-12 00:00:20,870 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-5) [6ebb9e44] FINISH, UpdateVMVDSCommand, log id: 1f38b50c 2012-11-12 00:00:20,893 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-5) [6ebb9e44] Lock freed to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:00:20,968 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [fe853a5] Running command: LogoutUserCommand internal: false. 2012-11-12 00:00:21,383 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:00:21,429 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-12 00:00:21,430 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-12 00:00:21,463 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:00:21,482 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [120b950c] Running command: LogoutUserCommand internal: false. 2012-11-12 00:00:21,920 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:00:21,970 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 00:00:21,970 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 00:00:22,054 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:00:22,122 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [ca3aa90] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 63554fff 2012-11-12 00:00:22,123 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [ca3aa90] FINISH, IsValidVDSCommand, return: true, log id: 63554fff 2012-11-12 00:00:22,158 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-10) [ca3aa90] START, IsVmDuringInitiatingVDSCommand( vmId = 839003d5-3d86-4fdc-9c6c-dae63b87688d), log id: 5b1da4b7 2012-11-12 00:00:22,158 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-10) [ca3aa90] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 5b1da4b7 2012-11-12 00:00:22,200 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-10) [ca3aa90] Running command: RunVmOnceCommand internal: false. Entities affected : ID: 839003d5-3d86-4fdc-9c6c-dae63b87688d Type: VM 2012-11-12 00:00:22,214 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-10) [ca3aa90] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=839003d5-3d86-4fdc-9c6c-dae63b87688d, vm=org.ovirt.engine.core.common.businessentities.VM@7e97c4a3), log id: 52b5d853 2012-11-12 00:00:22,216 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-10) [ca3aa90] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=839003d5-3d86-4fdc-9c6c-dae63b87688d, vm=org.ovirt.engine.core.common.businessentities.VM@7e97c4a3), log id: 2678008c 2012-11-12 00:00:22,225 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (ajp-/127.0.0.1:8702-10) [ca3aa90] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-12 00:00:22,225 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-10) [ca3aa90] FINISH, CreateVDSCommand, log id: 2678008c 2012-11-12 00:00:22,225 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-10) [ca3aa90] VDS::create Failed creating vm both1 in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-12 00:00:22,225 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-10) [ca3aa90] FINISH, CreateVmVDSCommand, return: Down, log id: 52b5d853 2012-11-12 00:00:22,225 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-10) [ca3aa90] Command org.ovirt.engine.core.bll.RunVmOnceCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-12 00:00:22,228 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-10) [ca3aa90] Transaction rolled-back for command: org.ovirt.engine.core.bll.RunVmOnceCommand. 2012-11-12 00:00:22,307 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-10) Operation Failed: [Network error during communication with the Host.] 2012-11-12 00:00:22,308 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [29ec805c] Running command: LogoutUserCommand internal: false. 2012-11-12 00:00:23,583 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-32) Setting new tasks map. The map contains now 1 tasks 2012-11-12 00:00:40,188 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-2) Lock Acquired to object EngineLock [exclusiveLocks= key: 839003d5-3d86-4fdc-9c6c-dae63b87688d value: VM , sharedLocks= ] 2012-11-12 00:00:40,196 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 603800ae 2012-11-12 00:00:40,198 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) FINISH, IsValidVDSCommand, return: true, log id: 603800ae 2012-11-12 00:00:40,460 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) [58011bd5] Running command: RemoveVmCommand internal: false. Entities affected : ID: 839003d5-3d86-4fdc-9c6c-dae63b87688d Type: VM 2012-11-12 00:00:40,461 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) [58011bd5] START, SetVmStatusVDSCommand( vmId = 839003d5-3d86-4fdc-9c6c-dae63b87688d, status = ImageLocked), log id: 782f94b4 2012-11-12 00:00:40,466 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) [58011bd5] FINISH, SetVmStatusVDSCommand, log id: 782f94b4 2012-11-12 00:00:40,493 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) [58011bd5] Lock freed to object EngineLock [exclusiveLocks= key: 839003d5-3d86-4fdc-9c6c-dae63b87688d value: VM , sharedLocks= ] 2012-11-12 00:00:40,494 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-43) [58011bd5] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 839003d5-3d86-4fdc-9c6c-dae63b87688d), log id: 103398a 2012-11-12 00:00:40,537 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-43) [58011bd5] FINISH, RemoveVMVDSCommand, log id: 103398a 2012-11-12 00:00:40,540 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-43) [7ab6938a] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 839003d5-3d86-4fdc-9c6c-dae63b87688d Type: VM 2012-11-12 00:00:40,545 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-43) [1552d016] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 00:00:40,560 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-43) [1552d016] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = c95b1091-0793-499c-93a8-678adda70e48, postZeros = false, forceDelete = false), log id: 4d233e6d 2012-11-12 00:00:41,141 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-43) [1552d016] FINISH, DeleteImageGroupVDSCommand, log id: 4d233e6d 2012-11-12 00:00:41,151 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) [1552d016] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 839003d5-3d86-4fdc-9c6c-dae63b87688d 2012-11-12 00:00:41,151 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-43) [1552d016] EntityMultiAsyncTasks::AttachTask: Attaching task 65278a95-4fa8-44a0-86ab-6f9dcbb12565 to entity 839003d5-3d86-4fdc-9c6c-dae63b87688d. 2012-11-12 00:00:41,152 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-43) [1552d016] Adding task 65278a95-4fa8-44a0-86ab-6f9dcbb12565 to DataBase 2012-11-12 00:00:41,164 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-43) [1552d016] Adding task 65278a95-4fa8-44a0-86ab-6f9dcbb12565 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 00:00:41,262 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) [1552d016] BaseAsyncTask::StartPollingTask: Starting to poll task 65278a95-4fa8-44a0-86ab-6f9dcbb12565. 2012-11-12 00:00:41,263 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-43) [1552d016] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 839003d5-3d86-4fdc-9c6c-dae63b87688d is RemoveVm (determined by task 65278a95-4fa8-44a0-86ab-6f9dcbb12565) 2012-11-12 00:00:43,003 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-53) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-12 00:00:43,025 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-53) SPMAsyncTask::PollTask: Polling task 65278a95-4fa8-44a0-86ab-6f9dcbb12565 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 00:00:43,077 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-53) BaseAsyncTask::OnTaskEndSuccess: Task 65278a95-4fa8-44a0-86ab-6f9dcbb12565 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 00:00:43,077 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-53) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 839003d5-3d86-4fdc-9c6c-dae63b87688d has ended -> executing EndAction 2012-11-12 00:00:43,077 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-53) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 839003d5-3d86-4fdc-9c6c-dae63b87688d): calling EndAction for action type RemoveVm. 2012-11-12 00:00:43,077 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-12 00:00:43,119 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-12 00:00:43,119 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock Acquired to object EngineLock [exclusiveLocks= key: 839003d5-3d86-4fdc-9c6c-dae63b87688d value: VM , sharedLocks= ] 2012-11-12 00:00:43,124 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-45) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:69) - entered 2012-11-12 00:00:43,126 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock freed to object EngineLock [exclusiveLocks= key: 839003d5-3d86-4fdc-9c6c-dae63b87688d value: VM , sharedLocks= ] 2012-11-12 00:00:43,179 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-12 00:00:43,179 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-12 00:00:43,219 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 65278a95-4fa8-44a0-86ab-6f9dcbb12565 2012-11-12 00:00:43,219 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 65278a95-4fa8-44a0-86ab-6f9dcbb12565), log id: 487e8f 2012-11-12 00:00:43,221 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=65278a95-4fa8-44a0-86ab-6f9dcbb12565), log id: 530fb758 2012-11-12 00:00:43,289 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) FINISH, HSMClearTaskVDSCommand, log id: 530fb758 2012-11-12 00:00:43,290 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) FINISH, SPMClearTaskVDSCommand, log id: 487e8f 2012-11-12 00:00:43,326 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) BaseAsyncTask::RemoveTaskFromDB: Removed task 65278a95-4fa8-44a0-86ab-6f9dcbb12565 from DataBase 2012-11-12 00:00:43,326 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 839003d5-3d86-4fdc-9c6c-dae63b87688d 2012-11-12 00:01:23,584 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-44) Setting new tasks map. The map contains now 1 tasks 2012-11-12 00:01:25,502 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:25,542 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:25,542 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:25,590 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:25,591 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [6f58c2aa] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:25,991 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:26,029 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:26,030 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:26,087 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:26,089 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [251a5afb] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:26,518 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:26,557 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:26,558 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:26,606 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:26,608 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [27a4aaaf] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:27,044 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:27,084 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:27,084 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:27,129 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:27,131 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [7ab6e88a] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:27,554 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:27,623 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:27,623 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:27,665 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:27,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [790359d] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:28,145 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:28,192 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:28,192 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:28,247 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:28,249 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [7284eff4] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:28,689 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:28,745 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:28,745 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:28,803 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:28,806 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [4ec4f50f] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:29,235 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:29,282 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:29,283 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:29,320 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:29,322 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [5a59b8a9] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:29,774 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:29,998 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:29,998 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:30,050 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:30,052 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [895babc] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:30,630 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:30,670 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:30,670 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:30,722 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:30,723 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [4e882431] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:31,182 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:31,310 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:31,310 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:31,400 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:31,402 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [1a288778] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:31,899 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:31,941 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:31,941 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:32,001 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:32,003 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [205831cf] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:32,514 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:32,601 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:32,602 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:32,645 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:32,647 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [4b08bdb3] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:33,116 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:33,159 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:33,159 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:33,216 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:33,249 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [572f055] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:33,686 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:33,728 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:33,728 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:33,774 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:33,793 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [7b9f910] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:34,193 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:34,237 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:34,237 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:34,334 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:34,390 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-5) [1192a276] Lock Acquired to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:01:34,455 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [1192a276] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 41a9321a 2012-11-12 00:01:34,457 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [1192a276] FINISH, IsValidVDSCommand, return: true, log id: 41a9321a 2012-11-12 00:01:34,669 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-5) [1192a276] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 00:01:34,670 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [1192a276] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1108e9d 2012-11-12 00:01:34,670 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [1192a276] FINISH, IsValidVDSCommand, return: true, log id: 1108e9d 2012-11-12 00:01:34,675 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-5) [1192a276] MacPoolManager::allocateNewMac entered 2012-11-12 00:01:34,675 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-5) [1192a276] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:69 2012-11-12 00:01:34,840 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-5) [1192a276] Lock freed to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:01:34,840 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-5) [1192a276] START, SetVmStatusVDSCommand( vmId = 7eae65f5-689b-450b-b2e8-97b5719710a2, status = ImageLocked), log id: 719bfcf0 2012-11-12 00:01:34,843 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-5) [1192a276] FINISH, SetVmStatusVDSCommand, log id: 719bfcf0 2012-11-12 00:01:34,844 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-5) [3aaefc83] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-12 00:01:34,849 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-5) [3aaefc83] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 170778b1 2012-11-12 00:01:34,888 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-5) [3aaefc83] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 170778b1 2012-11-12 00:01:34,890 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-5) [3aaefc83] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = a1b36b68-f5a1-4447-8381-4d162f1c1d0f, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 1d4cc80d-60d7-47bf-8b38-ff0cd47883a7, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 15ca5cfe 2012-11-12 00:01:34,890 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-5) [3aaefc83] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-12 00:01:34,890 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-5) [3aaefc83] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=a1b36b68-f5a1-4447-8381-4d162f1c1d0f size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=1d4cc80d-60d7-47bf-8b38-ff0cd47883a7 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-12 00:01:35,177 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-5) [3aaefc83] FINISH, CreateSnapshotVDSCommand, return: 1d4cc80d-60d7-47bf-8b38-ff0cd47883a7, log id: 15ca5cfe 2012-11-12 00:01:35,191 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-5) [3aaefc83] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 7eae65f5-689b-450b-b2e8-97b5719710a2 2012-11-12 00:01:35,191 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-5) [3aaefc83] EntityMultiAsyncTasks::AttachTask: Attaching task 26404041-d90f-4e27-a1fa-5ca1b04ba540 to entity 7eae65f5-689b-450b-b2e8-97b5719710a2. 2012-11-12 00:01:35,192 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-5) [3aaefc83] Adding task 26404041-d90f-4e27-a1fa-5ca1b04ba540 to DataBase 2012-11-12 00:01:35,219 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-5) [3aaefc83] Adding task 26404041-d90f-4e27-a1fa-5ca1b04ba540 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 00:01:35,328 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-5) [3aaefc83] BaseAsyncTask::StartPollingTask: Starting to poll task 26404041-d90f-4e27-a1fa-5ca1b04ba540. 2012-11-12 00:01:35,328 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-5) [3aaefc83] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 7eae65f5-689b-450b-b2e8-97b5719710a2 is AddVm (determined by task 26404041-d90f-4e27-a1fa-5ca1b04ba540) 2012-11-12 00:01:35,363 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [271fd431] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:35,762 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:35,803 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:35,803 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:35,878 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:35,898 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [6cb1021e] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:36,312 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:36,358 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:36,358 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:36,421 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:36,462 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7d3db905] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:43,079 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-75) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-12 00:01:43,101 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-75) SPMAsyncTask::PollTask: Polling task 26404041-d90f-4e27-a1fa-5ca1b04ba540 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 00:01:43,120 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-75) BaseAsyncTask::OnTaskEndSuccess: Task 26404041-d90f-4e27-a1fa-5ca1b04ba540 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 00:01:43,121 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-75) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 7eae65f5-689b-450b-b2e8-97b5719710a2 has ended -> executing EndAction 2012-11-12 00:01:43,121 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-75) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 7eae65f5-689b-450b-b2e8-97b5719710a2): calling EndAction for action type AddVm. 2012-11-12 00:01:43,122 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-12 00:01:43,141 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-45) [1192a276] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-12 00:01:43,142 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-45) [3aaefc83] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-12 00:01:43,143 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-45) [3aaefc83] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = a1b36b68-f5a1-4447-8381-4d162f1c1d0f, imageId = 1d4cc80d-60d7-47bf-8b38-ff0cd47883a7), log id: 243017b4 2012-11-12 00:01:43,186 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-45) [3aaefc83] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@6e40411e, log id: 243017b4 2012-11-12 00:01:43,191 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) START, SetVmStatusVDSCommand( vmId = 7eae65f5-689b-450b-b2e8-97b5719710a2, status = Down), log id: 12900ced 2012-11-12 00:01:43,193 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) FINISH, SetVmStatusVDSCommand, log id: 12900ced 2012-11-12 00:01:43,290 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-45) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 247afc6d 2012-11-12 00:01:43,361 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-45) FINISH, UpdateVMVDSCommand, log id: 247afc6d 2012-11-12 00:01:43,400 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-12 00:01:43,400 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-12 00:01:43,415 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 26404041-d90f-4e27-a1fa-5ca1b04ba540 2012-11-12 00:01:43,415 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 26404041-d90f-4e27-a1fa-5ca1b04ba540), log id: 7a310bf1 2012-11-12 00:01:43,416 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=26404041-d90f-4e27-a1fa-5ca1b04ba540), log id: 1c0b4feb 2012-11-12 00:01:43,494 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) FINISH, HSMClearTaskVDSCommand, log id: 1c0b4feb 2012-11-12 00:01:43,494 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) FINISH, SPMClearTaskVDSCommand, log id: 7a310bf1 2012-11-12 00:01:43,521 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) BaseAsyncTask::RemoveTaskFromDB: Removed task 26404041-d90f-4e27-a1fa-5ca1b04ba540 from DataBase 2012-11-12 00:01:43,521 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 7eae65f5-689b-450b-b2e8-97b5719710a2 2012-11-12 00:01:46,864 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:46,909 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:46,909 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:46,948 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:46,979 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [1545cff2] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:47,408 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:47,448 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:47,448 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:47,501 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:47,521 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [18b6c4ba] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:47,923 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:47,969 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:47,969 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:48,038 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:48,094 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-5) [71b759f2] Lock Acquired to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:01:48,094 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:01:48,094 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:01:48,094 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:01:48,094 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-5) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:01:48,140 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-5) [71b759f2] Running command: UpdateVmCommand internal: false. Entities affected : ID: 7eae65f5-689b-450b-b2e8-97b5719710a2 Type: VM 2012-11-12 00:01:48,175 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [71b759f2] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 66e2809c 2012-11-12 00:01:48,176 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) [71b759f2] FINISH, IsValidVDSCommand, return: true, log id: 66e2809c 2012-11-12 00:01:48,183 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-5) [71b759f2] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 39deb1c6 2012-11-12 00:01:48,254 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-5) [71b759f2] FINISH, UpdateVMVDSCommand, log id: 39deb1c6 2012-11-12 00:01:48,267 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-5) [71b759f2] Lock freed to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:01:48,328 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [51b5e33a] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:48,740 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:48,777 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:48,778 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:48,828 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:48,848 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [4dc11d36] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:49,262 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:49,316 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:49,316 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:49,385 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:49,473 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [29338aae] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6c0aadb9 2012-11-12 00:01:49,475 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [29338aae] FINISH, IsValidVDSCommand, return: true, log id: 6c0aadb9 2012-11-12 00:01:49,584 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-4) [29338aae] START, IsVmDuringInitiatingVDSCommand( vmId = 7eae65f5-689b-450b-b2e8-97b5719710a2), log id: 586d8377 2012-11-12 00:01:49,584 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-4) [29338aae] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 586d8377 2012-11-12 00:01:50,041 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-4) [29338aae] Running command: RunVmOnceCommand internal: false. Entities affected : ID: 7eae65f5-689b-450b-b2e8-97b5719710a2 Type: VM 2012-11-12 00:01:50,055 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-4) [29338aae] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=7eae65f5-689b-450b-b2e8-97b5719710a2, vm=org.ovirt.engine.core.common.businessentities.VM@44eb60cc), log id: 36adcba8 2012-11-12 00:01:50,059 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-4) [29338aae] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=7eae65f5-689b-450b-b2e8-97b5719710a2, vm=org.ovirt.engine.core.common.businessentities.VM@44eb60cc), log id: 7f6a713e 2012-11-12 00:01:50,117 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-4) [29338aae] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=7eae65f5-689b-450b-b2e8-97b5719710a2,devices=[Ljava.util.Map;@1c0d256c,acpiEnable=true,vmName=both1,cpuType=Penryn,custom={device_436f8cd3-8cb7-40b0-84d6-1e875dd1515fdevice_6544aaa8-d1f2-4381-a55c-9a8eee56e943device_c974022b-d0ca-42f1-9e02-a088f33060d1device_d53753bd-25bd-4e86-86bd-7dc2d1a87c2cdevice_d7cca06b-8399-4d17-bb41-f2ef76300655=VmDevice {vmId=7eae65f5-689b-450b-b2e8-97b5719710a2, deviceId=d7cca06b-8399-4d17-bb41-f2ef76300655, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}, device_436f8cd3-8cb7-40b0-84d6-1e875dd1515fdevice_6544aaa8-d1f2-4381-a55c-9a8eee56e943device_c974022b-d0ca-42f1-9e02-a088f33060d1device_d53753bd-25bd-4e86-86bd-7dc2d1a87c2c=VmDevice {vmId=7eae65f5-689b-450b-b2e8-97b5719710a2, deviceId=d53753bd-25bd-4e86-86bd-7dc2d1a87c2c, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_436f8cd3-8cb7-40b0-84d6-1e875dd1515f=VmDevice {vmId=7eae65f5-689b-450b-b2e8-97b5719710a2, deviceId=436f8cd3-8cb7-40b0-84d6-1e875dd1515f, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}, device_436f8cd3-8cb7-40b0-84d6-1e875dd1515fdevice_6544aaa8-d1f2-4381-a55c-9a8eee56e943device_c974022b-d0ca-42f1-9e02-a088f33060d1device_d53753bd-25bd-4e86-86bd-7dc2d1a87c2cdevice_d7cca06b-8399-4d17-bb41-f2ef76300655device_eda6ba09-99fd-40c8-bdfe-026634056c4e=VmDevice {vmId=7eae65f5-689b-450b-b2e8-97b5719710a2, deviceId=eda6ba09-99fd-40c8-bdfe-026634056c4e, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_436f8cd3-8cb7-40b0-84d6-1e875dd1515fdevice_6544aaa8-d1f2-4381-a55c-9a8eee56e943device_c974022b-d0ca-42f1-9e02-a088f33060d1=VmDevice {vmId=7eae65f5-689b-450b-b2e8-97b5719710a2, deviceId=c974022b-d0ca-42f1-9e02-a088f33060d1, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_436f8cd3-8cb7-40b0-84d6-1e875dd1515fdevice_6544aaa8-d1f2-4381-a55c-9a8eee56e943=VmDevice {vmId=7eae65f5-689b-450b-b2e8-97b5719710a2, deviceId=6544aaa8-d1f2-4381-a55c-9a8eee56e943, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}} 2012-11-12 00:01:50,117 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-4) [29338aae] FINISH, CreateVDSCommand, log id: 7f6a713e 2012-11-12 00:01:50,117 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-4) [29338aae] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: both1 2012-11-12 00:01:50,119 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-4) [29338aae] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 36adcba8 2012-11-12 00:01:50,169 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [20a06f89] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:50,574 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:01:50,628 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 00:01:50,628 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 00:01:50,671 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:01:50,689 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [7c4d4a3d] Running command: LogoutUserCommand internal: false. 2012-11-12 00:01:52,468 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-77) VM both1 7eae65f5-689b-450b-b2e8-97b5719710a2 moved from WaitForLaunch --> PoweringUp 2012-11-12 00:01:52,473 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-77) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[7eae65f5-689b-450b-b2e8-97b5719710a2]), log id: 7ba12a29 2012-11-12 00:01:52,519 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-77) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@11d72928, log id: 7ba12a29 2012-11-12 00:01:53,585 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-5) Setting new tasks map. The map contains now 1 tasks 2012-11-12 00:02:01,149 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:02:01,188 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 00:02:01,188 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 00:02:01,227 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:02:01,258 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [40015dad] Running command: LogoutUserCommand internal: false. 2012-11-12 00:02:11,675 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:02:11,716 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-12 00:02:11,717 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-12 00:02:11,797 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:02:11,817 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [7e61a63a] Running command: LogoutUserCommand internal: false. 2012-11-12 00:02:22,250 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:02:22,305 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 00:02:22,306 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 00:02:22,355 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:02:22,375 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [5e7d201d] Running command: LogoutUserCommand internal: false. 2012-11-12 00:02:49,895 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-49) VM both1 7eae65f5-689b-450b-b2e8-97b5719710a2 moved from PoweringUp --> Up 2012-11-12 00:02:50,030 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-49) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@9b81e994), log id: 53db882b 2012-11-12 00:02:50,135 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-49) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 53db882b 2012-11-12 00:02:53,586 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-16) Setting new tasks map. The map contains now 0 tasks 2012-11-12 00:02:53,586 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-16) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-12 00:02:53,589 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-16) Could not find vds that is spm and non-operational. 2012-11-12 00:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Checking autorecoverable hosts 2012-11-12 00:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Autorecovering 0 hosts 2012-11-12 00:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Checking autorecoverable hosts done 2012-11-12 00:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-35) Autorecovering storage domains is disabled, skipping 2012-11-12 00:05:25,235 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [5943423a] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 7eae65f5-689b-450b-b2e8-97b5719710a2 Type: VM 2012-11-12 00:05:25,237 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [5943423a] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop both1). 2012-11-12 00:05:25,237 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [5943423a] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop both1. 2012-11-12 00:05:25,239 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [5943423a] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=7eae65f5-689b-450b-b2e8-97b5719710a2, force=false, secondsToWait=30, gracefully=true), log id: f170576 2012-11-12 00:05:25,243 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [5943423a] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=7eae65f5-689b-450b-b2e8-97b5719710a2, force=false, secondsToWait=30, gracefully=true), log id: 436151f7 2012-11-12 00:05:25,264 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [5943423a] FINISH, DestroyVDSCommand, log id: 436151f7 2012-11-12 00:05:25,292 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [5943423a] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: f170576 2012-11-12 00:05:30,707 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-43) [75c9a64d] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 7eae65f5-689b-450b-b2e8-97b5719710a2 Type: VM 2012-11-12 00:05:30,708 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-43) [75c9a64d] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop both1). 2012-11-12 00:05:30,708 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-43) [75c9a64d] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop both1, status is not up. Stopping instead. 2012-11-12 00:05:30,711 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-43) [6b4746ce] Running command: StopVmCommand internal: true. Entities affected : ID: 7eae65f5-689b-450b-b2e8-97b5719710a2 Type: VM 2012-11-12 00:05:30,713 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-43) [6b4746ce] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=7eae65f5-689b-450b-b2e8-97b5719710a2, force=false, secondsToWait=0, gracefully=false), log id: bf03ca0 2012-11-12 00:05:30,716 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-43) [6b4746ce] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=7eae65f5-689b-450b-b2e8-97b5719710a2, force=false, secondsToWait=0, gracefully=false), log id: 3bb007fb 2012-11-12 00:05:31,290 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-43) [6b4746ce] FINISH, DestroyVDSCommand, log id: 3bb007fb 2012-11-12 00:05:31,340 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-43) [6b4746ce] FINISH, DestroyVmVDSCommand, return: Down, log id: bf03ca0 2012-11-12 00:05:37,734 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-9) Lock Acquired to object EngineLock [exclusiveLocks= key: 7eae65f5-689b-450b-b2e8-97b5719710a2 value: VM , sharedLocks= ] 2012-11-12 00:05:37,738 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 583c078d 2012-11-12 00:05:37,739 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) FINISH, IsValidVDSCommand, return: true, log id: 583c078d 2012-11-12 00:05:37,821 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [6e66fc89] Running command: RemoveVmCommand internal: false. Entities affected : ID: 7eae65f5-689b-450b-b2e8-97b5719710a2 Type: VM 2012-11-12 00:05:37,822 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [6e66fc89] START, SetVmStatusVDSCommand( vmId = 7eae65f5-689b-450b-b2e8-97b5719710a2, status = ImageLocked), log id: 468d7b1b 2012-11-12 00:05:37,824 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [6e66fc89] FINISH, SetVmStatusVDSCommand, log id: 468d7b1b 2012-11-12 00:05:37,842 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [6e66fc89] Lock freed to object EngineLock [exclusiveLocks= key: 7eae65f5-689b-450b-b2e8-97b5719710a2 value: VM , sharedLocks= ] 2012-11-12 00:05:37,842 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [6e66fc89] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 7eae65f5-689b-450b-b2e8-97b5719710a2), log id: 41ae1cfc 2012-11-12 00:05:37,910 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [6e66fc89] FINISH, RemoveVMVDSCommand, log id: 41ae1cfc 2012-11-12 00:05:37,913 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-45) [df10614] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 7eae65f5-689b-450b-b2e8-97b5719710a2 Type: VM 2012-11-12 00:05:37,922 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-45) [5fe5dd28] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 00:05:37,943 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [5fe5dd28] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = a1b36b68-f5a1-4447-8381-4d162f1c1d0f, postZeros = false, forceDelete = false), log id: 5279d7ed 2012-11-12 00:05:38,558 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [5fe5dd28] FINISH, DeleteImageGroupVDSCommand, log id: 5279d7ed 2012-11-12 00:05:38,569 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) [5fe5dd28] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 7eae65f5-689b-450b-b2e8-97b5719710a2 2012-11-12 00:05:38,569 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [5fe5dd28] EntityMultiAsyncTasks::AttachTask: Attaching task b3ad9355-597d-4bac-a592-27131f4f6554 to entity 7eae65f5-689b-450b-b2e8-97b5719710a2. 2012-11-12 00:05:38,570 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-45) [5fe5dd28] Adding task b3ad9355-597d-4bac-a592-27131f4f6554 to DataBase 2012-11-12 00:05:38,580 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-45) [5fe5dd28] Adding task b3ad9355-597d-4bac-a592-27131f4f6554 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 00:05:38,739 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) [5fe5dd28] BaseAsyncTask::StartPollingTask: Starting to poll task b3ad9355-597d-4bac-a592-27131f4f6554. 2012-11-12 00:05:38,739 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [5fe5dd28] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 7eae65f5-689b-450b-b2e8-97b5719710a2 is RemoveVm (determined by task b3ad9355-597d-4bac-a592-27131f4f6554) 2012-11-12 00:05:43,129 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-24) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-12 00:05:43,182 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-24) SPMAsyncTask::PollTask: Polling task b3ad9355-597d-4bac-a592-27131f4f6554 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 00:05:43,216 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-24) BaseAsyncTask::OnTaskEndSuccess: Task b3ad9355-597d-4bac-a592-27131f4f6554 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 00:05:43,216 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-24) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 7eae65f5-689b-450b-b2e8-97b5719710a2 has ended -> executing EndAction 2012-11-12 00:05:43,216 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-24) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 7eae65f5-689b-450b-b2e8-97b5719710a2): calling EndAction for action type RemoveVm. 2012-11-12 00:05:43,217 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-12 00:05:43,277 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-12 00:05:43,277 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock Acquired to object EngineLock [exclusiveLocks= key: 7eae65f5-689b-450b-b2e8-97b5719710a2 value: VM , sharedLocks= ] 2012-11-12 00:05:43,301 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-45) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:69) - entered 2012-11-12 00:05:43,304 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock freed to object EngineLock [exclusiveLocks= key: 7eae65f5-689b-450b-b2e8-97b5719710a2 value: VM , sharedLocks= ] 2012-11-12 00:05:43,330 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-12 00:05:43,330 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-12 00:05:43,342 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) SPMAsyncTask::ClearAsyncTask: Attempting to clear task b3ad9355-597d-4bac-a592-27131f4f6554 2012-11-12 00:05:43,342 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = b3ad9355-597d-4bac-a592-27131f4f6554), log id: 3178f366 2012-11-12 00:05:43,344 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=b3ad9355-597d-4bac-a592-27131f4f6554), log id: 130f7ec2 2012-11-12 00:05:43,424 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) FINISH, HSMClearTaskVDSCommand, log id: 130f7ec2 2012-11-12 00:05:43,424 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) FINISH, SPMClearTaskVDSCommand, log id: 3178f366 2012-11-12 00:05:43,439 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) BaseAsyncTask::RemoveTaskFromDB: Removed task b3ad9355-597d-4bac-a592-27131f4f6554 from DataBase 2012-11-12 00:05:43,439 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 7eae65f5-689b-450b-b2e8-97b5719710a2 2012-11-12 00:06:14,886 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:15,002 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:15,003 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:15,094 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:15,096 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [35d933db] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:15,569 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:15,611 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:15,611 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:15,678 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:15,679 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [1d6eceea] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:16,116 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:16,179 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:16,179 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:16,222 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:16,223 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [33db26dd] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:16,657 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:16,697 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:16,698 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:16,757 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:16,758 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [56255d9b] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:17,299 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:17,338 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:17,338 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:17,422 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:17,424 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [712e576b] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:18,030 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:18,091 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:18,092 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:18,141 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:18,143 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [4753a828] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:19,201 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:19,245 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:19,245 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:19,322 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:19,324 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [526b3235] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:19,891 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:20,138 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:20,139 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:20,482 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:20,484 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [389b2278] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:20,923 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:20,976 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:20,976 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:21,034 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:21,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [25ad2cc5] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:21,452 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:21,494 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:21,494 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:21,536 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:21,538 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [f2d1aba] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:21,941 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:21,980 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:21,980 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:22,026 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:22,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [2dbec5be] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:22,479 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:22,520 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:22,520 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:22,582 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:22,583 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [7d693450] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:22,996 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:23,047 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:23,047 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:23,095 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:23,098 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [41b79685] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:23,502 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:23,540 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:23,540 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:23,595 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:23,627 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [43a47f41] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:24,033 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:24,077 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:24,077 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:24,126 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:24,149 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [439689c2] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:24,554 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:25,015 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:25,015 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:25,330 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:25,434 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-11) [6d268f38] Lock Acquired to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:06:25,471 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [6d268f38] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4bc41a6f 2012-11-12 00:06:25,471 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [6d268f38] FINISH, IsValidVDSCommand, return: true, log id: 4bc41a6f 2012-11-12 00:06:25,534 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-11) [6d268f38] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 00:06:25,535 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [6d268f38] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3a3e5935 2012-11-12 00:06:25,536 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [6d268f38] FINISH, IsValidVDSCommand, return: true, log id: 3a3e5935 2012-11-12 00:06:25,540 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-11) [6d268f38] MacPoolManager::allocateNewMac entered 2012-11-12 00:06:25,540 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-11) [6d268f38] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:69 2012-11-12 00:06:25,569 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-11) [6d268f38] Lock freed to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:06:25,569 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-11) [6d268f38] START, SetVmStatusVDSCommand( vmId = 2f7b7cf2-8753-4a0b-a25c-d350018df2a6, status = ImageLocked), log id: 2a24e7c8 2012-11-12 00:06:25,571 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-11) [6d268f38] FINISH, SetVmStatusVDSCommand, log id: 2a24e7c8 2012-11-12 00:06:25,572 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-11) [4b28063d] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-12 00:06:25,577 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-11) [4b28063d] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 2df53d32 2012-11-12 00:06:25,617 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-11) [4b28063d] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 2df53d32 2012-11-12 00:06:25,618 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-11) [4b28063d] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = df4cf09c-4112-4a11-b996-36582d0b5131, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 43c7d68c-368f-4fd4-a9ce-a887386296f1, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 2f00dbec 2012-11-12 00:06:25,618 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-11) [4b28063d] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-12 00:06:25,618 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-11) [4b28063d] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=df4cf09c-4112-4a11-b996-36582d0b5131 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=43c7d68c-368f-4fd4-a9ce-a887386296f1 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-12 00:06:25,942 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-11) [4b28063d] FINISH, CreateSnapshotVDSCommand, return: 43c7d68c-368f-4fd4-a9ce-a887386296f1, log id: 2f00dbec 2012-11-12 00:06:25,959 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-11) [4b28063d] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 2f7b7cf2-8753-4a0b-a25c-d350018df2a6 2012-11-12 00:06:25,959 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-11) [4b28063d] EntityMultiAsyncTasks::AttachTask: Attaching task 05ef3b50-43d9-40b6-9abd-1d3f0f893ff6 to entity 2f7b7cf2-8753-4a0b-a25c-d350018df2a6. 2012-11-12 00:06:25,960 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-11) [4b28063d] Adding task 05ef3b50-43d9-40b6-9abd-1d3f0f893ff6 to DataBase 2012-11-12 00:06:25,999 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-11) [4b28063d] Adding task 05ef3b50-43d9-40b6-9abd-1d3f0f893ff6 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 00:06:26,136 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-11) [4b28063d] BaseAsyncTask::StartPollingTask: Starting to poll task 05ef3b50-43d9-40b6-9abd-1d3f0f893ff6. 2012-11-12 00:06:26,136 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-11) [4b28063d] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 2f7b7cf2-8753-4a0b-a25c-d350018df2a6 is AddVm (determined by task 05ef3b50-43d9-40b6-9abd-1d3f0f893ff6) 2012-11-12 00:06:26,163 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [6030a31b] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:26,583 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:26,643 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:26,643 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:26,707 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:26,726 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [4ebbc4bb] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:27,178 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:27,214 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:27,214 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:27,327 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:27,361 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [40515715] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:33,220 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-28) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-12 00:06:33,243 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-28) SPMAsyncTask::PollTask: Polling task 05ef3b50-43d9-40b6-9abd-1d3f0f893ff6 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 00:06:33,266 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-28) BaseAsyncTask::OnTaskEndSuccess: Task 05ef3b50-43d9-40b6-9abd-1d3f0f893ff6 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 00:06:33,267 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-28) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 2f7b7cf2-8753-4a0b-a25c-d350018df2a6 has ended -> executing EndAction 2012-11-12 00:06:33,267 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-28) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 2f7b7cf2-8753-4a0b-a25c-d350018df2a6): calling EndAction for action type AddVm. 2012-11-12 00:06:33,268 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-12 00:06:33,288 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-45) [6d268f38] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-12 00:06:33,288 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-45) [4b28063d] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-12 00:06:33,290 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-45) [4b28063d] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = df4cf09c-4112-4a11-b996-36582d0b5131, imageId = 43c7d68c-368f-4fd4-a9ce-a887386296f1), log id: 4447fe25 2012-11-12 00:06:33,338 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-45) [4b28063d] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@bcc1cd61, log id: 4447fe25 2012-11-12 00:06:33,344 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) START, SetVmStatusVDSCommand( vmId = 2f7b7cf2-8753-4a0b-a25c-d350018df2a6, status = Down), log id: 1a90a39a 2012-11-12 00:06:33,347 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) FINISH, SetVmStatusVDSCommand, log id: 1a90a39a 2012-11-12 00:06:33,381 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-45) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 3ae43985 2012-11-12 00:06:33,447 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-45) FINISH, UpdateVMVDSCommand, log id: 3ae43985 2012-11-12 00:06:33,493 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-12 00:06:33,493 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-12 00:06:33,531 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 05ef3b50-43d9-40b6-9abd-1d3f0f893ff6 2012-11-12 00:06:33,531 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 05ef3b50-43d9-40b6-9abd-1d3f0f893ff6), log id: 5755206d 2012-11-12 00:06:33,533 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=05ef3b50-43d9-40b6-9abd-1d3f0f893ff6), log id: 189b8740 2012-11-12 00:06:33,616 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) FINISH, HSMClearTaskVDSCommand, log id: 189b8740 2012-11-12 00:06:33,616 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) FINISH, SPMClearTaskVDSCommand, log id: 5755206d 2012-11-12 00:06:33,718 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) BaseAsyncTask::RemoveTaskFromDB: Removed task 05ef3b50-43d9-40b6-9abd-1d3f0f893ff6 from DataBase 2012-11-12 00:06:33,718 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 2f7b7cf2-8753-4a0b-a25c-d350018df2a6 2012-11-12 00:06:37,787 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:37,835 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:37,835 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:37,886 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:37,907 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [66f1a92d] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:38,322 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:38,371 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:38,371 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:38,416 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:38,436 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [5eef8d0c] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:38,834 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:38,918 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:38,918 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:38,975 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:39,064 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [2d8b9672] Lock Acquired to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:06:39,064 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:06:39,064 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:06:39,065 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:06:39,065 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:06:39,107 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [2d8b9672] Running command: UpdateVmCommand internal: false. Entities affected : ID: 2f7b7cf2-8753-4a0b-a25c-d350018df2a6 Type: VM 2012-11-12 00:06:39,133 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [2d8b9672] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3168f51e 2012-11-12 00:06:39,134 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [2d8b9672] FINISH, IsValidVDSCommand, return: true, log id: 3168f51e 2012-11-12 00:06:39,143 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-10) [2d8b9672] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 7df7950e 2012-11-12 00:06:39,224 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-10) [2d8b9672] FINISH, UpdateVMVDSCommand, log id: 7df7950e 2012-11-12 00:06:39,272 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [2d8b9672] Lock freed to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:06:39,382 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [6883ce6c] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:53,592 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-60) Setting new tasks map. The map contains now 1 tasks 2012-11-12 00:06:54,828 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:54,867 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:54,867 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:55,098 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:55,118 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [29ec2fa0] Running command: LogoutUserCommand internal: false. 2012-11-12 00:06:55,537 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:06:55,615 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-12 00:06:55,615 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-12 00:06:55,655 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:06:55,733 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [472e3645] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 255f6512 2012-11-12 00:06:55,734 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [472e3645] FINISH, IsValidVDSCommand, return: true, log id: 255f6512 2012-11-12 00:06:55,758 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) [472e3645] START, IsVmDuringInitiatingVDSCommand( vmId = 2f7b7cf2-8753-4a0b-a25c-d350018df2a6), log id: 7bbc41db 2012-11-12 00:06:55,758 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) [472e3645] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 7bbc41db 2012-11-12 00:06:55,816 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-9) [472e3645] Running command: RunVmOnceCommand internal: false. Entities affected : ID: 2f7b7cf2-8753-4a0b-a25c-d350018df2a6 Type: VM 2012-11-12 00:06:55,831 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [472e3645] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2f7b7cf2-8753-4a0b-a25c-d350018df2a6, vm=org.ovirt.engine.core.common.businessentities.VM@3dae4ee), log id: 3b2ccfe6 2012-11-12 00:06:55,832 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-9) [472e3645] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=2f7b7cf2-8753-4a0b-a25c-d350018df2a6, vm=org.ovirt.engine.core.common.businessentities.VM@3dae4ee), log id: 627d0501 2012-11-12 00:06:55,841 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (ajp-/127.0.0.1:8702-9) [472e3645] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-12 00:06:55,842 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-9) [472e3645] FINISH, CreateVDSCommand, log id: 627d0501 2012-11-12 00:06:55,842 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [472e3645] VDS::create Failed creating vm both1 in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-12 00:06:55,842 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-9) [472e3645] FINISH, CreateVmVDSCommand, return: Down, log id: 3b2ccfe6 2012-11-12 00:06:55,845 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-9) [472e3645] Command org.ovirt.engine.core.bll.RunVmOnceCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-12 00:06:55,848 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-9) [472e3645] Transaction rolled-back for command: org.ovirt.engine.core.bll.RunVmOnceCommand. 2012-11-12 00:06:55,913 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-9) Operation Failed: [Network error during communication with the Host.] 2012-11-12 00:06:55,914 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [3ade97da] Running command: LogoutUserCommand internal: false. 2012-11-12 00:07:20,385 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-8) Lock Acquired to object EngineLock [exclusiveLocks= key: 2f7b7cf2-8753-4a0b-a25c-d350018df2a6 value: VM , sharedLocks= ] 2012-11-12 00:07:20,390 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6b6d832b 2012-11-12 00:07:20,391 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) FINISH, IsValidVDSCommand, return: true, log id: 6b6d832b 2012-11-12 00:07:20,494 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) [12c61aa1] Running command: RemoveVmCommand internal: false. Entities affected : ID: 2f7b7cf2-8753-4a0b-a25c-d350018df2a6 Type: VM 2012-11-12 00:07:20,495 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) [12c61aa1] START, SetVmStatusVDSCommand( vmId = 2f7b7cf2-8753-4a0b-a25c-d350018df2a6, status = ImageLocked), log id: 419fe89d 2012-11-12 00:07:20,497 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) [12c61aa1] FINISH, SetVmStatusVDSCommand, log id: 419fe89d 2012-11-12 00:07:20,508 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) [12c61aa1] Lock freed to object EngineLock [exclusiveLocks= key: 2f7b7cf2-8753-4a0b-a25c-d350018df2a6 value: VM , sharedLocks= ] 2012-11-12 00:07:20,508 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-43) [12c61aa1] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 2f7b7cf2-8753-4a0b-a25c-d350018df2a6), log id: dcf28bf 2012-11-12 00:07:20,549 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-43) [12c61aa1] FINISH, RemoveVMVDSCommand, log id: dcf28bf 2012-11-12 00:07:20,552 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-43) [1b7c1aae] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 2f7b7cf2-8753-4a0b-a25c-d350018df2a6 Type: VM 2012-11-12 00:07:20,560 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-43) [15cb9567] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 00:07:20,569 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-43) [15cb9567] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = df4cf09c-4112-4a11-b996-36582d0b5131, postZeros = false, forceDelete = false), log id: 3a5e6320 2012-11-12 00:07:21,155 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-43) [15cb9567] FINISH, DeleteImageGroupVDSCommand, log id: 3a5e6320 2012-11-12 00:07:21,174 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) [15cb9567] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 2f7b7cf2-8753-4a0b-a25c-d350018df2a6 2012-11-12 00:07:21,174 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-43) [15cb9567] EntityMultiAsyncTasks::AttachTask: Attaching task a07223d9-7a8f-4bfe-8c41-fe7fc0209cfc to entity 2f7b7cf2-8753-4a0b-a25c-d350018df2a6. 2012-11-12 00:07:21,175 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-43) [15cb9567] Adding task a07223d9-7a8f-4bfe-8c41-fe7fc0209cfc to DataBase 2012-11-12 00:07:21,206 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-43) [15cb9567] Adding task a07223d9-7a8f-4bfe-8c41-fe7fc0209cfc (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 00:07:21,340 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) [15cb9567] BaseAsyncTask::StartPollingTask: Starting to poll task a07223d9-7a8f-4bfe-8c41-fe7fc0209cfc. 2012-11-12 00:07:21,340 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-43) [15cb9567] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 2f7b7cf2-8753-4a0b-a25c-d350018df2a6 is RemoveVm (determined by task a07223d9-7a8f-4bfe-8c41-fe7fc0209cfc) 2012-11-12 00:07:23,267 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-97) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-12 00:07:23,290 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-97) SPMAsyncTask::PollTask: Polling task a07223d9-7a8f-4bfe-8c41-fe7fc0209cfc (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 00:07:23,344 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-97) BaseAsyncTask::OnTaskEndSuccess: Task a07223d9-7a8f-4bfe-8c41-fe7fc0209cfc (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 00:07:23,345 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-97) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 2f7b7cf2-8753-4a0b-a25c-d350018df2a6 has ended -> executing EndAction 2012-11-12 00:07:23,345 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-97) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 2f7b7cf2-8753-4a0b-a25c-d350018df2a6): calling EndAction for action type RemoveVm. 2012-11-12 00:07:23,345 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-12 00:07:23,395 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-12 00:07:23,395 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock Acquired to object EngineLock [exclusiveLocks= key: 2f7b7cf2-8753-4a0b-a25c-d350018df2a6 value: VM , sharedLocks= ] 2012-11-12 00:07:23,400 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-45) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:69) - entered 2012-11-12 00:07:23,403 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock freed to object EngineLock [exclusiveLocks= key: 2f7b7cf2-8753-4a0b-a25c-d350018df2a6 value: VM , sharedLocks= ] 2012-11-12 00:07:23,448 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-12 00:07:23,448 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-12 00:07:23,468 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) SPMAsyncTask::ClearAsyncTask: Attempting to clear task a07223d9-7a8f-4bfe-8c41-fe7fc0209cfc 2012-11-12 00:07:23,468 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = a07223d9-7a8f-4bfe-8c41-fe7fc0209cfc), log id: 5150c1f4 2012-11-12 00:07:23,470 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=a07223d9-7a8f-4bfe-8c41-fe7fc0209cfc), log id: 2f26ddd7 2012-11-12 00:07:23,584 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) FINISH, HSMClearTaskVDSCommand, log id: 2f26ddd7 2012-11-12 00:07:23,584 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) FINISH, SPMClearTaskVDSCommand, log id: 5150c1f4 2012-11-12 00:07:23,620 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) BaseAsyncTask::RemoveTaskFromDB: Removed task a07223d9-7a8f-4bfe-8c41-fe7fc0209cfc from DataBase 2012-11-12 00:07:23,620 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 2f7b7cf2-8753-4a0b-a25c-d350018df2a6 2012-11-12 00:07:53,594 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-95) Setting new tasks map. The map contains now 1 tasks 2012-11-12 00:08:10,141 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:10,223 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:10,223 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:10,418 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:10,420 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [7639d3cc] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:10,844 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:10,897 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:10,897 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:10,944 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:10,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [1962200f] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:11,362 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:11,425 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:11,425 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:11,476 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:11,478 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [4d8cc6af] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:11,877 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:11,972 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:11,972 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:12,033 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:12,035 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [23a0877f] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:12,439 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:12,482 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:12,483 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:12,544 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:12,545 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [7987d036] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:12,963 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:13,029 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:13,029 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:13,087 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:13,089 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [dbaac5b] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:13,500 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:13,561 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:13,561 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:13,628 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:13,630 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [3bd5970a] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:14,047 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:14,089 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:14,089 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:14,130 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:14,132 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [2c7742f8] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:14,535 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:15,057 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:15,057 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:15,469 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:15,471 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [66cfbf7f] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:15,879 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:15,922 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:15,923 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:15,977 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:15,978 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [581b16f8] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:16,407 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:16,455 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:16,455 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:16,519 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:16,521 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [6bb655b5] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:16,952 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:17,008 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:17,008 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:17,040 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:17,042 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [17f5e38a] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:17,498 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:17,546 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:17,546 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:17,581 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:17,584 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [1d134e85] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:17,996 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:18,040 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:18,040 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:18,091 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:18,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [7480ada1] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:18,531 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:18,570 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:18,570 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:18,621 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:18,642 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [1f0cc72b] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:19,047 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:19,083 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:19,083 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:19,125 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:19,196 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-17) [582221a4] Lock Acquired to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:08:19,263 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) [582221a4] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4af52ada 2012-11-12 00:08:19,264 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) [582221a4] FINISH, IsValidVDSCommand, return: true, log id: 4af52ada 2012-11-12 00:08:19,331 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-17) [582221a4] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 00:08:19,332 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) [582221a4] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 364831b5 2012-11-12 00:08:19,332 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) [582221a4] FINISH, IsValidVDSCommand, return: true, log id: 364831b5 2012-11-12 00:08:19,337 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-17) [582221a4] MacPoolManager::allocateNewMac entered 2012-11-12 00:08:19,337 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-17) [582221a4] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:69 2012-11-12 00:08:19,356 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-17) [582221a4] Lock freed to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:08:19,356 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-17) [582221a4] START, SetVmStatusVDSCommand( vmId = f87f3ee7-679b-4f33-b467-ec068b865364, status = ImageLocked), log id: 12ef0bc1 2012-11-12 00:08:19,358 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-17) [582221a4] FINISH, SetVmStatusVDSCommand, log id: 12ef0bc1 2012-11-12 00:08:19,359 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-17) [302a0df8] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-12 00:08:19,366 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-17) [302a0df8] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: f57694c 2012-11-12 00:08:19,414 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-17) [302a0df8] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: f57694c 2012-11-12 00:08:19,415 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-17) [302a0df8] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = f66a40f9-d7ae-4301-9291-9ed7a9b91a41, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 5b71b886-1082-4ddb-ab15-700622f83418, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 455dc398 2012-11-12 00:08:19,415 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-17) [302a0df8] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-12 00:08:19,415 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-17) [302a0df8] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=f66a40f9-d7ae-4301-9291-9ed7a9b91a41 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=5b71b886-1082-4ddb-ab15-700622f83418 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-12 00:08:19,818 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-17) [302a0df8] FINISH, CreateSnapshotVDSCommand, return: 5b71b886-1082-4ddb-ab15-700622f83418, log id: 455dc398 2012-11-12 00:08:20,060 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-17) [302a0df8] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity f87f3ee7-679b-4f33-b467-ec068b865364 2012-11-12 00:08:20,060 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-17) [302a0df8] EntityMultiAsyncTasks::AttachTask: Attaching task a4b78fa5-aed4-4216-8440-fdd915e88507 to entity f87f3ee7-679b-4f33-b467-ec068b865364. 2012-11-12 00:08:20,061 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-17) [302a0df8] Adding task a4b78fa5-aed4-4216-8440-fdd915e88507 to DataBase 2012-11-12 00:08:20,091 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-17) [302a0df8] Adding task a4b78fa5-aed4-4216-8440-fdd915e88507 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 00:08:20,212 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-17) [302a0df8] BaseAsyncTask::StartPollingTask: Starting to poll task a4b78fa5-aed4-4216-8440-fdd915e88507. 2012-11-12 00:08:20,213 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-17) [302a0df8] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity f87f3ee7-679b-4f33-b467-ec068b865364 is AddVm (determined by task a4b78fa5-aed4-4216-8440-fdd915e88507) 2012-11-12 00:08:20,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [5bf715ec] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:20,648 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:20,696 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:20,696 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:20,744 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:20,764 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6fdfd76c] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:21,168 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:21,223 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:21,223 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:21,307 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:21,334 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [e1ea015] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:23,347 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-26) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-12 00:08:23,370 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-26) SPMAsyncTask::PollTask: Polling task a4b78fa5-aed4-4216-8440-fdd915e88507 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 00:08:23,418 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-26) BaseAsyncTask::OnTaskEndSuccess: Task a4b78fa5-aed4-4216-8440-fdd915e88507 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 00:08:23,419 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-26) EntityAsyncTask::EndActionIfNecessary: All tasks of entity f87f3ee7-679b-4f33-b467-ec068b865364 has ended -> executing EndAction 2012-11-12 00:08:23,419 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-26) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: f87f3ee7-679b-4f33-b467-ec068b865364): calling EndAction for action type AddVm. 2012-11-12 00:08:23,419 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-12 00:08:23,508 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-43) [582221a4] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-12 00:08:23,508 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-43) [302a0df8] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-12 00:08:23,510 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-43) [302a0df8] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = f66a40f9-d7ae-4301-9291-9ed7a9b91a41, imageId = 5b71b886-1082-4ddb-ab15-700622f83418), log id: 217ac1e4 2012-11-12 00:08:23,579 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-43) [302a0df8] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@beaf3680, log id: 217ac1e4 2012-11-12 00:08:23,585 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) START, SetVmStatusVDSCommand( vmId = f87f3ee7-679b-4f33-b467-ec068b865364, status = Down), log id: 79bddd41 2012-11-12 00:08:23,587 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) FINISH, SetVmStatusVDSCommand, log id: 79bddd41 2012-11-12 00:08:23,594 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-34) Setting new tasks map. The map contains now 1 tasks 2012-11-12 00:08:23,606 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-43) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 674979ca 2012-11-12 00:08:23,660 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-43) FINISH, UpdateVMVDSCommand, log id: 674979ca 2012-11-12 00:08:23,699 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-12 00:08:23,699 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-12 00:08:23,738 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task a4b78fa5-aed4-4216-8440-fdd915e88507 2012-11-12 00:08:23,738 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = a4b78fa5-aed4-4216-8440-fdd915e88507), log id: 7bc782b2 2012-11-12 00:08:23,739 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=a4b78fa5-aed4-4216-8440-fdd915e88507), log id: 1d7b444f 2012-11-12 00:08:23,818 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) FINISH, HSMClearTaskVDSCommand, log id: 1d7b444f 2012-11-12 00:08:23,818 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) FINISH, SPMClearTaskVDSCommand, log id: 7bc782b2 2012-11-12 00:08:23,860 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) BaseAsyncTask::RemoveTaskFromDB: Removed task a4b78fa5-aed4-4216-8440-fdd915e88507 from DataBase 2012-11-12 00:08:23,860 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity f87f3ee7-679b-4f33-b467-ec068b865364 2012-11-12 00:08:31,805 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:31,853 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:31,853 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:31,920 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:31,965 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [18f4ed6e] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:32,370 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:32,412 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:32,412 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:32,507 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:32,539 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [553a3a62] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:32,970 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:33,011 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:33,011 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:33,067 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:33,109 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [37aea57f] Lock Acquired to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:08:33,109 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:08:33,109 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:08:33,109 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:08:33,109 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:08:33,152 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [37aea57f] Running command: UpdateVmCommand internal: false. Entities affected : ID: f87f3ee7-679b-4f33-b467-ec068b865364 Type: VM 2012-11-12 00:08:33,180 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [37aea57f] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6b3316ab 2012-11-12 00:08:33,180 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [37aea57f] FINISH, IsValidVDSCommand, return: true, log id: 6b3316ab 2012-11-12 00:08:33,190 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-10) [37aea57f] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 55c1a268 2012-11-12 00:08:33,262 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-10) [37aea57f] FINISH, UpdateVMVDSCommand, log id: 55c1a268 2012-11-12 00:08:33,273 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [37aea57f] Lock freed to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:08:33,373 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [7839b748] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:48,823 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:48,900 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:48,900 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:48,968 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:48,990 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [ec10d17] Running command: LogoutUserCommand internal: false. 2012-11-12 00:08:49,449 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:08:49,512 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 00:08:49,512 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 00:08:49,969 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:08:50,347 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [114ee3b9] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 54727efe 2012-11-12 00:08:50,348 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) [114ee3b9] FINISH, IsValidVDSCommand, return: true, log id: 54727efe 2012-11-12 00:08:50,372 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-2) [114ee3b9] START, IsVmDuringInitiatingVDSCommand( vmId = f87f3ee7-679b-4f33-b467-ec068b865364), log id: 6c12d1ff 2012-11-12 00:08:50,372 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-2) [114ee3b9] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 6c12d1ff 2012-11-12 00:08:50,428 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-2) [114ee3b9] Running command: RunVmOnceCommand internal: false. Entities affected : ID: f87f3ee7-679b-4f33-b467-ec068b865364 Type: VM 2012-11-12 00:08:50,440 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-2) [114ee3b9] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=f87f3ee7-679b-4f33-b467-ec068b865364, vm=org.ovirt.engine.core.common.businessentities.VM@48e39df9), log id: 340b04ef 2012-11-12 00:08:50,444 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-2) [114ee3b9] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=f87f3ee7-679b-4f33-b467-ec068b865364, vm=org.ovirt.engine.core.common.businessentities.VM@48e39df9), log id: 454ba455 2012-11-12 00:08:50,455 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (ajp-/127.0.0.1:8702-2) [114ee3b9] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-12 00:08:50,455 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-2) [114ee3b9] FINISH, CreateVDSCommand, log id: 454ba455 2012-11-12 00:08:50,455 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-2) [114ee3b9] VDS::create Failed creating vm both1 in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-12 00:08:50,456 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-2) [114ee3b9] FINISH, CreateVmVDSCommand, return: Down, log id: 340b04ef 2012-11-12 00:08:50,456 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-2) [114ee3b9] Command org.ovirt.engine.core.bll.RunVmOnceCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-12 00:08:50,458 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-2) [114ee3b9] Transaction rolled-back for command: org.ovirt.engine.core.bll.RunVmOnceCommand. 2012-11-12 00:08:50,504 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-2) Operation Failed: [Network error during communication with the Host.] 2012-11-12 00:08:50,504 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [193b83a5] Running command: LogoutUserCommand internal: false. 2012-11-12 00:09:23,594 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-4) Setting new tasks map. The map contains now 0 tasks 2012-11-12 00:09:23,594 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-4) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-12 00:09:23,597 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-4) Could not find vds that is spm and non-operational. 2012-11-12 00:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-12 00:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-12 00:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-12 00:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-12 00:10:14,127 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-20) DbUserCacheManager::refreshAllUserData() - entered 2012-11-12 00:10:14,137 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-20) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:10:14,174 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-3) Lock Acquired to object EngineLock [exclusiveLocks= key: f87f3ee7-679b-4f33-b467-ec068b865364 value: VM , sharedLocks= ] 2012-11-12 00:10:14,180 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 684ff5b8 2012-11-12 00:10:14,191 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) FINISH, IsValidVDSCommand, return: true, log id: 684ff5b8 2012-11-12 00:10:14,302 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) [6509ca07] Running command: RemoveVmCommand internal: false. Entities affected : ID: f87f3ee7-679b-4f33-b467-ec068b865364 Type: VM 2012-11-12 00:10:14,302 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) [6509ca07] START, SetVmStatusVDSCommand( vmId = f87f3ee7-679b-4f33-b467-ec068b865364, status = ImageLocked), log id: 6aa01bb7 2012-11-12 00:10:14,304 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) [6509ca07] FINISH, SetVmStatusVDSCommand, log id: 6aa01bb7 2012-11-12 00:10:14,332 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) [6509ca07] Lock freed to object EngineLock [exclusiveLocks= key: f87f3ee7-679b-4f33-b467-ec068b865364 value: VM , sharedLocks= ] 2012-11-12 00:10:14,332 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-43) [6509ca07] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = f87f3ee7-679b-4f33-b467-ec068b865364), log id: 115bcd10 2012-11-12 00:10:14,527 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-43) [6509ca07] FINISH, RemoveVMVDSCommand, log id: 115bcd10 2012-11-12 00:10:14,533 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-43) [2379d7e7] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: f87f3ee7-679b-4f33-b467-ec068b865364 Type: VM 2012-11-12 00:10:14,559 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-43) [2a3602ca] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 00:10:15,276 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-43) [2a3602ca] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = f66a40f9-d7ae-4301-9291-9ed7a9b91a41, postZeros = false, forceDelete = false), log id: 543742a4 2012-11-12 00:10:15,787 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-43) [2a3602ca] FINISH, DeleteImageGroupVDSCommand, log id: 543742a4 2012-11-12 00:10:16,015 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) [2a3602ca] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity f87f3ee7-679b-4f33-b467-ec068b865364 2012-11-12 00:10:16,015 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-43) [2a3602ca] EntityMultiAsyncTasks::AttachTask: Attaching task 617db352-d11a-432e-aced-d4f3f182f252 to entity f87f3ee7-679b-4f33-b467-ec068b865364. 2012-11-12 00:10:16,016 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-43) [2a3602ca] Adding task 617db352-d11a-432e-aced-d4f3f182f252 to DataBase 2012-11-12 00:10:16,133 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-43) [2a3602ca] Adding task 617db352-d11a-432e-aced-d4f3f182f252 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 00:10:16,326 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) [2a3602ca] BaseAsyncTask::StartPollingTask: Starting to poll task 617db352-d11a-432e-aced-d4f3f182f252. 2012-11-12 00:10:16,329 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-43) [2a3602ca] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity f87f3ee7-679b-4f33-b467-ec068b865364 is RemoveVm (determined by task 617db352-d11a-432e-aced-d4f3f182f252) 2012-11-12 00:10:23,422 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-37) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-12 00:10:23,445 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-37) SPMAsyncTask::PollTask: Polling task 617db352-d11a-432e-aced-d4f3f182f252 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 00:10:23,530 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-37) BaseAsyncTask::OnTaskEndSuccess: Task 617db352-d11a-432e-aced-d4f3f182f252 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 00:10:23,531 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-37) EntityAsyncTask::EndActionIfNecessary: All tasks of entity f87f3ee7-679b-4f33-b467-ec068b865364 has ended -> executing EndAction 2012-11-12 00:10:23,531 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-37) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: f87f3ee7-679b-4f33-b467-ec068b865364): calling EndAction for action type RemoveVm. 2012-11-12 00:10:23,531 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-12 00:10:23,549 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-12 00:10:23,549 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Lock Acquired to object EngineLock [exclusiveLocks= key: f87f3ee7-679b-4f33-b467-ec068b865364 value: VM , sharedLocks= ] 2012-11-12 00:10:23,553 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-43) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:69) - entered 2012-11-12 00:10:23,555 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Lock freed to object EngineLock [exclusiveLocks= key: f87f3ee7-679b-4f33-b467-ec068b865364 value: VM , sharedLocks= ] 2012-11-12 00:10:23,590 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-12 00:10:23,590 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-12 00:10:23,604 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 617db352-d11a-432e-aced-d4f3f182f252 2012-11-12 00:10:23,605 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 617db352-d11a-432e-aced-d4f3f182f252), log id: 61300b82 2012-11-12 00:10:23,606 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=617db352-d11a-432e-aced-d4f3f182f252), log id: 75e937b7 2012-11-12 00:10:23,673 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) FINISH, HSMClearTaskVDSCommand, log id: 75e937b7 2012-11-12 00:10:23,673 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) FINISH, SPMClearTaskVDSCommand, log id: 61300b82 2012-11-12 00:10:23,703 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) BaseAsyncTask::RemoveTaskFromDB: Removed task 617db352-d11a-432e-aced-d4f3f182f252 from DataBase 2012-11-12 00:10:23,703 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity f87f3ee7-679b-4f33-b467-ec068b865364 2012-11-12 00:11:20,927 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:20,970 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:20,970 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:21,129 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:21,131 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3f0db2f] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:21,543 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:21,584 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:21,584 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:21,658 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:21,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [401259e6] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:22,076 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:22,119 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:22,119 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:22,283 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:22,285 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [2b56a43f] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:22,711 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:22,809 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:22,809 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:22,939 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:22,941 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [56b08071] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:23,436 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:23,476 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:23,476 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:23,517 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:23,519 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [420e843e] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:23,598 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-69) Setting new tasks map. The map contains now 0 tasks 2012-11-12 00:11:23,598 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-69) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-12 00:11:23,600 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-69) Could not find vds that is spm and non-operational. 2012-11-12 00:11:23,921 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:24,102 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:24,102 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:24,185 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:24,187 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [5e6c9292] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:24,592 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:25,210 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:25,210 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:25,384 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:25,385 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [5486186d] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:25,802 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:25,844 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:25,845 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:25,911 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:25,912 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [49b0f699] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:26,365 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:26,424 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:26,424 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:26,468 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:26,470 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [42c09767] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:26,958 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:27,039 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:27,039 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:27,200 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:27,202 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [11d49cc6] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:27,615 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:27,667 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:27,667 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:27,804 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:27,806 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [7143ec56] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:28,243 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:28,323 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:28,323 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:28,387 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:28,389 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [1ca8712d] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:28,844 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:28,924 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:28,925 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:29,002 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:29,005 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [6d087108] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:29,448 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:29,500 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:29,500 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:29,992 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:30,025 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [68128932] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:30,517 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:30,575 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:30,575 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:30,622 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:30,641 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [56cfb5f] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:31,152 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:31,218 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:31,218 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:31,292 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:31,375 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-10) [5b1e93a4] Lock Acquired to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:11:31,472 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [5b1e93a4] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7e81fcfa 2012-11-12 00:11:31,473 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [5b1e93a4] FINISH, IsValidVDSCommand, return: true, log id: 7e81fcfa 2012-11-12 00:11:31,584 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-10) [5b1e93a4] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 00:11:31,585 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [5b1e93a4] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5327b856 2012-11-12 00:11:31,586 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [5b1e93a4] FINISH, IsValidVDSCommand, return: true, log id: 5327b856 2012-11-12 00:11:31,591 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-10) [5b1e93a4] MacPoolManager::allocateNewMac entered 2012-11-12 00:11:31,591 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-10) [5b1e93a4] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:69 2012-11-12 00:11:31,634 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-10) [5b1e93a4] Lock freed to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:11:31,635 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-10) [5b1e93a4] START, SetVmStatusVDSCommand( vmId = 894eb702-865d-484e-a0b9-ef58b0f5aae2, status = ImageLocked), log id: 47e795fc 2012-11-12 00:11:31,637 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-10) [5b1e93a4] FINISH, SetVmStatusVDSCommand, log id: 47e795fc 2012-11-12 00:11:31,637 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-10) [2b7dceb3] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-12 00:11:31,642 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-10) [2b7dceb3] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 38587a2b 2012-11-12 00:11:31,681 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-10) [2b7dceb3] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 38587a2b 2012-11-12 00:11:31,682 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-10) [2b7dceb3] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = ef1b8374-a3e5-491f-8f22-e0e2d7f0e288, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 0cd11442-6e6b-4567-9565-cd91cf271e10, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 5e88658 2012-11-12 00:11:31,683 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-10) [2b7dceb3] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-12 00:11:31,683 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-10) [2b7dceb3] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=ef1b8374-a3e5-491f-8f22-e0e2d7f0e288 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=0cd11442-6e6b-4567-9565-cd91cf271e10 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-12 00:11:32,055 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-10) [2b7dceb3] FINISH, CreateSnapshotVDSCommand, return: 0cd11442-6e6b-4567-9565-cd91cf271e10, log id: 5e88658 2012-11-12 00:11:32,084 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-10) [2b7dceb3] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 894eb702-865d-484e-a0b9-ef58b0f5aae2 2012-11-12 00:11:32,085 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-10) [2b7dceb3] EntityMultiAsyncTasks::AttachTask: Attaching task 2c6f7557-8156-4011-a343-bf83a3b412af to entity 894eb702-865d-484e-a0b9-ef58b0f5aae2. 2012-11-12 00:11:32,085 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-10) [2b7dceb3] Adding task 2c6f7557-8156-4011-a343-bf83a3b412af to DataBase 2012-11-12 00:11:32,141 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-10) [2b7dceb3] Adding task 2c6f7557-8156-4011-a343-bf83a3b412af (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 00:11:32,246 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-10) [2b7dceb3] BaseAsyncTask::StartPollingTask: Starting to poll task 2c6f7557-8156-4011-a343-bf83a3b412af. 2012-11-12 00:11:32,246 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-10) [2b7dceb3] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 894eb702-865d-484e-a0b9-ef58b0f5aae2 is AddVm (determined by task 2c6f7557-8156-4011-a343-bf83a3b412af) 2012-11-12 00:11:32,268 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [46ff15c6] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:32,775 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:32,842 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:32,842 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:33,018 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:33,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3f526725] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:33,488 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:33,533 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-100) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-12 00:11:33,533 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:33,534 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:33,556 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-100) SPMAsyncTask::PollTask: Polling task 2c6f7557-8156-4011-a343-bf83a3b412af (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-12 00:11:33,556 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-100) Finished polling Tasks, will poll again in 10 seconds. 2012-11-12 00:11:33,585 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:33,622 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [7cee02c4] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:43,580 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-5) SPMAsyncTask::PollTask: Polling task 2c6f7557-8156-4011-a343-bf83a3b412af (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 00:11:43,611 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-5) BaseAsyncTask::OnTaskEndSuccess: Task 2c6f7557-8156-4011-a343-bf83a3b412af (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 00:11:43,612 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-5) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 894eb702-865d-484e-a0b9-ef58b0f5aae2 has ended -> executing EndAction 2012-11-12 00:11:43,612 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-5) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 894eb702-865d-484e-a0b9-ef58b0f5aae2): calling EndAction for action type AddVm. 2012-11-12 00:11:43,612 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-12 00:11:43,638 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-49) [5b1e93a4] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-12 00:11:43,638 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-49) [2b7dceb3] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-12 00:11:43,643 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [2b7dceb3] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = ef1b8374-a3e5-491f-8f22-e0e2d7f0e288, imageId = 0cd11442-6e6b-4567-9565-cd91cf271e10), log id: 7010d681 2012-11-12 00:11:43,686 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [2b7dceb3] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@631ef4f4, log id: 7010d681 2012-11-12 00:11:43,693 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) START, SetVmStatusVDSCommand( vmId = 894eb702-865d-484e-a0b9-ef58b0f5aae2, status = Down), log id: 7913a8df 2012-11-12 00:11:43,695 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) FINISH, SetVmStatusVDSCommand, log id: 7913a8df 2012-11-12 00:11:43,725 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 7deaa4f5 2012-11-12 00:11:43,785 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) FINISH, UpdateVMVDSCommand, log id: 7deaa4f5 2012-11-12 00:11:43,870 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-12 00:11:43,870 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-12 00:11:43,883 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 2c6f7557-8156-4011-a343-bf83a3b412af 2012-11-12 00:11:43,883 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 2c6f7557-8156-4011-a343-bf83a3b412af), log id: 5619623f 2012-11-12 00:11:43,884 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=2c6f7557-8156-4011-a343-bf83a3b412af), log id: 34cd5aee 2012-11-12 00:11:43,961 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) FINISH, HSMClearTaskVDSCommand, log id: 34cd5aee 2012-11-12 00:11:43,961 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) FINISH, SPMClearTaskVDSCommand, log id: 5619623f 2012-11-12 00:11:44,074 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:44,089 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) BaseAsyncTask::RemoveTaskFromDB: Removed task 2c6f7557-8156-4011-a343-bf83a3b412af from DataBase 2012-11-12 00:11:44,089 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 894eb702-865d-484e-a0b9-ef58b0f5aae2 2012-11-12 00:11:44,117 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:44,117 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:44,209 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:44,232 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [43e149ad] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:44,651 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:44,802 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:44,802 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:45,857 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:45,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [1c49c7be] Running command: LogoutUserCommand internal: false. 2012-11-12 00:11:46,331 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:11:46,408 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 00:11:46,408 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 00:11:46,521 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:11:46,571 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-6) [1b7d6761] Lock Acquired to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:11:46,571 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-6) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:11:46,571 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-6) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:11:46,571 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-6) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:11:46,571 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-6) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 00:11:46,598 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-6) [1b7d6761] Running command: UpdateVmCommand internal: false. Entities affected : ID: 894eb702-865d-484e-a0b9-ef58b0f5aae2 Type: VM 2012-11-12 00:11:46,625 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [1b7d6761] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 76087580 2012-11-12 00:11:46,626 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [1b7d6761] FINISH, IsValidVDSCommand, return: true, log id: 76087580 2012-11-12 00:11:46,633 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-6) [1b7d6761] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 4823d081 2012-11-12 00:11:46,754 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-6) [1b7d6761] FINISH, UpdateVMVDSCommand, log id: 4823d081 2012-11-12 00:11:46,798 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-6) [1b7d6761] Lock freed to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 00:11:46,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [55e56f6b] Running command: LogoutUserCommand internal: false. 2012-11-12 00:12:02,289 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:12:02,346 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 00:12:02,346 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 00:12:02,404 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:12:02,424 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [479885f7] Running command: LogoutUserCommand internal: false. 2012-11-12 00:12:02,831 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:12:02,891 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 00:12:02,891 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 00:12:02,924 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:12:03,005 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [5454a573] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4ba1c8b5 2012-11-12 00:12:03,006 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [5454a573] FINISH, IsValidVDSCommand, return: true, log id: 4ba1c8b5 2012-11-12 00:12:03,054 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-6) [5454a573] START, IsVmDuringInitiatingVDSCommand( vmId = 894eb702-865d-484e-a0b9-ef58b0f5aae2), log id: 447184dd 2012-11-12 00:12:03,054 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-6) [5454a573] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 447184dd 2012-11-12 00:12:03,099 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-6) [5454a573] Running command: RunVmOnceCommand internal: false. Entities affected : ID: 894eb702-865d-484e-a0b9-ef58b0f5aae2 Type: VM 2012-11-12 00:12:03,113 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-6) [5454a573] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=894eb702-865d-484e-a0b9-ef58b0f5aae2, vm=org.ovirt.engine.core.common.businessentities.VM@22a186b5), log id: 3502c442 2012-11-12 00:12:03,115 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-6) [5454a573] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=894eb702-865d-484e-a0b9-ef58b0f5aae2, vm=org.ovirt.engine.core.common.businessentities.VM@22a186b5), log id: 2e3cc 2012-11-12 00:12:03,171 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-6) [5454a573] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=894eb702-865d-484e-a0b9-ef58b0f5aae2,devices=[Ljava.util.Map;@b518970,acpiEnable=true,vmName=both1,cpuType=Penryn,custom={device_20a83dd4-d5cd-459b-8aff-ba72ba8bb2cbdevice_3ac5e627-b30d-4fb0-b7b7-86b44db344dddevice_9a62623d-38bd-4ca6-81fa-dcd8cae41238device_9dac8f10-0d8e-4d37-a2e5-664687a9eeabdevice_e53bfc36-a85a-490e-a9ca-f4d8dd126759=VmDevice {vmId=894eb702-865d-484e-a0b9-ef58b0f5aae2, deviceId=e53bfc36-a85a-490e-a9ca-f4d8dd126759, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_20a83dd4-d5cd-459b-8aff-ba72ba8bb2cb=VmDevice {vmId=894eb702-865d-484e-a0b9-ef58b0f5aae2, deviceId=20a83dd4-d5cd-459b-8aff-ba72ba8bb2cb, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_20a83dd4-d5cd-459b-8aff-ba72ba8bb2cbdevice_3ac5e627-b30d-4fb0-b7b7-86b44db344dddevice_9a62623d-38bd-4ca6-81fa-dcd8cae41238device_9dac8f10-0d8e-4d37-a2e5-664687a9eeab=VmDevice {vmId=894eb702-865d-484e-a0b9-ef58b0f5aae2, deviceId=9dac8f10-0d8e-4d37-a2e5-664687a9eeab, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}, device_20a83dd4-d5cd-459b-8aff-ba72ba8bb2cbdevice_3ac5e627-b30d-4fb0-b7b7-86b44db344dddevice_9a62623d-38bd-4ca6-81fa-dcd8cae41238=VmDevice {vmId=894eb702-865d-484e-a0b9-ef58b0f5aae2, deviceId=9a62623d-38bd-4ca6-81fa-dcd8cae41238, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_20a83dd4-d5cd-459b-8aff-ba72ba8bb2cbdevice_3ac5e627-b30d-4fb0-b7b7-86b44db344dddevice_9a62623d-38bd-4ca6-81fa-dcd8cae41238device_9dac8f10-0d8e-4d37-a2e5-664687a9eeabdevice_e53bfc36-a85a-490e-a9ca-f4d8dd126759device_f36c5c42-565b-46d7-bb23-80c76f1be46e=VmDevice {vmId=894eb702-865d-484e-a0b9-ef58b0f5aae2, deviceId=f36c5c42-565b-46d7-bb23-80c76f1be46e, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}, device_20a83dd4-d5cd-459b-8aff-ba72ba8bb2cbdevice_3ac5e627-b30d-4fb0-b7b7-86b44db344dd=VmDevice {vmId=894eb702-865d-484e-a0b9-ef58b0f5aae2, deviceId=3ac5e627-b30d-4fb0-b7b7-86b44db344dd, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}} 2012-11-12 00:12:03,171 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-6) [5454a573] FINISH, CreateVDSCommand, log id: 2e3cc 2012-11-12 00:12:03,172 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-6) [5454a573] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: both1 2012-11-12 00:12:03,173 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-6) [5454a573] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 3502c442 2012-11-12 00:12:03,283 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [20a144de] Running command: LogoutUserCommand internal: false. 2012-11-12 00:12:03,455 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-13) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[894eb702-865d-484e-a0b9-ef58b0f5aae2]), log id: 649c13fe 2012-11-12 00:12:03,475 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-13) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@42e4bc4c, log id: 649c13fe 2012-11-12 00:12:03,479 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-13) Recieved a qxl Device without an address when processing VM 894eb702-865d-484e-a0b9-ef58b0f5aae2 devices, skipping device: {specParams={vram=65536}, device=qxl, type=video, deviceId=82c8b1f3-52bc-4cde-8d2f-fa47fcbbeb5a} 2012-11-12 00:12:03,480 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-13) Recieved a memballoon Device without an address when processing VM 894eb702-865d-484e-a0b9-ef58b0f5aae2 devices, skipping device: {specParams={model=virtio}, device=memballoon, type=balloon, deviceId=494f05e9-0f8d-46ab-9c36-85b320566517} 2012-11-12 00:12:03,480 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-13) Recieved a cdrom Device without an address when processing VM 894eb702-865d-484e-a0b9-ef58b0f5aae2 devices, skipping device: {shared=false, iface=ide, index=2, specParams={vmPayload={file={floppy=Ynky }}}, device=cdrom, path=/var/run/vdsm/payload/894eb702-865d-484e-a0b9-ef58b0f5aae2.8b2af90ed2a1aa16ded05f4202c5d0aa.img, type=disk, readonly=true, deviceId=db454d05-8aa3-4ccb-8d7b-788005897d4d} 2012-11-12 00:12:03,705 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:12:03,776 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-12 00:12:03,777 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-12 00:12:03,867 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:12:03,884 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [143b0d1f] Running command: LogoutUserCommand internal: false. 2012-11-12 00:12:05,662 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-19) VM both1 894eb702-865d-484e-a0b9-ef58b0f5aae2 moved from WaitForLaunch --> PoweringUp 2012-11-12 00:12:05,663 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-19) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[894eb702-865d-484e-a0b9-ef58b0f5aae2]), log id: 5662288 2012-11-12 00:12:05,681 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-19) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@7465117c, log id: 5662288 2012-11-12 00:12:14,317 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:12:14,355 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 00:12:14,355 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 00:12:14,396 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:12:14,414 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [323a5c92] Running command: LogoutUserCommand internal: false. 2012-11-12 00:12:24,835 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:12:25,140 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-12 00:12:25,140 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-12 00:12:25,464 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:12:25,484 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [7016e31e] Running command: LogoutUserCommand internal: false. 2012-11-12 00:12:35,909 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:12:35,954 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 00:12:35,954 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 00:12:35,985 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:12:36,004 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [3a632ff6] Running command: LogoutUserCommand internal: false. 2012-11-12 00:12:46,412 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:12:46,456 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 00:12:46,456 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 00:12:46,515 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:12:46,534 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3d699c93] Running command: LogoutUserCommand internal: false. 2012-11-12 00:12:53,602 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-67) Setting new tasks map. The map contains now 0 tasks 2012-11-12 00:12:53,602 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-67) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-12 00:12:53,607 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-67) Could not find vds that is spm and non-operational. 2012-11-12 00:12:56,950 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:12:57,018 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-12 00:12:57,018 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-12 00:12:57,114 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:12:57,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [26cb7264] Running command: LogoutUserCommand internal: false. 2012-11-12 00:13:01,385 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-63) VM both1 894eb702-865d-484e-a0b9-ef58b0f5aae2 moved from PoweringUp --> Up 2012-11-12 00:13:01,413 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-63) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@e371954e), log id: 6e0e9b32 2012-11-12 00:13:01,421 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-63) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 6e0e9b32 2012-11-12 00:13:07,554 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:13:07,615 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-12 00:13:07,615 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-12 00:13:07,699 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:13:07,718 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [37cc0668] Running command: LogoutUserCommand internal: false. 2012-11-12 00:13:18,152 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:13:18,197 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 00:13:18,197 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 00:13:18,229 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:13:18,248 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [6488b5f6] Running command: LogoutUserCommand internal: false. 2012-11-12 00:13:28,694 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:13:28,731 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-12 00:13:28,731 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-12 00:13:28,781 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:13:28,814 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [4c0a588c] Running command: LogoutUserCommand internal: false. 2012-11-12 00:13:39,262 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:13:39,302 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 00:13:39,302 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 00:13:39,420 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:13:39,440 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [41e1e220] Running command: LogoutUserCommand internal: false. 2012-11-12 00:13:49,877 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:13:49,921 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-12 00:13:49,922 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-12 00:13:50,137 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:13:50,158 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [65fa1074] Running command: LogoutUserCommand internal: false. 2012-11-12 00:14:00,614 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:14:00,662 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-12 00:14:00,662 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-12 00:14:00,745 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:14:00,765 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [44c4b046] Running command: LogoutUserCommand internal: false. 2012-11-12 00:14:11,179 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:14:11,219 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 00:14:11,220 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 00:14:11,298 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:14:11,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [26ed1192] Running command: LogoutUserCommand internal: false. 2012-11-12 00:14:21,756 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:14:21,796 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 00:14:21,797 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 00:14:21,845 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:14:21,864 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [8951265] Running command: LogoutUserCommand internal: false. 2012-11-12 00:14:32,274 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:14:32,328 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-12 00:14:32,328 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-12 00:14:32,431 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:14:32,451 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [5c896843] Running command: LogoutUserCommand internal: false. 2012-11-12 00:14:42,888 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:14:42,935 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-12 00:14:42,935 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-12 00:14:42,990 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:14:43,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [3dd704a5] Running command: LogoutUserCommand internal: false. 2012-11-12 00:14:53,443 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:14:53,490 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-12 00:14:53,490 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-12 00:14:53,524 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:14:53,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [4f195f7] Running command: LogoutUserCommand internal: false. 2012-11-12 00:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts 2012-11-12 00:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering 0 hosts 2012-11-12 00:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Checking autorecoverable hosts done 2012-11-12 00:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-33) Autorecovering storage domains is disabled, skipping 2012-11-12 00:15:03,974 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 00:15:04,036 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 00:15:04,036 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 00:15:04,105 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 00:15:04,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [a72b219] Running command: LogoutUserCommand internal: false. 2012-11-12 00:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts 2012-11-12 00:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering 0 hosts 2012-11-12 00:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts done 2012-11-12 00:20:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering storage domains is disabled, skipping 2012-11-12 00:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts 2012-11-12 00:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering 0 hosts 2012-11-12 00:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Checking autorecoverable hosts done 2012-11-12 00:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-87) Autorecovering storage domains is disabled, skipping 2012-11-12 00:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts 2012-11-12 00:30:00,061 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering 0 hosts 2012-11-12 00:30:00,061 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts done 2012-11-12 00:30:00,061 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering storage domains is disabled, skipping 2012-11-12 00:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Checking autorecoverable hosts 2012-11-12 00:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Autorecovering 0 hosts 2012-11-12 00:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Checking autorecoverable hosts done 2012-11-12 00:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Autorecovering storage domains is disabled, skipping 2012-11-12 00:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts 2012-11-12 00:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering 0 hosts 2012-11-12 00:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts done 2012-11-12 00:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering storage domains is disabled, skipping 2012-11-12 00:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts 2012-11-12 00:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering 0 hosts 2012-11-12 00:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts done 2012-11-12 00:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering storage domains is disabled, skipping 2012-11-12 00:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts 2012-11-12 00:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering 0 hosts 2012-11-12 00:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts done 2012-11-12 00:50:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering storage domains is disabled, skipping 2012-11-12 00:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-12 00:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-12 00:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-12 00:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-12 01:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts 2012-11-12 01:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering 0 hosts 2012-11-12 01:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts done 2012-11-12 01:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering storage domains is disabled, skipping 2012-11-12 01:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts 2012-11-12 01:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering 0 hosts 2012-11-12 01:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Checking autorecoverable hosts done 2012-11-12 01:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-75) Autorecovering storage domains is disabled, skipping 2012-11-12 01:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-12 01:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-12 01:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-12 01:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-12 01:10:14,170 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-59) DbUserCacheManager::refreshAllUserData() - entered 2012-11-12 01:10:14,183 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-59) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 01:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts 2012-11-12 01:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering 0 hosts 2012-11-12 01:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Checking autorecoverable hosts done 2012-11-12 01:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-79) Autorecovering storage domains is disabled, skipping 2012-11-12 01:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts 2012-11-12 01:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering 0 hosts 2012-11-12 01:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts done 2012-11-12 01:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering storage domains is disabled, skipping 2012-11-12 01:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts 2012-11-12 01:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering 0 hosts 2012-11-12 01:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Checking autorecoverable hosts done 2012-11-12 01:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-61) Autorecovering storage domains is disabled, skipping 2012-11-12 01:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts 2012-11-12 01:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering 0 hosts 2012-11-12 01:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts done 2012-11-12 01:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering storage domains is disabled, skipping 2012-11-12 01:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts 2012-11-12 01:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering 0 hosts 2012-11-12 01:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts done 2012-11-12 01:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering storage domains is disabled, skipping 2012-11-12 01:39:59,998 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-12 01:39:59,999 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-12 01:39:59,999 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-12 01:39:59,999 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-12 01:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts 2012-11-12 01:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering 0 hosts 2012-11-12 01:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Checking autorecoverable hosts done 2012-11-12 01:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-91) Autorecovering storage domains is disabled, skipping 2012-11-12 01:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-12 01:50:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-12 01:50:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-12 01:50:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-12 01:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts 2012-11-12 01:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering 0 hosts 2012-11-12 01:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts done 2012-11-12 01:55:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering storage domains is disabled, skipping 2012-11-12 02:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts 2012-11-12 02:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering 0 hosts 2012-11-12 02:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Checking autorecoverable hosts done 2012-11-12 02:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-72) Autorecovering storage domains is disabled, skipping 2012-11-12 02:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts 2012-11-12 02:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering 0 hosts 2012-11-12 02:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Checking autorecoverable hosts done 2012-11-12 02:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-7) Autorecovering storage domains is disabled, skipping 2012-11-12 02:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts 2012-11-12 02:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering 0 hosts 2012-11-12 02:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts done 2012-11-12 02:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering storage domains is disabled, skipping 2012-11-12 02:10:14,214 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-84) DbUserCacheManager::refreshAllUserData() - entered 2012-11-12 02:10:14,226 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-84) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 02:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts 2012-11-12 02:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering 0 hosts 2012-11-12 02:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts done 2012-11-12 02:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering storage domains is disabled, skipping 2012-11-12 02:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Checking autorecoverable hosts 2012-11-12 02:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Autorecovering 0 hosts 2012-11-12 02:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Checking autorecoverable hosts done 2012-11-12 02:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-82) Autorecovering storage domains is disabled, skipping 2012-11-12 02:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts 2012-11-12 02:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering 0 hosts 2012-11-12 02:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Checking autorecoverable hosts done 2012-11-12 02:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-30) Autorecovering storage domains is disabled, skipping 2012-11-12 02:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts 2012-11-12 02:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering 0 hosts 2012-11-12 02:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts done 2012-11-12 02:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering storage domains is disabled, skipping 2012-11-12 02:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts 2012-11-12 02:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering 0 hosts 2012-11-12 02:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts done 2012-11-12 02:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering storage domains is disabled, skipping 2012-11-12 02:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts 2012-11-12 02:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering 0 hosts 2012-11-12 02:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts done 2012-11-12 02:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering storage domains is disabled, skipping 2012-11-12 02:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts 2012-11-12 02:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering 0 hosts 2012-11-12 02:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Checking autorecoverable hosts done 2012-11-12 02:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-6) Autorecovering storage domains is disabled, skipping 2012-11-12 02:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts 2012-11-12 02:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering 0 hosts 2012-11-12 02:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts done 2012-11-12 02:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering storage domains is disabled, skipping 2012-11-12 02:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts 2012-11-12 02:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering 0 hosts 2012-11-12 02:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Checking autorecoverable hosts done 2012-11-12 02:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-53) Autorecovering storage domains is disabled, skipping 2012-11-12 03:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts 2012-11-12 03:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering 0 hosts 2012-11-12 03:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts done 2012-11-12 03:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering storage domains is disabled, skipping 2012-11-12 03:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts 2012-11-12 03:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering 0 hosts 2012-11-12 03:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Checking autorecoverable hosts done 2012-11-12 03:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-58) Autorecovering storage domains is disabled, skipping 2012-11-12 03:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts 2012-11-12 03:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering 0 hosts 2012-11-12 03:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts done 2012-11-12 03:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering storage domains is disabled, skipping 2012-11-12 03:10:14,240 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-76) DbUserCacheManager::refreshAllUserData() - entered 2012-11-12 03:10:14,261 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-76) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 03:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-12 03:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-12 03:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-12 03:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-12 03:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts 2012-11-12 03:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering 0 hosts 2012-11-12 03:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts done 2012-11-12 03:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering storage domains is disabled, skipping 2012-11-12 03:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts 2012-11-12 03:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering 0 hosts 2012-11-12 03:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Checking autorecoverable hosts done 2012-11-12 03:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-60) Autorecovering storage domains is disabled, skipping 2012-11-12 03:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts 2012-11-12 03:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering 0 hosts 2012-11-12 03:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Checking autorecoverable hosts done 2012-11-12 03:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-31) Autorecovering storage domains is disabled, skipping 2012-11-12 03:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts 2012-11-12 03:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering 0 hosts 2012-11-12 03:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Checking autorecoverable hosts done 2012-11-12 03:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-16) Autorecovering storage domains is disabled, skipping 2012-11-12 03:35:35,001 INFO [org.ovirt.engine.core.bll.AuditLogCleanupManager] (QuartzScheduler_Worker-69) AuditLogCleanupManager::deleteAgedOutAuditLogs - entered 2012-11-12 03:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts 2012-11-12 03:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering 0 hosts 2012-11-12 03:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Checking autorecoverable hosts done 2012-11-12 03:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-18) Autorecovering storage domains is disabled, skipping 2012-11-12 03:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-12 03:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-12 03:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-12 03:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-12 03:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts 2012-11-12 03:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering 0 hosts 2012-11-12 03:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts done 2012-11-12 03:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering storage domains is disabled, skipping 2012-11-12 03:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts 2012-11-12 03:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering 0 hosts 2012-11-12 03:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Checking autorecoverable hosts done 2012-11-12 03:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-67) Autorecovering storage domains is disabled, skipping 2012-11-12 04:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts 2012-11-12 04:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering 0 hosts 2012-11-12 04:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts done 2012-11-12 04:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering storage domains is disabled, skipping 2012-11-12 04:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts 2012-11-12 04:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering 0 hosts 2012-11-12 04:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Checking autorecoverable hosts done 2012-11-12 04:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-71) Autorecovering storage domains is disabled, skipping 2012-11-12 04:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts 2012-11-12 04:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering 0 hosts 2012-11-12 04:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Checking autorecoverable hosts done 2012-11-12 04:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-74) Autorecovering storage domains is disabled, skipping 2012-11-12 04:10:14,303 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-40) DbUserCacheManager::refreshAllUserData() - entered 2012-11-12 04:10:14,316 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-40) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 04:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts 2012-11-12 04:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering 0 hosts 2012-11-12 04:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts done 2012-11-12 04:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering storage domains is disabled, skipping 2012-11-12 04:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts 2012-11-12 04:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering 0 hosts 2012-11-12 04:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts done 2012-11-12 04:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering storage domains is disabled, skipping 2012-11-12 04:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts 2012-11-12 04:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering 0 hosts 2012-11-12 04:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts done 2012-11-12 04:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering storage domains is disabled, skipping 2012-11-12 04:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts 2012-11-12 04:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering 0 hosts 2012-11-12 04:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Checking autorecoverable hosts done 2012-11-12 04:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-39) Autorecovering storage domains is disabled, skipping 2012-11-12 04:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts 2012-11-12 04:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering 0 hosts 2012-11-12 04:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Checking autorecoverable hosts done 2012-11-12 04:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-89) Autorecovering storage domains is disabled, skipping 2012-11-12 04:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts 2012-11-12 04:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering 0 hosts 2012-11-12 04:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts done 2012-11-12 04:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering storage domains is disabled, skipping 2012-11-12 04:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts 2012-11-12 04:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering 0 hosts 2012-11-12 04:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Checking autorecoverable hosts done 2012-11-12 04:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) Autorecovering storage domains is disabled, skipping 2012-11-12 04:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts 2012-11-12 04:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering 0 hosts 2012-11-12 04:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts done 2012-11-12 04:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering storage domains is disabled, skipping 2012-11-12 04:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts 2012-11-12 04:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering 0 hosts 2012-11-12 04:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts done 2012-11-12 04:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering storage domains is disabled, skipping 2012-11-12 05:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts 2012-11-12 05:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering 0 hosts 2012-11-12 05:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Checking autorecoverable hosts done 2012-11-12 05:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-48) Autorecovering storage domains is disabled, skipping 2012-11-12 05:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts 2012-11-12 05:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering 0 hosts 2012-11-12 05:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts done 2012-11-12 05:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering storage domains is disabled, skipping 2012-11-12 05:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-12 05:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-12 05:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-12 05:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-12 05:10:14,332 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-66) DbUserCacheManager::refreshAllUserData() - entered 2012-11-12 05:10:14,345 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-66) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 05:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts 2012-11-12 05:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering 0 hosts 2012-11-12 05:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Checking autorecoverable hosts done 2012-11-12 05:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-8) Autorecovering storage domains is disabled, skipping 2012-11-12 05:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts 2012-11-12 05:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering 0 hosts 2012-11-12 05:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts done 2012-11-12 05:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering storage domains is disabled, skipping 2012-11-12 05:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts 2012-11-12 05:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering 0 hosts 2012-11-12 05:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Checking autorecoverable hosts done 2012-11-12 05:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-14) Autorecovering storage domains is disabled, skipping 2012-11-12 05:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-12 05:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-12 05:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-12 05:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-12 05:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts 2012-11-12 05:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering 0 hosts 2012-11-12 05:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Checking autorecoverable hosts done 2012-11-12 05:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-21) Autorecovering storage domains is disabled, skipping 2012-11-12 05:40:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-12 05:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-12 05:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-12 05:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-12 05:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts 2012-11-12 05:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering 0 hosts 2012-11-12 05:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Checking autorecoverable hosts done 2012-11-12 05:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-22) Autorecovering storage domains is disabled, skipping 2012-11-12 05:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts 2012-11-12 05:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering 0 hosts 2012-11-12 05:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Checking autorecoverable hosts done 2012-11-12 05:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-51) Autorecovering storage domains is disabled, skipping 2012-11-12 05:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts 2012-11-12 05:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering 0 hosts 2012-11-12 05:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts done 2012-11-12 05:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering storage domains is disabled, skipping 2012-11-12 06:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts 2012-11-12 06:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering 0 hosts 2012-11-12 06:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Checking autorecoverable hosts done 2012-11-12 06:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-44) Autorecovering storage domains is disabled, skipping 2012-11-12 06:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts 2012-11-12 06:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering 0 hosts 2012-11-12 06:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Checking autorecoverable hosts done 2012-11-12 06:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-19) Autorecovering storage domains is disabled, skipping 2012-11-12 06:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts 2012-11-12 06:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering 0 hosts 2012-11-12 06:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Checking autorecoverable hosts done 2012-11-12 06:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-55) Autorecovering storage domains is disabled, skipping 2012-11-12 06:10:14,361 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-80) [787dbcb8] DbUserCacheManager::refreshAllUserData() - entered 2012-11-12 06:10:14,373 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-80) [787dbcb8] Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 06:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts 2012-11-12 06:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering 0 hosts 2012-11-12 06:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Checking autorecoverable hosts done 2012-11-12 06:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-17) Autorecovering storage domains is disabled, skipping 2012-11-12 06:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts 2012-11-12 06:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering 0 hosts 2012-11-12 06:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Checking autorecoverable hosts done 2012-11-12 06:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-4) Autorecovering storage domains is disabled, skipping 2012-11-12 06:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts 2012-11-12 06:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering 0 hosts 2012-11-12 06:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Checking autorecoverable hosts done 2012-11-12 06:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-28) Autorecovering storage domains is disabled, skipping 2012-11-12 06:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts 2012-11-12 06:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering 0 hosts 2012-11-12 06:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts done 2012-11-12 06:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering storage domains is disabled, skipping 2012-11-12 06:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts 2012-11-12 06:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering 0 hosts 2012-11-12 06:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Checking autorecoverable hosts done 2012-11-12 06:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-38) Autorecovering storage domains is disabled, skipping 2012-11-12 06:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts 2012-11-12 06:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering 0 hosts 2012-11-12 06:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts done 2012-11-12 06:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering storage domains is disabled, skipping 2012-11-12 06:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Checking autorecoverable hosts 2012-11-12 06:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Autorecovering 0 hosts 2012-11-12 06:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Checking autorecoverable hosts done 2012-11-12 06:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Autorecovering storage domains is disabled, skipping 2012-11-12 06:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts 2012-11-12 06:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering 0 hosts 2012-11-12 06:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Checking autorecoverable hosts done 2012-11-12 06:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-86) Autorecovering storage domains is disabled, skipping 2012-11-12 06:55:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts 2012-11-12 06:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering 0 hosts 2012-11-12 06:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Checking autorecoverable hosts done 2012-11-12 06:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-50) Autorecovering storage domains is disabled, skipping 2012-11-12 07:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts 2012-11-12 07:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering 0 hosts 2012-11-12 07:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Checking autorecoverable hosts done 2012-11-12 07:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-5) Autorecovering storage domains is disabled, skipping 2012-11-12 07:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts 2012-11-12 07:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering 0 hosts 2012-11-12 07:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Checking autorecoverable hosts done 2012-11-12 07:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-25) Autorecovering storage domains is disabled, skipping 2012-11-12 07:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts 2012-11-12 07:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering 0 hosts 2012-11-12 07:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Checking autorecoverable hosts done 2012-11-12 07:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-93) Autorecovering storage domains is disabled, skipping 2012-11-12 07:10:14,388 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-3) DbUserCacheManager::refreshAllUserData() - entered 2012-11-12 07:10:14,399 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 07:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts 2012-11-12 07:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering 0 hosts 2012-11-12 07:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Checking autorecoverable hosts done 2012-11-12 07:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-62) Autorecovering storage domains is disabled, skipping 2012-11-12 07:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts 2012-11-12 07:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering 0 hosts 2012-11-12 07:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Checking autorecoverable hosts done 2012-11-12 07:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-96) Autorecovering storage domains is disabled, skipping 2012-11-12 07:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts 2012-11-12 07:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering 0 hosts 2012-11-12 07:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Checking autorecoverable hosts done 2012-11-12 07:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-42) Autorecovering storage domains is disabled, skipping 2012-11-12 07:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-12 07:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-12 07:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-12 07:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-12 07:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts 2012-11-12 07:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering 0 hosts 2012-11-12 07:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Checking autorecoverable hosts done 2012-11-12 07:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-54) Autorecovering storage domains is disabled, skipping 2012-11-12 07:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts 2012-11-12 07:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering 0 hosts 2012-11-12 07:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts done 2012-11-12 07:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering storage domains is disabled, skipping 2012-11-12 07:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts 2012-11-12 07:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering 0 hosts 2012-11-12 07:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Checking autorecoverable hosts done 2012-11-12 07:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-57) Autorecovering storage domains is disabled, skipping 2012-11-12 07:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts 2012-11-12 07:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering 0 hosts 2012-11-12 07:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Checking autorecoverable hosts done 2012-11-12 07:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-20) Autorecovering storage domains is disabled, skipping 2012-11-12 07:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Checking autorecoverable hosts 2012-11-12 07:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Autorecovering 0 hosts 2012-11-12 07:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Checking autorecoverable hosts done 2012-11-12 07:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-83) Autorecovering storage domains is disabled, skipping 2012-11-12 08:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts 2012-11-12 08:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering 0 hosts 2012-11-12 08:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Checking autorecoverable hosts done 2012-11-12 08:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-26) Autorecovering storage domains is disabled, skipping 2012-11-12 08:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts 2012-11-12 08:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering 0 hosts 2012-11-12 08:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Checking autorecoverable hosts done 2012-11-12 08:05:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-1) Autorecovering storage domains is disabled, skipping 2012-11-12 08:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts 2012-11-12 08:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering 0 hosts 2012-11-12 08:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Checking autorecoverable hosts done 2012-11-12 08:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-85) Autorecovering storage domains is disabled, skipping 2012-11-12 08:10:14,413 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-29) DbUserCacheManager::refreshAllUserData() - entered 2012-11-12 08:10:14,426 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-29) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 08:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts 2012-11-12 08:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering 0 hosts 2012-11-12 08:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts done 2012-11-12 08:15:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering storage domains is disabled, skipping 2012-11-12 08:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts 2012-11-12 08:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering 0 hosts 2012-11-12 08:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Checking autorecoverable hosts done 2012-11-12 08:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-41) Autorecovering storage domains is disabled, skipping 2012-11-12 08:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts 2012-11-12 08:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering 0 hosts 2012-11-12 08:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Checking autorecoverable hosts done 2012-11-12 08:25:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-68) Autorecovering storage domains is disabled, skipping 2012-11-12 08:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts 2012-11-12 08:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering 0 hosts 2012-11-12 08:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts done 2012-11-12 08:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering storage domains is disabled, skipping 2012-11-12 08:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts 2012-11-12 08:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering 0 hosts 2012-11-12 08:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Checking autorecoverable hosts done 2012-11-12 08:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-100) Autorecovering storage domains is disabled, skipping 2012-11-12 08:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts 2012-11-12 08:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering 0 hosts 2012-11-12 08:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Checking autorecoverable hosts done 2012-11-12 08:40:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-29) Autorecovering storage domains is disabled, skipping 2012-11-12 08:45:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-12 08:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-12 08:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-12 08:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-12 08:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts 2012-11-12 08:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering 0 hosts 2012-11-12 08:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Checking autorecoverable hosts done 2012-11-12 08:50:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-46) Autorecovering storage domains is disabled, skipping 2012-11-12 08:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts 2012-11-12 08:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering 0 hosts 2012-11-12 08:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Checking autorecoverable hosts done 2012-11-12 08:55:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-78) Autorecovering storage domains is disabled, skipping 2012-11-12 09:00:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts 2012-11-12 09:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering 0 hosts 2012-11-12 09:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Checking autorecoverable hosts done 2012-11-12 09:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-65) Autorecovering storage domains is disabled, skipping 2012-11-12 09:05:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts 2012-11-12 09:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering 0 hosts 2012-11-12 09:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Checking autorecoverable hosts done 2012-11-12 09:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-76) Autorecovering storage domains is disabled, skipping 2012-11-12 09:10:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts 2012-11-12 09:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering 0 hosts 2012-11-12 09:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Checking autorecoverable hosts done 2012-11-12 09:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-59) Autorecovering storage domains is disabled, skipping 2012-11-12 09:10:14,440 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-87) DbUserCacheManager::refreshAllUserData() - entered 2012-11-12 09:10:14,456 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-87) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts 2012-11-12 09:15:00,022 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering 0 hosts 2012-11-12 09:15:00,022 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Checking autorecoverable hosts done 2012-11-12 09:15:00,022 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-98) Autorecovering storage domains is disabled, skipping 2012-11-12 09:20:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts 2012-11-12 09:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering 0 hosts 2012-11-12 09:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Checking autorecoverable hosts done 2012-11-12 09:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-56) Autorecovering storage domains is disabled, skipping 2012-11-12 09:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts 2012-11-12 09:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering 0 hosts 2012-11-12 09:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Checking autorecoverable hosts done 2012-11-12 09:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-12) Autorecovering storage domains is disabled, skipping 2012-11-12 09:30:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts 2012-11-12 09:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering 0 hosts 2012-11-12 09:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Checking autorecoverable hosts done 2012-11-12 09:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-52) Autorecovering storage domains is disabled, skipping 2012-11-12 09:34:14,520 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:34:15,070 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-12 09:34:15,070 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginAdminUserCommand internal: false. 2012-11-12 09:34:23,727 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [29e63088] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 894eb702-865d-484e-a0b9-ef58b0f5aae2 Type: VM 2012-11-12 09:34:23,729 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [29e63088] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop both1). 2012-11-12 09:34:23,729 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [29e63088] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop both1. 2012-11-12 09:34:23,731 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-49) [29e63088] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=894eb702-865d-484e-a0b9-ef58b0f5aae2, force=false, secondsToWait=30, gracefully=true), log id: 20fa363f 2012-11-12 09:34:23,735 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-49) [29e63088] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=894eb702-865d-484e-a0b9-ef58b0f5aae2, force=false, secondsToWait=30, gracefully=true), log id: 903a614 2012-11-12 09:34:23,754 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-49) [29e63088] FINISH, DestroyVDSCommand, log id: 903a614 2012-11-12 09:34:23,765 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-49) [29e63088] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 20fa363f 2012-11-12 09:34:31,589 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [5bd0e0e5] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 894eb702-865d-484e-a0b9-ef58b0f5aae2 Type: VM 2012-11-12 09:34:31,590 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [5bd0e0e5] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop both1). 2012-11-12 09:34:31,590 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [5bd0e0e5] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop both1, status is not up. Stopping instead. 2012-11-12 09:34:31,593 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-49) [d107c12] Running command: StopVmCommand internal: true. Entities affected : ID: 894eb702-865d-484e-a0b9-ef58b0f5aae2 Type: VM 2012-11-12 09:34:31,595 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-49) [d107c12] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=894eb702-865d-484e-a0b9-ef58b0f5aae2, force=false, secondsToWait=0, gracefully=false), log id: 5f224475 2012-11-12 09:34:31,598 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-49) [d107c12] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=894eb702-865d-484e-a0b9-ef58b0f5aae2, force=false, secondsToWait=0, gracefully=false), log id: 57680c4 2012-11-12 09:34:32,182 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-49) [d107c12] FINISH, DestroyVDSCommand, log id: 57680c4 2012-11-12 09:34:32,255 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-49) [d107c12] FINISH, DestroyVmVDSCommand, return: Down, log id: 5f224475 2012-11-12 09:34:40,009 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-10) Lock Acquired to object EngineLock [exclusiveLocks= key: 894eb702-865d-484e-a0b9-ef58b0f5aae2 value: VM , sharedLocks= ] 2012-11-12 09:34:40,014 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 28a3e05b 2012-11-12 09:34:40,015 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) FINISH, IsValidVDSCommand, return: true, log id: 28a3e05b 2012-11-12 09:34:40,135 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) [742a5f2a] Running command: RemoveVmCommand internal: false. Entities affected : ID: 894eb702-865d-484e-a0b9-ef58b0f5aae2 Type: VM 2012-11-12 09:34:40,135 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [742a5f2a] START, SetVmStatusVDSCommand( vmId = 894eb702-865d-484e-a0b9-ef58b0f5aae2, status = ImageLocked), log id: 57651f30 2012-11-12 09:34:40,138 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [742a5f2a] FINISH, SetVmStatusVDSCommand, log id: 57651f30 2012-11-12 09:34:40,166 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) [742a5f2a] Lock freed to object EngineLock [exclusiveLocks= key: 894eb702-865d-484e-a0b9-ef58b0f5aae2 value: VM , sharedLocks= ] 2012-11-12 09:34:40,167 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-49) [742a5f2a] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 894eb702-865d-484e-a0b9-ef58b0f5aae2), log id: 4c2f3249 2012-11-12 09:34:40,467 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-49) [742a5f2a] FINISH, RemoveVMVDSCommand, log id: 4c2f3249 2012-11-12 09:34:40,470 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-49) [2e8e7db2] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 894eb702-865d-484e-a0b9-ef58b0f5aae2 Type: VM 2012-11-12 09:34:40,479 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-49) [50064945] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 09:34:40,492 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-49) [50064945] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = ef1b8374-a3e5-491f-8f22-e0e2d7f0e288, postZeros = false, forceDelete = false), log id: 27275093 2012-11-12 09:34:41,074 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-49) [50064945] FINISH, DeleteImageGroupVDSCommand, log id: 27275093 2012-11-12 09:34:41,100 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) [50064945] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 894eb702-865d-484e-a0b9-ef58b0f5aae2 2012-11-12 09:34:41,100 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [50064945] EntityMultiAsyncTasks::AttachTask: Attaching task 33bc471d-f9b1-4a06-b02a-3be6c51ddbe6 to entity 894eb702-865d-484e-a0b9-ef58b0f5aae2. 2012-11-12 09:34:41,101 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-49) [50064945] Adding task 33bc471d-f9b1-4a06-b02a-3be6c51ddbe6 to DataBase 2012-11-12 09:34:41,115 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-49) [50064945] Adding task 33bc471d-f9b1-4a06-b02a-3be6c51ddbe6 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 09:34:41,209 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) [50064945] BaseAsyncTask::StartPollingTask: Starting to poll task 33bc471d-f9b1-4a06-b02a-3be6c51ddbe6. 2012-11-12 09:34:41,209 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [50064945] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 894eb702-865d-484e-a0b9-ef58b0f5aae2 is RemoveVm (determined by task 33bc471d-f9b1-4a06-b02a-3be6c51ddbe6) 2012-11-12 09:34:45,756 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-93) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-12 09:34:45,778 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-93) SPMAsyncTask::PollTask: Polling task 33bc471d-f9b1-4a06-b02a-3be6c51ddbe6 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 09:34:45,847 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-93) BaseAsyncTask::OnTaskEndSuccess: Task 33bc471d-f9b1-4a06-b02a-3be6c51ddbe6 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 09:34:45,848 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-93) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 894eb702-865d-484e-a0b9-ef58b0f5aae2 has ended -> executing EndAction 2012-11-12 09:34:45,848 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-93) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 894eb702-865d-484e-a0b9-ef58b0f5aae2): calling EndAction for action type RemoveVm. 2012-11-12 09:34:45,848 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-12 09:34:45,884 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-12 09:34:45,885 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock Acquired to object EngineLock [exclusiveLocks= key: 894eb702-865d-484e-a0b9-ef58b0f5aae2 value: VM , sharedLocks= ] 2012-11-12 09:34:45,890 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-49) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:69) - entered 2012-11-12 09:34:45,896 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock freed to object EngineLock [exclusiveLocks= key: 894eb702-865d-484e-a0b9-ef58b0f5aae2 value: VM , sharedLocks= ] 2012-11-12 09:34:45,987 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-12 09:34:45,987 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-12 09:34:46,021 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 33bc471d-f9b1-4a06-b02a-3be6c51ddbe6 2012-11-12 09:34:46,021 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 33bc471d-f9b1-4a06-b02a-3be6c51ddbe6), log id: 6a43f78c 2012-11-12 09:34:46,023 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=33bc471d-f9b1-4a06-b02a-3be6c51ddbe6), log id: d7a4759 2012-11-12 09:34:46,090 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) FINISH, HSMClearTaskVDSCommand, log id: d7a4759 2012-11-12 09:34:46,090 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) FINISH, SPMClearTaskVDSCommand, log id: 6a43f78c 2012-11-12 09:34:46,103 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) BaseAsyncTask::RemoveTaskFromDB: Removed task 33bc471d-f9b1-4a06-b02a-3be6c51ddbe6 from DataBase 2012-11-12 09:34:46,104 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 894eb702-865d-484e-a0b9-ef58b0f5aae2 2012-11-12 09:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts 2012-11-12 09:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering 0 hosts 2012-11-12 09:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Checking autorecoverable hosts done 2012-11-12 09:35:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-88) Autorecovering storage domains is disabled, skipping 2012-11-12 09:35:13,006 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:13,052 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:13,052 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:13,141 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:13,143 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [4662cf1d] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:13,227 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:13,280 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:13,280 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:13,363 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:13,365 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6ae74a0f] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:13,529 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:13,573 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:13,573 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:13,617 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:13,618 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [108513b9] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:13,679 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:13,739 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:13,739 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:13,820 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:13,821 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [53483904] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:13,892 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:13,966 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:13,966 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:14,013 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:14,015 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [6740938f] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:14,069 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:14,111 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:14,111 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:14,182 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:14,184 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [1ef41d56] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:14,240 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:14,289 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:14,289 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:15,414 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:15,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [4746501e] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:15,602 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:15,668 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:15,668 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:15,712 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:15,714 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [3a391282] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:15,775 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:15,879 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:15,880 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:15,944 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:15,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [242b29a3] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:16,041 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:16,081 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:16,081 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:16,110 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:16,111 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [682973] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:16,202 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:16,291 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:16,291 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:16,349 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:16,351 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [58c4505d] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:16,412 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:16,459 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:16,459 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:16,505 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:16,507 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [19b89ccd] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:16,572 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:16,639 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:16,639 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:16,669 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:16,671 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [337593ff] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:16,737 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:16,773 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:16,773 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:16,839 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:16,856 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [388881ff] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:16,916 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:16,951 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:16,951 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:16,998 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:17,016 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [349a357b] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:17,065 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:17,116 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:17,116 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:17,195 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:17,256 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-11) [5965f3ed] Lock Acquired to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 09:35:17,287 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [5965f3ed] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: f929ce1 2012-11-12 09:35:17,288 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [5965f3ed] FINISH, IsValidVDSCommand, return: true, log id: f929ce1 2012-11-12 09:35:17,320 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-11) [5965f3ed] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 09:35:17,321 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [5965f3ed] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1938728d 2012-11-12 09:35:17,321 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [5965f3ed] FINISH, IsValidVDSCommand, return: true, log id: 1938728d 2012-11-12 09:35:17,328 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-11) [5965f3ed] MacPoolManager::allocateNewMac entered 2012-11-12 09:35:17,328 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-11) [5965f3ed] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:69 2012-11-12 09:35:17,376 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-11) [5965f3ed] Lock freed to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 09:35:17,376 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-11) [5965f3ed] START, SetVmStatusVDSCommand( vmId = 87c29d03-202c-44a1-8c49-f90e115ade69, status = ImageLocked), log id: 6b98d6b5 2012-11-12 09:35:17,379 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-11) [5965f3ed] FINISH, SetVmStatusVDSCommand, log id: 6b98d6b5 2012-11-12 09:35:17,380 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-11) [61d7f36d] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-12 09:35:17,385 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-11) [61d7f36d] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 2af73901 2012-11-12 09:35:17,424 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-11) [61d7f36d] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 2af73901 2012-11-12 09:35:17,425 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-11) [61d7f36d] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = ab9d751a-7fe5-482f-973a-b6a444b84790, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = fd465410-f319-496a-b7d7-53bffd106d1a, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 7411b1f 2012-11-12 09:35:17,425 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-11) [61d7f36d] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-12 09:35:17,426 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-11) [61d7f36d] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=ab9d751a-7fe5-482f-973a-b6a444b84790 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=fd465410-f319-496a-b7d7-53bffd106d1a descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-12 09:35:17,819 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-11) [61d7f36d] FINISH, CreateSnapshotVDSCommand, return: fd465410-f319-496a-b7d7-53bffd106d1a, log id: 7411b1f 2012-11-12 09:35:17,872 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-11) [61d7f36d] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 87c29d03-202c-44a1-8c49-f90e115ade69 2012-11-12 09:35:17,872 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-11) [61d7f36d] EntityMultiAsyncTasks::AttachTask: Attaching task e93905de-50d2-4a83-be49-1e6e466c6b40 to entity 87c29d03-202c-44a1-8c49-f90e115ade69. 2012-11-12 09:35:17,873 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-11) [61d7f36d] Adding task e93905de-50d2-4a83-be49-1e6e466c6b40 to DataBase 2012-11-12 09:35:17,900 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-11) [61d7f36d] Adding task e93905de-50d2-4a83-be49-1e6e466c6b40 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 09:35:18,035 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-11) [61d7f36d] BaseAsyncTask::StartPollingTask: Starting to poll task e93905de-50d2-4a83-be49-1e6e466c6b40. 2012-11-12 09:35:18,035 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-11) [61d7f36d] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 87c29d03-202c-44a1-8c49-f90e115ade69 is AddVm (determined by task e93905de-50d2-4a83-be49-1e6e466c6b40) 2012-11-12 09:35:18,049 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [69935753] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:18,095 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:18,135 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:18,135 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:18,187 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:18,207 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [6c92fb67] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:18,338 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:18,432 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:18,433 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:18,482 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:18,503 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [7878f4ca] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:25,850 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-43) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-12 09:35:25,959 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-43) SPMAsyncTask::PollTask: Polling task e93905de-50d2-4a83-be49-1e6e466c6b40 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 09:35:25,973 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-43) BaseAsyncTask::OnTaskEndSuccess: Task e93905de-50d2-4a83-be49-1e6e466c6b40 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 09:35:25,974 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-43) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 87c29d03-202c-44a1-8c49-f90e115ade69 has ended -> executing EndAction 2012-11-12 09:35:25,974 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-43) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 87c29d03-202c-44a1-8c49-f90e115ade69): calling EndAction for action type AddVm. 2012-11-12 09:35:25,974 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-12 09:35:26,005 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-49) [5965f3ed] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-12 09:35:26,005 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-49) [61d7f36d] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-12 09:35:26,006 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [61d7f36d] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = ab9d751a-7fe5-482f-973a-b6a444b84790, imageId = fd465410-f319-496a-b7d7-53bffd106d1a), log id: 32754d75 2012-11-12 09:35:26,048 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [61d7f36d] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@2de6aeaf, log id: 32754d75 2012-11-12 09:35:26,055 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) START, SetVmStatusVDSCommand( vmId = 87c29d03-202c-44a1-8c49-f90e115ade69, status = Down), log id: 3ed03e93 2012-11-12 09:35:26,058 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) FINISH, SetVmStatusVDSCommand, log id: 3ed03e93 2012-11-12 09:35:26,080 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 7bb251de 2012-11-12 09:35:26,147 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) FINISH, UpdateVMVDSCommand, log id: 7bb251de 2012-11-12 09:35:26,186 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-12 09:35:26,186 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-12 09:35:26,198 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) SPMAsyncTask::ClearAsyncTask: Attempting to clear task e93905de-50d2-4a83-be49-1e6e466c6b40 2012-11-12 09:35:26,198 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = e93905de-50d2-4a83-be49-1e6e466c6b40), log id: 5dc69400 2012-11-12 09:35:26,200 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=e93905de-50d2-4a83-be49-1e6e466c6b40), log id: 86e6c7 2012-11-12 09:35:26,280 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) FINISH, HSMClearTaskVDSCommand, log id: 86e6c7 2012-11-12 09:35:26,280 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) FINISH, SPMClearTaskVDSCommand, log id: 5dc69400 2012-11-12 09:35:26,292 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) BaseAsyncTask::RemoveTaskFromDB: Removed task e93905de-50d2-4a83-be49-1e6e466c6b40 from DataBase 2012-11-12 09:35:26,292 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 87c29d03-202c-44a1-8c49-f90e115ade69 2012-11-12 09:35:28,579 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:28,618 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:28,618 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:28,667 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:28,695 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [1c9de79] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:28,788 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:28,833 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:28,833 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:28,877 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:28,896 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [622fc01a] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:28,947 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:29,007 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:29,007 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:29,047 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:29,085 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-8) [36344152] Lock Acquired to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 09:35:29,085 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-8) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 09:35:29,086 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-8) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 09:35:29,086 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-8) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 09:35:29,086 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-8) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 09:35:29,118 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-8) [36344152] Running command: UpdateVmCommand internal: false. Entities affected : ID: 87c29d03-202c-44a1-8c49-f90e115ade69 Type: VM 2012-11-12 09:35:29,148 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [36344152] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1aec921a 2012-11-12 09:35:29,149 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [36344152] FINISH, IsValidVDSCommand, return: true, log id: 1aec921a 2012-11-12 09:35:29,156 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-8) [36344152] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 26151a32 2012-11-12 09:35:29,228 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-8) [36344152] FINISH, UpdateVMVDSCommand, log id: 26151a32 2012-11-12 09:35:29,243 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-8) [36344152] Lock freed to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 09:35:29,330 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [35cc263c] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:29,386 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:29,972 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:29,972 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:30,139 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:30,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [51baa87c] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:30,255 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:30,329 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:30,329 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:30,422 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:30,438 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [2ed88e38] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:30,512 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:30,551 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:30,551 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:30,609 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:30,629 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [7540543b] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:30,714 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:30,778 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:30,778 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:30,838 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:30,911 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-11) [429a6350] Lock Acquired to object EngineLock [exclusiveLocks= key: both2 value: VM_NAME , sharedLocks= ] 2012-11-12 09:35:30,928 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [429a6350] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 73f914f0 2012-11-12 09:35:30,929 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [429a6350] FINISH, IsValidVDSCommand, return: true, log id: 73f914f0 2012-11-12 09:35:31,009 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-11) [429a6350] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 09:35:31,010 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [429a6350] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1bb4b1c5 2012-11-12 09:35:31,010 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [429a6350] FINISH, IsValidVDSCommand, return: true, log id: 1bb4b1c5 2012-11-12 09:35:31,015 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-11) [429a6350] MacPoolManager::allocateNewMac entered 2012-11-12 09:35:31,015 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-11) [429a6350] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:68 2012-11-12 09:35:31,057 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-11) [429a6350] Lock freed to object EngineLock [exclusiveLocks= key: both2 value: VM_NAME , sharedLocks= ] 2012-11-12 09:35:31,057 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-11) [429a6350] START, SetVmStatusVDSCommand( vmId = b6de5048-0ac4-41c8-aca9-c06ec8aac954, status = ImageLocked), log id: 2b20c6f7 2012-11-12 09:35:31,059 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-11) [429a6350] FINISH, SetVmStatusVDSCommand, log id: 2b20c6f7 2012-11-12 09:35:31,060 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-11) [157bade9] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-12 09:35:31,061 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-11) [157bade9] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 1761b58d 2012-11-12 09:35:31,098 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-11) [157bade9] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 1761b58d 2012-11-12 09:35:31,099 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-11) [157bade9] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 78d7f99e-d17f-4f21-983e-ae9dbbe33646, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = b22ef7fa-c5ba-4196-a2a5-387c73043774, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 47fffd63 2012-11-12 09:35:31,099 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-11) [157bade9] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-12 09:35:31,099 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-11) [157bade9] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=78d7f99e-d17f-4f21-983e-ae9dbbe33646 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=b22ef7fa-c5ba-4196-a2a5-387c73043774 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-12 09:35:31,446 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-11) [157bade9] FINISH, CreateSnapshotVDSCommand, return: b22ef7fa-c5ba-4196-a2a5-387c73043774, log id: 47fffd63 2012-11-12 09:35:31,474 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-11) [157bade9] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity b6de5048-0ac4-41c8-aca9-c06ec8aac954 2012-11-12 09:35:31,474 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-11) [157bade9] EntityMultiAsyncTasks::AttachTask: Attaching task 0068c1b1-46d2-47d9-b4e6-918b583cf6cc to entity b6de5048-0ac4-41c8-aca9-c06ec8aac954. 2012-11-12 09:35:31,474 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-11) [157bade9] Adding task 0068c1b1-46d2-47d9-b4e6-918b583cf6cc to DataBase 2012-11-12 09:35:31,494 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-11) [157bade9] Adding task 0068c1b1-46d2-47d9-b4e6-918b583cf6cc (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 09:35:31,595 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-11) [157bade9] BaseAsyncTask::StartPollingTask: Starting to poll task 0068c1b1-46d2-47d9-b4e6-918b583cf6cc. 2012-11-12 09:35:31,595 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-11) [157bade9] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity b6de5048-0ac4-41c8-aca9-c06ec8aac954 is AddVm (determined by task 0068c1b1-46d2-47d9-b4e6-918b583cf6cc) 2012-11-12 09:35:31,616 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [5fc96a3] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:31,666 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:31,733 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:31,734 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:31,822 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:31,842 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [115cb8b2] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:31,922 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:31,983 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:31,983 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:32,082 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:32,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [16ff632f] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:35,974 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-29) Polling and updating Async Tasks: 3 tasks, 1 tasks to poll now 2012-11-12 09:35:36,062 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-29) SPMAsyncTask::PollTask: Polling task 0068c1b1-46d2-47d9-b4e6-918b583cf6cc (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 09:35:36,086 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-29) BaseAsyncTask::OnTaskEndSuccess: Task 0068c1b1-46d2-47d9-b4e6-918b583cf6cc (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 09:35:36,086 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-29) EntityAsyncTask::EndActionIfNecessary: All tasks of entity b6de5048-0ac4-41c8-aca9-c06ec8aac954 has ended -> executing EndAction 2012-11-12 09:35:36,087 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-29) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: b6de5048-0ac4-41c8-aca9-c06ec8aac954): calling EndAction for action type AddVm. 2012-11-12 09:35:36,087 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-12 09:35:36,141 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-45) [429a6350] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-12 09:35:36,141 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-45) [157bade9] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-12 09:35:36,142 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-45) [157bade9] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 78d7f99e-d17f-4f21-983e-ae9dbbe33646, imageId = b22ef7fa-c5ba-4196-a2a5-387c73043774), log id: 5ec7cc8e 2012-11-12 09:35:36,184 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-45) [157bade9] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@2017917, log id: 5ec7cc8e 2012-11-12 09:35:36,189 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) START, SetVmStatusVDSCommand( vmId = b6de5048-0ac4-41c8-aca9-c06ec8aac954, status = Down), log id: 43e4a327 2012-11-12 09:35:36,191 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) FINISH, SetVmStatusVDSCommand, log id: 43e4a327 2012-11-12 09:35:36,209 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-45) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 348eeebb 2012-11-12 09:35:36,264 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-45) FINISH, UpdateVMVDSCommand, log id: 348eeebb 2012-11-12 09:35:36,305 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-12 09:35:36,305 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-12 09:35:36,340 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 0068c1b1-46d2-47d9-b4e6-918b583cf6cc 2012-11-12 09:35:36,341 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 0068c1b1-46d2-47d9-b4e6-918b583cf6cc), log id: 4e625c00 2012-11-12 09:35:36,342 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=0068c1b1-46d2-47d9-b4e6-918b583cf6cc), log id: 28668839 2012-11-12 09:35:36,494 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) FINISH, HSMClearTaskVDSCommand, log id: 28668839 2012-11-12 09:35:36,494 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) FINISH, SPMClearTaskVDSCommand, log id: 4e625c00 2012-11-12 09:35:36,507 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) BaseAsyncTask::RemoveTaskFromDB: Removed task 0068c1b1-46d2-47d9-b4e6-918b583cf6cc from DataBase 2012-11-12 09:35:36,508 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity b6de5048-0ac4-41c8-aca9-c06ec8aac954 2012-11-12 09:35:42,199 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:42,242 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:42,243 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:42,319 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:42,340 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [453b1893] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:42,387 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:42,428 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:42,428 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:42,485 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:42,507 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [1978fd6a] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:42,566 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:42,632 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:42,632 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:42,687 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:42,747 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-8) [7ff33bc7] Lock Acquired to object EngineLock [exclusiveLocks= key: both2 value: VM_NAME , sharedLocks= ] 2012-11-12 09:35:42,748 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-8) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 09:35:42,748 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-8) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 09:35:42,748 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-8) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 09:35:42,748 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-8) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 09:35:42,782 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-8) [7ff33bc7] Running command: UpdateVmCommand internal: false. Entities affected : ID: b6de5048-0ac4-41c8-aca9-c06ec8aac954 Type: VM 2012-11-12 09:35:42,811 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [7ff33bc7] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 13615c96 2012-11-12 09:35:42,812 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) [7ff33bc7] FINISH, IsValidVDSCommand, return: true, log id: 13615c96 2012-11-12 09:35:42,819 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-8) [7ff33bc7] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 3b46f05d 2012-11-12 09:35:42,888 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-8) [7ff33bc7] FINISH, UpdateVMVDSCommand, log id: 3b46f05d 2012-11-12 09:35:42,898 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-8) [7ff33bc7] Lock freed to object EngineLock [exclusiveLocks= key: both2 value: VM_NAME , sharedLocks= ] 2012-11-12 09:35:42,972 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [5ea6479f] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:53,972 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-42) Setting new tasks map. The map contains now 2 tasks 2012-11-12 09:35:58,087 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:58,128 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:58,128 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:58,202 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:58,223 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [73b5c85d] Running command: LogoutUserCommand internal: false. 2012-11-12 09:35:58,282 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:35:58,338 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 09:35:58,338 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 09:35:58,384 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:35:58,570 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [60694cba] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 50733ad4 2012-11-12 09:35:58,573 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [60694cba] FINISH, IsValidVDSCommand, return: true, log id: 50733ad4 2012-11-12 09:35:58,639 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-11) [60694cba] START, IsVmDuringInitiatingVDSCommand( vmId = 87c29d03-202c-44a1-8c49-f90e115ade69), log id: 69638cd 2012-11-12 09:35:58,639 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-11) [60694cba] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 69638cd 2012-11-12 09:35:58,738 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-11) [60694cba] Running command: RunVmOnceCommand internal: false. Entities affected : ID: 87c29d03-202c-44a1-8c49-f90e115ade69 Type: VM 2012-11-12 09:35:58,753 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-11) [60694cba] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=87c29d03-202c-44a1-8c49-f90e115ade69, vm=org.ovirt.engine.core.common.businessentities.VM@260fee9f), log id: 4483ac18 2012-11-12 09:35:58,758 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-11) [60694cba] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=87c29d03-202c-44a1-8c49-f90e115ade69, vm=org.ovirt.engine.core.common.businessentities.VM@260fee9f), log id: 1cf4d75c 2012-11-12 09:35:58,767 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (ajp-/127.0.0.1:8702-11) [60694cba] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-12 09:35:58,767 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp-/127.0.0.1:8702-11) [60694cba] FINISH, CreateVDSCommand, log id: 1cf4d75c 2012-11-12 09:35:58,767 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-11) [60694cba] VDS::create Failed creating vm both1 in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-12 09:35:58,768 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp-/127.0.0.1:8702-11) [60694cba] FINISH, CreateVmVDSCommand, return: Down, log id: 4483ac18 2012-11-12 09:35:58,768 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-11) [60694cba] Command org.ovirt.engine.core.bll.RunVmOnceCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-12 09:35:58,774 ERROR [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp-/127.0.0.1:8702-11) [60694cba] Transaction rolled-back for command: org.ovirt.engine.core.bll.RunVmOnceCommand. 2012-11-12 09:35:58,855 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp-/127.0.0.1:8702-11) Operation Failed: [Network error during communication with the Host.] 2012-11-12 09:35:58,856 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [5b1f0f10] Running command: LogoutUserCommand internal: false. 2012-11-12 09:36:08,920 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:36:08,980 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 09:36:08,980 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 09:36:09,030 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:36:09,051 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [3321f450] Running command: LogoutUserCommand internal: false. 2012-11-12 09:36:19,163 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:36:19,252 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 09:36:19,252 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 09:36:19,345 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:36:19,365 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [4cd4612b] Running command: LogoutUserCommand internal: false. 2012-11-12 09:36:29,871 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:36:29,959 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 09:36:29,959 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 09:36:30,027 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:36:30,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [6a7fc106] Running command: LogoutUserCommand internal: false. 2012-11-12 09:36:40,124 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:36:40,163 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-12 09:36:40,163 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-12 09:36:40,212 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:36:40,232 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [549d4b91] Running command: LogoutUserCommand internal: false. 2012-11-12 09:36:50,306 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:36:50,395 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-12 09:36:50,395 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-12 09:36:50,462 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:36:50,482 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [259314b1] Running command: LogoutUserCommand internal: false. 2012-11-12 09:36:51,603 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-8) Lock Acquired to object EngineLock [exclusiveLocks= key: b6de5048-0ac4-41c8-aca9-c06ec8aac954 value: VM , sharedLocks= ] 2012-11-12 09:36:51,609 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 33755b36 2012-11-12 09:36:51,609 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) FINISH, IsValidVDSCommand, return: true, log id: 33755b36 2012-11-12 09:36:51,644 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-8) START, IsVmDuringInitiatingVDSCommand( vmId = b6de5048-0ac4-41c8-aca9-c06ec8aac954), log id: 86a5222 2012-11-12 09:36:51,644 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-8) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 86a5222 2012-11-12 09:36:51,785 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-49) [31ff770a] Running command: RunVmCommand internal: false. Entities affected : ID: b6de5048-0ac4-41c8-aca9-c06ec8aac954 Type: VM 2012-11-12 09:36:51,813 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-49) [31ff770a] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b6de5048-0ac4-41c8-aca9-c06ec8aac954, vm=org.ovirt.engine.core.common.businessentities.VM@3908804a), log id: 1387d4f3 2012-11-12 09:36:51,818 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-49) [31ff770a] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b6de5048-0ac4-41c8-aca9-c06ec8aac954, vm=org.ovirt.engine.core.common.businessentities.VM@3908804a), log id: 1446ba56 2012-11-12 09:36:51,829 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-49) [31ff770a] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-12 09:36:51,829 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-49) [31ff770a] FINISH, CreateVDSCommand, log id: 1446ba56 2012-11-12 09:36:51,829 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-49) [31ff770a] VDS::create Failed creating vm both2 in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-12 09:36:51,829 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-49) [31ff770a] FINISH, CreateVmVDSCommand, return: Down, log id: 1387d4f3 2012-11-12 09:36:51,829 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-49) [31ff770a] Lock freed to object EngineLock [exclusiveLocks= key: b6de5048-0ac4-41c8-aca9-c06ec8aac954 value: VM , sharedLocks= ] 2012-11-12 09:36:51,829 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-49) [31ff770a] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-12 09:36:53,973 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-19) Setting new tasks map. The map contains now 0 tasks 2012-11-12 09:36:53,973 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-19) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-12 09:36:53,976 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-19) Could not find vds that is spm and non-operational. 2012-11-12 09:37:00,552 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:37:00,591 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-12 09:37:00,591 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-12 09:37:00,633 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:37:00,653 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [15bd3bed] Running command: LogoutUserCommand internal: false. 2012-11-12 09:37:09,145 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-6) Lock Acquired to object EngineLock [exclusiveLocks= key: b6de5048-0ac4-41c8-aca9-c06ec8aac954 value: VM , sharedLocks= ] 2012-11-12 09:37:09,153 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 22875620 2012-11-12 09:37:09,154 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) FINISH, IsValidVDSCommand, return: true, log id: 22875620 2012-11-12 09:37:09,185 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-6) START, IsVmDuringInitiatingVDSCommand( vmId = b6de5048-0ac4-41c8-aca9-c06ec8aac954), log id: 2cd37841 2012-11-12 09:37:09,185 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-6) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 2cd37841 2012-11-12 09:37:09,257 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [551f8a36] Running command: RunVmCommand internal: false. Entities affected : ID: b6de5048-0ac4-41c8-aca9-c06ec8aac954 Type: VM 2012-11-12 09:37:09,290 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [551f8a36] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b6de5048-0ac4-41c8-aca9-c06ec8aac954, vm=org.ovirt.engine.core.common.businessentities.VM@68e84f7), log id: 519eafb2 2012-11-12 09:37:09,296 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [551f8a36] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b6de5048-0ac4-41c8-aca9-c06ec8aac954, vm=org.ovirt.engine.core.common.businessentities.VM@68e84f7), log id: 384ec0bb 2012-11-12 09:37:09,312 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-45) [551f8a36] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-12 09:37:09,312 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [551f8a36] FINISH, CreateVDSCommand, log id: 384ec0bb 2012-11-12 09:37:09,312 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [551f8a36] VDS::create Failed creating vm both2 in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-12 09:37:09,313 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [551f8a36] FINISH, CreateVmVDSCommand, return: Down, log id: 519eafb2 2012-11-12 09:37:09,313 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [551f8a36] Lock freed to object EngineLock [exclusiveLocks= key: b6de5048-0ac4-41c8-aca9-c06ec8aac954 value: VM , sharedLocks= ] 2012-11-12 09:37:09,313 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [551f8a36] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-12 09:37:10,722 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:37:10,756 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 09:37:10,757 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 09:37:10,842 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:37:10,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [2a2e0d5a] Running command: LogoutUserCommand internal: false. 2012-11-12 09:37:16,986 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-8) Lock Acquired to object EngineLock [exclusiveLocks= key: 87c29d03-202c-44a1-8c49-f90e115ade69 value: VM , sharedLocks= ] 2012-11-12 09:37:16,990 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2e010cd6 2012-11-12 09:37:16,991 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) FINISH, IsValidVDSCommand, return: true, log id: 2e010cd6 2012-11-12 09:37:17,109 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-8) START, IsVmDuringInitiatingVDSCommand( vmId = 87c29d03-202c-44a1-8c49-f90e115ade69), log id: 389c2131 2012-11-12 09:37:17,109 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-8) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 389c2131 2012-11-12 09:37:17,323 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [76cab867] Running command: RunVmCommand internal: false. Entities affected : ID: 87c29d03-202c-44a1-8c49-f90e115ade69 Type: VM 2012-11-12 09:37:17,367 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [76cab867] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=87c29d03-202c-44a1-8c49-f90e115ade69, vm=org.ovirt.engine.core.common.businessentities.VM@4ace71a2), log id: 8cef85f 2012-11-12 09:37:17,369 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [76cab867] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=87c29d03-202c-44a1-8c49-f90e115ade69, vm=org.ovirt.engine.core.common.businessentities.VM@4ace71a2), log id: 19927e64 2012-11-12 09:37:17,380 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-45) [76cab867] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-12 09:37:17,380 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [76cab867] FINISH, CreateVDSCommand, log id: 19927e64 2012-11-12 09:37:17,380 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [76cab867] VDS::create Failed creating vm both1 in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-12 09:37:17,380 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [76cab867] FINISH, CreateVmVDSCommand, return: Down, log id: 8cef85f 2012-11-12 09:37:17,381 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [76cab867] Lock freed to object EngineLock [exclusiveLocks= key: 87c29d03-202c-44a1-8c49-f90e115ade69 value: VM , sharedLocks= ] 2012-11-12 09:37:17,381 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [76cab867] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-12 09:37:20,928 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:37:20,969 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 09:37:20,969 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 09:37:21,028 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:37:21,049 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [41122fec] Running command: LogoutUserCommand internal: false. 2012-11-12 09:37:31,124 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:37:31,205 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-12 09:37:31,206 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-12 09:37:31,263 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:37:31,285 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [61ce82fe] Running command: LogoutUserCommand internal: false. 2012-11-12 09:37:31,598 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-45) Start time: 11/12/12 9:37 AM. Start running CanDoAction for command number 1/2 (Command type: RemoveVm) 2012-11-12 09:37:31,599 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-49) Start time: 11/12/12 9:37 AM. Start running CanDoAction for command number 2/2 (Command type: RemoveVm) 2012-11-12 09:37:31,613 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock Acquired to object EngineLock [exclusiveLocks= key: b6de5048-0ac4-41c8-aca9-c06ec8aac954 value: VM , sharedLocks= ] 2012-11-12 09:37:31,618 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 222beab2 2012-11-12 09:37:31,619 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) FINISH, IsValidVDSCommand, return: true, log id: 222beab2 2012-11-12 09:37:31,624 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock Acquired to object EngineLock [exclusiveLocks= key: 87c29d03-202c-44a1-8c49-f90e115ade69 value: VM , sharedLocks= ] 2012-11-12 09:37:31,655 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 49823590 2012-11-12 09:37:31,657 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) FINISH, IsValidVDSCommand, return: true, log id: 49823590 2012-11-12 09:37:31,659 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-49) End time: 11/12/12 9:37 AM. Finish handling CanDoAction for command number 2/2 (Command type: RemoveVm) 2012-11-12 09:37:31,679 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-45) End time: 11/12/12 9:37 AM. Finish handling CanDoAction for command number 1/2 (Command type: RemoveVm) 2012-11-12 09:37:31,859 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [60f4ed7] Running command: RemoveVmCommand internal: false. Entities affected : ID: 87c29d03-202c-44a1-8c49-f90e115ade69 Type: VM 2012-11-12 09:37:31,860 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [60f4ed7] START, SetVmStatusVDSCommand( vmId = 87c29d03-202c-44a1-8c49-f90e115ade69, status = ImageLocked), log id: 20b82d5a 2012-11-12 09:37:31,864 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [60f4ed7] FINISH, SetVmStatusVDSCommand, log id: 20b82d5a 2012-11-12 09:37:31,924 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [60f4ed7] Lock freed to object EngineLock [exclusiveLocks= key: 87c29d03-202c-44a1-8c49-f90e115ade69 value: VM , sharedLocks= ] 2012-11-12 09:37:31,924 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [60f4ed7] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 87c29d03-202c-44a1-8c49-f90e115ade69), log id: 1539c6cd 2012-11-12 09:37:31,964 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [60f4ed7] FINISH, RemoveVMVDSCommand, log id: 1539c6cd 2012-11-12 09:37:31,968 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-45) [42ac79e] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 87c29d03-202c-44a1-8c49-f90e115ade69 Type: VM 2012-11-12 09:37:31,979 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-45) [3d4abb66] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 09:37:31,992 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [3d4abb66] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = ab9d751a-7fe5-482f-973a-b6a444b84790, postZeros = false, forceDelete = false), log id: 49081c26 2012-11-12 09:37:32,519 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [3d4abb66] FINISH, DeleteImageGroupVDSCommand, log id: 49081c26 2012-11-12 09:37:32,550 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) [3d4abb66] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 87c29d03-202c-44a1-8c49-f90e115ade69 2012-11-12 09:37:32,550 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [3d4abb66] EntityMultiAsyncTasks::AttachTask: Attaching task b94c86c0-5f35-4cfb-9fc1-ed7de6ce20bd to entity 87c29d03-202c-44a1-8c49-f90e115ade69. 2012-11-12 09:37:32,603 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-45) [3d4abb66] Adding task b94c86c0-5f35-4cfb-9fc1-ed7de6ce20bd to DataBase 2012-11-12 09:37:32,631 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-45) [3d4abb66] Adding task b94c86c0-5f35-4cfb-9fc1-ed7de6ce20bd (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 09:37:32,730 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) [3d4abb66] BaseAsyncTask::StartPollingTask: Starting to poll task b94c86c0-5f35-4cfb-9fc1-ed7de6ce20bd. 2012-11-12 09:37:32,730 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [3d4abb66] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 87c29d03-202c-44a1-8c49-f90e115ade69 is RemoveVm (determined by task b94c86c0-5f35-4cfb-9fc1-ed7de6ce20bd) 2012-11-12 09:37:32,791 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [2f21c276] Running command: RemoveVmCommand internal: false. Entities affected : ID: b6de5048-0ac4-41c8-aca9-c06ec8aac954 Type: VM 2012-11-12 09:37:32,792 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [2f21c276] START, SetVmStatusVDSCommand( vmId = b6de5048-0ac4-41c8-aca9-c06ec8aac954, status = ImageLocked), log id: 584506a7 2012-11-12 09:37:32,794 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [2f21c276] FINISH, SetVmStatusVDSCommand, log id: 584506a7 2012-11-12 09:37:32,800 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [2f21c276] Lock freed to object EngineLock [exclusiveLocks= key: b6de5048-0ac4-41c8-aca9-c06ec8aac954 value: VM , sharedLocks= ] 2012-11-12 09:37:32,800 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [2f21c276] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = b6de5048-0ac4-41c8-aca9-c06ec8aac954), log id: 70f5f78 2012-11-12 09:37:32,858 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [2f21c276] FINISH, RemoveVMVDSCommand, log id: 70f5f78 2012-11-12 09:37:32,861 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-45) [244c2e7] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: b6de5048-0ac4-41c8-aca9-c06ec8aac954 Type: VM 2012-11-12 09:37:32,865 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-45) [91c6c05] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 09:37:32,880 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [91c6c05] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 78d7f99e-d17f-4f21-983e-ae9dbbe33646, postZeros = false, forceDelete = false), log id: 52869628 2012-11-12 09:37:33,428 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [91c6c05] FINISH, DeleteImageGroupVDSCommand, log id: 52869628 2012-11-12 09:37:33,458 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) [91c6c05] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity b6de5048-0ac4-41c8-aca9-c06ec8aac954 2012-11-12 09:37:33,458 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [91c6c05] EntityMultiAsyncTasks::AttachTask: Attaching task e865a18d-5c64-4f77-b79a-a6bc5f17f9b0 to entity b6de5048-0ac4-41c8-aca9-c06ec8aac954. 2012-11-12 09:37:33,458 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-45) [91c6c05] Adding task e865a18d-5c64-4f77-b79a-a6bc5f17f9b0 to DataBase 2012-11-12 09:37:33,469 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-45) [91c6c05] Adding task e865a18d-5c64-4f77-b79a-a6bc5f17f9b0 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 09:37:33,548 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) [91c6c05] BaseAsyncTask::StartPollingTask: Starting to poll task e865a18d-5c64-4f77-b79a-a6bc5f17f9b0. 2012-11-12 09:37:33,548 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [91c6c05] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity b6de5048-0ac4-41c8-aca9-c06ec8aac954 is RemoveVm (determined by task e865a18d-5c64-4f77-b79a-a6bc5f17f9b0) 2012-11-12 09:37:36,093 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-35) Polling and updating Async Tasks: 2 tasks, 2 tasks to poll now 2012-11-12 09:37:36,115 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-35) SPMAsyncTask::PollTask: Polling task e865a18d-5c64-4f77-b79a-a6bc5f17f9b0 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 09:37:36,144 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-35) BaseAsyncTask::OnTaskEndSuccess: Task e865a18d-5c64-4f77-b79a-a6bc5f17f9b0 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 09:37:36,144 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-35) EntityAsyncTask::EndActionIfNecessary: All tasks of entity b6de5048-0ac4-41c8-aca9-c06ec8aac954 has ended -> executing EndAction 2012-11-12 09:37:36,144 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-35) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: b6de5048-0ac4-41c8-aca9-c06ec8aac954): calling EndAction for action type RemoveVm. 2012-11-12 09:37:36,144 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-35) SPMAsyncTask::PollTask: Polling task b94c86c0-5f35-4cfb-9fc1-ed7de6ce20bd (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 09:37:36,145 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-12 09:37:36,159 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-35) BaseAsyncTask::OnTaskEndSuccess: Task b94c86c0-5f35-4cfb-9fc1-ed7de6ce20bd (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 09:37:36,160 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-35) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 87c29d03-202c-44a1-8c49-f90e115ade69 has ended -> executing EndAction 2012-11-12 09:37:36,160 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-35) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 87c29d03-202c-44a1-8c49-f90e115ade69): calling EndAction for action type RemoveVm. 2012-11-12 09:37:36,161 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-12 09:37:36,168 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-12 09:37:36,168 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock Acquired to object EngineLock [exclusiveLocks= key: b6de5048-0ac4-41c8-aca9-c06ec8aac954 value: VM , sharedLocks= ] 2012-11-12 09:37:36,174 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-45) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:68) - entered 2012-11-12 09:37:36,178 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock freed to object EngineLock [exclusiveLocks= key: b6de5048-0ac4-41c8-aca9-c06ec8aac954 value: VM , sharedLocks= ] 2012-11-12 09:37:36,183 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-12 09:37:36,183 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Lock Acquired to object EngineLock [exclusiveLocks= key: 87c29d03-202c-44a1-8c49-f90e115ade69 value: VM , sharedLocks= ] 2012-11-12 09:37:36,190 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-43) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:69) - entered 2012-11-12 09:37:36,196 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Lock freed to object EngineLock [exclusiveLocks= key: 87c29d03-202c-44a1-8c49-f90e115ade69 value: VM , sharedLocks= ] 2012-11-12 09:37:36,254 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-12 09:37:36,254 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-12 09:37:36,270 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-12 09:37:36,270 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-12 09:37:36,281 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) SPMAsyncTask::ClearAsyncTask: Attempting to clear task e865a18d-5c64-4f77-b79a-a6bc5f17f9b0 2012-11-12 09:37:36,281 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = e865a18d-5c64-4f77-b79a-a6bc5f17f9b0), log id: 1aeb2c48 2012-11-12 09:37:36,283 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=e865a18d-5c64-4f77-b79a-a6bc5f17f9b0), log id: 1be946fc 2012-11-12 09:37:36,305 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task b94c86c0-5f35-4cfb-9fc1-ed7de6ce20bd 2012-11-12 09:37:36,305 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = b94c86c0-5f35-4cfb-9fc1-ed7de6ce20bd), log id: 703358b4 2012-11-12 09:37:36,363 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) FINISH, HSMClearTaskVDSCommand, log id: 1be946fc 2012-11-12 09:37:36,363 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) FINISH, SPMClearTaskVDSCommand, log id: 1aeb2c48 2012-11-12 09:37:36,365 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=b94c86c0-5f35-4cfb-9fc1-ed7de6ce20bd), log id: 3e6fd236 2012-11-12 09:37:36,377 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) BaseAsyncTask::RemoveTaskFromDB: Removed task e865a18d-5c64-4f77-b79a-a6bc5f17f9b0 from DataBase 2012-11-12 09:37:36,377 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity b6de5048-0ac4-41c8-aca9-c06ec8aac954 2012-11-12 09:37:36,430 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) FINISH, HSMClearTaskVDSCommand, log id: 3e6fd236 2012-11-12 09:37:36,430 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) FINISH, SPMClearTaskVDSCommand, log id: 703358b4 2012-11-12 09:37:36,450 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) BaseAsyncTask::RemoveTaskFromDB: Removed task b94c86c0-5f35-4cfb-9fc1-ed7de6ce20bd from DataBase 2012-11-12 09:37:36,450 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 87c29d03-202c-44a1-8c49-f90e115ade69 2012-11-12 09:37:41,365 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:37:41,410 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 09:37:41,410 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 09:37:41,442 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:37:41,460 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [22e7e1be] Running command: LogoutUserCommand internal: false. 2012-11-12 09:38:53,978 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-32) Setting new tasks map. The map contains now 0 tasks 2012-11-12 09:38:53,978 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-32) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-12 09:38:53,980 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-32) Could not find vds that is spm and non-operational. 2012-11-12 09:38:57,209 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:38:57,246 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 09:38:57,246 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 09:38:57,296 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:38:57,298 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [46649aa8] Running command: LogoutUserCommand internal: false. 2012-11-12 09:38:57,351 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:38:57,407 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-12 09:38:57,407 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-12 09:38:57,457 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:38:57,460 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [6602aee5] Running command: LogoutUserCommand internal: false. 2012-11-12 09:38:57,518 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:38:57,577 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 09:38:57,577 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 09:38:57,625 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:38:57,631 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [6607d8cf] Running command: LogoutUserCommand internal: false. 2012-11-12 09:38:57,688 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:38:57,737 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 09:38:57,737 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 09:38:57,789 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:38:57,791 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [70b5670b] Running command: LogoutUserCommand internal: false. 2012-11-12 09:38:57,880 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:38:57,923 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-12 09:38:57,923 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-12 09:38:57,973 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:38:57,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [43f28bdb] Running command: LogoutUserCommand internal: false. 2012-11-12 09:38:58,031 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:38:58,088 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-12 09:38:58,088 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-12 09:38:58,137 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:38:58,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [2bb22e15] Running command: LogoutUserCommand internal: false. 2012-11-12 09:38:58,208 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:38:58,267 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 09:38:58,267 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 09:38:58,317 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:38:58,319 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [3bdddff6] Running command: LogoutUserCommand internal: false. 2012-11-12 09:38:58,373 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:38:58,421 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-12 09:38:58,421 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-12 09:38:58,501 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:38:58,508 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [7ef6d42a] Running command: LogoutUserCommand internal: false. 2012-11-12 09:38:58,582 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:38:58,706 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 09:38:58,707 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 09:38:58,757 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:38:58,759 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [f05b3f1] Running command: LogoutUserCommand internal: false. 2012-11-12 09:38:58,819 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:38:58,853 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 09:38:58,853 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 09:38:58,903 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:38:58,905 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [d3cca04] Running command: LogoutUserCommand internal: false. 2012-11-12 09:38:58,960 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:38:59,015 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-12 09:38:59,015 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-12 09:38:59,055 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:38:59,057 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [64ff83df] Running command: LogoutUserCommand internal: false. 2012-11-12 09:38:59,119 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:38:59,158 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-12 09:38:59,158 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-12 09:38:59,208 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:38:59,210 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [15a52dbf] Running command: LogoutUserCommand internal: false. 2012-11-12 09:38:59,262 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:38:59,344 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 09:38:59,344 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 09:39:00,249 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:39:00,252 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [270a4653] Running command: LogoutUserCommand internal: false. 2012-11-12 09:39:00,327 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:39:00,399 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-12 09:39:00,399 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-12 09:39:00,490 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:39:00,670 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [220c2a75] Running command: LogoutUserCommand internal: false. 2012-11-12 09:39:00,730 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:39:00,791 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 09:39:00,791 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 09:39:00,858 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:39:00,883 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [68892820] Running command: LogoutUserCommand internal: false. 2012-11-12 09:39:00,981 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:39:01,067 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-12 09:39:01,067 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-12 09:39:01,140 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:39:01,416 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-3) [26004a46] Lock Acquired to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 09:39:01,518 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [26004a46] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 122ea0c8 2012-11-12 09:39:01,518 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [26004a46] FINISH, IsValidVDSCommand, return: true, log id: 122ea0c8 2012-11-12 09:39:01,611 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-3) [26004a46] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 09:39:01,612 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [26004a46] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6c160b8e 2012-11-12 09:39:01,613 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) [26004a46] FINISH, IsValidVDSCommand, return: true, log id: 6c160b8e 2012-11-12 09:39:01,620 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-3) [26004a46] MacPoolManager::allocateNewMac entered 2012-11-12 09:39:01,620 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-3) [26004a46] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:69 2012-11-12 09:39:01,672 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-3) [26004a46] Lock freed to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 09:39:01,672 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-3) [26004a46] START, SetVmStatusVDSCommand( vmId = a76f4369-0a5a-4ec4-a440-25560e0e33f9, status = ImageLocked), log id: 3b8e825c 2012-11-12 09:39:01,676 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-3) [26004a46] FINISH, SetVmStatusVDSCommand, log id: 3b8e825c 2012-11-12 09:39:01,677 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-3) [3c031470] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-12 09:39:01,683 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-3) [3c031470] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 60f21e8c 2012-11-12 09:39:01,723 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-3) [3c031470] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 60f21e8c 2012-11-12 09:39:01,725 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-3) [3c031470] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 2eb70945-9dd7-4213-8063-ace27e7fb299, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 4c206ed0-8f90-405b-b79e-f73c0b357331, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 7e86fd33 2012-11-12 09:39:01,725 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-3) [3c031470] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-12 09:39:01,725 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-3) [3c031470] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=2eb70945-9dd7-4213-8063-ace27e7fb299 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=4c206ed0-8f90-405b-b79e-f73c0b357331 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-12 09:39:02,114 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-3) [3c031470] FINISH, CreateSnapshotVDSCommand, return: 4c206ed0-8f90-405b-b79e-f73c0b357331, log id: 7e86fd33 2012-11-12 09:39:02,149 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-3) [3c031470] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity a76f4369-0a5a-4ec4-a440-25560e0e33f9 2012-11-12 09:39:02,150 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-3) [3c031470] EntityMultiAsyncTasks::AttachTask: Attaching task 19aefc2c-f894-4003-b67b-c7197e9831de to entity a76f4369-0a5a-4ec4-a440-25560e0e33f9. 2012-11-12 09:39:02,151 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-3) [3c031470] Adding task 19aefc2c-f894-4003-b67b-c7197e9831de to DataBase 2012-11-12 09:39:02,189 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-3) [3c031470] Adding task 19aefc2c-f894-4003-b67b-c7197e9831de (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 09:39:02,312 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-3) [3c031470] BaseAsyncTask::StartPollingTask: Starting to poll task 19aefc2c-f894-4003-b67b-c7197e9831de. 2012-11-12 09:39:02,312 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-3) [3c031470] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity a76f4369-0a5a-4ec4-a440-25560e0e33f9 is AddVm (determined by task 19aefc2c-f894-4003-b67b-c7197e9831de) 2012-11-12 09:39:02,353 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [463ead08] Running command: LogoutUserCommand internal: false. 2012-11-12 09:39:02,439 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:39:02,499 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-12 09:39:02,499 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-12 09:39:02,573 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:39:02,592 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [7f6eb010] Running command: LogoutUserCommand internal: false. 2012-11-12 09:39:02,642 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:39:02,686 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 09:39:02,686 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 09:39:02,736 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:39:02,787 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [1507418f] Running command: LogoutUserCommand internal: false. 2012-11-12 09:39:06,162 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-85) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-12 09:39:06,193 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-85) SPMAsyncTask::PollTask: Polling task 19aefc2c-f894-4003-b67b-c7197e9831de (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 09:39:06,247 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-85) BaseAsyncTask::OnTaskEndSuccess: Task 19aefc2c-f894-4003-b67b-c7197e9831de (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 09:39:06,247 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-85) EntityAsyncTask::EndActionIfNecessary: All tasks of entity a76f4369-0a5a-4ec4-a440-25560e0e33f9 has ended -> executing EndAction 2012-11-12 09:39:06,248 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-85) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: a76f4369-0a5a-4ec4-a440-25560e0e33f9): calling EndAction for action type AddVm. 2012-11-12 09:39:06,248 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-12 09:39:06,285 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-43) [26004a46] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-12 09:39:06,285 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-43) [3c031470] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-12 09:39:06,287 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-43) [3c031470] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 2eb70945-9dd7-4213-8063-ace27e7fb299, imageId = 4c206ed0-8f90-405b-b79e-f73c0b357331), log id: 466f3251 2012-11-12 09:39:06,330 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-43) [3c031470] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@f5372102, log id: 466f3251 2012-11-12 09:39:06,336 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) START, SetVmStatusVDSCommand( vmId = a76f4369-0a5a-4ec4-a440-25560e0e33f9, status = Down), log id: 76a6958b 2012-11-12 09:39:06,339 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) FINISH, SetVmStatusVDSCommand, log id: 76a6958b 2012-11-12 09:39:06,360 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-43) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 5a3b7816 2012-11-12 09:39:06,419 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-43) FINISH, UpdateVMVDSCommand, log id: 5a3b7816 2012-11-12 09:39:06,540 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-12 09:39:06,540 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-12 09:39:06,581 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 19aefc2c-f894-4003-b67b-c7197e9831de 2012-11-12 09:39:06,582 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 19aefc2c-f894-4003-b67b-c7197e9831de), log id: 4429a113 2012-11-12 09:39:06,583 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=19aefc2c-f894-4003-b67b-c7197e9831de), log id: 72139772 2012-11-12 09:39:06,665 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) FINISH, HSMClearTaskVDSCommand, log id: 72139772 2012-11-12 09:39:06,665 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) FINISH, SPMClearTaskVDSCommand, log id: 4429a113 2012-11-12 09:39:06,675 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) BaseAsyncTask::RemoveTaskFromDB: Removed task 19aefc2c-f894-4003-b67b-c7197e9831de from DataBase 2012-11-12 09:39:06,676 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity a76f4369-0a5a-4ec4-a440-25560e0e33f9 2012-11-12 09:39:12,882 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:39:12,922 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-12 09:39:12,922 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-12 09:39:12,991 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:39:13,041 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [798ed6c8] Running command: LogoutUserCommand internal: false. 2012-11-12 09:39:13,102 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:39:13,136 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-12 09:39:13,136 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-12 09:39:13,277 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:39:13,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [7a2bcfe0] Running command: LogoutUserCommand internal: false. 2012-11-12 09:39:13,357 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:39:13,410 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 09:39:13,410 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 09:39:13,481 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:39:13,525 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-11) [714b6ef4] Lock Acquired to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 09:39:13,525 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-11) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 09:39:13,525 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-11) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 09:39:13,525 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-11) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 09:39:13,525 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-11) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 09:39:13,592 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-11) [714b6ef4] Running command: UpdateVmCommand internal: false. Entities affected : ID: a76f4369-0a5a-4ec4-a440-25560e0e33f9 Type: VM 2012-11-12 09:39:13,623 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [714b6ef4] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7c556255 2012-11-12 09:39:13,624 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-11) [714b6ef4] FINISH, IsValidVDSCommand, return: true, log id: 7c556255 2012-11-12 09:39:13,632 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-11) [714b6ef4] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 12bb907d 2012-11-12 09:39:13,701 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-11) [714b6ef4] FINISH, UpdateVMVDSCommand, log id: 12bb907d 2012-11-12 09:39:13,717 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-11) [714b6ef4] Lock freed to object EngineLock [exclusiveLocks= key: both1 value: VM_NAME , sharedLocks= ] 2012-11-12 09:39:13,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [5cf4caf0] Running command: LogoutUserCommand internal: false. 2012-11-12 09:39:13,907 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:39:13,941 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-12 09:39:13,942 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-12 09:39:14,008 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:39:14,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [1bda65a3] Running command: LogoutUserCommand internal: false. 2012-11-12 09:39:14,065 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:39:14,135 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 09:39:14,135 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 09:39:14,202 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:39:14,215 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [4f9c7788] Running command: LogoutUserCommand internal: false. 2012-11-12 09:39:14,265 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:39:14,312 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 09:39:14,312 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 09:39:14,502 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:39:14,522 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [3036029f] Running command: LogoutUserCommand internal: false. 2012-11-12 09:39:14,984 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:39:15,048 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-12 09:39:15,048 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-12 09:39:15,142 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:39:15,383 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-1) [3d38a069] Lock Acquired to object EngineLock [exclusiveLocks= key: both2 value: VM_NAME , sharedLocks= ] 2012-11-12 09:39:15,402 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [3d38a069] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 197bfbc7 2012-11-12 09:39:15,403 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [3d38a069] FINISH, IsValidVDSCommand, return: true, log id: 197bfbc7 2012-11-12 09:39:15,481 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-1) [3d38a069] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 09:39:15,482 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [3d38a069] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 702c7d65 2012-11-12 09:39:15,487 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [3d38a069] FINISH, IsValidVDSCommand, return: true, log id: 702c7d65 2012-11-12 09:39:15,492 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-1) [3d38a069] MacPoolManager::allocateNewMac entered 2012-11-12 09:39:15,492 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-1) [3d38a069] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:68 2012-11-12 09:39:15,508 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-1) [3d38a069] Lock freed to object EngineLock [exclusiveLocks= key: both2 value: VM_NAME , sharedLocks= ] 2012-11-12 09:39:15,508 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-1) [3d38a069] START, SetVmStatusVDSCommand( vmId = eba03397-d730-4366-b2b5-46916ecea645, status = ImageLocked), log id: 5ad8467a 2012-11-12 09:39:15,510 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-1) [3d38a069] FINISH, SetVmStatusVDSCommand, log id: 5ad8467a 2012-11-12 09:39:15,512 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-1) [4d0a4762] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-12 09:39:15,513 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-1) [4d0a4762] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 68ce6a68 2012-11-12 09:39:15,551 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-1) [4d0a4762] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 68ce6a68 2012-11-12 09:39:15,552 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-1) [4d0a4762] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 593e3efa-dda4-4127-b294-f3eb58106ec7, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 45150e00-4806-4cc2-be61-35dd83543617, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 7625b1c2 2012-11-12 09:39:15,552 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-1) [4d0a4762] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-12 09:39:15,552 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-1) [4d0a4762] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=593e3efa-dda4-4127-b294-f3eb58106ec7 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=45150e00-4806-4cc2-be61-35dd83543617 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-12 09:39:15,887 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-1) [4d0a4762] FINISH, CreateSnapshotVDSCommand, return: 45150e00-4806-4cc2-be61-35dd83543617, log id: 7625b1c2 2012-11-12 09:39:15,901 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-1) [4d0a4762] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity eba03397-d730-4366-b2b5-46916ecea645 2012-11-12 09:39:15,901 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-1) [4d0a4762] EntityMultiAsyncTasks::AttachTask: Attaching task 74dc62da-2acd-4677-b033-18fe9dd0d976 to entity eba03397-d730-4366-b2b5-46916ecea645. 2012-11-12 09:39:15,902 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-1) [4d0a4762] Adding task 74dc62da-2acd-4677-b033-18fe9dd0d976 to DataBase 2012-11-12 09:39:15,924 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-1) [4d0a4762] Adding task 74dc62da-2acd-4677-b033-18fe9dd0d976 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 09:39:16,019 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-1) [4d0a4762] BaseAsyncTask::StartPollingTask: Starting to poll task 74dc62da-2acd-4677-b033-18fe9dd0d976. 2012-11-12 09:39:16,019 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-1) [4d0a4762] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity eba03397-d730-4366-b2b5-46916ecea645 is AddVm (determined by task 74dc62da-2acd-4677-b033-18fe9dd0d976) 2012-11-12 09:39:16,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [2983c965] Running command: LogoutUserCommand internal: false. 2012-11-12 09:39:16,101 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:39:16,147 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-12 09:39:16,147 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-12 09:39:16,198 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:39:16,217 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [28476f52] Running command: LogoutUserCommand internal: false. 2012-11-12 09:39:16,249 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-36) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-12 09:39:16,273 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-36) SPMAsyncTask::PollTask: Polling task 74dc62da-2acd-4677-b033-18fe9dd0d976 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-12 09:39:16,273 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-36) Finished polling Tasks, will poll again in 10 seconds. 2012-11-12 09:39:16,275 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:39:16,331 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 09:39:16,331 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 09:39:16,363 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:39:16,401 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [1c6e4536] Running command: LogoutUserCommand internal: false. 2012-11-12 09:39:26,295 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-46) SPMAsyncTask::PollTask: Polling task 74dc62da-2acd-4677-b033-18fe9dd0d976 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 09:39:26,317 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-46) BaseAsyncTask::OnTaskEndSuccess: Task 74dc62da-2acd-4677-b033-18fe9dd0d976 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 09:39:26,318 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-46) EntityAsyncTask::EndActionIfNecessary: All tasks of entity eba03397-d730-4366-b2b5-46916ecea645 has ended -> executing EndAction 2012-11-12 09:39:26,318 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-46) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: eba03397-d730-4366-b2b5-46916ecea645): calling EndAction for action type AddVm. 2012-11-12 09:39:26,318 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-12 09:39:26,336 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-43) [3d38a069] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-12 09:39:26,336 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-43) [4d0a4762] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-12 09:39:26,337 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-43) [4d0a4762] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 593e3efa-dda4-4127-b294-f3eb58106ec7, imageId = 45150e00-4806-4cc2-be61-35dd83543617), log id: 18e2d686 2012-11-12 09:39:26,378 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-43) [4d0a4762] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@6ccde448, log id: 18e2d686 2012-11-12 09:39:26,384 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) START, SetVmStatusVDSCommand( vmId = eba03397-d730-4366-b2b5-46916ecea645, status = Down), log id: 5959ac93 2012-11-12 09:39:26,387 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) FINISH, SetVmStatusVDSCommand, log id: 5959ac93 2012-11-12 09:39:26,408 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-43) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 16862aa8 2012-11-12 09:39:26,467 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 09:39:26,491 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-43) FINISH, UpdateVMVDSCommand, log id: 16862aa8 2012-11-12 09:39:26,527 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 09:39:26,527 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 09:39:26,537 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-12 09:39:26,537 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-12 09:39:26,555 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 74dc62da-2acd-4677-b033-18fe9dd0d976 2012-11-12 09:39:26,555 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 74dc62da-2acd-4677-b033-18fe9dd0d976), log id: d5869df 2012-11-12 09:39:26,556 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=74dc62da-2acd-4677-b033-18fe9dd0d976), log id: 3c41c2d9 2012-11-12 09:39:26,576 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 09:39:26,612 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [739a2902] Running command: LogoutUserCommand internal: false. 2012-11-12 09:39:26,707 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) FINISH, HSMClearTaskVDSCommand, log id: 3c41c2d9 2012-11-12 09:39:26,707 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) FINISH, SPMClearTaskVDSCommand, log id: d5869df 2012-11-12 09:39:26,717 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) BaseAsyncTask::RemoveTaskFromDB: Removed task 74dc62da-2acd-4677-b033-18fe9dd0d976 from DataBase 2012-11-12 09:39:26,717 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity eba03397-d730-4366-b2b5-46916ecea645 2012-11-12 09:39:30,629 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-10) Lock Acquired to object EngineLock [exclusiveLocks= key: a76f4369-0a5a-4ec4-a440-25560e0e33f9 value: VM , sharedLocks= ] 2012-11-12 09:39:30,633 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 79faa68 2012-11-12 09:39:30,633 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) FINISH, IsValidVDSCommand, return: true, log id: 79faa68 2012-11-12 09:39:30,667 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-10) START, IsVmDuringInitiatingVDSCommand( vmId = a76f4369-0a5a-4ec4-a440-25560e0e33f9), log id: 53701688 2012-11-12 09:39:30,667 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-10) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 53701688 2012-11-12 09:39:30,810 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-43) [b949b32] Running command: RunVmCommand internal: false. Entities affected : ID: a76f4369-0a5a-4ec4-a440-25560e0e33f9 Type: VM 2012-11-12 09:39:30,843 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-43) [b949b32] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=a76f4369-0a5a-4ec4-a440-25560e0e33f9, vm=org.ovirt.engine.core.common.businessentities.VM@26f49c05), log id: 2c2a1c5e 2012-11-12 09:39:30,845 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-43) [b949b32] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=a76f4369-0a5a-4ec4-a440-25560e0e33f9, vm=org.ovirt.engine.core.common.businessentities.VM@26f49c05), log id: 74a05544 2012-11-12 09:39:30,912 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-43) [b949b32] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=a76f4369-0a5a-4ec4-a440-25560e0e33f9,devices=[Ljava.util.Map;@68809e53,acpiEnable=true,vmName=both1,cpuType=Penryn,custom={device_286101e5-4086-4078-a9b9-4307f8950a3bdevice_e9672de7-77df-4cee-9100-399b74a558fddevice_c4e23f5e-2ee0-4745-bd46-c127d3d19015=VmDevice {vmId=a76f4369-0a5a-4ec4-a440-25560e0e33f9, deviceId=c4e23f5e-2ee0-4745-bd46-c127d3d19015, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_286101e5-4086-4078-a9b9-4307f8950a3b=VmDevice {vmId=a76f4369-0a5a-4ec4-a440-25560e0e33f9, deviceId=286101e5-4086-4078-a9b9-4307f8950a3b, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_286101e5-4086-4078-a9b9-4307f8950a3bdevice_e9672de7-77df-4cee-9100-399b74a558fddevice_c4e23f5e-2ee0-4745-bd46-c127d3d19015device_d0a19fbc-75a9-45f1-b412-8695fda96cabdevice_eebefe81-2695-46ca-adf9-10598f2cdfbddevice_f76af7af-1ea7-49f6-9dc0-59a801c4dcb7=VmDevice {vmId=a76f4369-0a5a-4ec4-a440-25560e0e33f9, deviceId=f76af7af-1ea7-49f6-9dc0-59a801c4dcb7, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_286101e5-4086-4078-a9b9-4307f8950a3bdevice_e9672de7-77df-4cee-9100-399b74a558fd=VmDevice {vmId=a76f4369-0a5a-4ec4-a440-25560e0e33f9, deviceId=e9672de7-77df-4cee-9100-399b74a558fd, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_286101e5-4086-4078-a9b9-4307f8950a3bdevice_e9672de7-77df-4cee-9100-399b74a558fddevice_c4e23f5e-2ee0-4745-bd46-c127d3d19015device_d0a19fbc-75a9-45f1-b412-8695fda96cabdevice_eebefe81-2695-46ca-adf9-10598f2cdfbd=VmDevice {vmId=a76f4369-0a5a-4ec4-a440-25560e0e33f9, deviceId=eebefe81-2695-46ca-adf9-10598f2cdfbd, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}, device_286101e5-4086-4078-a9b9-4307f8950a3bdevice_e9672de7-77df-4cee-9100-399b74a558fddevice_c4e23f5e-2ee0-4745-bd46-c127d3d19015device_d0a19fbc-75a9-45f1-b412-8695fda96cab=VmDevice {vmId=a76f4369-0a5a-4ec4-a440-25560e0e33f9, deviceId=d0a19fbc-75a9-45f1-b412-8695fda96cab, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}} 2012-11-12 09:39:30,912 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-43) [b949b32] FINISH, CreateVDSCommand, log id: 74a05544 2012-11-12 09:39:30,913 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-43) [b949b32] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: both1 2012-11-12 09:39:30,936 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-43) [b949b32] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 2c2a1c5e 2012-11-12 09:39:30,936 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-43) [b949b32] Lock freed to object EngineLock [exclusiveLocks= key: a76f4369-0a5a-4ec4-a440-25560e0e33f9 value: VM , sharedLocks= ] 2012-11-12 09:39:37,155 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-59) VM both1 a76f4369-0a5a-4ec4-a440-25560e0e33f9 moved from WaitForLaunch --> PoweringUp 2012-11-12 09:39:37,156 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-59) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[a76f4369-0a5a-4ec4-a440-25560e0e33f9]), log id: 2ce1a935 2012-11-12 09:39:37,175 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-59) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@132bed98, log id: 2ce1a935 2012-11-12 09:40:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts 2012-11-12 09:40:00,210 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering 0 hosts 2012-11-12 09:40:00,211 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Checking autorecoverable hosts done 2012-11-12 09:40:00,211 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-90) Autorecovering storage domains is disabled, skipping 2012-11-12 09:40:23,981 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-8) Setting new tasks map. The map contains now 1 tasks 2012-11-12 09:40:32,042 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-93) VM both1 a76f4369-0a5a-4ec4-a440-25560e0e33f9 moved from PoweringUp --> Up 2012-11-12 09:40:32,272 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-93) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@7350ecc2), log id: 172aaa7e 2012-11-12 09:40:32,312 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-93) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 172aaa7e 2012-11-12 09:40:53,981 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-39) Setting new tasks map. The map contains now 0 tasks 2012-11-12 09:40:53,982 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-39) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-12 09:40:54,061 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-39) Could not find vds that is spm and non-operational. 2012-11-12 09:45:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts 2012-11-12 09:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering 0 hosts 2012-11-12 09:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Checking autorecoverable hosts done 2012-11-12 09:45:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-10) Autorecovering storage domains is disabled, skipping 2012-11-12 09:50:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts 2012-11-12 09:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering 0 hosts 2012-11-12 09:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Checking autorecoverable hosts done 2012-11-12 09:50:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-97) Autorecovering storage domains is disabled, skipping 2012-11-12 09:55:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts 2012-11-12 09:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering 0 hosts 2012-11-12 09:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Checking autorecoverable hosts done 2012-11-12 09:55:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-23) Autorecovering storage domains is disabled, skipping 2012-11-12 10:00:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts 2012-11-12 10:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering 0 hosts 2012-11-12 10:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Checking autorecoverable hosts done 2012-11-12 10:00:00,003 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-80) [787dbcb8] Autorecovering storage domains is disabled, skipping 2012-11-12 10:05:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts 2012-11-12 10:05:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering 0 hosts 2012-11-12 10:05:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Checking autorecoverable hosts done 2012-11-12 10:05:00,004 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-37) Autorecovering storage domains is disabled, skipping 2012-11-12 10:06:07,396 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [6e48e2d] Running command: ShutdownVmCommand internal: false. Entities affected : ID: a76f4369-0a5a-4ec4-a440-25560e0e33f9 Type: VM 2012-11-12 10:06:07,398 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [6e48e2d] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop both1). 2012-11-12 10:06:07,398 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [6e48e2d] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop both1. 2012-11-12 10:06:07,399 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [6e48e2d] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=a76f4369-0a5a-4ec4-a440-25560e0e33f9, force=false, secondsToWait=30, gracefully=true), log id: 624f55ca 2012-11-12 10:06:07,402 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [6e48e2d] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=a76f4369-0a5a-4ec4-a440-25560e0e33f9, force=false, secondsToWait=30, gracefully=true), log id: 777e4d66 2012-11-12 10:06:07,423 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [6e48e2d] FINISH, DestroyVDSCommand, log id: 777e4d66 2012-11-12 10:06:07,724 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [6e48e2d] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 624f55ca 2012-11-12 10:06:27,978 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-45) [44da74e] Running command: StopVmCommand internal: false. Entities affected : ID: a76f4369-0a5a-4ec4-a440-25560e0e33f9 Type: VM 2012-11-12 10:06:27,983 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [44da74e] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=a76f4369-0a5a-4ec4-a440-25560e0e33f9, force=false, secondsToWait=0, gracefully=false), log id: 5d666a72 2012-11-12 10:06:28,240 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [44da74e] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=a76f4369-0a5a-4ec4-a440-25560e0e33f9, force=false, secondsToWait=0, gracefully=false), log id: 1ff4cb22 2012-11-12 10:06:28,845 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [44da74e] FINISH, DestroyVDSCommand, log id: 1ff4cb22 2012-11-12 10:06:28,860 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [44da74e] FINISH, DestroyVmVDSCommand, return: Down, log id: 5d666a72 2012-11-12 10:06:39,290 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-45) Start time: 11/12/12 10:06 AM. Start running CanDoAction for command number 1/2 (Command type: RemoveVm) 2012-11-12 10:06:39,290 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-43) Start time: 11/12/12 10:06 AM. Start running CanDoAction for command number 2/2 (Command type: RemoveVm) 2012-11-12 10:06:39,327 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Lock Acquired to object EngineLock [exclusiveLocks= key: eba03397-d730-4366-b2b5-46916ecea645 value: VM , sharedLocks= ] 2012-11-12 10:06:39,334 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-43) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 96c5dc9 2012-11-12 10:06:39,335 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-43) FINISH, IsValidVDSCommand, return: true, log id: 96c5dc9 2012-11-12 10:06:39,385 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock Acquired to object EngineLock [exclusiveLocks= key: a76f4369-0a5a-4ec4-a440-25560e0e33f9 value: VM , sharedLocks= ] 2012-11-12 10:06:39,391 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 75f0d57b 2012-11-12 10:06:39,391 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-45) FINISH, IsValidVDSCommand, return: true, log id: 75f0d57b 2012-11-12 10:06:39,421 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-43) End time: 11/12/12 10:06 AM. Finish handling CanDoAction for command number 2/2 (Command type: RemoveVm) 2012-11-12 10:06:39,466 INFO [org.ovirt.engine.core.bll.MultipleActionsRunner] (pool-4-thread-45) End time: 11/12/12 10:06 AM. Finish handling CanDoAction for command number 1/2 (Command type: RemoveVm) 2012-11-12 10:06:40,036 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [11456f0a] Running command: RemoveVmCommand internal: false. Entities affected : ID: a76f4369-0a5a-4ec4-a440-25560e0e33f9 Type: VM 2012-11-12 10:06:40,037 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [11456f0a] START, SetVmStatusVDSCommand( vmId = a76f4369-0a5a-4ec4-a440-25560e0e33f9, status = ImageLocked), log id: 6d35d74a 2012-11-12 10:06:40,040 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [11456f0a] FINISH, SetVmStatusVDSCommand, log id: 6d35d74a 2012-11-12 10:06:40,171 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [11456f0a] Lock freed to object EngineLock [exclusiveLocks= key: a76f4369-0a5a-4ec4-a440-25560e0e33f9 value: VM , sharedLocks= ] 2012-11-12 10:06:40,172 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [11456f0a] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = a76f4369-0a5a-4ec4-a440-25560e0e33f9), log id: 594ae19b 2012-11-12 10:06:40,219 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [11456f0a] FINISH, RemoveVMVDSCommand, log id: 594ae19b 2012-11-12 10:06:40,223 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-45) [4321b4e9] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: a76f4369-0a5a-4ec4-a440-25560e0e33f9 Type: VM 2012-11-12 10:06:40,234 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-45) [12232e1c] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 10:06:40,247 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [12232e1c] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 2eb70945-9dd7-4213-8063-ace27e7fb299, postZeros = false, forceDelete = false), log id: 4bb981af 2012-11-12 10:06:40,802 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [12232e1c] FINISH, DeleteImageGroupVDSCommand, log id: 4bb981af 2012-11-12 10:06:40,827 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) [12232e1c] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity a76f4369-0a5a-4ec4-a440-25560e0e33f9 2012-11-12 10:06:40,827 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [12232e1c] EntityMultiAsyncTasks::AttachTask: Attaching task 0a4e14fa-c14d-48e3-ae7b-a3555e3492dc to entity a76f4369-0a5a-4ec4-a440-25560e0e33f9. 2012-11-12 10:06:40,845 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-45) [12232e1c] Adding task 0a4e14fa-c14d-48e3-ae7b-a3555e3492dc to DataBase 2012-11-12 10:06:40,884 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-45) [12232e1c] Adding task 0a4e14fa-c14d-48e3-ae7b-a3555e3492dc (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 10:06:41,027 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) [12232e1c] BaseAsyncTask::StartPollingTask: Starting to poll task 0a4e14fa-c14d-48e3-ae7b-a3555e3492dc. 2012-11-12 10:06:41,027 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [12232e1c] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity a76f4369-0a5a-4ec4-a440-25560e0e33f9 is RemoveVm (determined by task 0a4e14fa-c14d-48e3-ae7b-a3555e3492dc) 2012-11-12 10:06:41,158 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [7e2f3da0] Running command: RemoveVmCommand internal: false. Entities affected : ID: eba03397-d730-4366-b2b5-46916ecea645 Type: VM 2012-11-12 10:06:41,159 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [7e2f3da0] START, SetVmStatusVDSCommand( vmId = eba03397-d730-4366-b2b5-46916ecea645, status = ImageLocked), log id: 2ace7bac 2012-11-12 10:06:41,162 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) [7e2f3da0] FINISH, SetVmStatusVDSCommand, log id: 2ace7bac 2012-11-12 10:06:41,221 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) [7e2f3da0] Lock freed to object EngineLock [exclusiveLocks= key: eba03397-d730-4366-b2b5-46916ecea645 value: VM , sharedLocks= ] 2012-11-12 10:06:41,222 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [7e2f3da0] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = eba03397-d730-4366-b2b5-46916ecea645), log id: 5f3ef69e 2012-11-12 10:06:41,269 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-45) [7e2f3da0] FINISH, RemoveVMVDSCommand, log id: 5f3ef69e 2012-11-12 10:06:41,273 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-45) [1eb12fec] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: eba03397-d730-4366-b2b5-46916ecea645 Type: VM 2012-11-12 10:06:41,277 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-45) [7881d9ee] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 10:06:41,314 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [7881d9ee] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 593e3efa-dda4-4127-b294-f3eb58106ec7, postZeros = false, forceDelete = false), log id: 23ef1270 2012-11-12 10:06:41,888 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-45) [7881d9ee] FINISH, DeleteImageGroupVDSCommand, log id: 23ef1270 2012-11-12 10:06:41,910 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) [7881d9ee] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity eba03397-d730-4366-b2b5-46916ecea645 2012-11-12 10:06:41,910 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [7881d9ee] EntityMultiAsyncTasks::AttachTask: Attaching task 4097e72f-70d5-41f1-87fb-650be7b172f9 to entity eba03397-d730-4366-b2b5-46916ecea645. 2012-11-12 10:06:41,911 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-45) [7881d9ee] Adding task 4097e72f-70d5-41f1-87fb-650be7b172f9 to DataBase 2012-11-12 10:06:41,962 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-45) [7881d9ee] Adding task 4097e72f-70d5-41f1-87fb-650be7b172f9 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 10:06:42,070 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) [7881d9ee] BaseAsyncTask::StartPollingTask: Starting to poll task 4097e72f-70d5-41f1-87fb-650be7b172f9. 2012-11-12 10:06:42,070 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-45) [7881d9ee] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity eba03397-d730-4366-b2b5-46916ecea645 is RemoveVm (determined by task 4097e72f-70d5-41f1-87fb-650be7b172f9) 2012-11-12 10:06:46,371 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-88) Polling and updating Async Tasks: 2 tasks, 2 tasks to poll now 2012-11-12 10:06:46,394 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-88) SPMAsyncTask::PollTask: Polling task 4097e72f-70d5-41f1-87fb-650be7b172f9 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 10:06:46,406 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-88) BaseAsyncTask::OnTaskEndSuccess: Task 4097e72f-70d5-41f1-87fb-650be7b172f9 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 10:06:46,407 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-88) EntityAsyncTask::EndActionIfNecessary: All tasks of entity eba03397-d730-4366-b2b5-46916ecea645 has ended -> executing EndAction 2012-11-12 10:06:46,407 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-88) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: eba03397-d730-4366-b2b5-46916ecea645): calling EndAction for action type RemoveVm. 2012-11-12 10:06:46,407 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-88) SPMAsyncTask::PollTask: Polling task 0a4e14fa-c14d-48e3-ae7b-a3555e3492dc (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 10:06:46,408 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-12 10:06:46,432 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-88) BaseAsyncTask::OnTaskEndSuccess: Task 0a4e14fa-c14d-48e3-ae7b-a3555e3492dc (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 10:06:46,432 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-88) EntityAsyncTask::EndActionIfNecessary: All tasks of entity a76f4369-0a5a-4ec4-a440-25560e0e33f9 has ended -> executing EndAction 2012-11-12 10:06:46,432 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-88) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: a76f4369-0a5a-4ec4-a440-25560e0e33f9): calling EndAction for action type RemoveVm. 2012-11-12 10:06:46,432 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-12 10:06:46,442 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-12 10:06:46,442 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock Acquired to object EngineLock [exclusiveLocks= key: eba03397-d730-4366-b2b5-46916ecea645 value: VM , sharedLocks= ] 2012-11-12 10:06:46,447 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-45) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:68) - entered 2012-11-12 10:06:46,453 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock freed to object EngineLock [exclusiveLocks= key: eba03397-d730-4366-b2b5-46916ecea645 value: VM , sharedLocks= ] 2012-11-12 10:06:46,458 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-12 10:06:46,458 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Lock Acquired to object EngineLock [exclusiveLocks= key: a76f4369-0a5a-4ec4-a440-25560e0e33f9 value: VM , sharedLocks= ] 2012-11-12 10:06:46,463 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-43) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:69) - entered 2012-11-12 10:06:46,467 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-43) Lock freed to object EngineLock [exclusiveLocks= key: a76f4369-0a5a-4ec4-a440-25560e0e33f9 value: VM , sharedLocks= ] 2012-11-12 10:06:46,530 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-12 10:06:46,530 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-12 10:06:46,550 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 4097e72f-70d5-41f1-87fb-650be7b172f9 2012-11-12 10:06:46,550 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 4097e72f-70d5-41f1-87fb-650be7b172f9), log id: f49748a 2012-11-12 10:06:46,551 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-12 10:06:46,551 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-12 10:06:46,551 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=4097e72f-70d5-41f1-87fb-650be7b172f9), log id: 553572e0 2012-11-12 10:06:46,560 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 0a4e14fa-c14d-48e3-ae7b-a3555e3492dc 2012-11-12 10:06:46,561 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 0a4e14fa-c14d-48e3-ae7b-a3555e3492dc), log id: 2487f366 2012-11-12 10:06:46,619 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) FINISH, HSMClearTaskVDSCommand, log id: 553572e0 2012-11-12 10:06:46,619 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) FINISH, SPMClearTaskVDSCommand, log id: f49748a 2012-11-12 10:06:46,622 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=0a4e14fa-c14d-48e3-ae7b-a3555e3492dc), log id: 33deb5be 2012-11-12 10:06:46,654 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) BaseAsyncTask::RemoveTaskFromDB: Removed task 4097e72f-70d5-41f1-87fb-650be7b172f9 from DataBase 2012-11-12 10:06:46,654 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity eba03397-d730-4366-b2b5-46916ecea645 2012-11-12 10:06:46,686 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-43) FINISH, HSMClearTaskVDSCommand, log id: 33deb5be 2012-11-12 10:06:46,686 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-43) FINISH, SPMClearTaskVDSCommand, log id: 2487f366 2012-11-12 10:06:46,702 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) BaseAsyncTask::RemoveTaskFromDB: Removed task 0a4e14fa-c14d-48e3-ae7b-a3555e3492dc from DataBase 2012-11-12 10:06:46,702 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity a76f4369-0a5a-4ec4-a440-25560e0e33f9 2012-11-12 10:07:03,916 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-17) Lock Acquired to object EngineLock [exclusiveLocks= key: vm-1 value: VM_NAME , sharedLocks= ] 2012-11-12 10:07:03,943 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1297a2dd 2012-11-12 10:07:03,943 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) FINISH, IsValidVDSCommand, return: true, log id: 1297a2dd 2012-11-12 10:07:04,095 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-43) [2dc3af27] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 10:07:04,096 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-43) [2dc3af27] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3c8905b5 2012-11-12 10:07:04,097 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-43) [2dc3af27] FINISH, IsValidVDSCommand, return: true, log id: 3c8905b5 2012-11-12 10:07:04,102 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-43) [2dc3af27] MacPoolManager::allocateNewMac entered 2012-11-12 10:07:04,102 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-43) [2dc3af27] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:69 2012-11-12 10:07:04,212 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-43) [2dc3af27] Lock freed to object EngineLock [exclusiveLocks= key: vm-1 value: VM_NAME , sharedLocks= ] 2012-11-12 10:07:04,213 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) [2dc3af27] START, SetVmStatusVDSCommand( vmId = b14b090f-697f-4b2a-95bf-1913e652af52, status = ImageLocked), log id: 7ac17106 2012-11-12 10:07:04,215 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-43) [2dc3af27] FINISH, SetVmStatusVDSCommand, log id: 7ac17106 2012-11-12 10:07:04,216 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-43) [2cebaf37] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-12 10:07:04,221 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-43) [2cebaf37] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 5a3c57f4 2012-11-12 10:07:04,261 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-43) [2cebaf37] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 5a3c57f4 2012-11-12 10:07:04,263 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-43) [2cebaf37] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 300adede-0e24-4527-b09b-9895a2ab943a, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 689f06c9-053b-47fe-8ade-320228ddc111, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: fb64d0e 2012-11-12 10:07:04,263 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-43) [2cebaf37] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-12 10:07:04,263 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-43) [2cebaf37] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=300adede-0e24-4527-b09b-9895a2ab943a size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=689f06c9-053b-47fe-8ade-320228ddc111 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-12 10:07:04,598 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-43) [2cebaf37] FINISH, CreateSnapshotVDSCommand, return: 689f06c9-053b-47fe-8ade-320228ddc111, log id: fb64d0e 2012-11-12 10:07:04,683 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-43) [2cebaf37] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity b14b090f-697f-4b2a-95bf-1913e652af52 2012-11-12 10:07:04,683 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-43) [2cebaf37] EntityMultiAsyncTasks::AttachTask: Attaching task 367c543b-8e99-4544-ae6e-bc2936839247 to entity b14b090f-697f-4b2a-95bf-1913e652af52. 2012-11-12 10:07:04,684 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-43) [2cebaf37] Adding task 367c543b-8e99-4544-ae6e-bc2936839247 to DataBase 2012-11-12 10:07:04,945 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-43) [2cebaf37] Adding task 367c543b-8e99-4544-ae6e-bc2936839247 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 10:07:05,689 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-43) [2cebaf37] BaseAsyncTask::StartPollingTask: Starting to poll task 367c543b-8e99-4544-ae6e-bc2936839247. 2012-11-12 10:07:05,689 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-43) [2cebaf37] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity b14b090f-697f-4b2a-95bf-1913e652af52 is AddVm (determined by task 367c543b-8e99-4544-ae6e-bc2936839247) 2012-11-12 10:07:06,432 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-36) Polling and updating Async Tasks: 3 tasks, 1 tasks to poll now 2012-11-12 10:07:06,457 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-36) SPMAsyncTask::PollTask: Polling task 367c543b-8e99-4544-ae6e-bc2936839247 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status running. 2012-11-12 10:07:06,457 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-36) Finished polling Tasks, will poll again in 10 seconds. 2012-11-12 10:07:16,486 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-49) SPMAsyncTask::PollTask: Polling task 367c543b-8e99-4544-ae6e-bc2936839247 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 10:07:16,517 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-49) BaseAsyncTask::OnTaskEndSuccess: Task 367c543b-8e99-4544-ae6e-bc2936839247 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 10:07:16,518 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-49) EntityAsyncTask::EndActionIfNecessary: All tasks of entity b14b090f-697f-4b2a-95bf-1913e652af52 has ended -> executing EndAction 2012-11-12 10:07:16,518 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-49) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: b14b090f-697f-4b2a-95bf-1913e652af52): calling EndAction for action type AddVm. 2012-11-12 10:07:16,518 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-12 10:07:16,592 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-49) Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-12 10:07:16,592 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-49) [2cebaf37] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-12 10:07:16,597 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [2cebaf37] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 300adede-0e24-4527-b09b-9895a2ab943a, imageId = 689f06c9-053b-47fe-8ade-320228ddc111), log id: 4b544e39 2012-11-12 10:07:16,643 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [2cebaf37] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@b519c4c9, log id: 4b544e39 2012-11-12 10:07:16,648 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) START, SetVmStatusVDSCommand( vmId = b14b090f-697f-4b2a-95bf-1913e652af52, status = Down), log id: 16ed072c 2012-11-12 10:07:16,651 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) FINISH, SetVmStatusVDSCommand, log id: 16ed072c 2012-11-12 10:07:16,732 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 59908e1f 2012-11-12 10:07:16,791 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) FINISH, UpdateVMVDSCommand, log id: 59908e1f 2012-11-12 10:07:16,953 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-12 10:07:16,953 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-12 10:07:17,005 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 367c543b-8e99-4544-ae6e-bc2936839247 2012-11-12 10:07:17,005 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 367c543b-8e99-4544-ae6e-bc2936839247), log id: 5f516a1c 2012-11-12 10:07:17,006 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=367c543b-8e99-4544-ae6e-bc2936839247), log id: 7dd86edb 2012-11-12 10:07:17,090 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) FINISH, HSMClearTaskVDSCommand, log id: 7dd86edb 2012-11-12 10:07:17,090 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) FINISH, SPMClearTaskVDSCommand, log id: 5f516a1c 2012-11-12 10:07:17,151 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) BaseAsyncTask::RemoveTaskFromDB: Removed task 367c543b-8e99-4544-ae6e-bc2936839247 from DataBase 2012-11-12 10:07:17,151 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity b14b090f-697f-4b2a-95bf-1913e652af52 2012-11-12 10:07:19,882 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:07:20,227 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-12 10:07:20,227 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-12 10:07:20,392 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:07:20,412 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [6759874] Running command: LogoutUserCommand internal: false. 2012-11-12 10:07:54,079 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-1) Setting new tasks map. The map contains now 1 tasks 2012-11-12 10:08:24,080 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-31) Setting new tasks map. The map contains now 0 tasks 2012-11-12 10:08:24,080 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-31) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-12 10:08:24,082 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-31) Could not find vds that is spm and non-operational. 2012-11-12 10:08:40,835 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:08:40,876 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 10:08:40,876 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 10:08:40,924 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:08:41,015 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-6) [8acaf84] Lock Acquired to object EngineLock [exclusiveLocks= key: vm-1 value: VM_NAME , sharedLocks= ] 2012-11-12 10:08:41,015 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-6) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:08:41,015 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-6) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:08:41,015 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-6) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:08:41,015 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-6) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:08:41,044 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-6) [8acaf84] Running command: UpdateVmCommand internal: false. Entities affected : ID: b14b090f-697f-4b2a-95bf-1913e652af52 Type: VM 2012-11-12 10:08:41,083 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [8acaf84] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 71dfe139 2012-11-12 10:08:41,084 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) [8acaf84] FINISH, IsValidVDSCommand, return: true, log id: 71dfe139 2012-11-12 10:08:41,093 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-6) [8acaf84] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 3071776f 2012-11-12 10:08:41,167 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-6) [8acaf84] FINISH, UpdateVMVDSCommand, log id: 3071776f 2012-11-12 10:08:41,182 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-6) [8acaf84] Lock freed to object EngineLock [exclusiveLocks= key: vm-1 value: VM_NAME , sharedLocks= ] 2012-11-12 10:08:41,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [2bb051] Running command: LogoutUserCommand internal: false. 2012-11-12 10:08:53,113 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-10) Lock Acquired to object EngineLock [exclusiveLocks= key: b14b090f-697f-4b2a-95bf-1913e652af52 value: VM , sharedLocks= ] 2012-11-12 10:08:53,117 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 76e87c6e 2012-11-12 10:08:53,118 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) FINISH, IsValidVDSCommand, return: true, log id: 76e87c6e 2012-11-12 10:08:53,149 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-10) START, IsVmDuringInitiatingVDSCommand( vmId = b14b090f-697f-4b2a-95bf-1913e652af52), log id: 2d7ba6a3 2012-11-12 10:08:53,149 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-10) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 2d7ba6a3 2012-11-12 10:08:53,200 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-49) [34b02bdd] Running command: RunVmCommand internal: false. Entities affected : ID: b14b090f-697f-4b2a-95bf-1913e652af52 Type: VM 2012-11-12 10:08:53,232 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-49) [34b02bdd] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b14b090f-697f-4b2a-95bf-1913e652af52, vm=org.ovirt.engine.core.common.businessentities.VM@7afc1f31), log id: 16d52f4a 2012-11-12 10:08:53,296 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-49) [34b02bdd] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b14b090f-697f-4b2a-95bf-1913e652af52, vm=org.ovirt.engine.core.common.businessentities.VM@7afc1f31), log id: 4135fa12 2012-11-12 10:08:53,357 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-49) [34b02bdd] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=-43200,transparentHugePages=true,vmId=b14b090f-697f-4b2a-95bf-1913e652af52,devices=[Ljava.util.Map;@1867a026,acpiEnable=true,vmName=vm-1,cpuType=Penryn,custom={device_0bfa1ad5-fffb-4d89-b933-e014bd662c1bdevice_338161b5-33d9-4467-92ea-07970d789db2=VmDevice {vmId=b14b090f-697f-4b2a-95bf-1913e652af52, deviceId=338161b5-33d9-4467-92ea-07970d789db2, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_0bfa1ad5-fffb-4d89-b933-e014bd662c1b=VmDevice {vmId=b14b090f-697f-4b2a-95bf-1913e652af52, deviceId=0bfa1ad5-fffb-4d89-b933-e014bd662c1b, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}, device_0bfa1ad5-fffb-4d89-b933-e014bd662c1bdevice_338161b5-33d9-4467-92ea-07970d789db2device_525f1f52-1cc9-4fb6-894a-f75dd128d0b6device_59029a36-3e35-4509-aa16-d85712b59b3ddevice_c338872a-669f-4724-97cc-b23980b3b0a0device_cacbd069-6128-469f-879d-50d1b1333ff8=VmDevice {vmId=b14b090f-697f-4b2a-95bf-1913e652af52, deviceId=cacbd069-6128-469f-879d-50d1b1333ff8, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}, device_0bfa1ad5-fffb-4d89-b933-e014bd662c1bdevice_338161b5-33d9-4467-92ea-07970d789db2device_525f1f52-1cc9-4fb6-894a-f75dd128d0b6device_59029a36-3e35-4509-aa16-d85712b59b3ddevice_c338872a-669f-4724-97cc-b23980b3b0a0=VmDevice {vmId=b14b090f-697f-4b2a-95bf-1913e652af52, deviceId=c338872a-669f-4724-97cc-b23980b3b0a0, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_0bfa1ad5-fffb-4d89-b933-e014bd662c1bdevice_338161b5-33d9-4467-92ea-07970d789db2device_525f1f52-1cc9-4fb6-894a-f75dd128d0b6=VmDevice {vmId=b14b090f-697f-4b2a-95bf-1913e652af52, deviceId=525f1f52-1cc9-4fb6-894a-f75dd128d0b6, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_0bfa1ad5-fffb-4d89-b933-e014bd662c1bdevice_338161b5-33d9-4467-92ea-07970d789db2device_525f1f52-1cc9-4fb6-894a-f75dd128d0b6device_59029a36-3e35-4509-aa16-d85712b59b3d=VmDevice {vmId=b14b090f-697f-4b2a-95bf-1913e652af52, deviceId=59029a36-3e35-4509-aa16-d85712b59b3d, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}} 2012-11-12 10:08:53,357 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-49) [34b02bdd] FINISH, CreateVDSCommand, log id: 4135fa12 2012-11-12 10:08:53,358 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-49) [34b02bdd] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: vm-1 2012-11-12 10:08:53,371 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-49) [34b02bdd] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 16d52f4a 2012-11-12 10:08:53,372 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-49) [34b02bdd] Lock freed to object EngineLock [exclusiveLocks= key: b14b090f-697f-4b2a-95bf-1913e652af52 value: VM , sharedLocks= ] 2012-11-12 10:08:57,455 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-23) VM vm-1 b14b090f-697f-4b2a-95bf-1913e652af52 moved from WaitForLaunch --> PoweringUp 2012-11-12 10:08:57,455 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-23) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[b14b090f-697f-4b2a-95bf-1913e652af52]), log id: 35cc9e70 2012-11-12 10:08:57,474 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-23) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@cb5e6a8, log id: 35cc9e70 2012-11-12 10:09:18,148 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-2) Lock Acquired to object EngineLock [exclusiveLocks= key: VM-2 value: VM_NAME , sharedLocks= ] 2012-11-12 10:09:18,187 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6803c620 2012-11-12 10:09:18,188 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) FINISH, IsValidVDSCommand, return: true, log id: 6803c620 2012-11-12 10:09:18,355 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-49) [bddace5] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 10:09:18,356 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) [bddace5] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 75001f81 2012-11-12 10:09:18,356 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) [bddace5] FINISH, IsValidVDSCommand, return: true, log id: 75001f81 2012-11-12 10:09:18,362 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-49) [bddace5] MacPoolManager::allocateNewMac entered 2012-11-12 10:09:18,362 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-49) [bddace5] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:68 2012-11-12 10:09:18,381 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-49) [bddace5] Lock freed to object EngineLock [exclusiveLocks= key: VM-2 value: VM_NAME , sharedLocks= ] 2012-11-12 10:09:18,381 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [bddace5] START, SetVmStatusVDSCommand( vmId = b846f2e1-fad3-4838-8e3f-dec885877937, status = ImageLocked), log id: 47fe54db 2012-11-12 10:09:18,383 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [bddace5] FINISH, SetVmStatusVDSCommand, log id: 47fe54db 2012-11-12 10:09:18,384 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-49) [7e6fc541] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-12 10:09:18,389 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [7e6fc541] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 13f0378e 2012-11-12 10:09:18,430 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [7e6fc541] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 13f0378e 2012-11-12 10:09:18,432 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-49) [7e6fc541] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = d2348ebb-6b1b-4414-854d-f8b15f26e3bb, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 63747cf8-9688-495f-aa0a-eeb8319abaae, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 7c35c40c 2012-11-12 10:09:18,432 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-49) [7e6fc541] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-12 10:09:18,432 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-49) [7e6fc541] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=d2348ebb-6b1b-4414-854d-f8b15f26e3bb size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=63747cf8-9688-495f-aa0a-eeb8319abaae descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-12 10:09:18,780 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-49) [7e6fc541] FINISH, CreateSnapshotVDSCommand, return: 63747cf8-9688-495f-aa0a-eeb8319abaae, log id: 7c35c40c 2012-11-12 10:09:18,795 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) [7e6fc541] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity b846f2e1-fad3-4838-8e3f-dec885877937 2012-11-12 10:09:18,795 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [7e6fc541] EntityMultiAsyncTasks::AttachTask: Attaching task cbfe668c-736e-48be-8181-714eaf5d45bf to entity b846f2e1-fad3-4838-8e3f-dec885877937. 2012-11-12 10:09:18,796 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-49) [7e6fc541] Adding task cbfe668c-736e-48be-8181-714eaf5d45bf to DataBase 2012-11-12 10:09:18,872 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-49) [7e6fc541] Adding task cbfe668c-736e-48be-8181-714eaf5d45bf (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 10:09:19,013 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) [7e6fc541] BaseAsyncTask::StartPollingTask: Starting to poll task cbfe668c-736e-48be-8181-714eaf5d45bf. 2012-11-12 10:09:19,014 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [7e6fc541] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity b846f2e1-fad3-4838-8e3f-dec885877937 is AddVm (determined by task cbfe668c-736e-48be-8181-714eaf5d45bf) 2012-11-12 10:09:26,524 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-35) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-12 10:09:26,547 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-35) SPMAsyncTask::PollTask: Polling task cbfe668c-736e-48be-8181-714eaf5d45bf (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 10:09:26,594 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-35) BaseAsyncTask::OnTaskEndSuccess: Task cbfe668c-736e-48be-8181-714eaf5d45bf (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 10:09:26,594 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-35) EntityAsyncTask::EndActionIfNecessary: All tasks of entity b846f2e1-fad3-4838-8e3f-dec885877937 has ended -> executing EndAction 2012-11-12 10:09:26,594 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-35) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: b846f2e1-fad3-4838-8e3f-dec885877937): calling EndAction for action type AddVm. 2012-11-12 10:09:26,595 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-12 10:09:26,650 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-49) Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-12 10:09:26,650 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-49) [7e6fc541] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-12 10:09:26,652 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [7e6fc541] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = d2348ebb-6b1b-4414-854d-f8b15f26e3bb, imageId = 63747cf8-9688-495f-aa0a-eeb8319abaae), log id: 7bb8763c 2012-11-12 10:09:26,697 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [7e6fc541] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@2b702925, log id: 7bb8763c 2012-11-12 10:09:26,703 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) START, SetVmStatusVDSCommand( vmId = b846f2e1-fad3-4838-8e3f-dec885877937, status = Down), log id: 28e311d 2012-11-12 10:09:26,705 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) FINISH, SetVmStatusVDSCommand, log id: 28e311d 2012-11-12 10:09:26,775 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 427dedd9 2012-11-12 10:09:26,831 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) FINISH, UpdateVMVDSCommand, log id: 427dedd9 2012-11-12 10:09:26,899 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-12 10:09:26,899 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-12 10:09:26,921 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) SPMAsyncTask::ClearAsyncTask: Attempting to clear task cbfe668c-736e-48be-8181-714eaf5d45bf 2012-11-12 10:09:26,921 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = cbfe668c-736e-48be-8181-714eaf5d45bf), log id: 401feb90 2012-11-12 10:09:26,922 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=cbfe668c-736e-48be-8181-714eaf5d45bf), log id: 4e808f98 2012-11-12 10:09:27,005 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) FINISH, HSMClearTaskVDSCommand, log id: 4e808f98 2012-11-12 10:09:27,005 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) FINISH, SPMClearTaskVDSCommand, log id: 401feb90 2012-11-12 10:09:27,016 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) BaseAsyncTask::RemoveTaskFromDB: Removed task cbfe668c-736e-48be-8181-714eaf5d45bf from DataBase 2012-11-12 10:09:27,016 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity b846f2e1-fad3-4838-8e3f-dec885877937 2012-11-12 10:09:55,414 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-9) VM vm-1 b14b090f-697f-4b2a-95bf-1913e652af52 moved from PoweringUp --> Up 2012-11-12 10:09:55,491 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-9) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@9b81e994), log id: 189183c5 2012-11-12 10:09:55,541 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-9) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 189183c5 2012-11-12 10:10:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts 2012-11-12 10:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering 0 hosts 2012-11-12 10:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Checking autorecoverable hosts done 2012-11-12 10:10:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-84) Autorecovering storage domains is disabled, skipping 2012-11-12 10:10:14,469 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-8) DbUserCacheManager::refreshAllUserData() - entered 2012-11-12 10:10:14,480 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (QuartzScheduler_Worker-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:10:32,053 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:10:32,097 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 10:10:32,097 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 10:10:32,142 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:10:32,163 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [4ba1488] Running command: LogoutUserCommand internal: false. 2012-11-12 10:10:54,084 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-28) Setting new tasks map. The map contains now 0 tasks 2012-11-12 10:10:54,084 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-28) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-12 10:10:54,087 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-28) Could not find vds that is spm and non-operational. 2012-11-12 10:11:05,803 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:11:05,851 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 10:11:05,851 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 10:11:05,901 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:11:05,975 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [1be9398a] Lock Acquired to object EngineLock [exclusiveLocks= key: VM-2 value: VM_NAME , sharedLocks= ] 2012-11-12 10:11:05,975 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:11:05,975 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:11:05,975 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:11:05,975 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:11:06,011 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [1be9398a] Running command: UpdateVmCommand internal: false. Entities affected : ID: b846f2e1-fad3-4838-8e3f-dec885877937 Type: VM 2012-11-12 10:11:06,051 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [1be9398a] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2ed35c9c 2012-11-12 10:11:06,052 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [1be9398a] FINISH, IsValidVDSCommand, return: true, log id: 2ed35c9c 2012-11-12 10:11:06,063 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-10) [1be9398a] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 7b3de878 2012-11-12 10:11:06,141 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-10) [1be9398a] FINISH, UpdateVMVDSCommand, log id: 7b3de878 2012-11-12 10:11:06,155 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [1be9398a] Lock freed to object EngineLock [exclusiveLocks= key: VM-2 value: VM_NAME , sharedLocks= ] 2012-11-12 10:11:06,274 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [47880925] Running command: LogoutUserCommand internal: false. 2012-11-12 10:11:12,241 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-3) Lock Acquired to object EngineLock [exclusiveLocks= key: b846f2e1-fad3-4838-8e3f-dec885877937 value: VM , sharedLocks= ] 2012-11-12 10:11:12,246 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6df7fe79 2012-11-12 10:11:12,246 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) FINISH, IsValidVDSCommand, return: true, log id: 6df7fe79 2012-11-12 10:11:12,283 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-3) START, IsVmDuringInitiatingVDSCommand( vmId = b846f2e1-fad3-4838-8e3f-dec885877937), log id: 1edee66a 2012-11-12 10:11:12,283 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-3) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 1edee66a 2012-11-12 10:11:12,386 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [75e70577] Running command: RunVmCommand internal: false. Entities affected : ID: b846f2e1-fad3-4838-8e3f-dec885877937 Type: VM 2012-11-12 10:11:12,421 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [75e70577] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b846f2e1-fad3-4838-8e3f-dec885877937, vm=org.ovirt.engine.core.common.businessentities.VM@264b185), log id: 26ca9280 2012-11-12 10:11:12,425 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [75e70577] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b846f2e1-fad3-4838-8e3f-dec885877937, vm=org.ovirt.engine.core.common.businessentities.VM@264b185), log id: 59802722 2012-11-12 10:11:12,483 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [75e70577] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=-43200,transparentHugePages=true,vmId=b846f2e1-fad3-4838-8e3f-dec885877937,devices=[Ljava.util.Map;@18af1168,acpiEnable=true,vmName=VM-2,cpuType=Penryn,custom={device_a48e6d8d-e18e-448c-a34f-dbeebac4a54ddevice_ae1e2b46-99a9-44fb-ab8a-449fd2f58e03=VmDevice {vmId=b846f2e1-fad3-4838-8e3f-dec885877937, deviceId=ae1e2b46-99a9-44fb-ab8a-449fd2f58e03, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_a48e6d8d-e18e-448c-a34f-dbeebac4a54ddevice_ae1e2b46-99a9-44fb-ab8a-449fd2f58e03device_cdb216ce-5285-4df1-8ba7-7fcfa60e4b5ddevice_1b5b5c0a-9911-415e-80e6-e6c4fdec9050=VmDevice {vmId=b846f2e1-fad3-4838-8e3f-dec885877937, deviceId=1b5b5c0a-9911-415e-80e6-e6c4fdec9050, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}, device_a48e6d8d-e18e-448c-a34f-dbeebac4a54ddevice_ae1e2b46-99a9-44fb-ab8a-449fd2f58e03device_cdb216ce-5285-4df1-8ba7-7fcfa60e4b5ddevice_1b5b5c0a-9911-415e-80e6-e6c4fdec9050device_2b02d63d-d593-41d4-a0c8-202e54c8f029=VmDevice {vmId=b846f2e1-fad3-4838-8e3f-dec885877937, deviceId=2b02d63d-d593-41d4-a0c8-202e54c8f029, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_a48e6d8d-e18e-448c-a34f-dbeebac4a54ddevice_ae1e2b46-99a9-44fb-ab8a-449fd2f58e03device_cdb216ce-5285-4df1-8ba7-7fcfa60e4b5d=VmDevice {vmId=b846f2e1-fad3-4838-8e3f-dec885877937, deviceId=cdb216ce-5285-4df1-8ba7-7fcfa60e4b5d, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_a48e6d8d-e18e-448c-a34f-dbeebac4a54d=VmDevice {vmId=b846f2e1-fad3-4838-8e3f-dec885877937, deviceId=a48e6d8d-e18e-448c-a34f-dbeebac4a54d, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_a48e6d8d-e18e-448c-a34f-dbeebac4a54ddevice_ae1e2b46-99a9-44fb-ab8a-449fd2f58e03device_cdb216ce-5285-4df1-8ba7-7fcfa60e4b5ddevice_1b5b5c0a-9911-415e-80e6-e6c4fdec9050device_2b02d63d-d593-41d4-a0c8-202e54c8f029device_460d9953-d7ae-497e-818a-b9238418ba43=VmDevice {vmId=b846f2e1-fad3-4838-8e3f-dec885877937, deviceId=460d9953-d7ae-497e-818a-b9238418ba43, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}} 2012-11-12 10:11:12,483 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [75e70577] FINISH, CreateVDSCommand, log id: 59802722 2012-11-12 10:11:12,483 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [75e70577] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: VM-2 2012-11-12 10:11:12,495 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [75e70577] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 26ca9280 2012-11-12 10:11:12,496 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [75e70577] Lock freed to object EngineLock [exclusiveLocks= key: b846f2e1-fad3-4838-8e3f-dec885877937 value: VM , sharedLocks= ] 2012-11-12 10:11:15,085 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-64) VM VM-2 b846f2e1-fad3-4838-8e3f-dec885877937 moved from WaitForLaunch --> PoweringUp 2012-11-12 10:11:15,085 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-64) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[b846f2e1-fad3-4838-8e3f-dec885877937]), log id: 42c5059a 2012-11-12 10:11:15,105 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-64) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@14f2e3b5, log id: 42c5059a 2012-11-12 10:11:38,282 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [47d4a167] Running command: ShutdownVmCommand internal: false. Entities affected : ID: b846f2e1-fad3-4838-8e3f-dec885877937 Type: VM 2012-11-12 10:11:38,283 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [47d4a167] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop VM-2). 2012-11-12 10:11:38,283 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [47d4a167] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop VM-2, status is not up. Stopping instead. 2012-11-12 10:11:38,286 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-45) [2214fed9] Running command: StopVmCommand internal: true. Entities affected : ID: b846f2e1-fad3-4838-8e3f-dec885877937 Type: VM 2012-11-12 10:11:38,288 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [2214fed9] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b846f2e1-fad3-4838-8e3f-dec885877937, force=false, secondsToWait=0, gracefully=false), log id: 288dcbe9 2012-11-12 10:11:38,323 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [2214fed9] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b846f2e1-fad3-4838-8e3f-dec885877937, force=false, secondsToWait=0, gracefully=false), log id: 615b186b 2012-11-12 10:11:38,879 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [2214fed9] FINISH, DestroyVDSCommand, log id: 615b186b 2012-11-12 10:11:38,895 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [2214fed9] FINISH, DestroyVmVDSCommand, return: Down, log id: 288dcbe9 2012-11-12 10:11:45,440 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [3b658e2b] Running command: ShutdownVmCommand internal: false. Entities affected : ID: b14b090f-697f-4b2a-95bf-1913e652af52 Type: VM 2012-11-12 10:11:45,441 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [3b658e2b] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop vm-1). 2012-11-12 10:11:45,441 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [3b658e2b] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop vm-1. 2012-11-12 10:11:45,442 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [3b658e2b] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b14b090f-697f-4b2a-95bf-1913e652af52, force=false, secondsToWait=30, gracefully=true), log id: 35c0c5a4 2012-11-12 10:11:45,446 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [3b658e2b] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b14b090f-697f-4b2a-95bf-1913e652af52, force=false, secondsToWait=30, gracefully=true), log id: 54905735 2012-11-12 10:11:45,465 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [3b658e2b] FINISH, DestroyVDSCommand, log id: 54905735 2012-11-12 10:11:45,477 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [3b658e2b] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 35c0c5a4 2012-11-12 10:12:04,847 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [4c3a4e3d] Running command: ShutdownVmCommand internal: false. Entities affected : ID: b14b090f-697f-4b2a-95bf-1913e652af52 Type: VM 2012-11-12 10:12:04,848 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [4c3a4e3d] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop vm-1). 2012-11-12 10:12:04,848 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [4c3a4e3d] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop vm-1, status is not up. Stopping instead. 2012-11-12 10:12:04,851 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-49) [25837d6e] Running command: StopVmCommand internal: true. Entities affected : ID: b14b090f-697f-4b2a-95bf-1913e652af52 Type: VM 2012-11-12 10:12:04,853 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-49) [25837d6e] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b14b090f-697f-4b2a-95bf-1913e652af52, force=false, secondsToWait=0, gracefully=false), log id: 7edc7eff 2012-11-12 10:12:04,856 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-49) [25837d6e] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b14b090f-697f-4b2a-95bf-1913e652af52, force=false, secondsToWait=0, gracefully=false), log id: 3913936 2012-11-12 10:12:05,400 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-49) [25837d6e] FINISH, DestroyVDSCommand, log id: 3913936 2012-11-12 10:12:05,416 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-49) [25837d6e] FINISH, DestroyVmVDSCommand, return: Down, log id: 7edc7eff 2012-11-12 10:12:34,092 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:12:34,156 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-12 10:12:34,156 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-12 10:12:34,279 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:12:34,365 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [2faa0257] Running command: LogoutUserCommand internal: false. 2012-11-12 10:12:52,461 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:12:52,507 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 10:12:52,507 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 10:12:52,591 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:12:52,691 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-4) [493a5432] Lock Acquired to object EngineLock [exclusiveLocks= key: VM-2 value: VM_NAME , sharedLocks= ] 2012-11-12 10:12:52,691 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-4) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:12:52,691 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-4) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:12:52,691 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-4) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:12:52,691 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-4) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:12:52,740 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-4) [493a5432] Running command: UpdateVmCommand internal: false. Entities affected : ID: b846f2e1-fad3-4838-8e3f-dec885877937 Type: VM 2012-11-12 10:12:52,759 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [493a5432] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 32deea77 2012-11-12 10:12:52,760 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [493a5432] FINISH, IsValidVDSCommand, return: true, log id: 32deea77 2012-11-12 10:12:52,767 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-4) [493a5432] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 16fd5b7 2012-11-12 10:12:52,840 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-4) [493a5432] FINISH, UpdateVMVDSCommand, log id: 16fd5b7 2012-11-12 10:12:52,897 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-4) [493a5432] Lock freed to object EngineLock [exclusiveLocks= key: VM-2 value: VM_NAME , sharedLocks= ] 2012-11-12 10:12:52,979 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [2d7ca421] Running command: LogoutUserCommand internal: false. 2012-11-12 10:13:06,405 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-3) Lock Acquired to object EngineLock [exclusiveLocks= key: b846f2e1-fad3-4838-8e3f-dec885877937 value: VM , sharedLocks= ] 2012-11-12 10:13:06,412 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4d99155e 2012-11-12 10:13:06,413 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-3) FINISH, IsValidVDSCommand, return: true, log id: 4d99155e 2012-11-12 10:13:06,448 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-3) START, IsVmDuringInitiatingVDSCommand( vmId = b846f2e1-fad3-4838-8e3f-dec885877937), log id: 6620a5e2 2012-11-12 10:13:06,448 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-3) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 6620a5e2 2012-11-12 10:13:06,553 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [69672824] Running command: RunVmCommand internal: false. Entities affected : ID: b846f2e1-fad3-4838-8e3f-dec885877937 Type: VM 2012-11-12 10:13:06,582 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [69672824] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b846f2e1-fad3-4838-8e3f-dec885877937, vm=org.ovirt.engine.core.common.businessentities.VM@6958f126), log id: 7a8a726d 2012-11-12 10:13:06,585 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [69672824] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b846f2e1-fad3-4838-8e3f-dec885877937, vm=org.ovirt.engine.core.common.businessentities.VM@6958f126), log id: 1c54ce1f 2012-11-12 10:13:06,643 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [69672824] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=-43200,transparentHugePages=true,vmId=b846f2e1-fad3-4838-8e3f-dec885877937,devices=[Ljava.util.Map;@1c21f66,acpiEnable=true,vmName=VM-2,cpuType=Penryn,custom={} 2012-11-12 10:13:06,643 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [69672824] FINISH, CreateVDSCommand, log id: 1c54ce1f 2012-11-12 10:13:06,643 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [69672824] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: VM-2 2012-11-12 10:13:06,658 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [69672824] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 7a8a726d 2012-11-12 10:13:06,658 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [69672824] Lock freed to object EngineLock [exclusiveLocks= key: b846f2e1-fad3-4838-8e3f-dec885877937 value: VM , sharedLocks= ] 2012-11-12 10:13:07,284 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-49) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[b846f2e1-fad3-4838-8e3f-dec885877937]), log id: 533dc57a 2012-11-12 10:13:07,302 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-49) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@7c6ff747, log id: 533dc57a 2012-11-12 10:13:07,305 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-49) Recieved a memballoon Device without an address when processing VM b846f2e1-fad3-4838-8e3f-dec885877937 devices, skipping device: {specParams={model=virtio}, device=memballoon, type=balloon, deviceId=dfec6652-3349-4656-9e4f-3c45b26c6bb9} 2012-11-12 10:13:07,305 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-49) Recieved a cdrom Device without an address when processing VM b846f2e1-fad3-4838-8e3f-dec885877937 devices, skipping device: {shared=false, iface=ide, index=2, specParams={vmPayload={file={file.cd=Y2Q= }}, path=}, device=cdrom, path=/var/run/vdsm/payload/b846f2e1-fad3-4838-8e3f-dec885877937.e2c8e827dc110ac4c05a9cb003ae6c92.img, type=disk, readonly=true, deviceId=16841962-071a-4a76-b5a3-8056133771b9} 2012-11-12 10:13:09,472 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-46) VM VM-2 b846f2e1-fad3-4838-8e3f-dec885877937 moved from WaitForLaunch --> PoweringUp 2012-11-12 10:13:09,472 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-46) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[b846f2e1-fad3-4838-8e3f-dec885877937]), log id: 442eb860 2012-11-12 10:13:09,491 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-46) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@574ac998, log id: 442eb860 2012-11-12 10:13:14,159 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-10) Lock Acquired to object EngineLock [exclusiveLocks= key: b14b090f-697f-4b2a-95bf-1913e652af52 value: VM , sharedLocks= ] 2012-11-12 10:13:14,165 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 41fdc99c 2012-11-12 10:13:14,166 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) FINISH, IsValidVDSCommand, return: true, log id: 41fdc99c 2012-11-12 10:13:14,235 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-10) START, IsVmDuringInitiatingVDSCommand( vmId = b14b090f-697f-4b2a-95bf-1913e652af52), log id: 271b2218 2012-11-12 10:13:14,235 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-10) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 271b2218 2012-11-12 10:13:14,421 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-49) [612fd1a0] Running command: RunVmCommand internal: false. Entities affected : ID: b14b090f-697f-4b2a-95bf-1913e652af52 Type: VM 2012-11-12 10:13:14,490 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-49) [612fd1a0] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b14b090f-697f-4b2a-95bf-1913e652af52, vm=org.ovirt.engine.core.common.businessentities.VM@6680c9e8), log id: 43d925ef 2012-11-12 10:13:14,508 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-49) [612fd1a0] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b14b090f-697f-4b2a-95bf-1913e652af52, vm=org.ovirt.engine.core.common.businessentities.VM@6680c9e8), log id: 3d990760 2012-11-12 10:13:14,569 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-49) [612fd1a0] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=-43200,transparentHugePages=true,vmId=b14b090f-697f-4b2a-95bf-1913e652af52,devices=[Ljava.util.Map;@5c675ea3,acpiEnable=true,vmName=vm-1,cpuType=Penryn,custom={} 2012-11-12 10:13:14,569 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-49) [612fd1a0] FINISH, CreateVDSCommand, log id: 3d990760 2012-11-12 10:13:14,569 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-49) [612fd1a0] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 2. Vm: vm-1 2012-11-12 10:13:15,240 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-49) [612fd1a0] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 43d925ef 2012-11-12 10:13:15,241 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-49) [612fd1a0] Lock freed to object EngineLock [exclusiveLocks= key: b14b090f-697f-4b2a-95bf-1913e652af52 value: VM , sharedLocks= ] 2012-11-12 10:13:16,568 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-60) VM vm-1 b14b090f-697f-4b2a-95bf-1913e652af52 moved from WaitForLaunch --> PoweringUp 2012-11-12 10:13:16,568 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-60) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[b14b090f-697f-4b2a-95bf-1913e652af52]), log id: 613ef13 2012-11-12 10:13:16,587 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-60) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@6b4cb83, log id: 613ef13 2012-11-12 10:13:51,084 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [250397c0] Running command: ShutdownVmCommand internal: false. Entities affected : ID: b846f2e1-fad3-4838-8e3f-dec885877937 Type: VM 2012-11-12 10:13:51,085 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [250397c0] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop VM-2). 2012-11-12 10:13:51,085 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [250397c0] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop VM-2, status is not up. Stopping instead. 2012-11-12 10:13:51,089 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-49) [77207e98] Running command: StopVmCommand internal: true. Entities affected : ID: b846f2e1-fad3-4838-8e3f-dec885877937 Type: VM 2012-11-12 10:13:51,091 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-49) [77207e98] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b846f2e1-fad3-4838-8e3f-dec885877937, force=false, secondsToWait=0, gracefully=false), log id: 3ee172d5 2012-11-12 10:13:51,138 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-49) [77207e98] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b846f2e1-fad3-4838-8e3f-dec885877937, force=false, secondsToWait=0, gracefully=false), log id: 733f70fa 2012-11-12 10:13:51,713 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-49) [77207e98] FINISH, DestroyVDSCommand, log id: 733f70fa 2012-11-12 10:13:51,754 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-49) [77207e98] FINISH, DestroyVmVDSCommand, return: Down, log id: 3ee172d5 2012-11-12 10:14:02,541 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-5) Lock Acquired to object EngineLock [exclusiveLocks= key: b846f2e1-fad3-4838-8e3f-dec885877937 value: VM , sharedLocks= ] 2012-11-12 10:14:02,546 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 39d897a 2012-11-12 10:14:02,546 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) FINISH, IsValidVDSCommand, return: true, log id: 39d897a 2012-11-12 10:14:02,646 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) [836d525] Running command: RemoveVmCommand internal: false. Entities affected : ID: b846f2e1-fad3-4838-8e3f-dec885877937 Type: VM 2012-11-12 10:14:02,647 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [836d525] START, SetVmStatusVDSCommand( vmId = b846f2e1-fad3-4838-8e3f-dec885877937, status = ImageLocked), log id: 48a18688 2012-11-12 10:14:02,649 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [836d525] FINISH, SetVmStatusVDSCommand, log id: 48a18688 2012-11-12 10:14:02,664 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) [836d525] Lock freed to object EngineLock [exclusiveLocks= key: b846f2e1-fad3-4838-8e3f-dec885877937 value: VM , sharedLocks= ] 2012-11-12 10:14:02,664 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-49) [836d525] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = b846f2e1-fad3-4838-8e3f-dec885877937), log id: 52148632 2012-11-12 10:14:02,709 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-49) [836d525] FINISH, RemoveVMVDSCommand, log id: 52148632 2012-11-12 10:14:02,712 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-49) [417666b7] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: b846f2e1-fad3-4838-8e3f-dec885877937 Type: VM 2012-11-12 10:14:02,719 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-49) [6cd9b0a6] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 10:14:02,735 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-49) [6cd9b0a6] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = d2348ebb-6b1b-4414-854d-f8b15f26e3bb, postZeros = false, forceDelete = false), log id: 1839b302 2012-11-12 10:14:03,752 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-49) [6cd9b0a6] FINISH, DeleteImageGroupVDSCommand, log id: 1839b302 2012-11-12 10:14:03,763 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) [6cd9b0a6] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity b846f2e1-fad3-4838-8e3f-dec885877937 2012-11-12 10:14:03,763 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [6cd9b0a6] EntityMultiAsyncTasks::AttachTask: Attaching task 659ee7fc-cc11-4482-b85b-56dd0ac290e9 to entity b846f2e1-fad3-4838-8e3f-dec885877937. 2012-11-12 10:14:03,764 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-49) [6cd9b0a6] Adding task 659ee7fc-cc11-4482-b85b-56dd0ac290e9 to DataBase 2012-11-12 10:14:03,775 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-49) [6cd9b0a6] Adding task 659ee7fc-cc11-4482-b85b-56dd0ac290e9 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 10:14:03,882 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) [6cd9b0a6] BaseAsyncTask::StartPollingTask: Starting to poll task 659ee7fc-cc11-4482-b85b-56dd0ac290e9. 2012-11-12 10:14:03,882 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [6cd9b0a6] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity b846f2e1-fad3-4838-8e3f-dec885877937 is RemoveVm (determined by task 659ee7fc-cc11-4482-b85b-56dd0ac290e9) 2012-11-12 10:14:06,605 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-79) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-12 10:14:06,629 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-79) SPMAsyncTask::PollTask: Polling task 659ee7fc-cc11-4482-b85b-56dd0ac290e9 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 10:14:06,647 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-79) BaseAsyncTask::OnTaskEndSuccess: Task 659ee7fc-cc11-4482-b85b-56dd0ac290e9 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 10:14:06,648 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-79) EntityAsyncTask::EndActionIfNecessary: All tasks of entity b846f2e1-fad3-4838-8e3f-dec885877937 has ended -> executing EndAction 2012-11-12 10:14:06,648 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-79) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: b846f2e1-fad3-4838-8e3f-dec885877937): calling EndAction for action type RemoveVm. 2012-11-12 10:14:06,648 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-12 10:14:06,670 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-12 10:14:06,670 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock Acquired to object EngineLock [exclusiveLocks= key: b846f2e1-fad3-4838-8e3f-dec885877937 value: VM , sharedLocks= ] 2012-11-12 10:14:06,676 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-45) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:68) - entered 2012-11-12 10:14:06,678 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-45) Lock freed to object EngineLock [exclusiveLocks= key: b846f2e1-fad3-4838-8e3f-dec885877937 value: VM , sharedLocks= ] 2012-11-12 10:14:06,716 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-12 10:14:06,716 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-12 10:14:06,738 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 659ee7fc-cc11-4482-b85b-56dd0ac290e9 2012-11-12 10:14:06,738 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 659ee7fc-cc11-4482-b85b-56dd0ac290e9), log id: 67f7fb77 2012-11-12 10:14:06,740 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=659ee7fc-cc11-4482-b85b-56dd0ac290e9), log id: 1f4b4203 2012-11-12 10:14:06,814 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) FINISH, HSMClearTaskVDSCommand, log id: 1f4b4203 2012-11-12 10:14:06,814 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) FINISH, SPMClearTaskVDSCommand, log id: 67f7fb77 2012-11-12 10:14:06,823 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) BaseAsyncTask::RemoveTaskFromDB: Removed task 659ee7fc-cc11-4482-b85b-56dd0ac290e9 from DataBase 2012-11-12 10:14:06,823 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity b846f2e1-fad3-4838-8e3f-dec885877937 2012-11-12 10:14:07,861 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-5) VM vm-1 b14b090f-697f-4b2a-95bf-1913e652af52 moved from PoweringUp --> Up 2012-11-12 10:14:07,881 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-5) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@eabccb73), log id: 5a479a3d 2012-11-12 10:14:07,889 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-5) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 5a479a3d 2012-11-12 10:14:20,421 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-8) Lock Acquired to object EngineLock [exclusiveLocks= key: VM-2 value: VM_NAME , sharedLocks= ] 2012-11-12 10:14:20,440 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6bcc0bc8 2012-11-12 10:14:20,440 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-8) FINISH, IsValidVDSCommand, return: true, log id: 6bcc0bc8 2012-11-12 10:14:20,564 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-49) [74e62ac7] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 10:14:20,566 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) [74e62ac7] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3efc215e 2012-11-12 10:14:20,566 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-4-thread-49) [74e62ac7] FINISH, IsValidVDSCommand, return: true, log id: 3efc215e 2012-11-12 10:14:20,573 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-49) [74e62ac7] MacPoolManager::allocateNewMac entered 2012-11-12 10:14:20,573 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-49) [74e62ac7] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:68 2012-11-12 10:14:20,614 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-49) [74e62ac7] Lock freed to object EngineLock [exclusiveLocks= key: VM-2 value: VM_NAME , sharedLocks= ] 2012-11-12 10:14:20,614 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [74e62ac7] START, SetVmStatusVDSCommand( vmId = 715f18c9-fa72-47c8-81bf-a4575d9ac026, status = ImageLocked), log id: 1c5d465 2012-11-12 10:14:20,617 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [74e62ac7] FINISH, SetVmStatusVDSCommand, log id: 1c5d465 2012-11-12 10:14:20,618 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-49) [5d495f1d] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-12 10:14:20,623 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [5d495f1d] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 769ed3e5 2012-11-12 10:14:20,661 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [5d495f1d] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 769ed3e5 2012-11-12 10:14:20,663 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-49) [5d495f1d] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = dea321ef-d464-49a7-b04d-65decf7598d8, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = f4a7e03c-22e9-42ab-a22b-466bf139ace9, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 116941fe 2012-11-12 10:14:20,663 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-49) [5d495f1d] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-12 10:14:20,663 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-49) [5d495f1d] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=dea321ef-d464-49a7-b04d-65decf7598d8 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=f4a7e03c-22e9-42ab-a22b-466bf139ace9 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-12 10:14:21,029 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (pool-4-thread-49) [5d495f1d] FINISH, CreateSnapshotVDSCommand, return: f4a7e03c-22e9-42ab-a22b-466bf139ace9, log id: 116941fe 2012-11-12 10:14:21,041 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) [5d495f1d] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 715f18c9-fa72-47c8-81bf-a4575d9ac026 2012-11-12 10:14:21,041 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [5d495f1d] EntityMultiAsyncTasks::AttachTask: Attaching task 8a83c647-110a-49d5-ae32-6adfda104401 to entity 715f18c9-fa72-47c8-81bf-a4575d9ac026. 2012-11-12 10:14:21,042 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-49) [5d495f1d] Adding task 8a83c647-110a-49d5-ae32-6adfda104401 to DataBase 2012-11-12 10:14:21,060 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-49) [5d495f1d] Adding task 8a83c647-110a-49d5-ae32-6adfda104401 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 10:14:21,225 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) [5d495f1d] BaseAsyncTask::StartPollingTask: Starting to poll task 8a83c647-110a-49d5-ae32-6adfda104401. 2012-11-12 10:14:21,225 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [5d495f1d] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 715f18c9-fa72-47c8-81bf-a4575d9ac026 is AddVm (determined by task 8a83c647-110a-49d5-ae32-6adfda104401) 2012-11-12 10:14:26,649 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-2) [75935a49] Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-12 10:14:26,671 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-2) [75935a49] SPMAsyncTask::PollTask: Polling task 8a83c647-110a-49d5-ae32-6adfda104401 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 10:14:26,692 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-2) [75935a49] BaseAsyncTask::OnTaskEndSuccess: Task 8a83c647-110a-49d5-ae32-6adfda104401 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 10:14:26,693 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-2) [75935a49] EntityAsyncTask::EndActionIfNecessary: All tasks of entity 715f18c9-fa72-47c8-81bf-a4575d9ac026 has ended -> executing EndAction 2012-11-12 10:14:26,693 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-2) [75935a49] EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 715f18c9-fa72-47c8-81bf-a4575d9ac026): calling EndAction for action type AddVm. 2012-11-12 10:14:26,694 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) [75935a49] EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-12 10:14:26,719 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-45) [75935a49] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-12 10:14:26,719 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-45) [5d495f1d] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-12 10:14:26,720 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-45) [5d495f1d] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = dea321ef-d464-49a7-b04d-65decf7598d8, imageId = f4a7e03c-22e9-42ab-a22b-466bf139ace9), log id: 5e0b596c 2012-11-12 10:14:26,762 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-45) [5d495f1d] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@e0758e32, log id: 5e0b596c 2012-11-12 10:14:26,772 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) START, SetVmStatusVDSCommand( vmId = 715f18c9-fa72-47c8-81bf-a4575d9ac026, status = Down), log id: 38fe261 2012-11-12 10:14:26,774 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-45) FINISH, SetVmStatusVDSCommand, log id: 38fe261 2012-11-12 10:14:26,800 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-45) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 678bb528 2012-11-12 10:14:26,909 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-45) FINISH, UpdateVMVDSCommand, log id: 678bb528 2012-11-12 10:14:26,944 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-12 10:14:26,944 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-12 10:14:27,004 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 8a83c647-110a-49d5-ae32-6adfda104401 2012-11-12 10:14:27,004 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 8a83c647-110a-49d5-ae32-6adfda104401), log id: 6db66138 2012-11-12 10:14:27,005 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=8a83c647-110a-49d5-ae32-6adfda104401), log id: 2b646590 2012-11-12 10:14:27,088 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-45) FINISH, HSMClearTaskVDSCommand, log id: 2b646590 2012-11-12 10:14:27,088 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-45) FINISH, SPMClearTaskVDSCommand, log id: 6db66138 2012-11-12 10:14:27,105 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-45) BaseAsyncTask::RemoveTaskFromDB: Removed task 8a83c647-110a-49d5-ae32-6adfda104401 from DataBase 2012-11-12 10:14:27,105 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-45) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 715f18c9-fa72-47c8-81bf-a4575d9ac026 2012-11-12 10:14:30,258 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [2f66cd7f] Running command: ShutdownVmCommand internal: false. Entities affected : ID: b14b090f-697f-4b2a-95bf-1913e652af52 Type: VM 2012-11-12 10:14:30,259 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [2f66cd7f] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop vm-1). 2012-11-12 10:14:30,259 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [2f66cd7f] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop vm-1. 2012-11-12 10:14:30,260 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [2f66cd7f] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b14b090f-697f-4b2a-95bf-1913e652af52, force=false, secondsToWait=30, gracefully=true), log id: 4e3f6d4e 2012-11-12 10:14:30,263 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [2f66cd7f] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b14b090f-697f-4b2a-95bf-1913e652af52, force=false, secondsToWait=30, gracefully=true), log id: 2baae99 2012-11-12 10:14:30,281 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [2f66cd7f] FINISH, DestroyVDSCommand, log id: 2baae99 2012-11-12 10:14:30,297 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [2f66cd7f] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 4e3f6d4e 2012-11-12 10:14:43,673 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:14:44,010 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 10:14:44,010 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 10:14:44,456 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:14:44,477 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [14e6907b] Running command: LogoutUserCommand internal: false. 2012-11-12 10:15:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts 2012-11-12 10:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering 0 hosts 2012-11-12 10:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Checking autorecoverable hosts done 2012-11-12 10:15:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-36) Autorecovering storage domains is disabled, skipping 2012-11-12 10:15:13,891 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:15:13,930 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 10:15:13,930 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 10:15:13,980 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:15:14,082 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [56a7ec3e] Lock Acquired to object EngineLock [exclusiveLocks= key: VM-2 value: VM_NAME , sharedLocks= ] 2012-11-12 10:15:14,083 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:15:14,083 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:15:14,083 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:15:14,083 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-10) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:15:14,121 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [56a7ec3e] Running command: UpdateVmCommand internal: false. Entities affected : ID: 715f18c9-fa72-47c8-81bf-a4575d9ac026 Type: VM 2012-11-12 10:15:14,149 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [56a7ec3e] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 25940956 2012-11-12 10:15:14,150 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-10) [56a7ec3e] FINISH, IsValidVDSCommand, return: true, log id: 25940956 2012-11-12 10:15:14,160 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-10) [56a7ec3e] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 73897800 2012-11-12 10:15:14,227 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-10) [56a7ec3e] FINISH, UpdateVMVDSCommand, log id: 73897800 2012-11-12 10:15:14,246 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-10) [56a7ec3e] Lock freed to object EngineLock [exclusiveLocks= key: VM-2 value: VM_NAME , sharedLocks= ] 2012-11-12 10:15:14,315 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [31625d31] Running command: LogoutUserCommand internal: false. 2012-11-12 10:15:24,091 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-35) Setting new tasks map. The map contains now 1 tasks 2012-11-12 10:15:26,429 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-6) Lock Acquired to object EngineLock [exclusiveLocks= key: 715f18c9-fa72-47c8-81bf-a4575d9ac026 value: VM , sharedLocks= ] 2012-11-12 10:15:26,433 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6464ab89 2012-11-12 10:15:26,434 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-6) FINISH, IsValidVDSCommand, return: true, log id: 6464ab89 2012-11-12 10:15:26,488 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-6) START, IsVmDuringInitiatingVDSCommand( vmId = 715f18c9-fa72-47c8-81bf-a4575d9ac026), log id: 358ff80a 2012-11-12 10:15:26,488 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-6) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 358ff80a 2012-11-12 10:15:26,617 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [2a107c57] Running command: RunVmCommand internal: false. Entities affected : ID: 715f18c9-fa72-47c8-81bf-a4575d9ac026 Type: VM 2012-11-12 10:15:26,647 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [2a107c57] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=715f18c9-fa72-47c8-81bf-a4575d9ac026, vm=org.ovirt.engine.core.common.businessentities.VM@3f6761ee), log id: 628c6149 2012-11-12 10:15:26,649 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [2a107c57] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=715f18c9-fa72-47c8-81bf-a4575d9ac026, vm=org.ovirt.engine.core.common.businessentities.VM@3f6761ee), log id: 495b8838 2012-11-12 10:15:26,719 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [2a107c57] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=-43200,transparentHugePages=true,vmId=715f18c9-fa72-47c8-81bf-a4575d9ac026,devices=[Ljava.util.Map;@2f937aa,acpiEnable=true,vmName=VM-2,cpuType=Penryn,custom={device_25e89d6a-a709-4aa2-9360-334912a455a4device_622f10cc-bf76-4b5e-a11a-a5abfa6ac198device_acc9b16f-2955-4073-85ff-67469d25f6eddevice_afa613ae-c85f-4425-9ed0-b425d843cf9e=VmDevice {vmId=715f18c9-fa72-47c8-81bf-a4575d9ac026, deviceId=afa613ae-c85f-4425-9ed0-b425d843cf9e, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_25e89d6a-a709-4aa2-9360-334912a455a4device_622f10cc-bf76-4b5e-a11a-a5abfa6ac198device_acc9b16f-2955-4073-85ff-67469d25f6eddevice_afa613ae-c85f-4425-9ed0-b425d843cf9edevice_cb1039e2-2a59-41ef-8926-ecce6d20eaa9=VmDevice {vmId=715f18c9-fa72-47c8-81bf-a4575d9ac026, deviceId=cb1039e2-2a59-41ef-8926-ecce6d20eaa9, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_25e89d6a-a709-4aa2-9360-334912a455a4=VmDevice {vmId=715f18c9-fa72-47c8-81bf-a4575d9ac026, deviceId=25e89d6a-a709-4aa2-9360-334912a455a4, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}, device_25e89d6a-a709-4aa2-9360-334912a455a4device_622f10cc-bf76-4b5e-a11a-a5abfa6ac198=VmDevice {vmId=715f18c9-fa72-47c8-81bf-a4575d9ac026, deviceId=622f10cc-bf76-4b5e-a11a-a5abfa6ac198, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}, device_25e89d6a-a709-4aa2-9360-334912a455a4device_622f10cc-bf76-4b5e-a11a-a5abfa6ac198device_acc9b16f-2955-4073-85ff-67469d25f6eddevice_afa613ae-c85f-4425-9ed0-b425d843cf9edevice_cb1039e2-2a59-41ef-8926-ecce6d20eaa9device_efea1b0b-3f8b-43d1-9d14-a49c2cb1c9eb=VmDevice {vmId=715f18c9-fa72-47c8-81bf-a4575d9ac026, deviceId=efea1b0b-3f8b-43d1-9d14-a49c2cb1c9eb, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_25e89d6a-a709-4aa2-9360-334912a455a4device_622f10cc-bf76-4b5e-a11a-a5abfa6ac198device_acc9b16f-2955-4073-85ff-67469d25f6ed=VmDevice {vmId=715f18c9-fa72-47c8-81bf-a4575d9ac026, deviceId=acc9b16f-2955-4073-85ff-67469d25f6ed, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}} 2012-11-12 10:15:26,719 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [2a107c57] FINISH, CreateVDSCommand, log id: 495b8838 2012-11-12 10:15:26,719 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [2a107c57] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: VM-2 2012-11-12 10:15:26,742 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [2a107c57] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 628c6149 2012-11-12 10:15:26,742 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [2a107c57] Lock freed to object EngineLock [exclusiveLocks= key: 715f18c9-fa72-47c8-81bf-a4575d9ac026 value: VM , sharedLocks= ] 2012-11-12 10:15:29,172 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-42) VM VM-2 715f18c9-fa72-47c8-81bf-a4575d9ac026 moved from WaitForLaunch --> PoweringUp 2012-11-12 10:15:29,173 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-42) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[715f18c9-fa72-47c8-81bf-a4575d9ac026]), log id: 42f229cc 2012-11-12 10:15:29,192 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-42) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@2896326a, log id: 42f229cc 2012-11-12 10:15:52,878 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [58b4d119] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 715f18c9-fa72-47c8-81bf-a4575d9ac026 Type: VM 2012-11-12 10:15:52,880 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [58b4d119] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop VM-2). 2012-11-12 10:15:52,880 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-45) [58b4d119] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop VM-2, status is not up. Stopping instead. 2012-11-12 10:15:52,883 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-45) [477d0aac] Running command: StopVmCommand internal: true. Entities affected : ID: 715f18c9-fa72-47c8-81bf-a4575d9ac026 Type: VM 2012-11-12 10:15:52,885 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [477d0aac] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=715f18c9-fa72-47c8-81bf-a4575d9ac026, force=false, secondsToWait=0, gracefully=false), log id: 3705761c 2012-11-12 10:15:53,234 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [477d0aac] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=715f18c9-fa72-47c8-81bf-a4575d9ac026, force=false, secondsToWait=0, gracefully=false), log id: 9620aba 2012-11-12 10:15:53,781 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [477d0aac] FINISH, DestroyVDSCommand, log id: 9620aba 2012-11-12 10:15:53,869 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [477d0aac] FINISH, DestroyVmVDSCommand, return: Down, log id: 3705761c 2012-11-12 10:15:54,092 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-84) Setting new tasks map. The map contains now 0 tasks 2012-11-12 10:15:54,092 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-84) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-12 10:15:54,094 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-84) Could not find vds that is spm and non-operational. 2012-11-12 10:16:05,612 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:16:06,127 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-12 10:16:06,127 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-12 10:16:06,319 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:16:06,442 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-1) [57830099] Lock Acquired to object EngineLock [exclusiveLocks= key: VM-2 value: VM_NAME , sharedLocks= ] 2012-11-12 10:16:06,442 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-1) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:16:06,442 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-1) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:16:06,442 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-1) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:16:06,442 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-1) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:16:06,484 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-1) [57830099] Running command: UpdateVmCommand internal: false. Entities affected : ID: 715f18c9-fa72-47c8-81bf-a4575d9ac026 Type: VM 2012-11-12 10:16:06,507 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [57830099] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 61541e18 2012-11-12 10:16:06,508 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [57830099] FINISH, IsValidVDSCommand, return: true, log id: 61541e18 2012-11-12 10:16:06,517 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-1) [57830099] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 25919329 2012-11-12 10:16:06,594 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-1) [57830099] FINISH, UpdateVMVDSCommand, log id: 25919329 2012-11-12 10:16:06,610 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-1) [57830099] Lock freed to object EngineLock [exclusiveLocks= key: VM-2 value: VM_NAME , sharedLocks= ] 2012-11-12 10:16:06,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [7919814a] Running command: LogoutUserCommand internal: false. 2012-11-12 10:16:16,094 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [72032e74] Running command: ShutdownVmCommand internal: false. Entities affected : ID: b14b090f-697f-4b2a-95bf-1913e652af52 Type: VM 2012-11-12 10:16:16,096 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [72032e74] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop vm-1). 2012-11-12 10:16:16,096 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [72032e74] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop vm-1, status is not up. Stopping instead. 2012-11-12 10:16:16,099 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-49) [34ccfd28] Running command: StopVmCommand internal: true. Entities affected : ID: b14b090f-697f-4b2a-95bf-1913e652af52 Type: VM 2012-11-12 10:16:16,101 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-49) [34ccfd28] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b14b090f-697f-4b2a-95bf-1913e652af52, force=false, secondsToWait=0, gracefully=false), log id: 7d4f681b 2012-11-12 10:16:16,104 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-49) [34ccfd28] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=b14b090f-697f-4b2a-95bf-1913e652af52, force=false, secondsToWait=0, gracefully=false), log id: 4aeb4d5 2012-11-12 10:16:16,175 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-49) [34ccfd28] FINISH, DestroyVDSCommand, log id: 4aeb4d5 2012-11-12 10:16:16,210 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-49) [34ccfd28] FINISH, DestroyVmVDSCommand, return: Down, log id: 7d4f681b 2012-11-12 10:16:24,284 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-9) Lock Acquired to object EngineLock [exclusiveLocks= key: 715f18c9-fa72-47c8-81bf-a4575d9ac026 value: VM , sharedLocks= ] 2012-11-12 10:16:24,288 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 10293ab 2012-11-12 10:16:24,289 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) FINISH, IsValidVDSCommand, return: true, log id: 10293ab 2012-11-12 10:16:24,404 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) START, IsVmDuringInitiatingVDSCommand( vmId = 715f18c9-fa72-47c8-81bf-a4575d9ac026), log id: 6f92c70d 2012-11-12 10:16:24,404 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-9) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 6f92c70d 2012-11-12 10:16:24,697 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-50) [460c3068] Running command: RunVmCommand internal: false. Entities affected : ID: 715f18c9-fa72-47c8-81bf-a4575d9ac026 Type: VM 2012-11-12 10:16:25,222 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-50) [460c3068] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=715f18c9-fa72-47c8-81bf-a4575d9ac026, vm=org.ovirt.engine.core.common.businessentities.VM@5ead4452), log id: 43f5253f 2012-11-12 10:16:25,224 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-50) [460c3068] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=715f18c9-fa72-47c8-81bf-a4575d9ac026, vm=org.ovirt.engine.core.common.businessentities.VM@5ead4452), log id: 6a353b5c 2012-11-12 10:16:25,281 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-50) [460c3068] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=-43200,transparentHugePages=true,vmId=715f18c9-fa72-47c8-81bf-a4575d9ac026,devices=[Ljava.util.Map;@15417563,acpiEnable=true,vmName=VM-2,cpuType=Penryn,custom={} 2012-11-12 10:16:25,281 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-50) [460c3068] FINISH, CreateVDSCommand, log id: 6a353b5c 2012-11-12 10:16:25,281 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-50) [460c3068] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: VM-2 2012-11-12 10:16:25,759 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-50) [460c3068] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 43f5253f 2012-11-12 10:16:25,759 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-50) [460c3068] Lock freed to object EngineLock [exclusiveLocks= key: 715f18c9-fa72-47c8-81bf-a4575d9ac026 value: VM , sharedLocks= ] 2012-11-12 10:16:27,914 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-74) VM VM-2 715f18c9-fa72-47c8-81bf-a4575d9ac026 moved from WaitForLaunch --> PoweringUp 2012-11-12 10:16:27,915 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-74) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[715f18c9-fa72-47c8-81bf-a4575d9ac026]), log id: 56defc0e 2012-11-12 10:16:27,936 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-74) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@497627b0, log id: 56defc0e 2012-11-12 10:17:06,773 INFO [org.ovirt.engine.core.bll.SetVmTicketCommand] (ajp-/127.0.0.1:8702-6) [20a428ec] Running command: SetVmTicketCommand internal: false. Entities affected : ID: 715f18c9-fa72-47c8-81bf-a4575d9ac026 Type: VM 2012-11-12 10:17:06,776 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (ajp-/127.0.0.1:8702-6) [20a428ec] START, SetVmTicketVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=715f18c9-fa72-47c8-81bf-a4575d9ac026, ticket=j5U11yTpEsfn, validTime=120,m userName=vdcadmin, userId=9b9002d1-ec33-4083-8a7b-31f6b8931648), log id: 4e5e7fb0 2012-11-12 10:17:06,966 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (ajp-/127.0.0.1:8702-6) [20a428ec] FINISH, SetVmTicketVDSCommand, log id: 4e5e7fb0 2012-11-12 10:17:27,420 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-72) VM VM-2 715f18c9-fa72-47c8-81bf-a4575d9ac026 moved from PoweringUp --> Up 2012-11-12 10:17:27,459 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-72) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@5e2722d2), log id: 756b8d17 2012-11-12 10:17:27,962 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-72) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 756b8d17 2012-11-12 10:18:49,168 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [603a940f] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 715f18c9-fa72-47c8-81bf-a4575d9ac026 Type: VM 2012-11-12 10:18:49,179 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [603a940f] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop VM-2). 2012-11-12 10:18:49,179 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [603a940f] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop VM-2. 2012-11-12 10:18:49,180 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-49) [603a940f] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=715f18c9-fa72-47c8-81bf-a4575d9ac026, force=false, secondsToWait=30, gracefully=true), log id: 622ac3ab 2012-11-12 10:18:49,183 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-49) [603a940f] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=715f18c9-fa72-47c8-81bf-a4575d9ac026, force=false, secondsToWait=30, gracefully=true), log id: 65d6d2d9 2012-11-12 10:18:49,202 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-49) [603a940f] FINISH, DestroyVDSCommand, log id: 65d6d2d9 2012-11-12 10:18:49,230 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-49) [603a940f] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 622ac3ab 2012-11-12 10:18:55,253 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [73de36f2] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 715f18c9-fa72-47c8-81bf-a4575d9ac026 Type: VM 2012-11-12 10:18:55,255 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [73de36f2] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop VM-2). 2012-11-12 10:18:55,255 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-49) [73de36f2] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop VM-2, status is not up. Stopping instead. 2012-11-12 10:18:55,258 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-49) [6a33603b] Running command: StopVmCommand internal: true. Entities affected : ID: 715f18c9-fa72-47c8-81bf-a4575d9ac026 Type: VM 2012-11-12 10:18:55,260 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-49) [6a33603b] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=715f18c9-fa72-47c8-81bf-a4575d9ac026, force=false, secondsToWait=0, gracefully=false), log id: 6c8b8aac 2012-11-12 10:18:55,263 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-49) [6a33603b] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=715f18c9-fa72-47c8-81bf-a4575d9ac026, force=false, secondsToWait=0, gracefully=false), log id: 1ebe6a04 2012-11-12 10:18:55,858 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-49) [6a33603b] FINISH, DestroyVDSCommand, log id: 1ebe6a04 2012-11-12 10:18:55,921 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-49) [6a33603b] FINISH, DestroyVmVDSCommand, return: Down, log id: 6c8b8aac 2012-11-12 10:18:59,349 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-17) Lock Acquired to object EngineLock [exclusiveLocks= key: b14b090f-697f-4b2a-95bf-1913e652af52 value: VM , sharedLocks= ] 2012-11-12 10:18:59,353 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 33ccc325 2012-11-12 10:18:59,354 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) FINISH, IsValidVDSCommand, return: true, log id: 33ccc325 2012-11-12 10:18:59,430 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) [41ef810b] Running command: RemoveVmCommand internal: false. Entities affected : ID: b14b090f-697f-4b2a-95bf-1913e652af52 Type: VM 2012-11-12 10:18:59,431 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [41ef810b] START, SetVmStatusVDSCommand( vmId = b14b090f-697f-4b2a-95bf-1913e652af52, status = ImageLocked), log id: 1d324544 2012-11-12 10:18:59,433 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [41ef810b] FINISH, SetVmStatusVDSCommand, log id: 1d324544 2012-11-12 10:18:59,475 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) [41ef810b] Lock freed to object EngineLock [exclusiveLocks= key: b14b090f-697f-4b2a-95bf-1913e652af52 value: VM , sharedLocks= ] 2012-11-12 10:18:59,475 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-49) [41ef810b] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = b14b090f-697f-4b2a-95bf-1913e652af52), log id: 38bdf13c 2012-11-12 10:18:59,526 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-49) [41ef810b] FINISH, RemoveVMVDSCommand, log id: 38bdf13c 2012-11-12 10:18:59,529 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-49) [3e28b73e] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: b14b090f-697f-4b2a-95bf-1913e652af52 Type: VM 2012-11-12 10:18:59,536 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-49) [4c537c3e] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 10:18:59,678 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-49) [4c537c3e] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 300adede-0e24-4527-b09b-9895a2ab943a, postZeros = false, forceDelete = false), log id: 2a56f083 2012-11-12 10:19:00,414 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-49) [4c537c3e] FINISH, DeleteImageGroupVDSCommand, log id: 2a56f083 2012-11-12 10:19:00,470 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) [4c537c3e] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity b14b090f-697f-4b2a-95bf-1913e652af52 2012-11-12 10:19:00,470 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [4c537c3e] EntityMultiAsyncTasks::AttachTask: Attaching task 855454a1-215e-4668-ab56-19bb07ddbdfe to entity b14b090f-697f-4b2a-95bf-1913e652af52. 2012-11-12 10:19:00,471 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-49) [4c537c3e] Adding task 855454a1-215e-4668-ab56-19bb07ddbdfe to DataBase 2012-11-12 10:19:00,491 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-49) [4c537c3e] Adding task 855454a1-215e-4668-ab56-19bb07ddbdfe (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 10:19:00,682 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) [4c537c3e] BaseAsyncTask::StartPollingTask: Starting to poll task 855454a1-215e-4668-ab56-19bb07ddbdfe. 2012-11-12 10:19:00,682 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [4c537c3e] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity b14b090f-697f-4b2a-95bf-1913e652af52 is RemoveVm (determined by task 855454a1-215e-4668-ab56-19bb07ddbdfe) 2012-11-12 10:19:06,703 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-92) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-12 10:19:06,731 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-92) SPMAsyncTask::PollTask: Polling task 855454a1-215e-4668-ab56-19bb07ddbdfe (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 10:19:06,747 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-92) BaseAsyncTask::OnTaskEndSuccess: Task 855454a1-215e-4668-ab56-19bb07ddbdfe (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 10:19:06,748 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-92) EntityAsyncTask::EndActionIfNecessary: All tasks of entity b14b090f-697f-4b2a-95bf-1913e652af52 has ended -> executing EndAction 2012-11-12 10:19:06,748 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-92) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: b14b090f-697f-4b2a-95bf-1913e652af52): calling EndAction for action type RemoveVm. 2012-11-12 10:19:06,748 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-12 10:19:06,795 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-12 10:19:06,797 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock Acquired to object EngineLock [exclusiveLocks= key: b14b090f-697f-4b2a-95bf-1913e652af52 value: VM , sharedLocks= ] 2012-11-12 10:19:06,801 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-49) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:69) - entered 2012-11-12 10:19:06,803 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock freed to object EngineLock [exclusiveLocks= key: b14b090f-697f-4b2a-95bf-1913e652af52 value: VM , sharedLocks= ] 2012-11-12 10:19:06,826 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-12 10:19:06,826 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-12 10:19:06,836 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 855454a1-215e-4668-ab56-19bb07ddbdfe 2012-11-12 10:19:06,836 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 855454a1-215e-4668-ab56-19bb07ddbdfe), log id: 41998ab0 2012-11-12 10:19:06,837 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=855454a1-215e-4668-ab56-19bb07ddbdfe), log id: 2375d12 2012-11-12 10:19:07,358 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) FINISH, HSMClearTaskVDSCommand, log id: 2375d12 2012-11-12 10:19:07,358 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) FINISH, SPMClearTaskVDSCommand, log id: 41998ab0 2012-11-12 10:19:07,372 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) BaseAsyncTask::RemoveTaskFromDB: Removed task 855454a1-215e-4668-ab56-19bb07ddbdfe from DataBase 2012-11-12 10:19:07,372 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity b14b090f-697f-4b2a-95bf-1913e652af52 2012-11-12 10:19:13,918 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (ajp-/127.0.0.1:8702-7) Lock Acquired to object EngineLock [exclusiveLocks= key: 715f18c9-fa72-47c8-81bf-a4575d9ac026 value: VM , sharedLocks= ] 2012-11-12 10:19:13,923 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 653fbcd6 2012-11-12 10:19:13,923 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-7) FINISH, IsValidVDSCommand, return: true, log id: 653fbcd6 2012-11-12 10:19:14,005 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) [8fd71d4] Running command: RemoveVmCommand internal: false. Entities affected : ID: 715f18c9-fa72-47c8-81bf-a4575d9ac026 Type: VM 2012-11-12 10:19:14,005 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [8fd71d4] START, SetVmStatusVDSCommand( vmId = 715f18c9-fa72-47c8-81bf-a4575d9ac026, status = ImageLocked), log id: a3c7c3f 2012-11-12 10:19:14,008 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) [8fd71d4] FINISH, SetVmStatusVDSCommand, log id: a3c7c3f 2012-11-12 10:19:14,029 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) [8fd71d4] Lock freed to object EngineLock [exclusiveLocks= key: 715f18c9-fa72-47c8-81bf-a4575d9ac026 value: VM , sharedLocks= ] 2012-11-12 10:19:14,029 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-49) [8fd71d4] START, RemoveVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, vmGuid = 715f18c9-fa72-47c8-81bf-a4575d9ac026), log id: 565710cc 2012-11-12 10:19:14,090 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand] (pool-4-thread-49) [8fd71d4] FINISH, RemoveVMVDSCommand, log id: 565710cc 2012-11-12 10:19:14,093 INFO [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-4-thread-49) [6e0fed5c] Running command: RemoveAllVmImagesCommand internal: true. Entities affected : ID: 715f18c9-fa72-47c8-81bf-a4575d9ac026 Type: VM 2012-11-12 10:19:14,100 INFO [org.ovirt.engine.core.bll.RemoveImageCommand] (pool-4-thread-49) [7d477e65] Running command: RemoveImageCommand internal: true. Entities affected : ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 10:19:14,123 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-49) [7d477e65] START, DeleteImageGroupVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = dea321ef-d464-49a7-b04d-65decf7598d8, postZeros = false, forceDelete = false), log id: 2ec78601 2012-11-12 10:19:14,746 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] (pool-4-thread-49) [7d477e65] FINISH, DeleteImageGroupVDSCommand, log id: 2ec78601 2012-11-12 10:19:14,915 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) [7d477e65] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 715f18c9-fa72-47c8-81bf-a4575d9ac026 2012-11-12 10:19:14,915 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [7d477e65] EntityMultiAsyncTasks::AttachTask: Attaching task 4470aade-44e8-4b66-b6c2-af1c398060c8 to entity 715f18c9-fa72-47c8-81bf-a4575d9ac026. 2012-11-12 10:19:14,916 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (pool-4-thread-49) [7d477e65] Adding task 4470aade-44e8-4b66-b6c2-af1c398060c8 to DataBase 2012-11-12 10:19:15,048 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (pool-4-thread-49) [7d477e65] Adding task 4470aade-44e8-4b66-b6c2-af1c398060c8 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 10:19:15,631 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) [7d477e65] BaseAsyncTask::StartPollingTask: Starting to poll task 4470aade-44e8-4b66-b6c2-af1c398060c8. 2012-11-12 10:19:15,631 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (pool-4-thread-49) [7d477e65] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 715f18c9-fa72-47c8-81bf-a4575d9ac026 is RemoveVm (determined by task 4470aade-44e8-4b66-b6c2-af1c398060c8) 2012-11-12 10:19:16,748 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-66) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-12 10:19:16,769 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-66) SPMAsyncTask::PollTask: Polling task 4470aade-44e8-4b66-b6c2-af1c398060c8 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 10:19:16,803 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-66) BaseAsyncTask::OnTaskEndSuccess: Task 4470aade-44e8-4b66-b6c2-af1c398060c8 (Parent Command RemoveVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 10:19:16,804 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-66) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 715f18c9-fa72-47c8-81bf-a4575d9ac026 has ended -> executing EndAction 2012-11-12 10:19:16,804 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-66) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 715f18c9-fa72-47c8-81bf-a4575d9ac026): calling EndAction for action type RemoveVm. 2012-11-12 10:19:16,804 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction RemoveVm, executionIndex: 0 2012-11-12 10:19:16,834 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Ending command successfully: org.ovirt.engine.core.bll.RemoveVmCommand 2012-11-12 10:19:16,834 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock Acquired to object EngineLock [exclusiveLocks= key: 715f18c9-fa72-47c8-81bf-a4575d9ac026 value: VM , sharedLocks= ] 2012-11-12 10:19:16,838 INFO [org.ovirt.engine.core.bll.MacPoolManager] (pool-4-thread-49) MacPoolManager::freeMac(mac = 00:1a:4a:23:61:68) - entered 2012-11-12 10:19:16,842 INFO [org.ovirt.engine.core.bll.RemoveVmCommand] (pool-4-thread-49) Lock freed to object EngineLock [exclusiveLocks= key: 715f18c9-fa72-47c8-81bf-a4575d9ac026 value: VM , sharedLocks= ] 2012-11-12 10:19:16,885 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm completed, handling the result. 2012-11-12 10:19:16,885 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type RemoveVm succeeded, clearing tasks. 2012-11-12 10:19:16,894 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 4470aade-44e8-4b66-b6c2-af1c398060c8 2012-11-12 10:19:16,894 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 4470aade-44e8-4b66-b6c2-af1c398060c8), log id: 75fb0b76 2012-11-12 10:19:16,895 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=4470aade-44e8-4b66-b6c2-af1c398060c8), log id: 2c440ac2 2012-11-12 10:19:16,967 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) FINISH, HSMClearTaskVDSCommand, log id: 2c440ac2 2012-11-12 10:19:16,967 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) FINISH, SPMClearTaskVDSCommand, log id: 75fb0b76 2012-11-12 10:19:16,995 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) BaseAsyncTask::RemoveTaskFromDB: Removed task 4470aade-44e8-4b66-b6c2-af1c398060c8 from DataBase 2012-11-12 10:19:16,995 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 715f18c9-fa72-47c8-81bf-a4575d9ac026 2012-11-12 10:20:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts 2012-11-12 10:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering 0 hosts 2012-11-12 10:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Checking autorecoverable hosts done 2012-11-12 10:20:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-11) Autorecovering storage domains is disabled, skipping 2012-11-12 10:20:24,097 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-95) Setting new tasks map. The map contains now 0 tasks 2012-11-12 10:20:24,097 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-95) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-12 10:20:24,100 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-95) Could not find vds that is spm and non-operational. 2012-11-12 10:21:15,031 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:15,379 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:15,379 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:15,463 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:15,465 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [15ee53f4] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:15,523 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:15,600 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:15,600 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:15,653 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:15,655 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [1f90fbc7] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:15,714 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:15,755 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:15,759 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:15,864 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:15,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [60fac549] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:15,929 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:15,980 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:15,980 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:16,032 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:16,033 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [4905a897] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:16,085 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:16,141 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:16,141 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:16,187 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:16,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [3bcbdc9a] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:16,252 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:16,316 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:16,316 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:16,363 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:16,366 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [68240d67] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:16,424 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:16,484 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:16,484 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:16,533 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:16,534 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [6333704b] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:16,583 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:16,643 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:16,643 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:16,709 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:16,710 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [25201e4] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:16,762 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:16,805 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:16,806 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:16,877 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:16,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [106bf9c6] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:16,935 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:17,001 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:17,001 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:17,045 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:17,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [62cb001] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:17,113 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:17,144 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:17,144 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:17,203 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:17,205 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [4b1e9fb4] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:17,337 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-10) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:17,400 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:17,400 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-10) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:17,558 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-10) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:17,560 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-10) [5f27c5d7] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:17,614 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-6) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:17,654 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:17,654 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-6) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:17,706 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-6) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:17,709 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-6) [4e1bcd62] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:17,757 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:17,853 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:17,854 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:17,985 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:18,025 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [1e2e423a] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:18,089 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:18,140 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:18,140 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:18,174 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:18,192 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [71a15887] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:18,263 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:18,364 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:18,364 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:18,420 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:18,601 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-4) [58a8b194] Lock Acquired to object EngineLock [exclusiveLocks= key: VM-one value: VM_NAME , sharedLocks= ] 2012-11-12 10:21:18,638 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [58a8b194] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 12a076f8 2012-11-12 10:21:18,639 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [58a8b194] FINISH, IsValidVDSCommand, return: true, log id: 12a076f8 2012-11-12 10:21:18,669 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-4) [58a8b194] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 10:21:18,669 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [58a8b194] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2f394f83 2012-11-12 10:21:18,670 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [58a8b194] FINISH, IsValidVDSCommand, return: true, log id: 2f394f83 2012-11-12 10:21:18,674 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-4) [58a8b194] MacPoolManager::allocateNewMac entered 2012-11-12 10:21:18,674 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-4) [58a8b194] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:69 2012-11-12 10:21:18,716 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-4) [58a8b194] Lock freed to object EngineLock [exclusiveLocks= key: VM-one value: VM_NAME , sharedLocks= ] 2012-11-12 10:21:18,716 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-4) [58a8b194] START, SetVmStatusVDSCommand( vmId = 18e8e3b9-348c-4950-b129-63718ec85155, status = ImageLocked), log id: 1ba3b2f7 2012-11-12 10:21:18,718 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-4) [58a8b194] FINISH, SetVmStatusVDSCommand, log id: 1ba3b2f7 2012-11-12 10:21:18,720 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-4) [cde63a] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-12 10:21:18,724 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-4) [cde63a] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 77d03ea8 2012-11-12 10:21:18,762 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-4) [cde63a] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 77d03ea8 2012-11-12 10:21:18,764 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-4) [cde63a] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = edd2db3b-b942-495f-966e-056d1759df53, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = 67dff1a5-9f63-4354-88d2-5bacd0724764, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 49610487 2012-11-12 10:21:18,764 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-4) [cde63a] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-12 10:21:18,764 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-4) [cde63a] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=edd2db3b-b942-495f-966e-056d1759df53 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=67dff1a5-9f63-4354-88d2-5bacd0724764 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-12 10:21:19,127 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-4) [cde63a] FINISH, CreateSnapshotVDSCommand, return: 67dff1a5-9f63-4354-88d2-5bacd0724764, log id: 49610487 2012-11-12 10:21:19,139 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-4) [cde63a] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 18e8e3b9-348c-4950-b129-63718ec85155 2012-11-12 10:21:19,139 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-4) [cde63a] EntityMultiAsyncTasks::AttachTask: Attaching task 64d6d3cb-3f06-4aa7-a069-943c7bce2549 to entity 18e8e3b9-348c-4950-b129-63718ec85155. 2012-11-12 10:21:19,140 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-4) [cde63a] Adding task 64d6d3cb-3f06-4aa7-a069-943c7bce2549 to DataBase 2012-11-12 10:21:19,157 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-4) [cde63a] Adding task 64d6d3cb-3f06-4aa7-a069-943c7bce2549 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 10:21:19,250 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-4) [cde63a] BaseAsyncTask::StartPollingTask: Starting to poll task 64d6d3cb-3f06-4aa7-a069-943c7bce2549. 2012-11-12 10:21:19,250 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-4) [cde63a] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 18e8e3b9-348c-4950-b129-63718ec85155 is AddVm (determined by task 64d6d3cb-3f06-4aa7-a069-943c7bce2549) 2012-11-12 10:21:19,258 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [7dbf914f] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:19,326 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:19,359 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:19,360 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:19,448 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:19,467 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [4808dfb5] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:19,533 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:20,103 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:20,103 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:20,331 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:20,457 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [53df9a83] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:26,811 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-54) Polling and updating Async Tasks: 1 tasks, 1 tasks to poll now 2012-11-12 10:21:26,834 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-54) SPMAsyncTask::PollTask: Polling task 64d6d3cb-3f06-4aa7-a069-943c7bce2549 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 10:21:26,848 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-54) BaseAsyncTask::OnTaskEndSuccess: Task 64d6d3cb-3f06-4aa7-a069-943c7bce2549 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 10:21:26,848 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-54) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 18e8e3b9-348c-4950-b129-63718ec85155 has ended -> executing EndAction 2012-11-12 10:21:26,848 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-54) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 18e8e3b9-348c-4950-b129-63718ec85155): calling EndAction for action type AddVm. 2012-11-12 10:21:26,849 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-12 10:21:26,890 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-49) [58a8b194] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-12 10:21:26,890 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-49) [cde63a] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-12 10:21:26,894 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [cde63a] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = edd2db3b-b942-495f-966e-056d1759df53, imageId = 67dff1a5-9f63-4354-88d2-5bacd0724764), log id: 1e96f4ae 2012-11-12 10:21:26,938 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-49) [cde63a] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@654bc962, log id: 1e96f4ae 2012-11-12 10:21:26,944 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) START, SetVmStatusVDSCommand( vmId = 18e8e3b9-348c-4950-b129-63718ec85155, status = Down), log id: 7b8fd9a5 2012-11-12 10:21:26,946 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-49) FINISH, SetVmStatusVDSCommand, log id: 7b8fd9a5 2012-11-12 10:21:26,962 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 3800f31 2012-11-12 10:21:27,031 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-49) FINISH, UpdateVMVDSCommand, log id: 3800f31 2012-11-12 10:21:27,074 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-12 10:21:27,074 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-12 10:21:27,088 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 64d6d3cb-3f06-4aa7-a069-943c7bce2549 2012-11-12 10:21:27,088 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = 64d6d3cb-3f06-4aa7-a069-943c7bce2549), log id: 7e1f0fb3 2012-11-12 10:21:27,090 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=64d6d3cb-3f06-4aa7-a069-943c7bce2549), log id: 73c6e64 2012-11-12 10:21:27,171 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-49) FINISH, HSMClearTaskVDSCommand, log id: 73c6e64 2012-11-12 10:21:27,172 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-49) FINISH, SPMClearTaskVDSCommand, log id: 7e1f0fb3 2012-11-12 10:21:27,184 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-49) BaseAsyncTask::RemoveTaskFromDB: Removed task 64d6d3cb-3f06-4aa7-a069-943c7bce2549 from DataBase 2012-11-12 10:21:27,184 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-49) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 18e8e3b9-348c-4950-b129-63718ec85155 2012-11-12 10:21:30,567 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:30,604 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:30,605 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:30,658 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:30,703 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [3334113] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:30,758 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:30,798 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:30,798 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:30,892 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:30,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [126459c] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:30,976 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-9) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:31,013 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:31,014 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-9) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:31,063 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-9) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:31,155 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-9) [aa0e21a] Lock Acquired to object EngineLock [exclusiveLocks= key: VM-one value: VM_NAME , sharedLocks= ] 2012-11-12 10:21:31,155 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:21:31,155 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:21:31,155 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:21:31,155 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-9) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:21:31,212 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-9) [aa0e21a] Running command: UpdateVmCommand internal: false. Entities affected : ID: 18e8e3b9-348c-4950-b129-63718ec85155 Type: VM 2012-11-12 10:21:31,237 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [aa0e21a] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 45fa20c4 2012-11-12 10:21:31,238 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-9) [aa0e21a] FINISH, IsValidVDSCommand, return: true, log id: 45fa20c4 2012-11-12 10:21:31,247 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-9) [aa0e21a] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 2996ebc9 2012-11-12 10:21:31,416 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-9) [aa0e21a] FINISH, UpdateVMVDSCommand, log id: 2996ebc9 2012-11-12 10:21:31,483 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-9) [aa0e21a] Lock freed to object EngineLock [exclusiveLocks= key: VM-one value: VM_NAME , sharedLocks= ] 2012-11-12 10:21:31,546 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-9) [68654692] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:31,621 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-11) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:31,664 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:31,664 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-11) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:31,708 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-11) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:31,710 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-11) [79434ddb] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:31,761 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-8) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:31,802 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:31,802 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-8) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:31,852 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-8) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:31,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-8) [93d785] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:31,929 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-7) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:31,975 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:31,975 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-7) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:32,018 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-7) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:32,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-7) [7791af63] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:32,226 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-1) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:32,295 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:32,295 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-1) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:32,349 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-1) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:32,482 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-1) [728f26ae] Lock Acquired to object EngineLock [exclusiveLocks= key: VM-two value: VM_NAME , sharedLocks= ] 2012-11-12 10:21:32,557 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [728f26ae] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 730a2218 2012-11-12 10:21:32,558 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [728f26ae] FINISH, IsValidVDSCommand, return: true, log id: 730a2218 2012-11-12 10:21:32,630 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-1) [728f26ae] Running command: AddVmCommand internal: false. Entities affected : ID: eb946980-2983-11e2-9a93-001a4a1697ca Type: VdsGroups, ID: 097a21fe-c02f-492d-af5a-6447b820f978 Type: VmTemplate, ID: 00000000-0000-0000-0000-000000000000 Type: Storage 2012-11-12 10:21:32,631 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [728f26ae] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7f76b8de 2012-11-12 10:21:32,631 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-1) [728f26ae] FINISH, IsValidVDSCommand, return: true, log id: 7f76b8de 2012-11-12 10:21:32,635 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-1) [728f26ae] MacPoolManager::allocateNewMac entered 2012-11-12 10:21:32,635 INFO [org.ovirt.engine.core.bll.MacPoolManager] (ajp-/127.0.0.1:8702-1) [728f26ae] MacPoolManager::allocateNewMac allocated mac = 00:1a:4a:23:61:68 2012-11-12 10:21:32,656 INFO [org.ovirt.engine.core.bll.AddVmCommand] (ajp-/127.0.0.1:8702-1) [728f26ae] Lock freed to object EngineLock [exclusiveLocks= key: VM-two value: VM_NAME , sharedLocks= ] 2012-11-12 10:21:32,656 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-1) [728f26ae] START, SetVmStatusVDSCommand( vmId = 62cdc337-1072-44ee-9ce6-82b7562f92f3, status = ImageLocked), log id: 20a5894e 2012-11-12 10:21:32,659 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp-/127.0.0.1:8702-1) [728f26ae] FINISH, SetVmStatusVDSCommand, log id: 20a5894e 2012-11-12 10:21:32,660 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (ajp-/127.0.0.1:8702-1) [46a5655d] Running command: CreateSnapshotFromTemplateCommand internal: true. Entities affected : ID: ae378bc4-b66a-4d28-a640-586afcd6e5b4 Type: Storage 2012-11-12 10:21:32,661 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-1) [46a5655d] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7, imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7), log id: 5eaee85 2012-11-12 10:21:32,699 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (ajp-/127.0.0.1:8702-1) [46a5655d] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@9efa6081, log id: 5eaee85 2012-11-12 10:21:32,700 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-1) [46a5655d] START, CreateSnapshotVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = 3.1, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 4633cfd8-ed21-4e25-958b-c8da2a377913, imageSizeInBytes = 3221225472, volumeFormat = COW, newImageId = e9e20e68-b280-41a5-8d2b-b7c31484f518, newImageDescription = , imageId = cef58d6a-06c4-4e03-ab6d-3e4d954ebad7, sourceImageGroupId = 049995cb-e277-41ed-ba13-d7528d5d02f7), log id: 15674b2e 2012-11-12 10:21:32,700 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-1) [46a5655d] -- CreateSnapshotVDSCommand::ExecuteIrsBrokerCommand: calling 'createVolume' with two new parameters: description and UUID 2012-11-12 10:21:32,700 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-1) [46a5655d] -- createVolume parameters: sdUUID=ae378bc4-b66a-4d28-a640-586afcd6e5b4 spUUID=348f61b0-119a-4a45-8c79-42c5bd7c0f56 imgGUID=4633cfd8-ed21-4e25-958b-c8da2a377913 size=3,221,225,472 bytes volFormat=COW volType=Sparse volUUID=e9e20e68-b280-41a5-8d2b-b7c31484f518 descr= srcImgGUID=049995cb-e277-41ed-ba13-d7528d5d02f7 srcVolUUID=cef58d6a-06c4-4e03-ab6d-3e4d954ebad7 2012-11-12 10:21:33,035 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.CreateSnapshotVDSCommand] (ajp-/127.0.0.1:8702-1) [46a5655d] FINISH, CreateSnapshotVDSCommand, return: e9e20e68-b280-41a5-8d2b-b7c31484f518, log id: 15674b2e 2012-11-12 10:21:33,072 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (ajp-/127.0.0.1:8702-1) [46a5655d] EntityAsyncTask::Adding EntityMultiAsyncTasks object for entity 62cdc337-1072-44ee-9ce6-82b7562f92f3 2012-11-12 10:21:33,072 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-1) [46a5655d] EntityMultiAsyncTasks::AttachTask: Attaching task da410024-5fef-4262-ae9f-8869d552b312 to entity 62cdc337-1072-44ee-9ce6-82b7562f92f3. 2012-11-12 10:21:33,072 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskUtils] (ajp-/127.0.0.1:8702-1) [46a5655d] Adding task da410024-5fef-4262-ae9f-8869d552b312 to DataBase 2012-11-12 10:21:33,108 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (ajp-/127.0.0.1:8702-1) [46a5655d] Adding task da410024-5fef-4262-ae9f-8869d552b312 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet.. 2012-11-12 10:21:33,211 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (ajp-/127.0.0.1:8702-1) [46a5655d] BaseAsyncTask::StartPollingTask: Starting to poll task da410024-5fef-4262-ae9f-8869d552b312. 2012-11-12 10:21:33,211 INFO [org.ovirt.engine.core.bll.EntityMultiAsyncTasks] (ajp-/127.0.0.1:8702-1) [46a5655d] EntityMultiAsyncTasks::StartPollingTask: Current Action Type for entity 62cdc337-1072-44ee-9ce6-82b7562f92f3 is AddVm (determined by task da410024-5fef-4262-ae9f-8869d552b312) 2012-11-12 10:21:33,256 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-1) [1887fbb4] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:33,319 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-2) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:33,372 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:33,372 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-2) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:33,533 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-2) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:33,553 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-2) [f915443] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:33,636 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-3) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:33,676 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:33,676 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-3) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:33,718 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-3) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:33,742 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-3) [7517c967] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:36,848 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-44) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2012-11-12 10:21:36,871 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-44) SPMAsyncTask::PollTask: Polling task da410024-5fef-4262-ae9f-8869d552b312 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'. 2012-11-12 10:21:36,909 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (QuartzScheduler_Worker-44) BaseAsyncTask::OnTaskEndSuccess: Task da410024-5fef-4262-ae9f-8869d552b312 (Parent Command AddVm, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully. 2012-11-12 10:21:36,909 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-44) EntityAsyncTask::EndActionIfNecessary: All tasks of entity 62cdc337-1072-44ee-9ce6-82b7562f92f3 has ended -> executing EndAction 2012-11-12 10:21:36,909 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (QuartzScheduler_Worker-44) EntityAsyncTask::EndAction: Ending action for 1 tasks (entity ID: 62cdc337-1072-44ee-9ce6-82b7562f92f3): calling EndAction for action type AddVm. 2012-11-12 10:21:36,909 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::EndCommandAction [within thread] context: Attempting to EndAction AddVm, executionIndex: 0 2012-11-12 10:21:36,938 INFO [org.ovirt.engine.core.bll.AddVmCommand] (pool-4-thread-50) [728f26ae] Ending command successfully: org.ovirt.engine.core.bll.AddVmCommand 2012-11-12 10:21:36,938 INFO [org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand] (pool-4-thread-50) [46a5655d] Ending command successfully: org.ovirt.engine.core.bll.CreateSnapshotFromTemplateCommand 2012-11-12 10:21:36,939 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-50) [46a5655d] START, GetImageInfoVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = ae378bc4-b66a-4d28-a640-586afcd6e5b4, imageGroupId = 4633cfd8-ed21-4e25-958b-c8da2a377913, imageId = e9e20e68-b280-41a5-8d2b-b7c31484f518), log id: 685f9fc4 2012-11-12 10:21:36,981 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (pool-4-thread-50) [46a5655d] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage@8dd09199, log id: 685f9fc4 2012-11-12 10:21:36,987 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-50) START, SetVmStatusVDSCommand( vmId = 62cdc337-1072-44ee-9ce6-82b7562f92f3, status = Down), log id: 25735553 2012-11-12 10:21:36,990 INFO [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (pool-4-thread-50) FINISH, SetVmStatusVDSCommand, log id: 25735553 2012-11-12 10:21:37,027 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-50) START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 7deded25 2012-11-12 10:21:37,115 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (pool-4-thread-50) FINISH, UpdateVMVDSCommand, log id: 7deded25 2012-11-12 10:21:37,150 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm completed, handling the result. 2012-11-12 10:21:37,150 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: EndAction for action type AddVm succeeded, clearing tasks. 2012-11-12 10:21:37,164 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-50) SPMAsyncTask::ClearAsyncTask: Attempting to clear task da410024-5fef-4262-ae9f-8869d552b312 2012-11-12 10:21:37,165 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-50) START, SPMClearTaskVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, taskId = da410024-5fef-4262-ae9f-8869d552b312), log id: 5c281bb0 2012-11-12 10:21:37,167 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-50) START, HSMClearTaskVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, taskId=da410024-5fef-4262-ae9f-8869d552b312), log id: 1d9550e5 2012-11-12 10:21:37,247 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (pool-4-thread-50) FINISH, HSMClearTaskVDSCommand, log id: 1d9550e5 2012-11-12 10:21:37,247 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (pool-4-thread-50) FINISH, SPMClearTaskVDSCommand, log id: 5c281bb0 2012-11-12 10:21:37,285 INFO [org.ovirt.engine.core.bll.SPMAsyncTask] (pool-4-thread-50) BaseAsyncTask::RemoveTaskFromDB: Removed task da410024-5fef-4262-ae9f-8869d552b312 from DataBase 2012-11-12 10:21:37,285 INFO [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-4-thread-50) EntityAsyncTask::HandleEndActionResult [within thread]: Removing EntityMultiAsyncTasks object for entity 62cdc337-1072-44ee-9ce6-82b7562f92f3 2012-11-12 10:21:43,845 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-17) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:43,892 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:43,892 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-17) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:43,952 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-17) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:43,980 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-17) [3884b1e] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:44,039 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-5) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:44,098 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:44,098 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-5) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:44,182 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-5) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:44,202 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-5) [4f23b14c] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:44,249 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (ajp-/127.0.0.1:8702-4) Error in finding LDAP servers for domain dc.eng.lab.tlv.redhat.com 2012-11-12 10:21:44,284 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Checking if user vdcadmin is an admin, result true 2012-11-12 10:21:44,284 INFO [org.ovirt.engine.core.bll.LoginUserCommand] (ajp-/127.0.0.1:8702-4) Running command: LoginUserCommand internal: false. 2012-11-12 10:21:44,329 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (ajp-/127.0.0.1:8702-4) calling GetConfigurationValueQuery (ApplicationMode) with null version, using default general for version 2012-11-12 10:21:44,391 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-4) [31c87b1a] Lock Acquired to object EngineLock [exclusiveLocks= key: VM-two value: VM_NAME , sharedLocks= ] 2012-11-12 10:21:44,391 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-4) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:21:44,391 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-4) Unable to get value of property: isQuotaDefault for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:21:44,391 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-4) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:21:44,391 WARN [org.ovirt.engine.core.compat.backendcompat.PropertyInfo] (ajp-/127.0.0.1:8702-4) Unable to get value of property: managedDeviceMap for class org.ovirt.engine.core.common.businessentities.VmStatic 2012-11-12 10:21:44,429 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-4) [31c87b1a] Running command: UpdateVmCommand internal: false. Entities affected : ID: 62cdc337-1072-44ee-9ce6-82b7562f92f3 Type: VM 2012-11-12 10:21:44,457 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [31c87b1a] START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3830bf19 2012-11-12 10:21:44,457 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-4) [31c87b1a] FINISH, IsValidVDSCommand, return: true, log id: 3830bf19 2012-11-12 10:21:44,464 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-4) [31c87b1a] START, UpdateVMVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null, storageDomainId = 00000000-0000-0000-0000-000000000000, infoDictionary.size = 1), log id: 3e5bf94c 2012-11-12 10:21:44,550 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.UpdateVMVDSCommand] (ajp-/127.0.0.1:8702-4) [31c87b1a] FINISH, UpdateVMVDSCommand, log id: 3e5bf94c 2012-11-12 10:21:44,649 INFO [org.ovirt.engine.core.bll.UpdateVmCommand] (ajp-/127.0.0.1:8702-4) [31c87b1a] Lock freed to object EngineLock [exclusiveLocks= key: VM-two value: VM_NAME , sharedLocks= ] 2012-11-12 10:21:45,080 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp-/127.0.0.1:8702-4) [6f0c5aad] Running command: LogoutUserCommand internal: false. 2012-11-12 10:21:59,096 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-17) Lock Acquired to object EngineLock [exclusiveLocks= key: 18e8e3b9-348c-4950-b129-63718ec85155 value: VM , sharedLocks= ] 2012-11-12 10:21:59,129 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1927c7ad 2012-11-12 10:21:59,130 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-17) FINISH, IsValidVDSCommand, return: true, log id: 1927c7ad 2012-11-12 10:21:59,179 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-17) START, IsVmDuringInitiatingVDSCommand( vmId = 18e8e3b9-348c-4950-b129-63718ec85155), log id: 1d6cfa7c 2012-11-12 10:21:59,179 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-17) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 1d6cfa7c 2012-11-12 10:21:59,281 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-50) [2549097a] Running command: RunVmCommand internal: false. Entities affected : ID: 18e8e3b9-348c-4950-b129-63718ec85155 Type: VM 2012-11-12 10:21:59,309 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-50) [2549097a] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=18e8e3b9-348c-4950-b129-63718ec85155, vm=org.ovirt.engine.core.common.businessentities.VM@5c8439fa), log id: 51b122cf 2012-11-12 10:21:59,312 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-50) [2549097a] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=18e8e3b9-348c-4950-b129-63718ec85155, vm=org.ovirt.engine.core.common.businessentities.VM@5c8439fa), log id: 154ed29f 2012-11-12 10:21:59,372 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-50) [2549097a] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=18e8e3b9-348c-4950-b129-63718ec85155,devices=[Ljava.util.Map;@c282dc4,acpiEnable=true,vmName=VM-one,cpuType=Penryn,custom={device_7f06fe3d-50bf-4ef8-89f9-a8dcb32f5cf3device_88dfe4bb-574b-407b-aa82-6f8d2ec7e927device_8bfb7b67-c411-4a87-a13e-8adae2b0f2cadevice_b3dbf7d4-9cee-4bf7-8410-7c22005ea5d3device_dfa66976-f5a8-4249-b482-2c768c0d7fd0device_61a3dd93-b483-484b-a928-6e6005dbde77=VmDevice {vmId=18e8e3b9-348c-4950-b129-63718ec85155, deviceId=61a3dd93-b483-484b-a928-6e6005dbde77, device=spicevmc, type=channel, bootOrder=0, specParams={}, address={port=3, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel2}, device_7f06fe3d-50bf-4ef8-89f9-a8dcb32f5cf3device_88dfe4bb-574b-407b-aa82-6f8d2ec7e927device_8bfb7b67-c411-4a87-a13e-8adae2b0f2ca=VmDevice {vmId=18e8e3b9-348c-4950-b129-63718ec85155, deviceId=8bfb7b67-c411-4a87-a13e-8adae2b0f2ca, device=ide, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false, plugged=true, readOnly=false, alias=ide0}, device_7f06fe3d-50bf-4ef8-89f9-a8dcb32f5cf3device_88dfe4bb-574b-407b-aa82-6f8d2ec7e927device_8bfb7b67-c411-4a87-a13e-8adae2b0f2cadevice_b3dbf7d4-9cee-4bf7-8410-7c22005ea5d3=VmDevice {vmId=18e8e3b9-348c-4950-b129-63718ec85155, deviceId=b3dbf7d4-9cee-4bf7-8410-7c22005ea5d3, device=virtio-serial, type=controller, bootOrder=0, specParams={}, address={bus=0x00, domain=0x0000, type=pci, slot=0x05, function=0x0}, managed=false, plugged=true, readOnly=false, alias=virtio-serial0}, device_7f06fe3d-50bf-4ef8-89f9-a8dcb32f5cf3device_88dfe4bb-574b-407b-aa82-6f8d2ec7e927=VmDevice {vmId=18e8e3b9-348c-4950-b129-63718ec85155, deviceId=88dfe4bb-574b-407b-aa82-6f8d2ec7e927, device=unix, type=channel, bootOrder=0, specParams={}, address={port=2, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel1}, device_7f06fe3d-50bf-4ef8-89f9-a8dcb32f5cf3device_88dfe4bb-574b-407b-aa82-6f8d2ec7e927device_8bfb7b67-c411-4a87-a13e-8adae2b0f2cadevice_b3dbf7d4-9cee-4bf7-8410-7c22005ea5d3device_dfa66976-f5a8-4249-b482-2c768c0d7fd0=VmDevice {vmId=18e8e3b9-348c-4950-b129-63718ec85155, deviceId=dfa66976-f5a8-4249-b482-2c768c0d7fd0, device=memballoon, type=balloon, bootOrder=0, specParams={model=virtio}, address={bus=0x00, domain=0x0000, type=pci, slot=0x06, function=0x0}, managed=false, plugged=true, readOnly=false, alias=balloon0}, device_7f06fe3d-50bf-4ef8-89f9-a8dcb32f5cf3=VmDevice {vmId=18e8e3b9-348c-4950-b129-63718ec85155, deviceId=7f06fe3d-50bf-4ef8-89f9-a8dcb32f5cf3, device=unix, type=channel, bootOrder=0, specParams={}, address={port=1, bus=0, controller=0, type=virtio-serial}, managed=false, plugged=true, readOnly=false, alias=channel0}} 2012-11-12 10:21:59,372 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-50) [2549097a] FINISH, CreateVDSCommand, log id: 154ed29f 2012-11-12 10:21:59,372 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-50) [2549097a] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: VM-one 2012-11-12 10:21:59,389 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-50) [2549097a] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 51b122cf 2012-11-12 10:21:59,389 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-50) [2549097a] Lock freed to object EngineLock [exclusiveLocks= key: 18e8e3b9-348c-4950-b129-63718ec85155 value: VM , sharedLocks= ] 2012-11-12 10:22:04,027 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-79) VM VM-one 18e8e3b9-348c-4950-b129-63718ec85155 moved from WaitForLaunch --> PoweringUp 2012-11-12 10:22:04,028 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-79) START, FullListVdsCommand( HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vds=null, vmIds=[18e8e3b9-348c-4950-b129-63718ec85155]), log id: 43fc6245 2012-11-12 10:22:04,047 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (QuartzScheduler_Worker-79) FINISH, FullListVdsCommand, return: [Lorg.ovirt.engine.core.vdsbroker.xmlrpc.XmlRpcStruct;@6e97c2e1, log id: 43fc6245 2012-11-12 10:22:15,101 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-5) Lock Acquired to object EngineLock [exclusiveLocks= key: 62cdc337-1072-44ee-9ce6-82b7562f92f3 value: VM , sharedLocks= ] 2012-11-12 10:22:15,106 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2e04c48a 2012-11-12 10:22:15,107 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-5) FINISH, IsValidVDSCommand, return: true, log id: 2e04c48a 2012-11-12 10:22:15,583 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-5) START, IsVmDuringInitiatingVDSCommand( vmId = 62cdc337-1072-44ee-9ce6-82b7562f92f3), log id: 4c311bf9 2012-11-12 10:22:15,583 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-5) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 4c311bf9 2012-11-12 10:22:15,762 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-50) [67a48116] Running command: RunVmCommand internal: false. Entities affected : ID: 62cdc337-1072-44ee-9ce6-82b7562f92f3 Type: VM 2012-11-12 10:22:15,881 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-50) [67a48116] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=62cdc337-1072-44ee-9ce6-82b7562f92f3, vm=org.ovirt.engine.core.common.businessentities.VM@2efce8f9), log id: 6a88a8e2 2012-11-12 10:22:15,883 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-50) [67a48116] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=62cdc337-1072-44ee-9ce6-82b7562f92f3, vm=org.ovirt.engine.core.common.businessentities.VM@2efce8f9), log id: 40254d1b 2012-11-12 10:22:15,893 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-50) [67a48116] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-12 10:22:15,893 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-50) [67a48116] FINISH, CreateVDSCommand, log id: 40254d1b 2012-11-12 10:22:15,893 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-50) [67a48116] VDS::create Failed creating vm VM-two in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-12 10:22:15,893 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-50) [67a48116] FINISH, CreateVmVDSCommand, return: Down, log id: 6a88a8e2 2012-11-12 10:22:15,894 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-50) [67a48116] Lock freed to object EngineLock [exclusiveLocks= key: 62cdc337-1072-44ee-9ce6-82b7562f92f3 value: VM , sharedLocks= ] 2012-11-12 10:22:15,894 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-50) [67a48116] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-12 10:22:54,101 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-34) Setting new tasks map. The map contains now 0 tasks 2012-11-12 10:22:54,102 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-34) Cleared all tasks of pool 348f61b0-119a-4a45-8c79-42c5bd7c0f56. 2012-11-12 10:22:54,105 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-34) Could not find vds that is spm and non-operational. 2012-11-12 10:23:00,895 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-43) VM VM-one 18e8e3b9-348c-4950-b129-63718ec85155 moved from PoweringUp --> Up 2012-11-12 10:23:00,916 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-43) START, UpdateVdsDynamicDataVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vdsDynamic=org.ovirt.engine.core.common.businessentities.VdsDynamic@d8dcb056), log id: 389b5ed2 2012-11-12 10:23:00,925 INFO [org.ovirt.engine.core.vdsbroker.UpdateVdsDynamicDataVDSCommand] (QuartzScheduler_Worker-43) FINISH, UpdateVdsDynamicDataVDSCommand, log id: 389b5ed2 2012-11-12 10:23:38,791 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-50) [1991e6e7] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 18e8e3b9-348c-4950-b129-63718ec85155 Type: VM 2012-11-12 10:23:38,792 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-50) [1991e6e7] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop VM-one). 2012-11-12 10:23:38,793 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-50) [1991e6e7] VmHandler.cs:ShutdownVmCommand:Perform: sending shutdown command for Desktop VM-one. 2012-11-12 10:23:38,794 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-50) [1991e6e7] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=18e8e3b9-348c-4950-b129-63718ec85155, force=false, secondsToWait=30, gracefully=true), log id: 253c6430 2012-11-12 10:23:38,799 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-50) [1991e6e7] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=18e8e3b9-348c-4950-b129-63718ec85155, force=false, secondsToWait=30, gracefully=true), log id: 73407e 2012-11-12 10:23:38,817 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-50) [1991e6e7] FINISH, DestroyVDSCommand, log id: 73407e 2012-11-12 10:23:38,845 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-50) [1991e6e7] FINISH, DestroyVmVDSCommand, return: PoweringDown, log id: 253c6430 2012-11-12 10:23:42,969 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-45) [23986457] Running command: StopVmCommand internal: false. Entities affected : ID: 18e8e3b9-348c-4950-b129-63718ec85155 Type: VM 2012-11-12 10:23:42,981 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [23986457] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=18e8e3b9-348c-4950-b129-63718ec85155, force=false, secondsToWait=0, gracefully=false), log id: 11e73450 2012-11-12 10:23:42,985 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [23986457] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=18e8e3b9-348c-4950-b129-63718ec85155, force=false, secondsToWait=0, gracefully=false), log id: 3c0eb7a6 2012-11-12 10:23:43,548 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-45) [23986457] FINISH, DestroyVDSCommand, log id: 3c0eb7a6 2012-11-12 10:23:43,576 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-45) [23986457] FINISH, DestroyVmVDSCommand, return: Down, log id: 11e73450 2012-11-12 10:23:50,186 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-2) Lock Acquired to object EngineLock [exclusiveLocks= key: 62cdc337-1072-44ee-9ce6-82b7562f92f3 value: VM , sharedLocks= ] 2012-11-12 10:23:50,192 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1e27f1e0 2012-11-12 10:23:50,193 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) FINISH, IsValidVDSCommand, return: true, log id: 1e27f1e0 2012-11-12 10:23:50,221 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-2) START, IsVmDuringInitiatingVDSCommand( vmId = 62cdc337-1072-44ee-9ce6-82b7562f92f3), log id: 617b076f 2012-11-12 10:23:50,221 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-2) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 617b076f 2012-11-12 10:23:50,320 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [65ac2e39] Running command: RunVmCommand internal: false. Entities affected : ID: 62cdc337-1072-44ee-9ce6-82b7562f92f3 Type: VM 2012-11-12 10:23:50,355 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [65ac2e39] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=62cdc337-1072-44ee-9ce6-82b7562f92f3, vm=org.ovirt.engine.core.common.businessentities.VM@36fc9d8b), log id: 4b257a31 2012-11-12 10:23:50,357 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [65ac2e39] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=62cdc337-1072-44ee-9ce6-82b7562f92f3, vm=org.ovirt.engine.core.common.businessentities.VM@36fc9d8b), log id: 39e2dec9 2012-11-12 10:23:50,368 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-4-thread-45) [65ac2e39] XML RPC error in command CreateVDS ( HostName = dhcp-1-217 ), the error was: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException, XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false 2012-11-12 10:23:50,368 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-45) [65ac2e39] FINISH, CreateVDSCommand, log id: 39e2dec9 2012-11-12 10:23:50,368 ERROR [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [65ac2e39] VDS::create Failed creating vm VM-two in vds = 777fc4cc-297e-11e2-8f27-001a4a1697ca : dhcp-1-217 error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSNetworkException: 2012-11-12 10:23:50,368 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-45) [65ac2e39] FINISH, CreateVmVDSCommand, return: Down, log id: 4b257a31 2012-11-12 10:23:50,368 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [65ac2e39] Lock freed to object EngineLock [exclusiveLocks= key: 62cdc337-1072-44ee-9ce6-82b7562f92f3 value: VM , sharedLocks= ] 2012-11-12 10:23:50,369 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-45) [65ac2e39] Command org.ovirt.engine.core.bll.RunVmCommand throw Vdc Bll exception. With error message VdcBLLException: null 2012-11-12 10:23:56,409 INFO [org.ovirt.engine.core.bll.RunVmCommand] (ajp-/127.0.0.1:8702-2) Lock Acquired to object EngineLock [exclusiveLocks= key: 18e8e3b9-348c-4950-b129-63718ec85155 value: VM , sharedLocks= ] 2012-11-12 10:23:56,413 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) START, IsValidVDSCommand( storagePoolId = 348f61b0-119a-4a45-8c79-42c5bd7c0f56, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1a0aaec8 2012-11-12 10:23:56,414 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (ajp-/127.0.0.1:8702-2) FINISH, IsValidVDSCommand, return: true, log id: 1a0aaec8 2012-11-12 10:23:56,488 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-2) START, IsVmDuringInitiatingVDSCommand( vmId = 18e8e3b9-348c-4950-b129-63718ec85155), log id: 868ff36 2012-11-12 10:23:56,488 INFO [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp-/127.0.0.1:8702-2) FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 868ff36 2012-11-12 10:23:56,576 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-50) [4a7032f8] Running command: RunVmCommand internal: false. Entities affected : ID: 18e8e3b9-348c-4950-b129-63718ec85155 Type: VM 2012-11-12 10:23:56,618 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-50) [4a7032f8] START, CreateVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=18e8e3b9-348c-4950-b129-63718ec85155, vm=org.ovirt.engine.core.common.businessentities.VM@4a7f3ff9), log id: 2368de83 2012-11-12 10:23:56,643 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-50) [4a7032f8] START, CreateVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=18e8e3b9-348c-4950-b129-63718ec85155, vm=org.ovirt.engine.core.common.businessentities.VM@4a7f3ff9), log id: 656be4e9 2012-11-12 10:23:56,700 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-50) [4a7032f8] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=rhel6.3.0,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,timeOffset=0,transparentHugePages=true,vmId=18e8e3b9-348c-4950-b129-63718ec85155,devices=[Ljava.util.Map;@5007b080,acpiEnable=true,vmName=VM-one,cpuType=Penryn,custom={} 2012-11-12 10:23:56,700 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-4-thread-50) [4a7032f8] FINISH, CreateVDSCommand, log id: 656be4e9 2012-11-12 10:23:56,701 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-50) [4a7032f8] IncreasePendingVms::CreateVmIncreasing vds dhcp-1-217 pending vcpu count, now 1. Vm: VM-one 2012-11-12 10:23:56,713 INFO [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-4-thread-50) [4a7032f8] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 2368de83 2012-11-12 10:23:56,713 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-4-thread-50) [4a7032f8] Lock freed to object EngineLock [exclusiveLocks= key: 18e8e3b9-348c-4950-b129-63718ec85155 value: VM , sharedLocks= ] 2012-11-12 10:23:59,938 INFO [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (QuartzScheduler_Worker-86) VM VM-one 18e8e3b9-348c-4950-b129-63718ec85155 moved from WaitForLaunch --> PoweringUp 2012-11-12 10:24:13,791 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-50) [2d3e6116] Running command: ShutdownVmCommand internal: false. Entities affected : ID: 18e8e3b9-348c-4950-b129-63718ec85155 Type: VM 2012-11-12 10:24:13,805 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-50) [2d3e6116] VmHandler.cs:ShutdownVmCommand:Perform: entered (Desktop VM-one). 2012-11-12 10:24:13,805 INFO [org.ovirt.engine.core.bll.ShutdownVmCommand] (pool-4-thread-50) [2d3e6116] VmHandler.cs:ShutdownVmCommand:Perform: Cannot shutdown Desktop VM-one, status is not up. Stopping instead. 2012-11-12 10:24:13,808 INFO [org.ovirt.engine.core.bll.StopVmCommand] (pool-4-thread-50) [79ed8bf1] Running command: StopVmCommand internal: true. Entities affected : ID: 18e8e3b9-348c-4950-b129-63718ec85155 Type: VM 2012-11-12 10:24:13,810 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-50) [79ed8bf1] START, DestroyVmVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=18e8e3b9-348c-4950-b129-63718ec85155, force=false, secondsToWait=0, gracefully=false), log id: 679dd9f2 2012-11-12 10:24:13,828 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-50) [79ed8bf1] START, DestroyVDSCommand(HostName = dhcp-1-217, HostId = 777fc4cc-297e-11e2-8f27-001a4a1697ca, vmId=18e8e3b9-348c-4950-b129-63718ec85155, force=false, secondsToWait=0, gracefully=false), log id: 696d2ae2 2012-11-12 10:24:14,592 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (pool-4-thread-50) [79ed8bf1] FINISH, DestroyVDSCommand, log id: 696d2ae2 2012-11-12 10:24:16,482 INFO [org.ovirt.engine.core.vdsbroker.DestroyVmVDSCommand] (pool-4-thread-50) [79ed8bf1] FINISH, DestroyVmVDSCommand, return: Down, log id: 679dd9f2 2012-11-12 10:25:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Checking autorecoverable hosts 2012-11-12 10:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Autorecovering 0 hosts 2012-11-12 10:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Checking autorecoverable hosts done 2012-11-12 10:25:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-43) Autorecovering storage domains is disabled, skipping 2012-11-12 10:30:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts 2012-11-12 10:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering 0 hosts 2012-11-12 10:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Checking autorecoverable hosts done 2012-11-12 10:30:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-99) Autorecovering storage domains is disabled, skipping 2012-11-12 10:35:00,000 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts 2012-11-12 10:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering 0 hosts 2012-11-12 10:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Checking autorecoverable hosts done 2012-11-12 10:35:00,001 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-70) Autorecovering storage domains is disabled, skipping